Was it helpful?

Question

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

PowerShellMicrosoft TechnologiesSoftware & Coding

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>]
raja
Published on 22-Jan-2020 17:09:08
Advertisements
Was it helpful?
Not affiliated with Tutorialspoint
scroll top