You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 4 година
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. ---
  2. external help file: NTFSSecurity.dll-Help.xml
  3. Module Name: ntfssecurity
  4. online version:
  5. schema: 2.0.0
  6. ---
  7. # Remove-Item2
  8. ## SYNOPSIS
  9. {{ Fill in the Synopsis }}
  10. ## SYNTAX
  11. ```
  12. Remove-Item2 [[-Path] <String[]>] [-Force] [-Recurse] [-PassThur] [-WhatIf] [-Confirm] [<CommonParameters>]
  13. ```
  14. ## DESCRIPTION
  15. {{ Fill in the Description }}
  16. ## EXAMPLES
  17. ### Example 1
  18. ```powershell
  19. PS C:\> {{ Add example code here }}
  20. ```
  21. {{ Add example description here }}
  22. ## PARAMETERS
  23. ### -Confirm
  24. Prompts you for confirmation before running the cmdlet.
  25. ```yaml
  26. Type: SwitchParameter
  27. Parameter Sets: (All)
  28. Aliases: cf
  29. Required: False
  30. Position: Named
  31. Default value: None
  32. Accept pipeline input: False
  33. Accept wildcard characters: False
  34. ```
  35. ### -Force
  36. {{ Fill Force Description }}
  37. ```yaml
  38. Type: SwitchParameter
  39. Parameter Sets: (All)
  40. Aliases:
  41. Required: False
  42. Position: Named
  43. Default value: None
  44. Accept pipeline input: False
  45. Accept wildcard characters: False
  46. ```
  47. ### -PassThur
  48. {{ Fill PassThur Description }}
  49. ```yaml
  50. Type: SwitchParameter
  51. Parameter Sets: (All)
  52. Aliases:
  53. Required: False
  54. Position: Named
  55. Default value: None
  56. Accept pipeline input: False
  57. Accept wildcard characters: False
  58. ```
  59. ### -Path
  60. {{ Fill Path Description }}
  61. ```yaml
  62. Type: String[]
  63. Parameter Sets: (All)
  64. Aliases: FullName
  65. Required: False
  66. Position: 1
  67. Default value: None
  68. Accept pipeline input: True (ByPropertyName, ByValue)
  69. Accept wildcard characters: False
  70. ```
  71. ### -Recurse
  72. {{ Fill Recurse Description }}
  73. ```yaml
  74. Type: SwitchParameter
  75. Parameter Sets: (All)
  76. Aliases:
  77. Required: False
  78. Position: Named
  79. Default value: None
  80. Accept pipeline input: False
  81. Accept wildcard characters: False
  82. ```
  83. ### -WhatIf
  84. Shows what would happen if the cmdlet runs.
  85. The cmdlet is not run.
  86. ```yaml
  87. Type: SwitchParameter
  88. Parameter Sets: (All)
  89. Aliases: wi
  90. Required: False
  91. Position: Named
  92. Default value: None
  93. Accept pipeline input: False
  94. Accept wildcard characters: False
  95. ```
  96. ### CommonParameters
  97. This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
  98. ## INPUTS
  99. ### System.String[]
  100. ## OUTPUTS
  101. ### System.Object
  102. ## NOTES
  103. ## RELATED LINKS