Guest User

Untitled

a guest
May 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. PS C:\> man rm
  2.  
  3. NAME
  4. Remove-Item
  5.  
  6. SYNOPSIS
  7. Deletes the specified items.
  8.  
  9.  
  10. SYNTAX
  11. Remove-Item [-Path] <String[]> [-Filter <String>] [-Include <Strin
  12. -Credential <PSCredential>] [-WhatIf] [-Confirm] [<CommonParameter
  13.  
  14. Remove-Item [-LiteralPath] <String[]> [-Filter <String>] [-Include
  15. orce] [-Credential <PSCredential>] [-WhatIf] [-Confirm] [<CommonPa
  16.  
  17.  
  18. DETAILED DESCRIPTION
  19. The Remove-Item cmdlet deletes one or more items. Because it is su
  20. ferent types of items, including files, directories, registry keys
  21.  
  22.  
  23. RELATED LINKS
  24. Get-Item
  25. Copy-Item
  26. Move-Item
  27. New-Item
  28. Rename-Item
  29. Set-Item
  30. Clear-Item
  31. Invoke-Item
  32. about_namespace
  33.  
  34. REMARKS
  35. For more information, type: "get-help Remove-Item -detailed".
  36. For technical information, type: "get-help Remove-Item -full".
  37.  
  38.  
  39.  
  40.  
  41. PS C:\>
Add Comment
Please, Sign In to add comment