Articles tagged file trees

23 April 2012
23 April 2012

Practical PowerShell: Pruning File Trees and Extending Cmdlets

0
9
One of the most radical features of PowerShell is amongst the least known. It is possible to extend the buit-in Cmdlets to provide extra functionality. One can add or remove parameters to make subsequent scripting simpler. Michael shows how this is done to meet a practical requirement:, excluding entire subtrees from a recursive directory trawl for automating source control. … Read more