Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PS C:\Users\lv8pv> help ls
- NAME
- Get-ChildItem
- SYNTAX
- Get-ChildItem [[-Path] <string[]>] [[-Filter] <string>] [-Include <string[]>] [-Exclude <string[]>] [-Recurse] [-Depth <uint32>]
- [-Force] [-Name] [-UseTransaction] [-Attributes {ReadOnly | Hidden | System | Directory | Archive | Device | Normal | Temporary |
- SparseFile | ReparsePoint | Compressed | Offline | NotContentIndexed | Encrypted | IntegrityStream | NoScrubData}] [-FollowSymlink]
- [-Directory] [-File] [-Hidden] [-ReadOnly] [-System] [<CommonParameters>]
- Get-ChildItem [[-Filter] <string>] -LiteralPath <string[]> [-Include <string[]>] [-Exclude <string[]>] [-Recurse] [-Depth <uint32>]
- [-Force] [-Name] [-UseTransaction] [-Attributes {ReadOnly | Hidden | System | Directory | Archive | Device | Normal | Temporary |
- SparseFile | ReparsePoint | Compressed | Offline | NotContentIndexed | Encrypted | IntegrityStream | NoScrubData}] [-FollowSymlink]
- [-Directory] [-File] [-Hidden] [-ReadOnly] [-System] [<CommonParameters>]
- ALIASES
- gci
- ls
- dir
- REMARKS
- Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only partial help.
- -- To download and install Help files for the module that includes this cmdlet, use Update-Help.
- -- To view the Help topic for this cmdlet online, type: "Get-Help Get-ChildItem -Online" or
- go to https://go.microsoft.com/fwlink/?LinkID=113308.
- PS C:\Users\lv8pv>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement