Advertisement
Guest User

Untitled

a guest
Apr 5th, 2023
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. PS C:\Users\lv8pv> help ls
  2.  
  3. NAME
  4. Get-ChildItem
  5.  
  6. SYNTAX
  7. Get-ChildItem [[-Path] <string[]>] [[-Filter] <string>] [-Include <string[]>] [-Exclude <string[]>] [-Recurse] [-Depth <uint32>]
  8. [-Force] [-Name] [-UseTransaction] [-Attributes {ReadOnly | Hidden | System | Directory | Archive | Device | Normal | Temporary |
  9. SparseFile | ReparsePoint | Compressed | Offline | NotContentIndexed | Encrypted | IntegrityStream | NoScrubData}] [-FollowSymlink]
  10. [-Directory] [-File] [-Hidden] [-ReadOnly] [-System] [<CommonParameters>]
  11.  
  12. Get-ChildItem [[-Filter] <string>] -LiteralPath <string[]> [-Include <string[]>] [-Exclude <string[]>] [-Recurse] [-Depth <uint32>]
  13. [-Force] [-Name] [-UseTransaction] [-Attributes {ReadOnly | Hidden | System | Directory | Archive | Device | Normal | Temporary |
  14. SparseFile | ReparsePoint | Compressed | Offline | NotContentIndexed | Encrypted | IntegrityStream | NoScrubData}] [-FollowSymlink]
  15. [-Directory] [-File] [-Hidden] [-ReadOnly] [-System] [<CommonParameters>]
  16.  
  17.  
  18. ALIASES
  19. gci
  20. ls
  21. dir
  22.  
  23.  
  24. REMARKS
  25. Get-Help cannot find the Help files for this cmdlet on this computer. It is displaying only partial help.
  26. -- To download and install Help files for the module that includes this cmdlet, use Update-Help.
  27. -- To view the Help topic for this cmdlet online, type: "Get-Help Get-ChildItem -Online" or
  28. go to https://go.microsoft.com/fwlink/?LinkID=113308.
  29.  
  30.  
  31.  
  32.  
  33. PS C:\Users\lv8pv>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement