Home
POV-Ray
PowerShell pipeline
PowerShell scripts
Out-Excel
Start-Monitor
Get-LogEvents
GUI_ServerInfo
RegistryFunctions
Get-ChildItemToDepth
code
Get-SharesAndPerm...
PoSh punctuation
Contact
Sitemap
Links

Get-ChildItemToDepth

A module that Returns child-items recursively to a given depth.

 This module Get-ChildItemToDepth.psm1 exposes the following function:

  •  Get-ChildItemToDepth

 


 Syntax Get-ChildItemToDepth
 Get-ChildItemToDepth [[-Path] <String>] [[-Filter] <String>] [[-ToDepth] <Byte>] [[-CurrentDepth] <Byte>] [-FoldersOnly] [-DebugMode] [<CommonParameters>]

Example
Get-ChildItemToDepth -Path 'D:\' -ToDepth 0 -FoldersOnly | select fullname

 

 

to Top of Page

FurBall Productions | furball@casema.nl