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

更新日期:2020 年 1 月 22 日

260 次浏览

开启您的职业生涯

通过完成课程来获得认证

立即开始
广告