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: 2020-01-22T12:39:08+05:30

348 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements