Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Recurse Specific Number of Levels with PowerShell 5

$
0
0

Summary: Learn how to recurse a specific number of levels in a directory with Windows PowerShell 5.0.

Hey, Scripting Guy! Question How can I recurse only three levels into a deeply nested directory structure?

Hey, Scripting Guy! Answer In Windows PowerShell 5.0, the Get-ChildItem cmdlet has a new –Depth parameter
           that will control how deeply to recurse, for example:

Get-childitem c:\fso –recurse –depth 3


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>