What are the parameters supported by Get-ChildItem in PowerShell?


Below parameters are supported by Get-ChildItems. Get-ChildItem

[[-Path] <string[]>]
[[-Filter] <string>]
[-Include <string[]>]
[-Exclude <string[]>]
[-Recurse]
[-Depth <uint32>]
[-Force]
[-Name]
[-Attributes <FlagsExpression[FileAttributes]>]
[-FollowSymlink]
[-Directory]
[-File]
[-Hidden]
[-ReadOnly]
[-System]
[<CommonParameters>]

Updated on: 22-Jan-2020

210 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements