PowerShell中的Get-ChildItem支持哪些参数?

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>]

以上是 PowerShell中的Get-ChildItem支持哪些参数? 的全部内容, 来源链接: utcz.com/z/316197.html

回到顶部