Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 

2786 Zeilen
155 KiB

  1. <?xml version="1.0"?>
  2. <ModuleObject xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" fVersion="1.1" type="Script" mclass="Module" useSupports="true">
  3. <Name>NTFSSecurity</Name>
  4. <Version>3.2.3</Version>
  5. <Description>Windows PowerShell Module for managing file and folder security on NTFS volumes</Description>
  6. <HasManifest>true</HasManifest>
  7. <OverridePostCount>false</OverridePostCount>
  8. <FetchPostCount xsi:nil="true" />
  9. <Cmdlets>
  10. <CmdletObject verb="Add" noun="NTFSAccess">
  11. <Name>Add-NTFSAccess</Name>
  12. <GeneralHelp>
  13. <Synopsis />
  14. <Description />
  15. <Notes />
  16. <InputType />
  17. <InputUrl />
  18. <InputTypeDescription />
  19. <ReturnType />
  20. <ReturnUrl />
  21. <ReturnTypeDescription />
  22. </GeneralHelp>
  23. <ParamSets>
  24. <CommandParameterSetInfo2 Name="PathComplex" Params="Path Account AccessRights AccessType InheritanceFlags PropagationFlags PassThru Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  25. <CommandParameterSetInfo2 Name="PathSimple" Params="Path Account AccessRights AccessType AppliesTo PassThru Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  26. <CommandParameterSetInfo2 Name="SDSimple" Params="SecurityDescriptor Account AccessRights AccessType AppliesTo PassThru Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  27. <CommandParameterSetInfo2 Name="SDComplex" Params="SecurityDescriptor Account AccessRights AccessType InheritanceFlags PropagationFlags PassThru Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  28. </ParamSets>
  29. <Syntax>
  30. <string>Add-NTFSAccess [-Path] &lt;String[]&gt; [-Account] &lt;IdentityReference2[]&gt; [-AccessRights] &lt;FileSystemRights2&gt; [-AccessType &lt;AccessControlType&gt;] [-InheritanceFlags &lt;InheritanceFlags&gt;] [-PropagationFlags &lt;PropagationFlags&gt;] [-PassThru] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  31. <string>Add-NTFSAccess [-Path] &lt;String[]&gt; [-Account] &lt;IdentityReference2[]&gt; [-AccessRights] &lt;FileSystemRights2&gt; [-AccessType &lt;AccessControlType&gt;] [-AppliesTo &lt;ApplyTo&gt;] [-PassThru] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  32. <string>Add-NTFSAccess [-SecurityDescriptor] &lt;FileSystemSecurity2[]&gt; [-Account] &lt;IdentityReference2[]&gt; [-AccessRights] &lt;FileSystemRights2&gt; [-AccessType &lt;AccessControlType&gt;] [-AppliesTo &lt;ApplyTo&gt;] [-PassThru] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  33. <string>Add-NTFSAccess [-SecurityDescriptor] &lt;FileSystemSecurity2[]&gt; [-Account] &lt;IdentityReference2[]&gt; [-AccessRights] &lt;FileSystemRights2&gt; [-AccessType &lt;AccessControlType&gt;] [-InheritanceFlags &lt;InheritanceFlags&gt;] [-PropagationFlags &lt;PropagationFlags&gt;] [-PassThru] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  34. </Syntax>
  35. <Parameters>
  36. <ParameterDescription type="String[]" varLen="true" required="true" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  37. <Name>Path</Name>
  38. <Attributes>
  39. <string>System.Management.Automation.ParameterAttribute</string>
  40. <string>System.Management.Automation.ParameterAttribute</string>
  41. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  42. <string>System.Management.Automation.AliasAttribute</string>
  43. </Attributes>
  44. <Aliases>
  45. <string>FullName</string>
  46. </Aliases>
  47. <Description />
  48. <DefaultValue />
  49. </ParameterDescription>
  50. <ParameterDescription type="IdentityReference2[]" varLen="true" required="true" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="true" pos="2" globbing="false">
  51. <Name>Account</Name>
  52. <Attributes>
  53. <string>System.Management.Automation.ParameterAttribute</string>
  54. <string>System.Management.Automation.AliasAttribute</string>
  55. </Attributes>
  56. <Aliases>
  57. <string>IdentityReference, ID</string>
  58. </Aliases>
  59. <Description />
  60. <DefaultValue />
  61. </ParameterDescription>
  62. <ParameterDescription type="FileSystemRights2" varLen="false" required="true" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="true" pos="2" globbing="false">
  63. <Name>AccessRights</Name>
  64. <Attributes>
  65. <string>System.Management.Automation.ParameterAttribute</string>
  66. <string>System.Management.Automation.AliasAttribute</string>
  67. </Attributes>
  68. <Aliases>
  69. <string>FileSystemRights</string>
  70. </Aliases>
  71. <Description />
  72. <DefaultValue />
  73. </ParameterDescription>
  74. <ParameterDescription type="AccessControlType" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="false" pos="named" globbing="false">
  75. <Name>AccessType</Name>
  76. <Attributes>
  77. <string>System.Management.Automation.ParameterAttribute</string>
  78. <string>System.Management.Automation.AliasAttribute</string>
  79. </Attributes>
  80. <Aliases>
  81. <string>AccessControlType</string>
  82. </Aliases>
  83. <Description />
  84. <DefaultValue />
  85. </ParameterDescription>
  86. <ParameterDescription type="InheritanceFlags" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="false" pos="named" globbing="false">
  87. <Name>InheritanceFlags</Name>
  88. <Attributes>
  89. <string>System.Management.Automation.ParameterAttribute</string>
  90. <string>System.Management.Automation.ParameterAttribute</string>
  91. </Attributes>
  92. <Aliases />
  93. <Description />
  94. <DefaultValue />
  95. </ParameterDescription>
  96. <ParameterDescription type="PropagationFlags" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="false" pos="named" globbing="false">
  97. <Name>PropagationFlags</Name>
  98. <Attributes>
  99. <string>System.Management.Automation.ParameterAttribute</string>
  100. <string>System.Management.Automation.ParameterAttribute</string>
  101. </Attributes>
  102. <Aliases />
  103. <Description />
  104. <DefaultValue />
  105. </ParameterDescription>
  106. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  107. <Name>PassThru</Name>
  108. <Attributes>
  109. <string>System.Management.Automation.ParameterAttribute</string>
  110. </Attributes>
  111. <Aliases />
  112. <Description />
  113. <DefaultValue />
  114. </ParameterDescription>
  115. <ParameterDescription type="ActionPreference" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  116. <Name>InformationAction</Name>
  117. <Attributes>
  118. <string>System.Management.Automation.AliasAttribute</string>
  119. <string>System.Management.Automation.ParameterAttribute</string>
  120. </Attributes>
  121. <Aliases>
  122. <string>infa</string>
  123. </Aliases>
  124. <Description />
  125. <DefaultValue />
  126. </ParameterDescription>
  127. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  128. <Name>InformationVariable</Name>
  129. <Attributes>
  130. <string>System.Management.Automation.ParameterAttribute</string>
  131. <string>System.Management.Automation.Internal.CommonParameters+ValidateVariableName</string>
  132. <string>System.Management.Automation.AliasAttribute</string>
  133. </Attributes>
  134. <Aliases>
  135. <string>iv</string>
  136. </Aliases>
  137. <Description />
  138. <DefaultValue />
  139. </ParameterDescription>
  140. <ParameterDescription type="ApplyTo" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="false" pos="named" globbing="false">
  141. <Name>AppliesTo</Name>
  142. <Attributes>
  143. <string>System.Management.Automation.ParameterAttribute</string>
  144. <string>System.Management.Automation.ParameterAttribute</string>
  145. </Attributes>
  146. <Aliases />
  147. <Description />
  148. <DefaultValue />
  149. </ParameterDescription>
  150. <ParameterDescription type="FileSystemSecurity2[]" varLen="true" required="true" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  151. <Name>SecurityDescriptor</Name>
  152. <Attributes>
  153. <string>System.Management.Automation.ParameterAttribute</string>
  154. <string>System.Management.Automation.ParameterAttribute</string>
  155. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  156. </Attributes>
  157. <Aliases />
  158. <Description />
  159. <DefaultValue />
  160. </ParameterDescription>
  161. </Parameters>
  162. <Examples />
  163. <RelatedLinks />
  164. <SupportInformation ad="false" rsat="false" ps2="false" ps3="false" ps4="false" ps5="false" wxp="false" wv="false" w7="false" w8="false" w81="false" w2k3s="false" w2k3e="false" w2k3d="false" w2k8s="false" w2k8e="false" w2k8d="false" w2k8r2s="false" w2k8r2e="false" w2k8r2d="false" w2k12s="false" w2k12d="false" w2k12r2s="false" w2k12r2d="false" />
  165. <Publish>false</Publish>
  166. </CmdletObject>
  167. <CmdletObject verb="Add" noun="NTFSAudit">
  168. <Name>Add-NTFSAudit</Name>
  169. <GeneralHelp>
  170. <Synopsis />
  171. <Description />
  172. <Notes />
  173. <InputType />
  174. <InputUrl />
  175. <InputTypeDescription />
  176. <ReturnType />
  177. <ReturnUrl />
  178. <ReturnTypeDescription />
  179. </GeneralHelp>
  180. <ParamSets>
  181. <CommandParameterSetInfo2 Name="Complex" Params="Account AccessRights Type InheritanceFlags PropagationFlags PassThru Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  182. <CommandParameterSetInfo2 Name="Simple" Params="Account AccessRights Type AppliesTo PassThru Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  183. </ParamSets>
  184. <Syntax>
  185. <string>Add-NTFSAudit [-Account] &lt;IdentityReference2&gt; [-AccessRights] &lt;FileSystemRights&gt; [-Type &lt;AuditFlags&gt;] [-InheritanceFlags &lt;InheritanceFlags&gt;] [-PropagationFlags &lt;PropagationFlags&gt;] [-PassThru] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  186. <string>Add-NTFSAudit [-Account] &lt;IdentityReference2&gt; [-AccessRights] &lt;FileSystemRights&gt; [-Type &lt;AuditFlags&gt;] [-AppliesTo &lt;ApplyTo&gt;] [-PassThru] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  187. </Syntax>
  188. <Parameters>
  189. <ParameterDescription type="IdentityReference2" varLen="false" required="true" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="true" pos="0" globbing="false">
  190. <Name>Account</Name>
  191. <Attributes>
  192. <string>System.Management.Automation.ParameterAttribute</string>
  193. <string>System.Management.Automation.AliasAttribute</string>
  194. </Attributes>
  195. <Aliases>
  196. <string>IdentityReference, ID</string>
  197. </Aliases>
  198. <Description />
  199. <DefaultValue />
  200. </ParameterDescription>
  201. <ParameterDescription type="FileSystemRights" varLen="false" required="true" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="true" pos="1" globbing="false">
  202. <Name>AccessRights</Name>
  203. <Attributes>
  204. <string>System.Management.Automation.ParameterAttribute</string>
  205. <string>System.Management.Automation.AliasAttribute</string>
  206. </Attributes>
  207. <Aliases>
  208. <string>FileSystemRights</string>
  209. </Aliases>
  210. <Description />
  211. <DefaultValue />
  212. </ParameterDescription>
  213. <ParameterDescription type="AuditFlags" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="false" pos="named" globbing="false">
  214. <Name>Type</Name>
  215. <Attributes>
  216. <string>System.Management.Automation.ParameterAttribute</string>
  217. </Attributes>
  218. <Aliases />
  219. <Description />
  220. <DefaultValue />
  221. </ParameterDescription>
  222. <ParameterDescription type="InheritanceFlags" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="false" pos="named" globbing="false">
  223. <Name>InheritanceFlags</Name>
  224. <Attributes>
  225. <string>System.Management.Automation.ParameterAttribute</string>
  226. </Attributes>
  227. <Aliases />
  228. <Description />
  229. <DefaultValue />
  230. </ParameterDescription>
  231. <ParameterDescription type="PropagationFlags" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="false" pos="named" globbing="false">
  232. <Name>PropagationFlags</Name>
  233. <Attributes>
  234. <string>System.Management.Automation.ParameterAttribute</string>
  235. </Attributes>
  236. <Aliases />
  237. <Description />
  238. <DefaultValue />
  239. </ParameterDescription>
  240. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  241. <Name>PassThru</Name>
  242. <Attributes>
  243. <string>System.Management.Automation.ParameterAttribute</string>
  244. </Attributes>
  245. <Aliases />
  246. <Description />
  247. <DefaultValue />
  248. </ParameterDescription>
  249. <ParameterDescription type="ActionPreference" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  250. <Name>InformationAction</Name>
  251. <Attributes>
  252. <string>System.Management.Automation.AliasAttribute</string>
  253. <string>System.Management.Automation.ParameterAttribute</string>
  254. </Attributes>
  255. <Aliases>
  256. <string>infa</string>
  257. </Aliases>
  258. <Description />
  259. <DefaultValue />
  260. </ParameterDescription>
  261. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  262. <Name>InformationVariable</Name>
  263. <Attributes>
  264. <string>System.Management.Automation.ParameterAttribute</string>
  265. <string>System.Management.Automation.Internal.CommonParameters+ValidateVariableName</string>
  266. <string>System.Management.Automation.AliasAttribute</string>
  267. </Attributes>
  268. <Aliases>
  269. <string>iv</string>
  270. </Aliases>
  271. <Description />
  272. <DefaultValue />
  273. </ParameterDescription>
  274. <ParameterDescription type="ApplyTo" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="false" pos="named" globbing="false">
  275. <Name>AppliesTo</Name>
  276. <Attributes>
  277. <string>System.Management.Automation.ParameterAttribute</string>
  278. </Attributes>
  279. <Aliases />
  280. <Description />
  281. <DefaultValue />
  282. </ParameterDescription>
  283. </Parameters>
  284. <Examples />
  285. <RelatedLinks />
  286. <SupportInformation ad="false" rsat="false" ps2="false" ps3="false" ps4="false" ps5="false" wxp="false" wv="false" w7="false" w8="false" w81="false" w2k3s="false" w2k3e="false" w2k3d="false" w2k8s="false" w2k8e="false" w2k8d="false" w2k8r2s="false" w2k8r2e="false" w2k8r2d="false" w2k12s="false" w2k12d="false" w2k12r2s="false" w2k12r2d="false" />
  287. <Publish>false</Publish>
  288. </CmdletObject>
  289. <CmdletObject verb="Copy" noun="NTFSAccess">
  290. <Name>Copy-NTFSAccess</Name>
  291. <GeneralHelp>
  292. <Synopsis />
  293. <Description />
  294. <Notes />
  295. <InputType />
  296. <InputUrl />
  297. <InputTypeDescription />
  298. <ReturnType />
  299. <ReturnUrl />
  300. <ReturnTypeDescription />
  301. </GeneralHelp>
  302. <ParamSets>
  303. <CommandParameterSetInfo2 Name="__AllParameterSets" Params="Path DestinationPath Account PassThru Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  304. </ParamSets>
  305. <Syntax>
  306. <string>Copy-NTFSAccess [-Path] &lt;String&gt; [-DestinationPath] &lt;String&gt; [-Account &lt;IdentityReference2[]&gt;] [-PassThru] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  307. </Syntax>
  308. <Parameters>
  309. <ParameterDescription type="String" varLen="false" required="true" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  310. <Name>Path</Name>
  311. <Attributes>
  312. <string>System.Management.Automation.ParameterAttribute</string>
  313. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  314. <string>System.Management.Automation.AliasAttribute</string>
  315. </Attributes>
  316. <Aliases>
  317. <string>FullName</string>
  318. </Aliases>
  319. <Description />
  320. <DefaultValue />
  321. </ParameterDescription>
  322. <ParameterDescription type="String" varLen="false" required="true" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="true" pos="2" globbing="false">
  323. <Name>DestinationPath</Name>
  324. <Attributes>
  325. <string>System.Management.Automation.ParameterAttribute</string>
  326. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  327. </Attributes>
  328. <Aliases />
  329. <Description />
  330. <DefaultValue />
  331. </ParameterDescription>
  332. <ParameterDescription type="IdentityReference2[]" varLen="true" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="false" pos="named" globbing="false">
  333. <Name>Account</Name>
  334. <Attributes>
  335. <string>System.Management.Automation.ParameterAttribute</string>
  336. <string>System.Management.Automation.AliasAttribute</string>
  337. </Attributes>
  338. <Aliases>
  339. <string>IdentityReference, ID</string>
  340. </Aliases>
  341. <Description />
  342. <DefaultValue />
  343. </ParameterDescription>
  344. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  345. <Name>PassThru</Name>
  346. <Attributes>
  347. <string>System.Management.Automation.ParameterAttribute</string>
  348. </Attributes>
  349. <Aliases />
  350. <Description />
  351. <DefaultValue />
  352. </ParameterDescription>
  353. <ParameterDescription type="ActionPreference" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  354. <Name>InformationAction</Name>
  355. <Attributes>
  356. <string>System.Management.Automation.AliasAttribute</string>
  357. <string>System.Management.Automation.ParameterAttribute</string>
  358. </Attributes>
  359. <Aliases>
  360. <string>infa</string>
  361. </Aliases>
  362. <Description />
  363. <DefaultValue />
  364. </ParameterDescription>
  365. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  366. <Name>InformationVariable</Name>
  367. <Attributes>
  368. <string>System.Management.Automation.ParameterAttribute</string>
  369. <string>System.Management.Automation.Internal.CommonParameters+ValidateVariableName</string>
  370. <string>System.Management.Automation.AliasAttribute</string>
  371. </Attributes>
  372. <Aliases>
  373. <string>iv</string>
  374. </Aliases>
  375. <Description />
  376. <DefaultValue />
  377. </ParameterDescription>
  378. </Parameters>
  379. <Examples />
  380. <RelatedLinks />
  381. <SupportInformation ad="false" rsat="false" ps2="false" ps3="false" ps4="false" ps5="false" wxp="false" wv="false" w7="false" w8="false" w81="false" w2k3s="false" w2k3e="false" w2k3d="false" w2k8s="false" w2k8e="false" w2k8d="false" w2k8r2s="false" w2k8r2e="false" w2k8r2d="false" w2k12s="false" w2k12d="false" w2k12r2s="false" w2k12r2d="false" />
  382. <Publish>false</Publish>
  383. </CmdletObject>
  384. <CmdletObject verb="Disable" noun="NTFSAccessInheritance">
  385. <Name>Disable-NTFSAccessInheritance</Name>
  386. <GeneralHelp>
  387. <Synopsis />
  388. <Description />
  389. <Notes />
  390. <InputType />
  391. <InputUrl />
  392. <InputTypeDescription />
  393. <ReturnType />
  394. <ReturnUrl />
  395. <ReturnTypeDescription />
  396. </GeneralHelp>
  397. <ParamSets>
  398. <CommandParameterSetInfo2 Name="Path" Params="Path RemoveInheritedAccessRules PassThru Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  399. <CommandParameterSetInfo2 Name="SecurityDescriptor" Params="SecurityDescriptor RemoveInheritedAccessRules PassThru Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  400. </ParamSets>
  401. <Syntax>
  402. <string>Disable-NTFSAccessInheritance [[-Path] &lt;String[]&gt;] [-RemoveInheritedAccessRules] [-PassThru] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  403. <string>Disable-NTFSAccessInheritance [-SecurityDescriptor] &lt;FileSystemSecurity2[]&gt; [-RemoveInheritedAccessRules] [-PassThru] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  404. </Syntax>
  405. <Parameters>
  406. <ParameterDescription type="String[]" varLen="true" required="false" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  407. <Name>Path</Name>
  408. <Attributes>
  409. <string>System.Management.Automation.ParameterAttribute</string>
  410. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  411. <string>System.Management.Automation.AliasAttribute</string>
  412. </Attributes>
  413. <Aliases>
  414. <string>FullName</string>
  415. </Aliases>
  416. <Description />
  417. <DefaultValue />
  418. </ParameterDescription>
  419. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  420. <Name>RemoveInheritedAccessRules</Name>
  421. <Attributes>
  422. <string>System.Management.Automation.ParameterAttribute</string>
  423. </Attributes>
  424. <Aliases />
  425. <Description />
  426. <DefaultValue />
  427. </ParameterDescription>
  428. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  429. <Name>PassThru</Name>
  430. <Attributes>
  431. <string>System.Management.Automation.ParameterAttribute</string>
  432. </Attributes>
  433. <Aliases />
  434. <Description />
  435. <DefaultValue />
  436. </ParameterDescription>
  437. <ParameterDescription type="ActionPreference" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  438. <Name>InformationAction</Name>
  439. <Attributes>
  440. <string>System.Management.Automation.AliasAttribute</string>
  441. <string>System.Management.Automation.ParameterAttribute</string>
  442. </Attributes>
  443. <Aliases>
  444. <string>infa</string>
  445. </Aliases>
  446. <Description />
  447. <DefaultValue />
  448. </ParameterDescription>
  449. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  450. <Name>InformationVariable</Name>
  451. <Attributes>
  452. <string>System.Management.Automation.ParameterAttribute</string>
  453. <string>System.Management.Automation.Internal.CommonParameters+ValidateVariableName</string>
  454. <string>System.Management.Automation.AliasAttribute</string>
  455. </Attributes>
  456. <Aliases>
  457. <string>iv</string>
  458. </Aliases>
  459. <Description />
  460. <DefaultValue />
  461. </ParameterDescription>
  462. <ParameterDescription type="FileSystemSecurity2[]" varLen="true" required="true" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  463. <Name>SecurityDescriptor</Name>
  464. <Attributes>
  465. <string>System.Management.Automation.ParameterAttribute</string>
  466. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  467. </Attributes>
  468. <Aliases />
  469. <Description />
  470. <DefaultValue />
  471. </ParameterDescription>
  472. </Parameters>
  473. <Examples />
  474. <RelatedLinks />
  475. <SupportInformation ad="false" rsat="false" ps2="false" ps3="false" ps4="false" ps5="false" wxp="false" wv="false" w7="false" w8="false" w81="false" w2k3s="false" w2k3e="false" w2k3d="false" w2k8s="false" w2k8e="false" w2k8d="false" w2k8r2s="false" w2k8r2e="false" w2k8r2d="false" w2k12s="false" w2k12d="false" w2k12r2s="false" w2k12r2d="false" />
  476. <Publish>false</Publish>
  477. </CmdletObject>
  478. <CmdletObject verb="Disable" noun="NTFSAuditInheritance">
  479. <Name>Disable-NTFSAuditInheritance</Name>
  480. <GeneralHelp>
  481. <Synopsis />
  482. <Description />
  483. <Notes />
  484. <InputType />
  485. <InputUrl />
  486. <InputTypeDescription />
  487. <ReturnType />
  488. <ReturnUrl />
  489. <ReturnTypeDescription />
  490. </GeneralHelp>
  491. <ParamSets>
  492. <CommandParameterSetInfo2 Name="Path" Params="Path RemoveInheritedAccessRules PassThru Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  493. <CommandParameterSetInfo2 Name="SecurityDescriptor" Params="SecurityDescriptor RemoveInheritedAccessRules PassThru Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  494. </ParamSets>
  495. <Syntax>
  496. <string>Disable-NTFSAuditInheritance [[-Path] &lt;String[]&gt;] [-RemoveInheritedAccessRules] [-PassThru] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  497. <string>Disable-NTFSAuditInheritance [-SecurityDescriptor] &lt;FileSystemSecurity2[]&gt; [-RemoveInheritedAccessRules] [-PassThru] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  498. </Syntax>
  499. <Parameters>
  500. <ParameterDescription type="String[]" varLen="true" required="false" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  501. <Name>Path</Name>
  502. <Attributes>
  503. <string>System.Management.Automation.ParameterAttribute</string>
  504. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  505. <string>System.Management.Automation.AliasAttribute</string>
  506. </Attributes>
  507. <Aliases>
  508. <string>FullName</string>
  509. </Aliases>
  510. <Description />
  511. <DefaultValue />
  512. </ParameterDescription>
  513. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  514. <Name>RemoveInheritedAccessRules</Name>
  515. <Attributes>
  516. <string>System.Management.Automation.ParameterAttribute</string>
  517. </Attributes>
  518. <Aliases />
  519. <Description />
  520. <DefaultValue />
  521. </ParameterDescription>
  522. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  523. <Name>PassThru</Name>
  524. <Attributes>
  525. <string>System.Management.Automation.ParameterAttribute</string>
  526. </Attributes>
  527. <Aliases />
  528. <Description />
  529. <DefaultValue />
  530. </ParameterDescription>
  531. <ParameterDescription type="ActionPreference" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  532. <Name>InformationAction</Name>
  533. <Attributes>
  534. <string>System.Management.Automation.AliasAttribute</string>
  535. <string>System.Management.Automation.ParameterAttribute</string>
  536. </Attributes>
  537. <Aliases>
  538. <string>infa</string>
  539. </Aliases>
  540. <Description />
  541. <DefaultValue />
  542. </ParameterDescription>
  543. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  544. <Name>InformationVariable</Name>
  545. <Attributes>
  546. <string>System.Management.Automation.ParameterAttribute</string>
  547. <string>System.Management.Automation.Internal.CommonParameters+ValidateVariableName</string>
  548. <string>System.Management.Automation.AliasAttribute</string>
  549. </Attributes>
  550. <Aliases>
  551. <string>iv</string>
  552. </Aliases>
  553. <Description />
  554. <DefaultValue />
  555. </ParameterDescription>
  556. <ParameterDescription type="FileSystemSecurity2[]" varLen="true" required="true" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  557. <Name>SecurityDescriptor</Name>
  558. <Attributes>
  559. <string>System.Management.Automation.ParameterAttribute</string>
  560. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  561. </Attributes>
  562. <Aliases />
  563. <Description />
  564. <DefaultValue />
  565. </ParameterDescription>
  566. </Parameters>
  567. <Examples />
  568. <RelatedLinks />
  569. <SupportInformation ad="false" rsat="false" ps2="false" ps3="false" ps4="false" ps5="false" wxp="false" wv="false" w7="false" w8="false" w81="false" w2k3s="false" w2k3e="false" w2k3d="false" w2k8s="false" w2k8e="false" w2k8d="false" w2k8r2s="false" w2k8r2e="false" w2k8r2d="false" w2k12s="false" w2k12d="false" w2k12r2s="false" w2k12r2d="false" />
  570. <Publish>false</Publish>
  571. </CmdletObject>
  572. <CmdletObject verb="Disable" noun="Privileges">
  573. <Name>Disable-Privileges</Name>
  574. <GeneralHelp>
  575. <Synopsis />
  576. <Description />
  577. <Notes />
  578. <InputType />
  579. <InputUrl />
  580. <InputTypeDescription />
  581. <ReturnType />
  582. <ReturnUrl />
  583. <ReturnTypeDescription />
  584. </GeneralHelp>
  585. <ParamSets>
  586. <CommandParameterSetInfo2 Name="__AllParameterSets" Params="PassThru Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  587. </ParamSets>
  588. <Syntax>
  589. <string>Disable-Privileges [-PassThru] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  590. </Syntax>
  591. <Parameters>
  592. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  593. <Name>PassThru</Name>
  594. <Attributes>
  595. <string>System.Management.Automation.ParameterAttribute</string>
  596. </Attributes>
  597. <Aliases />
  598. <Description />
  599. <DefaultValue />
  600. </ParameterDescription>
  601. <ParameterDescription type="ActionPreference" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  602. <Name>InformationAction</Name>
  603. <Attributes>
  604. <string>System.Management.Automation.AliasAttribute</string>
  605. <string>System.Management.Automation.ParameterAttribute</string>
  606. </Attributes>
  607. <Aliases>
  608. <string>infa</string>
  609. </Aliases>
  610. <Description />
  611. <DefaultValue />
  612. </ParameterDescription>
  613. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  614. <Name>InformationVariable</Name>
  615. <Attributes>
  616. <string>System.Management.Automation.ParameterAttribute</string>
  617. <string>System.Management.Automation.Internal.CommonParameters+ValidateVariableName</string>
  618. <string>System.Management.Automation.AliasAttribute</string>
  619. </Attributes>
  620. <Aliases>
  621. <string>iv</string>
  622. </Aliases>
  623. <Description />
  624. <DefaultValue />
  625. </ParameterDescription>
  626. </Parameters>
  627. <Examples />
  628. <RelatedLinks />
  629. <SupportInformation ad="false" rsat="false" ps2="false" ps3="false" ps4="false" ps5="false" wxp="false" wv="false" w7="false" w8="false" w81="false" w2k3s="false" w2k3e="false" w2k3d="false" w2k8s="false" w2k8e="false" w2k8d="false" w2k8r2s="false" w2k8r2e="false" w2k8r2d="false" w2k12s="false" w2k12d="false" w2k12r2s="false" w2k12r2d="false" />
  630. <Publish>false</Publish>
  631. </CmdletObject>
  632. <CmdletObject verb="Enable" noun="NTFSAccessInheritance">
  633. <Name>Enable-NTFSAccessInheritance</Name>
  634. <GeneralHelp>
  635. <Synopsis />
  636. <Description />
  637. <Notes />
  638. <InputType />
  639. <InputUrl />
  640. <InputTypeDescription />
  641. <ReturnType />
  642. <ReturnUrl />
  643. <ReturnTypeDescription />
  644. </GeneralHelp>
  645. <ParamSets>
  646. <CommandParameterSetInfo2 Name="Path" Params="Path PassThru RemoveExplicitAccessRules Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  647. <CommandParameterSetInfo2 Name="SecurityDescriptor" Params="SecurityDescriptor PassThru RemoveExplicitAccessRules Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  648. </ParamSets>
  649. <Syntax>
  650. <string>Enable-NTFSAccessInheritance [[-Path] &lt;String[]&gt;] [-PassThru] [-RemoveExplicitAccessRules] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  651. <string>Enable-NTFSAccessInheritance [-SecurityDescriptor] &lt;FileSystemSecurity2[]&gt; [-PassThru] [-RemoveExplicitAccessRules] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  652. </Syntax>
  653. <Parameters>
  654. <ParameterDescription type="String[]" varLen="true" required="false" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  655. <Name>Path</Name>
  656. <Attributes>
  657. <string>System.Management.Automation.ParameterAttribute</string>
  658. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  659. <string>System.Management.Automation.AliasAttribute</string>
  660. </Attributes>
  661. <Aliases>
  662. <string>FullName</string>
  663. </Aliases>
  664. <Description />
  665. <DefaultValue />
  666. </ParameterDescription>
  667. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  668. <Name>PassThru</Name>
  669. <Attributes>
  670. <string>System.Management.Automation.ParameterAttribute</string>
  671. </Attributes>
  672. <Aliases />
  673. <Description />
  674. <DefaultValue />
  675. </ParameterDescription>
  676. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  677. <Name>RemoveExplicitAccessRules</Name>
  678. <Attributes>
  679. <string>System.Management.Automation.ParameterAttribute</string>
  680. </Attributes>
  681. <Aliases />
  682. <Description />
  683. <DefaultValue />
  684. </ParameterDescription>
  685. <ParameterDescription type="ActionPreference" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  686. <Name>InformationAction</Name>
  687. <Attributes>
  688. <string>System.Management.Automation.AliasAttribute</string>
  689. <string>System.Management.Automation.ParameterAttribute</string>
  690. </Attributes>
  691. <Aliases>
  692. <string>infa</string>
  693. </Aliases>
  694. <Description />
  695. <DefaultValue />
  696. </ParameterDescription>
  697. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  698. <Name>InformationVariable</Name>
  699. <Attributes>
  700. <string>System.Management.Automation.ParameterAttribute</string>
  701. <string>System.Management.Automation.Internal.CommonParameters+ValidateVariableName</string>
  702. <string>System.Management.Automation.AliasAttribute</string>
  703. </Attributes>
  704. <Aliases>
  705. <string>iv</string>
  706. </Aliases>
  707. <Description />
  708. <DefaultValue />
  709. </ParameterDescription>
  710. <ParameterDescription type="FileSystemSecurity2[]" varLen="true" required="true" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  711. <Name>SecurityDescriptor</Name>
  712. <Attributes>
  713. <string>System.Management.Automation.ParameterAttribute</string>
  714. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  715. </Attributes>
  716. <Aliases />
  717. <Description />
  718. <DefaultValue />
  719. </ParameterDescription>
  720. </Parameters>
  721. <Examples />
  722. <RelatedLinks />
  723. <SupportInformation ad="false" rsat="false" ps2="false" ps3="false" ps4="false" ps5="false" wxp="false" wv="false" w7="false" w8="false" w81="false" w2k3s="false" w2k3e="false" w2k3d="false" w2k8s="false" w2k8e="false" w2k8d="false" w2k8r2s="false" w2k8r2e="false" w2k8r2d="false" w2k12s="false" w2k12d="false" w2k12r2s="false" w2k12r2d="false" />
  724. <Publish>false</Publish>
  725. </CmdletObject>
  726. <CmdletObject verb="Enable" noun="NTFSAuditInheritance">
  727. <Name>Enable-NTFSAuditInheritance</Name>
  728. <GeneralHelp>
  729. <Synopsis />
  730. <Description />
  731. <Notes />
  732. <InputType />
  733. <InputUrl />
  734. <InputTypeDescription />
  735. <ReturnType />
  736. <ReturnUrl />
  737. <ReturnTypeDescription />
  738. </GeneralHelp>
  739. <ParamSets>
  740. <CommandParameterSetInfo2 Name="Path" Params="Path PassThru RemoveExplicitAccessRules Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  741. <CommandParameterSetInfo2 Name="SecurityDescriptor" Params="SecurityDescriptor PassThru RemoveExplicitAccessRules Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  742. </ParamSets>
  743. <Syntax>
  744. <string>Enable-NTFSAuditInheritance [[-Path] &lt;String[]&gt;] [-PassThru] [-RemoveExplicitAccessRules] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  745. <string>Enable-NTFSAuditInheritance [-SecurityDescriptor] &lt;FileSystemSecurity2[]&gt; [-PassThru] [-RemoveExplicitAccessRules] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  746. </Syntax>
  747. <Parameters>
  748. <ParameterDescription type="String[]" varLen="true" required="false" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  749. <Name>Path</Name>
  750. <Attributes>
  751. <string>System.Management.Automation.ParameterAttribute</string>
  752. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  753. <string>System.Management.Automation.AliasAttribute</string>
  754. </Attributes>
  755. <Aliases>
  756. <string>FullName</string>
  757. </Aliases>
  758. <Description />
  759. <DefaultValue />
  760. </ParameterDescription>
  761. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  762. <Name>PassThru</Name>
  763. <Attributes>
  764. <string>System.Management.Automation.ParameterAttribute</string>
  765. </Attributes>
  766. <Aliases />
  767. <Description />
  768. <DefaultValue />
  769. </ParameterDescription>
  770. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  771. <Name>RemoveExplicitAccessRules</Name>
  772. <Attributes>
  773. <string>System.Management.Automation.ParameterAttribute</string>
  774. </Attributes>
  775. <Aliases />
  776. <Description />
  777. <DefaultValue />
  778. </ParameterDescription>
  779. <ParameterDescription type="ActionPreference" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  780. <Name>InformationAction</Name>
  781. <Attributes>
  782. <string>System.Management.Automation.AliasAttribute</string>
  783. <string>System.Management.Automation.ParameterAttribute</string>
  784. </Attributes>
  785. <Aliases>
  786. <string>infa</string>
  787. </Aliases>
  788. <Description />
  789. <DefaultValue />
  790. </ParameterDescription>
  791. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  792. <Name>InformationVariable</Name>
  793. <Attributes>
  794. <string>System.Management.Automation.ParameterAttribute</string>
  795. <string>System.Management.Automation.Internal.CommonParameters+ValidateVariableName</string>
  796. <string>System.Management.Automation.AliasAttribute</string>
  797. </Attributes>
  798. <Aliases>
  799. <string>iv</string>
  800. </Aliases>
  801. <Description />
  802. <DefaultValue />
  803. </ParameterDescription>
  804. <ParameterDescription type="FileSystemSecurity2[]" varLen="true" required="true" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  805. <Name>SecurityDescriptor</Name>
  806. <Attributes>
  807. <string>System.Management.Automation.ParameterAttribute</string>
  808. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  809. </Attributes>
  810. <Aliases />
  811. <Description />
  812. <DefaultValue />
  813. </ParameterDescription>
  814. </Parameters>
  815. <Examples />
  816. <RelatedLinks />
  817. <SupportInformation ad="false" rsat="false" ps2="false" ps3="false" ps4="false" ps5="false" wxp="false" wv="false" w7="false" w8="false" w81="false" w2k3s="false" w2k3e="false" w2k3d="false" w2k8s="false" w2k8e="false" w2k8d="false" w2k8r2s="false" w2k8r2e="false" w2k8r2d="false" w2k12s="false" w2k12d="false" w2k12r2s="false" w2k12r2d="false" />
  818. <Publish>false</Publish>
  819. </CmdletObject>
  820. <CmdletObject verb="Enable" noun="Privileges">
  821. <Name>Enable-Privileges</Name>
  822. <GeneralHelp>
  823. <Synopsis />
  824. <Description />
  825. <Notes />
  826. <InputType />
  827. <InputUrl />
  828. <InputTypeDescription />
  829. <ReturnType />
  830. <ReturnUrl />
  831. <ReturnTypeDescription />
  832. </GeneralHelp>
  833. <ParamSets>
  834. <CommandParameterSetInfo2 Name="__AllParameterSets" Params="PassThru Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  835. </ParamSets>
  836. <Syntax>
  837. <string>Enable-Privileges [-PassThru] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  838. </Syntax>
  839. <Parameters>
  840. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  841. <Name>PassThru</Name>
  842. <Attributes>
  843. <string>System.Management.Automation.ParameterAttribute</string>
  844. </Attributes>
  845. <Aliases />
  846. <Description />
  847. <DefaultValue />
  848. </ParameterDescription>
  849. <ParameterDescription type="ActionPreference" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  850. <Name>InformationAction</Name>
  851. <Attributes>
  852. <string>System.Management.Automation.AliasAttribute</string>
  853. <string>System.Management.Automation.ParameterAttribute</string>
  854. </Attributes>
  855. <Aliases>
  856. <string>infa</string>
  857. </Aliases>
  858. <Description />
  859. <DefaultValue />
  860. </ParameterDescription>
  861. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  862. <Name>InformationVariable</Name>
  863. <Attributes>
  864. <string>System.Management.Automation.ParameterAttribute</string>
  865. <string>System.Management.Automation.Internal.CommonParameters+ValidateVariableName</string>
  866. <string>System.Management.Automation.AliasAttribute</string>
  867. </Attributes>
  868. <Aliases>
  869. <string>iv</string>
  870. </Aliases>
  871. <Description />
  872. <DefaultValue />
  873. </ParameterDescription>
  874. </Parameters>
  875. <Examples />
  876. <RelatedLinks />
  877. <SupportInformation ad="false" rsat="false" ps2="false" ps3="false" ps4="false" ps5="false" wxp="false" wv="false" w7="false" w8="false" w81="false" w2k3s="false" w2k3e="false" w2k3d="false" w2k8s="false" w2k8e="false" w2k8d="false" w2k8r2s="false" w2k8r2e="false" w2k8r2d="false" w2k12s="false" w2k12d="false" w2k12r2s="false" w2k12r2d="false" />
  878. <Publish>false</Publish>
  879. </CmdletObject>
  880. <CmdletObject verb="Get" noun="ChildItem2">
  881. <Name>Get-ChildItem2</Name>
  882. <GeneralHelp>
  883. <Synopsis>Gets the items and child items in one or more specified locations.</Synopsis>
  884. <Description>The Get-ChildItem2 cmdlet gets the items in one or more specified locations. If the item is a container, it gets the items inside the container, known as child items. You can use the Recurse parameter to get items in all child containers.
  885. Get-ChildItem2 does not have a 248 character limit on the path. It does not use the FileSystem provider but AlphaFS (https://github.com/alphaleonis/AlphaFS/) which is faster.
  886. Get-ChildItem2 supports only locations on the file system. Get-ChildItem2 cmdlet gets the directories, subdirectories, and files. In a file system directory, it gets subdirectories and files.
  887. By default, Get-ChildItem2 gets non-hidden items, but you can use the Directory, File, Hidden, ReadOnly, and System parameters to get only items with these attributes. To create a complex attribute search, use the Attributes parameter. If you use these parameters, Get-ChildItem gets only the items that meet all search conditions, as though the parameters were connected by an AND operator.</Description>
  888. <Notes>You can also refer to Get-ChildItem2 by its built-in alias dir2.
  889. Get-ChildItem2 does not get hidden items by default. To get hidden items, use the Force parameter.</Notes>
  890. <InputType>System.String[]</InputType>
  891. <InputUrl />
  892. <InputTypeDescription>You can pipe a file system path (in quotation marks) to Get-ChildItem2.</InputTypeDescription>
  893. <ReturnType>Alphaleonis.Win32.Filesystem.DirectoryInfo, Alphaleonis.Win32.Filesystem.FileInfo, System.String</ReturnType>
  894. <ReturnUrl />
  895. <ReturnTypeDescription />
  896. </GeneralHelp>
  897. <ParamSets>
  898. <CommandParameterSetInfo2 Name="__AllParameterSets" Params="Path Filter Recurse Directory File Attributes Hidden System ReadOnly Force SkipMountPoints SkipSymbolicLinks Depth Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  899. </ParamSets>
  900. <Syntax>
  901. <string>Get-ChildItem2 [[-Path] &lt;String[]&gt;] [[-Filter] &lt;String&gt;] [-Recurse] [-Directory] [-File] [-Attributes &lt;FileAttributes&gt;] [-Hidden] [-System] [-ReadOnly] [-Force] [-SkipMountPoints] [-SkipSymbolicLinks] [-Depth &lt;Nullable`1[Int32]&gt;] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  902. </Syntax>
  903. <Parameters>
  904. <ParameterDescription type="String[]" varLen="true" required="false" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  905. <Name>Path</Name>
  906. <Attributes>
  907. <string>System.Management.Automation.ParameterAttribute</string>
  908. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  909. <string>System.Management.Automation.AliasAttribute</string>
  910. </Attributes>
  911. <Aliases>
  912. <string>FullName</string>
  913. </Aliases>
  914. <Description>Specifies a path to one or more locations. Wildcards are NOT permitted. The default location is the current directory (.).</Description>
  915. <DefaultValue />
  916. </ParameterDescription>
  917. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="true" pos="2" globbing="true">
  918. <Name>Filter</Name>
  919. <Attributes>
  920. <string>System.Management.Automation.ParameterAttribute</string>
  921. </Attributes>
  922. <Aliases />
  923. <Description>Specifies a wildcard filter. The value of this parameter qualifies the Path parameter. Filters are more efficient than other parameters, because the provider applies them when retrieving the objects, rather than having Windows PowerShell filter the objects after they are retrieved.</Description>
  924. <DefaultValue />
  925. </ParameterDescription>
  926. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  927. <Name>Recurse</Name>
  928. <Attributes>
  929. <string>System.Management.Automation.ParameterAttribute</string>
  930. </Attributes>
  931. <Aliases />
  932. <Description>Gets the items in the specified locations and in all child items of the locations.</Description>
  933. <DefaultValue />
  934. </ParameterDescription>
  935. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  936. <Name>Directory</Name>
  937. <Attributes>
  938. <string>System.Management.Automation.ParameterAttribute</string>
  939. </Attributes>
  940. <Aliases />
  941. <Description>Gets directories (folders).
  942. To get only directories, use the Directory parameter and omit the File parameter. To exclude directories, use the File parameter and omit the Directory parameter, or use the Attributes parameter.</Description>
  943. <DefaultValue />
  944. </ParameterDescription>
  945. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  946. <Name>File</Name>
  947. <Attributes>
  948. <string>System.Management.Automation.ParameterAttribute</string>
  949. </Attributes>
  950. <Aliases />
  951. <Description>Gets files.
  952. To get only files, use the File parameter and omit the Directory parameter. To exclude files, use the Directory parameter and omit the File parameter, or use the Attributes parameter.</Description>
  953. <DefaultValue />
  954. </ParameterDescription>
  955. <ParameterDescription type="FileAttributes" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  956. <Name>Attributes</Name>
  957. <Attributes>
  958. <string>System.Management.Automation.ParameterAttribute</string>
  959. </Attributes>
  960. <Aliases />
  961. <Description>Gets files and folders with the specified attributes. This parameter supports all attributes and lets you specify complex combinations of attributes.
  962. To find files and folders with commonly used attributes, you can use the Attributes parameter, or the Directory, File, Hidden, ReadOnly, and System switch parameters.
  963. The Attributes parameter supports the following attributes: Archive, Compressed, Device, Directory, Encrypted, Hidden, Normal, NotContentIndexed, Offline, ReadOnly, ReparsePoint, SparseFile, System, and Temporary. For a description of these attributes, see the FileAttributes enumeration at http://go.microsoft.com/fwlink/?LinkId=201508.</Description>
  964. <DefaultValue />
  965. </ParameterDescription>
  966. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  967. <Name>SkipMountPoints</Name>
  968. <Attributes>
  969. <string>System.Management.Automation.ParameterAttribute</string>
  970. </Attributes>
  971. <Aliases />
  972. <Description>Skips mount points.
  973. Use this switch to not follow mount points when doing a recursive listing.</Description>
  974. <DefaultValue />
  975. </ParameterDescription>
  976. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  977. <Name>SkipSymbolicLinks</Name>
  978. <Attributes>
  979. <string>System.Management.Automation.ParameterAttribute</string>
  980. </Attributes>
  981. <Aliases />
  982. <Description>Skips symbolic links.
  983. Use this switch to not follow symbolic links when doing a recursive listing.</Description>
  984. <DefaultValue />
  985. </ParameterDescription>
  986. <ParameterDescription type="Nullable`1[Int32]" varLen="true" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  987. <Name>Depth</Name>
  988. <Attributes>
  989. <string>System.Management.Automation.ParameterAttribute</string>
  990. </Attributes>
  991. <Aliases />
  992. <Description>Limits the depth in a recursive listing.
  993. If you need only a certain level of subfolders, use this parameter. For example, if you only need the content of the current folder + the content of all subfolders, specify a depth of 1.</Description>
  994. <DefaultValue />
  995. </ParameterDescription>
  996. <ParameterDescription type="ActionPreference" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  997. <Name>InformationAction</Name>
  998. <Attributes>
  999. <string>System.Management.Automation.AliasAttribute</string>
  1000. <string>System.Management.Automation.ParameterAttribute</string>
  1001. </Attributes>
  1002. <Aliases>
  1003. <string>infa</string>
  1004. </Aliases>
  1005. <Description />
  1006. <DefaultValue />
  1007. </ParameterDescription>
  1008. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1009. <Name>InformationVariable</Name>
  1010. <Attributes>
  1011. <string>System.Management.Automation.ParameterAttribute</string>
  1012. <string>System.Management.Automation.Internal.CommonParameters+ValidateVariableName</string>
  1013. <string>System.Management.Automation.AliasAttribute</string>
  1014. </Attributes>
  1015. <Aliases>
  1016. <string>iv</string>
  1017. </Aliases>
  1018. <Description />
  1019. <DefaultValue />
  1020. </ParameterDescription>
  1021. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1022. <Name>Hidden</Name>
  1023. <Attributes>
  1024. <string>System.Management.Automation.ParameterAttribute</string>
  1025. </Attributes>
  1026. <Aliases />
  1027. <Description>Gets only hidden files and directories (folders). By default, Get-ChildItem gets only non-hidden items, but you can use the Force parameter to include hidden items in the results.
  1028. To get only hidden items, use the Hidden parameter or the Hidden value of the Attributes parameter. To exclude hidden items, omit the Hidden parameter or use the Attributes parameter.</Description>
  1029. <DefaultValue />
  1030. </ParameterDescription>
  1031. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1032. <Name>System</Name>
  1033. <Attributes>
  1034. <string>System.Management.Automation.ParameterAttribute</string>
  1035. </Attributes>
  1036. <Aliases />
  1037. <Description>Gets only system files and directories (folders).
  1038. To get only system files and folders, use the System parameter or the System value of the Attributes parameter. To exclude system files and folders, use the Attributes parameter.</Description>
  1039. <DefaultValue />
  1040. </ParameterDescription>
  1041. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1042. <Name>ReadOnly</Name>
  1043. <Attributes>
  1044. <string>System.Management.Automation.ParameterAttribute</string>
  1045. </Attributes>
  1046. <Aliases />
  1047. <Description>Gets only read-only files and directories (folders).
  1048. To get only read-only items, use the ReadOnly parameter or the ReadOnly value of the Attributes parameter. To exclude read-only items, use the Attributes parameter.</Description>
  1049. <DefaultValue />
  1050. </ParameterDescription>
  1051. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1052. <Name>Force</Name>
  1053. <Attributes>
  1054. <string>System.Management.Automation.ParameterAttribute</string>
  1055. </Attributes>
  1056. <Aliases />
  1057. <Description>Gets hidden files and folders. By default, hidden files and folder are excluded. You can also get hidden files and folders by using the Hidden parameter or the Hidden value of the Attributes parameter.</Description>
  1058. <DefaultValue />
  1059. </ParameterDescription>
  1060. </Parameters>
  1061. <Examples>
  1062. <Example>
  1063. <Name>Example 1</Name>
  1064. <Cmd>C:\PS&gt; Get-ChildItem2</Cmd>
  1065. <Description>This command gets the files and subdirectories in the current directory. If the current directory does not have child items, the command does not return any results.</Description>
  1066. <Output />
  1067. </Example>
  1068. <Example>
  1069. <Name>Example 2</Name>
  1070. <Cmd>C:\PS&gt; Get-Childitem -System -File -Recurse</Cmd>
  1071. <Description>This command gets system files in the current directory and its subdirectories.</Description>
  1072. <Output />
  1073. </Example>
  1074. <Example>
  1075. <Name>Example 3</Name>
  1076. <Cmd>PS C:\&gt; Get-ChildItem2 -Path D:\LabSources\ -Force -Depth 2</Cmd>
  1077. <Description>Gets all items from the folder D:\LabSources up to a level of 2. The Force switch makes the command to return also hidden items.</Description>
  1078. <Output />
  1079. </Example>
  1080. </Examples>
  1081. <RelatedLinks />
  1082. <SupportInformation ad="false" rsat="false" ps2="false" ps3="false" ps4="false" ps5="false" wxp="false" wv="false" w7="false" w8="false" w81="false" w2k3s="false" w2k3e="false" w2k3d="false" w2k8s="false" w2k8e="false" w2k8d="false" w2k8r2s="false" w2k8r2e="false" w2k8r2d="false" w2k12s="false" w2k12d="false" w2k12r2s="false" w2k12r2d="false" />
  1083. <Publish>false</Publish>
  1084. </CmdletObject>
  1085. <CmdletObject verb="Get" noun="DiskSpace">
  1086. <Name>Get-DiskSpace</Name>
  1087. <GeneralHelp>
  1088. <Synopsis>Retrieves a statistic about a file system drive.</Synopsis>
  1089. <Description>Get-DiskSpace retrieves a drive and usage statistic of a given drive. The information provided is AvailableFreeSpacePercent, AvailableFreeSpaceUnitSizeClusterSize, DriveName, TotalSizeUnitSize, UsedSpacePercent, UsedSpaceUnitSize, FreeBytesAvailable, TotalNumberOfBytes, TotalNumberOfFreeBytes, BytesPerSector, NumberOfFreeClusters, SectorsPerCluster, TotalNumberOfClusters.
  1090. </Description>
  1091. <Notes />
  1092. <InputType>System.String</InputType>
  1093. <InputUrl />
  1094. <InputTypeDescription />
  1095. <ReturnType>Alphaleonis.Win32.Filesystem.DiskSpaceInfo</ReturnType>
  1096. <ReturnUrl />
  1097. <ReturnTypeDescription />
  1098. </GeneralHelp>
  1099. <ParamSets>
  1100. <CommandParameterSetInfo2 Name="__AllParameterSets" Params="DriveLetter Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  1101. </ParamSets>
  1102. <Syntax>
  1103. <string>Get-DiskSpace [[-DriveLetter] &lt;String[]&gt;] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  1104. </Syntax>
  1105. <Parameters>
  1106. <ParameterDescription type="String[]" varLen="true" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="true" pos="1" globbing="false">
  1107. <Name>DriveLetter</Name>
  1108. <Attributes>
  1109. <string>System.Management.Automation.ParameterAttribute</string>
  1110. <string>System.Management.Automation.ValidatePatternAttribute</string>
  1111. </Attributes>
  1112. <Aliases />
  1113. <Description>The drive to get the statistic from.</Description>
  1114. <DefaultValue />
  1115. </ParameterDescription>
  1116. <ParameterDescription type="ActionPreference" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1117. <Name>InformationAction</Name>
  1118. <Attributes>
  1119. <string>System.Management.Automation.AliasAttribute</string>
  1120. <string>System.Management.Automation.ParameterAttribute</string>
  1121. </Attributes>
  1122. <Aliases>
  1123. <string>infa</string>
  1124. </Aliases>
  1125. <Description />
  1126. <DefaultValue />
  1127. </ParameterDescription>
  1128. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1129. <Name>InformationVariable</Name>
  1130. <Attributes>
  1131. <string>System.Management.Automation.ParameterAttribute</string>
  1132. <string>System.Management.Automation.Internal.CommonParameters+ValidateVariableName</string>
  1133. <string>System.Management.Automation.AliasAttribute</string>
  1134. </Attributes>
  1135. <Aliases>
  1136. <string>iv</string>
  1137. </Aliases>
  1138. <Description />
  1139. <DefaultValue />
  1140. </ParameterDescription>
  1141. </Parameters>
  1142. <Examples>
  1143. <Example>
  1144. <Name>Example 1</Name>
  1145. <Cmd>PS C:\&gt; Get-DiskSpace -DriveLetter d:</Cmd>
  1146. <Description>Get the drive statistic of drive D:.</Description>
  1147. <Output>AvailableFreeSpacePercent : 75.73%
  1148. AvailableFreeSpaceUnitSize : 361.07 GB
  1149. ClusterSize : 4096
  1150. DriveName : d:\
  1151. TotalSizeUnitSize : 476.81 GB
  1152. UsedSpacePercent : 24.27%
  1153. UsedSpaceUnitSize : 115.74 GB
  1154. FreeBytesAvailable : 387699257344
  1155. TotalNumberOfBytes : 511974567936
  1156. TotalNumberOfFreeBytes : 387699257344
  1157. BytesPerSector : 512
  1158. NumberOfFreeClusters : 94653139
  1159. SectorsPerCluster : 8
  1160. TotalNumberOfClusters : 124993791</Output>
  1161. </Example>
  1162. </Examples>
  1163. <RelatedLinks />
  1164. <SupportInformation ad="false" rsat="false" ps2="false" ps3="false" ps4="false" ps5="false" wxp="false" wv="false" w7="false" w8="false" w81="false" w2k3s="false" w2k3e="false" w2k3d="false" w2k8s="false" w2k8e="false" w2k8d="false" w2k8r2s="false" w2k8r2e="false" w2k8r2d="false" w2k12s="false" w2k12d="false" w2k12r2s="false" w2k12r2d="false" />
  1165. <Publish>false</Publish>
  1166. </CmdletObject>
  1167. <CmdletObject verb="Get" noun="Item2">
  1168. <Name>Get-Item2</Name>
  1169. <GeneralHelp>
  1170. <Synopsis>Gets files and folders.</Synopsis>
  1171. <Description>The Get-Item2 cmdlet gets the item at the specified location. It does not get the contents of the item at the location.
  1172. Get-ChildItem2 does not have a 248 character limit on the path. It does not use the FileSystem provider but AlphaFS (https://github.com/alphaleonis/AlphaFS/) which is faster.
  1173. The Get-Item cmdlet works only on the file system and gets files and folders.
  1174. </Description>
  1175. <Notes>You can also refer to Get-Item2 by its built-in alias gi2.</Notes>
  1176. <InputType>System.String[]</InputType>
  1177. <InputUrl />
  1178. <InputTypeDescription>You can pipe a file system path (in quotation marks) to Get-ChildItem2.</InputTypeDescription>
  1179. <ReturnType>Alphaleonis.Win32.Filesystem.DirectoryInfo, Alphaleonis.Win32.Filesystem.FileInfo, System.String</ReturnType>
  1180. <ReturnUrl />
  1181. <ReturnTypeDescription />
  1182. </GeneralHelp>
  1183. <ParamSets>
  1184. <CommandParameterSetInfo2 Name="__AllParameterSets" Params="Path Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  1185. </ParamSets>
  1186. <Syntax>
  1187. <string>Get-Item2 [[-Path] &lt;String[]&gt;] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  1188. </Syntax>
  1189. <Parameters>
  1190. <ParameterDescription type="String[]" varLen="true" required="false" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  1191. <Name>Path</Name>
  1192. <Attributes>
  1193. <string>System.Management.Automation.ParameterAttribute</string>
  1194. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  1195. <string>System.Management.Automation.AliasAttribute</string>
  1196. </Attributes>
  1197. <Aliases>
  1198. <string>FullName</string>
  1199. </Aliases>
  1200. <Description>Specifies a path to one or more locations. Wildcards are NOT permitted. The default location is the current directory (.).</Description>
  1201. <DefaultValue />
  1202. </ParameterDescription>
  1203. <ParameterDescription type="ActionPreference" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1204. <Name>InformationAction</Name>
  1205. <Attributes>
  1206. <string>System.Management.Automation.AliasAttribute</string>
  1207. <string>System.Management.Automation.ParameterAttribute</string>
  1208. </Attributes>
  1209. <Aliases>
  1210. <string>infa</string>
  1211. </Aliases>
  1212. <Description />
  1213. <DefaultValue />
  1214. </ParameterDescription>
  1215. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1216. <Name>InformationVariable</Name>
  1217. <Attributes>
  1218. <string>System.Management.Automation.ParameterAttribute</string>
  1219. <string>System.Management.Automation.Internal.CommonParameters+ValidateVariableName</string>
  1220. <string>System.Management.Automation.AliasAttribute</string>
  1221. </Attributes>
  1222. <Aliases>
  1223. <string>iv</string>
  1224. </Aliases>
  1225. <Description />
  1226. <DefaultValue />
  1227. </ParameterDescription>
  1228. </Parameters>
  1229. <Examples>
  1230. <Example>
  1231. <Name>Example 1</Name>
  1232. <Cmd>PS C:\&gt; Get-Item2</Cmd>
  1233. <Description>Gets the current folder.</Description>
  1234. <Output> Directory:
  1235. Mode Inherits LastWriteTime Size(M) Name
  1236. ---- -------- ------------- ------- ----
  1237. d--hs True 8/4/2015 11:00 PM &lt;DIR&gt; C:\</Output>
  1238. </Example>
  1239. <Example>
  1240. <Name>Example 2</Name>
  1241. <Cmd>PS C:\&gt; Get-Item2 -Path C:\Windows</Cmd>
  1242. <Description>Gets the Windows folder.</Description>
  1243. <Output> Directory: C:\
  1244. Mode Inherits LastWriteTime Size(M) Name
  1245. ---- -------- ------------- ------- ----
  1246. d---- True 8/4/2015 10:18 PM &lt;DIR&gt; Windows</Output>
  1247. </Example>
  1248. </Examples>
  1249. <RelatedLinks />
  1250. <SupportInformation ad="false" rsat="false" ps2="false" ps3="false" ps4="false" ps5="false" wxp="false" wv="false" w7="false" w8="false" w81="false" w2k3s="false" w2k3e="false" w2k3d="false" w2k8s="false" w2k8e="false" w2k8d="false" w2k8r2s="false" w2k8r2e="false" w2k8r2d="false" w2k12s="false" w2k12d="false" w2k12r2s="false" w2k12r2d="false" />
  1251. <Publish>false</Publish>
  1252. </CmdletObject>
  1253. <CmdletObject verb="Get" noun="NTFSAccess">
  1254. <Name>Get-NTFSAccess</Name>
  1255. <GeneralHelp>
  1256. <Synopsis />
  1257. <Description />
  1258. <Notes />
  1259. <InputType />
  1260. <InputUrl />
  1261. <InputTypeDescription />
  1262. <ReturnType />
  1263. <ReturnUrl />
  1264. <ReturnTypeDescription />
  1265. </GeneralHelp>
  1266. <ParamSets>
  1267. <CommandParameterSetInfo2 Name="Path" Params="Path Account ExcludeExplicit ExcludeInherited Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  1268. <CommandParameterSetInfo2 Name="SecurityDescriptor" Params="SecurityDescriptor Account ExcludeExplicit ExcludeInherited Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  1269. </ParamSets>
  1270. <Syntax>
  1271. <string>Get-NTFSAccess [[-Path] &lt;String[]&gt;] [-Account &lt;IdentityReference2&gt;] [-ExcludeExplicit] [-ExcludeInherited] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  1272. <string>Get-NTFSAccess [-SecurityDescriptor] &lt;FileSystemSecurity2[]&gt; [-Account &lt;IdentityReference2&gt;] [-ExcludeExplicit] [-ExcludeInherited] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  1273. </Syntax>
  1274. <Parameters>
  1275. <ParameterDescription type="String[]" varLen="true" required="false" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  1276. <Name>Path</Name>
  1277. <Attributes>
  1278. <string>System.Management.Automation.ParameterAttribute</string>
  1279. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  1280. <string>System.Management.Automation.AliasAttribute</string>
  1281. </Attributes>
  1282. <Aliases>
  1283. <string>FullName</string>
  1284. </Aliases>
  1285. <Description />
  1286. <DefaultValue />
  1287. </ParameterDescription>
  1288. <ParameterDescription type="IdentityReference2" varLen="false" required="false" dynamic="false" pipeRemaining="true" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1289. <Name>Account</Name>
  1290. <Attributes>
  1291. <string>System.Management.Automation.ParameterAttribute</string>
  1292. <string>System.Management.Automation.AliasAttribute</string>
  1293. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  1294. </Attributes>
  1295. <Aliases>
  1296. <string>IdentityReference, ID</string>
  1297. </Aliases>
  1298. <Description />
  1299. <DefaultValue />
  1300. </ParameterDescription>
  1301. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1302. <Name>ExcludeExplicit</Name>
  1303. <Attributes>
  1304. <string>System.Management.Automation.ParameterAttribute</string>
  1305. </Attributes>
  1306. <Aliases />
  1307. <Description />
  1308. <DefaultValue />
  1309. </ParameterDescription>
  1310. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1311. <Name>ExcludeInherited</Name>
  1312. <Attributes>
  1313. <string>System.Management.Automation.ParameterAttribute</string>
  1314. </Attributes>
  1315. <Aliases />
  1316. <Description />
  1317. <DefaultValue />
  1318. </ParameterDescription>
  1319. <ParameterDescription type="ActionPreference" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1320. <Name>InformationAction</Name>
  1321. <Attributes>
  1322. <string>System.Management.Automation.AliasAttribute</string>
  1323. <string>System.Management.Automation.ParameterAttribute</string>
  1324. </Attributes>
  1325. <Aliases>
  1326. <string>infa</string>
  1327. </Aliases>
  1328. <Description />
  1329. <DefaultValue />
  1330. </ParameterDescription>
  1331. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1332. <Name>InformationVariable</Name>
  1333. <Attributes>
  1334. <string>System.Management.Automation.ParameterAttribute</string>
  1335. <string>System.Management.Automation.Internal.CommonParameters+ValidateVariableName</string>
  1336. <string>System.Management.Automation.AliasAttribute</string>
  1337. </Attributes>
  1338. <Aliases>
  1339. <string>iv</string>
  1340. </Aliases>
  1341. <Description />
  1342. <DefaultValue />
  1343. </ParameterDescription>
  1344. <ParameterDescription type="FileSystemSecurity2[]" varLen="true" required="true" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  1345. <Name>SecurityDescriptor</Name>
  1346. <Attributes>
  1347. <string>System.Management.Automation.ParameterAttribute</string>
  1348. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  1349. </Attributes>
  1350. <Aliases />
  1351. <Description />
  1352. <DefaultValue />
  1353. </ParameterDescription>
  1354. </Parameters>
  1355. <Examples />
  1356. <RelatedLinks />
  1357. <SupportInformation ad="false" rsat="false" ps2="false" ps3="false" ps4="false" ps5="false" wxp="false" wv="false" w7="false" w8="false" w81="false" w2k3s="false" w2k3e="false" w2k3d="false" w2k8s="false" w2k8e="false" w2k8d="false" w2k8r2s="false" w2k8r2e="false" w2k8r2d="false" w2k12s="false" w2k12d="false" w2k12r2s="false" w2k12r2d="false" />
  1358. <Publish>false</Publish>
  1359. </CmdletObject>
  1360. <CmdletObject verb="Get" noun="NTFSAudit">
  1361. <Name>Get-NTFSAudit</Name>
  1362. <GeneralHelp>
  1363. <Synopsis />
  1364. <Description />
  1365. <Notes />
  1366. <InputType />
  1367. <InputUrl />
  1368. <InputTypeDescription />
  1369. <ReturnType />
  1370. <ReturnUrl />
  1371. <ReturnTypeDescription />
  1372. </GeneralHelp>
  1373. <ParamSets>
  1374. <CommandParameterSetInfo2 Name="__AllParameterSets" Params="Account ExcludeExplicit ExcludeInherited Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  1375. </ParamSets>
  1376. <Syntax>
  1377. <string>Get-NTFSAudit [-Account &lt;IdentityReference2&gt;] [-ExcludeExplicit] [-ExcludeInherited] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  1378. </Syntax>
  1379. <Parameters>
  1380. <ParameterDescription type="IdentityReference2" varLen="false" required="false" dynamic="false" pipeRemaining="true" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1381. <Name>Account</Name>
  1382. <Attributes>
  1383. <string>System.Management.Automation.ParameterAttribute</string>
  1384. <string>System.Management.Automation.AliasAttribute</string>
  1385. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  1386. </Attributes>
  1387. <Aliases>
  1388. <string>IdentityReference, ID</string>
  1389. </Aliases>
  1390. <Description />
  1391. <DefaultValue />
  1392. </ParameterDescription>
  1393. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1394. <Name>ExcludeExplicit</Name>
  1395. <Attributes>
  1396. <string>System.Management.Automation.ParameterAttribute</string>
  1397. </Attributes>
  1398. <Aliases />
  1399. <Description />
  1400. <DefaultValue />
  1401. </ParameterDescription>
  1402. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1403. <Name>ExcludeInherited</Name>
  1404. <Attributes>
  1405. <string>System.Management.Automation.ParameterAttribute</string>
  1406. </Attributes>
  1407. <Aliases />
  1408. <Description />
  1409. <DefaultValue />
  1410. </ParameterDescription>
  1411. <ParameterDescription type="ActionPreference" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1412. <Name>InformationAction</Name>
  1413. <Attributes>
  1414. <string>System.Management.Automation.AliasAttribute</string>
  1415. <string>System.Management.Automation.ParameterAttribute</string>
  1416. </Attributes>
  1417. <Aliases>
  1418. <string>infa</string>
  1419. </Aliases>
  1420. <Description />
  1421. <DefaultValue />
  1422. </ParameterDescription>
  1423. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1424. <Name>InformationVariable</Name>
  1425. <Attributes>
  1426. <string>System.Management.Automation.ParameterAttribute</string>
  1427. <string>System.Management.Automation.Internal.CommonParameters+ValidateVariableName</string>
  1428. <string>System.Management.Automation.AliasAttribute</string>
  1429. </Attributes>
  1430. <Aliases>
  1431. <string>iv</string>
  1432. </Aliases>
  1433. <Description />
  1434. <DefaultValue />
  1435. </ParameterDescription>
  1436. </Parameters>
  1437. <Examples />
  1438. <RelatedLinks />
  1439. <SupportInformation ad="false" rsat="false" ps2="false" ps3="false" ps4="false" ps5="false" wxp="false" wv="false" w7="false" w8="false" w81="false" w2k3s="false" w2k3e="false" w2k3d="false" w2k8s="false" w2k8e="false" w2k8d="false" w2k8r2s="false" w2k8r2e="false" w2k8r2d="false" w2k12s="false" w2k12d="false" w2k12r2s="false" w2k12r2d="false" />
  1440. <Publish>false</Publish>
  1441. </CmdletObject>
  1442. <CmdletObject verb="Get" noun="NTFSEffectiveAccess">
  1443. <Name>Get-NTFSEffectiveAccess</Name>
  1444. <GeneralHelp>
  1445. <Synopsis />
  1446. <Description />
  1447. <Notes />
  1448. <InputType />
  1449. <InputUrl />
  1450. <InputTypeDescription />
  1451. <ReturnType />
  1452. <ReturnUrl />
  1453. <ReturnTypeDescription />
  1454. </GeneralHelp>
  1455. <ParamSets>
  1456. <CommandParameterSetInfo2 Name="Path" Params="Path Account ServerName ExcludeNoneAccessEntries Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  1457. <CommandParameterSetInfo2 Name="SecurityDescriptor" Params="SecurityDescriptor Account ServerName ExcludeNoneAccessEntries Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  1458. </ParamSets>
  1459. <Syntax>
  1460. <string>Get-NTFSEffectiveAccess [[-Path] &lt;String[]&gt;] [[-Account] &lt;IdentityReference2&gt;] [-ServerName &lt;String&gt;] [-ExcludeNoneAccessEntries] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  1461. <string>Get-NTFSEffectiveAccess [-SecurityDescriptor] &lt;FileSystemSecurity2[]&gt; [[-Account] &lt;IdentityReference2&gt;] [-ServerName &lt;String&gt;] [-ExcludeNoneAccessEntries] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  1462. </Syntax>
  1463. <Parameters>
  1464. <ParameterDescription type="String[]" varLen="true" required="false" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  1465. <Name>Path</Name>
  1466. <Attributes>
  1467. <string>System.Management.Automation.ParameterAttribute</string>
  1468. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  1469. <string>System.Management.Automation.AliasAttribute</string>
  1470. </Attributes>
  1471. <Aliases>
  1472. <string>FullName</string>
  1473. </Aliases>
  1474. <Description />
  1475. <DefaultValue />
  1476. </ParameterDescription>
  1477. <ParameterDescription type="IdentityReference2" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="true" pos="2" globbing="false">
  1478. <Name>Account</Name>
  1479. <Attributes>
  1480. <string>System.Management.Automation.ParameterAttribute</string>
  1481. <string>System.Management.Automation.AliasAttribute</string>
  1482. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  1483. </Attributes>
  1484. <Aliases>
  1485. <string>NTAccount</string>
  1486. <string>IdentityReference</string>
  1487. </Aliases>
  1488. <Description />
  1489. <DefaultValue />
  1490. </ParameterDescription>
  1491. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1492. <Name>ServerName</Name>
  1493. <Attributes>
  1494. <string>System.Management.Automation.ParameterAttribute</string>
  1495. </Attributes>
  1496. <Aliases />
  1497. <Description />
  1498. <DefaultValue />
  1499. </ParameterDescription>
  1500. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1501. <Name>ExcludeNoneAccessEntries</Name>
  1502. <Attributes>
  1503. <string>System.Management.Automation.ParameterAttribute</string>
  1504. </Attributes>
  1505. <Aliases />
  1506. <Description />
  1507. <DefaultValue />
  1508. </ParameterDescription>
  1509. <ParameterDescription type="ActionPreference" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1510. <Name>InformationAction</Name>
  1511. <Attributes>
  1512. <string>System.Management.Automation.AliasAttribute</string>
  1513. <string>System.Management.Automation.ParameterAttribute</string>
  1514. </Attributes>
  1515. <Aliases>
  1516. <string>infa</string>
  1517. </Aliases>
  1518. <Description />
  1519. <DefaultValue />
  1520. </ParameterDescription>
  1521. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1522. <Name>InformationVariable</Name>
  1523. <Attributes>
  1524. <string>System.Management.Automation.ParameterAttribute</string>
  1525. <string>System.Management.Automation.Internal.CommonParameters+ValidateVariableName</string>
  1526. <string>System.Management.Automation.AliasAttribute</string>
  1527. </Attributes>
  1528. <Aliases>
  1529. <string>iv</string>
  1530. </Aliases>
  1531. <Description />
  1532. <DefaultValue />
  1533. </ParameterDescription>
  1534. <ParameterDescription type="FileSystemSecurity2[]" varLen="true" required="true" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  1535. <Name>SecurityDescriptor</Name>
  1536. <Attributes>
  1537. <string>System.Management.Automation.ParameterAttribute</string>
  1538. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  1539. </Attributes>
  1540. <Aliases />
  1541. <Description />
  1542. <DefaultValue />
  1543. </ParameterDescription>
  1544. </Parameters>
  1545. <Examples />
  1546. <RelatedLinks />
  1547. <SupportInformation ad="false" rsat="false" ps2="false" ps3="false" ps4="false" ps5="false" wxp="false" wv="false" w7="false" w8="false" w81="false" w2k3s="false" w2k3e="false" w2k3d="false" w2k8s="false" w2k8e="false" w2k8d="false" w2k8r2s="false" w2k8r2e="false" w2k8r2d="false" w2k12s="false" w2k12d="false" w2k12r2s="false" w2k12r2d="false" />
  1548. <Publish>false</Publish>
  1549. </CmdletObject>
  1550. <CmdletObject verb="Get" noun="NTFSInheritance">
  1551. <Name>Get-NTFSInheritance</Name>
  1552. <GeneralHelp>
  1553. <Synopsis />
  1554. <Description />
  1555. <Notes />
  1556. <InputType />
  1557. <InputUrl />
  1558. <InputTypeDescription />
  1559. <ReturnType />
  1560. <ReturnUrl />
  1561. <ReturnTypeDescription />
  1562. </GeneralHelp>
  1563. <ParamSets>
  1564. <CommandParameterSetInfo2 Name="Path" Params="Path Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  1565. <CommandParameterSetInfo2 Name="SecurityDescriptor" Params="SecurityDescriptor Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  1566. </ParamSets>
  1567. <Syntax>
  1568. <string>Get-NTFSInheritance [[-Path] &lt;String[]&gt;] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  1569. <string>Get-NTFSInheritance [-SecurityDescriptor] &lt;FileSystemSecurity2[]&gt; [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  1570. </Syntax>
  1571. <Parameters>
  1572. <ParameterDescription type="String[]" varLen="true" required="false" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  1573. <Name>Path</Name>
  1574. <Attributes>
  1575. <string>System.Management.Automation.ParameterAttribute</string>
  1576. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  1577. <string>System.Management.Automation.AliasAttribute</string>
  1578. </Attributes>
  1579. <Aliases>
  1580. <string>FullName</string>
  1581. </Aliases>
  1582. <Description />
  1583. <DefaultValue />
  1584. </ParameterDescription>
  1585. <ParameterDescription type="ActionPreference" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1586. <Name>InformationAction</Name>
  1587. <Attributes>
  1588. <string>System.Management.Automation.AliasAttribute</string>
  1589. <string>System.Management.Automation.ParameterAttribute</string>
  1590. </Attributes>
  1591. <Aliases>
  1592. <string>infa</string>
  1593. </Aliases>
  1594. <Description />
  1595. <DefaultValue />
  1596. </ParameterDescription>
  1597. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1598. <Name>InformationVariable</Name>
  1599. <Attributes>
  1600. <string>System.Management.Automation.ParameterAttribute</string>
  1601. <string>System.Management.Automation.Internal.CommonParameters+ValidateVariableName</string>
  1602. <string>System.Management.Automation.AliasAttribute</string>
  1603. </Attributes>
  1604. <Aliases>
  1605. <string>iv</string>
  1606. </Aliases>
  1607. <Description />
  1608. <DefaultValue />
  1609. </ParameterDescription>
  1610. <ParameterDescription type="FileSystemSecurity2[]" varLen="true" required="true" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  1611. <Name>SecurityDescriptor</Name>
  1612. <Attributes>
  1613. <string>System.Management.Automation.ParameterAttribute</string>
  1614. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  1615. </Attributes>
  1616. <Aliases />
  1617. <Description />
  1618. <DefaultValue />
  1619. </ParameterDescription>
  1620. </Parameters>
  1621. <Examples />
  1622. <RelatedLinks />
  1623. <SupportInformation ad="false" rsat="false" ps2="false" ps3="false" ps4="false" ps5="false" wxp="false" wv="false" w7="false" w8="false" w81="false" w2k3s="false" w2k3e="false" w2k3d="false" w2k8s="false" w2k8e="false" w2k8d="false" w2k8r2s="false" w2k8r2e="false" w2k8r2d="false" w2k12s="false" w2k12d="false" w2k12r2s="false" w2k12r2d="false" />
  1624. <Publish>false</Publish>
  1625. </CmdletObject>
  1626. <CmdletObject verb="Get" noun="NTFSOrphanedAccess">
  1627. <Name>Get-NTFSOrphanedAccess</Name>
  1628. <GeneralHelp>
  1629. <Synopsis />
  1630. <Description />
  1631. <Notes />
  1632. <InputType />
  1633. <InputUrl />
  1634. <InputTypeDescription />
  1635. <ReturnType />
  1636. <ReturnUrl />
  1637. <ReturnTypeDescription />
  1638. </GeneralHelp>
  1639. <ParamSets>
  1640. <CommandParameterSetInfo2 Name="Path" Params="Path Account ExcludeExplicit ExcludeInherited Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  1641. <CommandParameterSetInfo2 Name="SecurityDescriptor" Params="SecurityDescriptor Account ExcludeExplicit ExcludeInherited Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  1642. </ParamSets>
  1643. <Syntax>
  1644. <string>Get-NTFSOrphanedAccess [[-Path] &lt;String[]&gt;] [-Account &lt;IdentityReference2&gt;] [-ExcludeExplicit] [-ExcludeInherited] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  1645. <string>Get-NTFSOrphanedAccess [-SecurityDescriptor] &lt;FileSystemSecurity2[]&gt; [-Account &lt;IdentityReference2&gt;] [-ExcludeExplicit] [-ExcludeInherited] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  1646. </Syntax>
  1647. <Parameters>
  1648. <ParameterDescription type="String[]" varLen="true" required="false" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  1649. <Name>Path</Name>
  1650. <Attributes>
  1651. <string>System.Management.Automation.ParameterAttribute</string>
  1652. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  1653. <string>System.Management.Automation.AliasAttribute</string>
  1654. </Attributes>
  1655. <Aliases>
  1656. <string>FullName</string>
  1657. </Aliases>
  1658. <Description />
  1659. <DefaultValue />
  1660. </ParameterDescription>
  1661. <ParameterDescription type="IdentityReference2" varLen="false" required="false" dynamic="false" pipeRemaining="true" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1662. <Name>Account</Name>
  1663. <Attributes>
  1664. <string>System.Management.Automation.ParameterAttribute</string>
  1665. <string>System.Management.Automation.AliasAttribute</string>
  1666. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  1667. </Attributes>
  1668. <Aliases>
  1669. <string>IdentityReference, ID</string>
  1670. </Aliases>
  1671. <Description />
  1672. <DefaultValue />
  1673. </ParameterDescription>
  1674. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1675. <Name>ExcludeExplicit</Name>
  1676. <Attributes>
  1677. <string>System.Management.Automation.ParameterAttribute</string>
  1678. </Attributes>
  1679. <Aliases />
  1680. <Description />
  1681. <DefaultValue />
  1682. </ParameterDescription>
  1683. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1684. <Name>ExcludeInherited</Name>
  1685. <Attributes>
  1686. <string>System.Management.Automation.ParameterAttribute</string>
  1687. </Attributes>
  1688. <Aliases />
  1689. <Description />
  1690. <DefaultValue />
  1691. </ParameterDescription>
  1692. <ParameterDescription type="ActionPreference" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1693. <Name>InformationAction</Name>
  1694. <Attributes>
  1695. <string>System.Management.Automation.AliasAttribute</string>
  1696. <string>System.Management.Automation.ParameterAttribute</string>
  1697. </Attributes>
  1698. <Aliases>
  1699. <string>infa</string>
  1700. </Aliases>
  1701. <Description />
  1702. <DefaultValue />
  1703. </ParameterDescription>
  1704. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1705. <Name>InformationVariable</Name>
  1706. <Attributes>
  1707. <string>System.Management.Automation.ParameterAttribute</string>
  1708. <string>System.Management.Automation.Internal.CommonParameters+ValidateVariableName</string>
  1709. <string>System.Management.Automation.AliasAttribute</string>
  1710. </Attributes>
  1711. <Aliases>
  1712. <string>iv</string>
  1713. </Aliases>
  1714. <Description />
  1715. <DefaultValue />
  1716. </ParameterDescription>
  1717. <ParameterDescription type="FileSystemSecurity2[]" varLen="true" required="true" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  1718. <Name>SecurityDescriptor</Name>
  1719. <Attributes>
  1720. <string>System.Management.Automation.ParameterAttribute</string>
  1721. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  1722. </Attributes>
  1723. <Aliases />
  1724. <Description />
  1725. <DefaultValue />
  1726. </ParameterDescription>
  1727. </Parameters>
  1728. <Examples />
  1729. <RelatedLinks />
  1730. <SupportInformation ad="false" rsat="false" ps2="false" ps3="false" ps4="false" ps5="false" wxp="false" wv="false" w7="false" w8="false" w81="false" w2k3s="false" w2k3e="false" w2k3d="false" w2k8s="false" w2k8e="false" w2k8d="false" w2k8r2s="false" w2k8r2e="false" w2k8r2d="false" w2k12s="false" w2k12d="false" w2k12r2s="false" w2k12r2d="false" />
  1731. <Publish>false</Publish>
  1732. </CmdletObject>
  1733. <CmdletObject verb="Get" noun="NTFSOrphanedAudit">
  1734. <Name>Get-NTFSOrphanedAudit</Name>
  1735. <GeneralHelp>
  1736. <Synopsis />
  1737. <Description />
  1738. <Notes />
  1739. <InputType />
  1740. <InputUrl />
  1741. <InputTypeDescription />
  1742. <ReturnType />
  1743. <ReturnUrl />
  1744. <ReturnTypeDescription />
  1745. </GeneralHelp>
  1746. <ParamSets>
  1747. <CommandParameterSetInfo2 Name="__AllParameterSets" Params="Account ExcludeExplicit ExcludeInherited Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  1748. </ParamSets>
  1749. <Syntax>
  1750. <string>Get-NTFSOrphanedAudit [-Account &lt;IdentityReference2&gt;] [-ExcludeExplicit] [-ExcludeInherited] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  1751. </Syntax>
  1752. <Parameters>
  1753. <ParameterDescription type="IdentityReference2" varLen="false" required="false" dynamic="false" pipeRemaining="true" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1754. <Name>Account</Name>
  1755. <Attributes>
  1756. <string>System.Management.Automation.ParameterAttribute</string>
  1757. <string>System.Management.Automation.AliasAttribute</string>
  1758. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  1759. </Attributes>
  1760. <Aliases>
  1761. <string>IdentityReference, ID</string>
  1762. </Aliases>
  1763. <Description />
  1764. <DefaultValue />
  1765. </ParameterDescription>
  1766. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1767. <Name>ExcludeExplicit</Name>
  1768. <Attributes>
  1769. <string>System.Management.Automation.ParameterAttribute</string>
  1770. </Attributes>
  1771. <Aliases />
  1772. <Description />
  1773. <DefaultValue />
  1774. </ParameterDescription>
  1775. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1776. <Name>ExcludeInherited</Name>
  1777. <Attributes>
  1778. <string>System.Management.Automation.ParameterAttribute</string>
  1779. </Attributes>
  1780. <Aliases />
  1781. <Description />
  1782. <DefaultValue />
  1783. </ParameterDescription>
  1784. <ParameterDescription type="ActionPreference" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1785. <Name>InformationAction</Name>
  1786. <Attributes>
  1787. <string>System.Management.Automation.AliasAttribute</string>
  1788. <string>System.Management.Automation.ParameterAttribute</string>
  1789. </Attributes>
  1790. <Aliases>
  1791. <string>infa</string>
  1792. </Aliases>
  1793. <Description />
  1794. <DefaultValue />
  1795. </ParameterDescription>
  1796. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1797. <Name>InformationVariable</Name>
  1798. <Attributes>
  1799. <string>System.Management.Automation.ParameterAttribute</string>
  1800. <string>System.Management.Automation.Internal.CommonParameters+ValidateVariableName</string>
  1801. <string>System.Management.Automation.AliasAttribute</string>
  1802. </Attributes>
  1803. <Aliases>
  1804. <string>iv</string>
  1805. </Aliases>
  1806. <Description />
  1807. <DefaultValue />
  1808. </ParameterDescription>
  1809. </Parameters>
  1810. <Examples />
  1811. <RelatedLinks />
  1812. <SupportInformation ad="false" rsat="false" ps2="false" ps3="false" ps4="false" ps5="false" wxp="false" wv="false" w7="false" w8="false" w81="false" w2k3s="false" w2k3e="false" w2k3d="false" w2k8s="false" w2k8e="false" w2k8d="false" w2k8r2s="false" w2k8r2e="false" w2k8r2d="false" w2k12s="false" w2k12d="false" w2k12r2s="false" w2k12r2d="false" />
  1813. <Publish>false</Publish>
  1814. </CmdletObject>
  1815. <CmdletObject verb="Get" noun="NTFSOwner">
  1816. <Name>Get-NTFSOwner</Name>
  1817. <GeneralHelp>
  1818. <Synopsis />
  1819. <Description />
  1820. <Notes />
  1821. <InputType />
  1822. <InputUrl />
  1823. <InputTypeDescription />
  1824. <ReturnType />
  1825. <ReturnUrl />
  1826. <ReturnTypeDescription />
  1827. </GeneralHelp>
  1828. <ParamSets>
  1829. <CommandParameterSetInfo2 Name="Path" Params="Path Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  1830. <CommandParameterSetInfo2 Name="SecurityDescriptor" Params="SecurityDescriptor Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  1831. </ParamSets>
  1832. <Syntax>
  1833. <string>Get-NTFSOwner [[-Path] &lt;String[]&gt;] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  1834. <string>Get-NTFSOwner [-SecurityDescriptor] &lt;FileSystemSecurity2[]&gt; [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  1835. </Syntax>
  1836. <Parameters>
  1837. <ParameterDescription type="String[]" varLen="true" required="false" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  1838. <Name>Path</Name>
  1839. <Attributes>
  1840. <string>System.Management.Automation.ParameterAttribute</string>
  1841. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  1842. <string>System.Management.Automation.AliasAttribute</string>
  1843. </Attributes>
  1844. <Aliases>
  1845. <string>FullName</string>
  1846. </Aliases>
  1847. <Description />
  1848. <DefaultValue />
  1849. </ParameterDescription>
  1850. <ParameterDescription type="ActionPreference" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1851. <Name>InformationAction</Name>
  1852. <Attributes>
  1853. <string>System.Management.Automation.AliasAttribute</string>
  1854. <string>System.Management.Automation.ParameterAttribute</string>
  1855. </Attributes>
  1856. <Aliases>
  1857. <string>infa</string>
  1858. </Aliases>
  1859. <Description />
  1860. <DefaultValue />
  1861. </ParameterDescription>
  1862. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1863. <Name>InformationVariable</Name>
  1864. <Attributes>
  1865. <string>System.Management.Automation.ParameterAttribute</string>
  1866. <string>System.Management.Automation.Internal.CommonParameters+ValidateVariableName</string>
  1867. <string>System.Management.Automation.AliasAttribute</string>
  1868. </Attributes>
  1869. <Aliases>
  1870. <string>iv</string>
  1871. </Aliases>
  1872. <Description />
  1873. <DefaultValue />
  1874. </ParameterDescription>
  1875. <ParameterDescription type="FileSystemSecurity2[]" varLen="true" required="true" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  1876. <Name>SecurityDescriptor</Name>
  1877. <Attributes>
  1878. <string>System.Management.Automation.ParameterAttribute</string>
  1879. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  1880. </Attributes>
  1881. <Aliases />
  1882. <Description />
  1883. <DefaultValue />
  1884. </ParameterDescription>
  1885. </Parameters>
  1886. <Examples />
  1887. <RelatedLinks />
  1888. <SupportInformation ad="false" rsat="false" ps2="false" ps3="false" ps4="false" ps5="false" wxp="false" wv="false" w7="false" w8="false" w81="false" w2k3s="false" w2k3e="false" w2k3d="false" w2k8s="false" w2k8e="false" w2k8d="false" w2k8r2s="false" w2k8r2e="false" w2k8r2d="false" w2k12s="false" w2k12d="false" w2k12r2s="false" w2k12r2d="false" />
  1889. <Publish>false</Publish>
  1890. </CmdletObject>
  1891. <CmdletObject verb="Get" noun="NTFSSecurityDescriptor">
  1892. <Name>Get-NTFSSecurityDescriptor</Name>
  1893. <GeneralHelp>
  1894. <Synopsis />
  1895. <Description />
  1896. <Notes />
  1897. <InputType />
  1898. <InputUrl />
  1899. <InputTypeDescription />
  1900. <ReturnType />
  1901. <ReturnUrl />
  1902. <ReturnTypeDescription />
  1903. </GeneralHelp>
  1904. <ParamSets>
  1905. <CommandParameterSetInfo2 Name="__AllParameterSets" Params="Path Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  1906. </ParamSets>
  1907. <Syntax>
  1908. <string>Get-NTFSSecurityDescriptor [[-Path] &lt;String[]&gt;] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  1909. </Syntax>
  1910. <Parameters>
  1911. <ParameterDescription type="String[]" varLen="true" required="false" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  1912. <Name>Path</Name>
  1913. <Attributes>
  1914. <string>System.Management.Automation.ParameterAttribute</string>
  1915. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  1916. <string>System.Management.Automation.AliasAttribute</string>
  1917. </Attributes>
  1918. <Aliases>
  1919. <string>FullName</string>
  1920. </Aliases>
  1921. <Description />
  1922. <DefaultValue />
  1923. </ParameterDescription>
  1924. <ParameterDescription type="ActionPreference" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1925. <Name>InformationAction</Name>
  1926. <Attributes>
  1927. <string>System.Management.Automation.AliasAttribute</string>
  1928. <string>System.Management.Automation.ParameterAttribute</string>
  1929. </Attributes>
  1930. <Aliases>
  1931. <string>infa</string>
  1932. </Aliases>
  1933. <Description />
  1934. <DefaultValue />
  1935. </ParameterDescription>
  1936. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1937. <Name>InformationVariable</Name>
  1938. <Attributes>
  1939. <string>System.Management.Automation.ParameterAttribute</string>
  1940. <string>System.Management.Automation.Internal.CommonParameters+ValidateVariableName</string>
  1941. <string>System.Management.Automation.AliasAttribute</string>
  1942. </Attributes>
  1943. <Aliases>
  1944. <string>iv</string>
  1945. </Aliases>
  1946. <Description />
  1947. <DefaultValue />
  1948. </ParameterDescription>
  1949. </Parameters>
  1950. <Examples />
  1951. <RelatedLinks />
  1952. <SupportInformation ad="false" rsat="false" ps2="false" ps3="false" ps4="false" ps5="false" wxp="false" wv="false" w7="false" w8="false" w81="false" w2k3s="false" w2k3e="false" w2k3d="false" w2k8s="false" w2k8e="false" w2k8d="false" w2k8r2s="false" w2k8r2e="false" w2k8r2d="false" w2k12s="false" w2k12d="false" w2k12r2s="false" w2k12r2d="false" />
  1953. <Publish>false</Publish>
  1954. </CmdletObject>
  1955. <CmdletObject verb="Get" noun="Privileges">
  1956. <Name>Get-Privileges</Name>
  1957. <GeneralHelp>
  1958. <Synopsis />
  1959. <Description />
  1960. <Notes />
  1961. <InputType />
  1962. <InputUrl />
  1963. <InputTypeDescription />
  1964. <ReturnType />
  1965. <ReturnUrl />
  1966. <ReturnTypeDescription />
  1967. </GeneralHelp>
  1968. <ParamSets>
  1969. <CommandParameterSetInfo2 Name="__AllParameterSets" Params="Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  1970. </ParamSets>
  1971. <Syntax>
  1972. <string>Get-Privileges [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  1973. </Syntax>
  1974. <Parameters>
  1975. <ParameterDescription type="ActionPreference" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1976. <Name>InformationAction</Name>
  1977. <Attributes>
  1978. <string>System.Management.Automation.AliasAttribute</string>
  1979. <string>System.Management.Automation.ParameterAttribute</string>
  1980. </Attributes>
  1981. <Aliases>
  1982. <string>infa</string>
  1983. </Aliases>
  1984. <Description />
  1985. <DefaultValue />
  1986. </ParameterDescription>
  1987. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  1988. <Name>InformationVariable</Name>
  1989. <Attributes>
  1990. <string>System.Management.Automation.ParameterAttribute</string>
  1991. <string>System.Management.Automation.Internal.CommonParameters+ValidateVariableName</string>
  1992. <string>System.Management.Automation.AliasAttribute</string>
  1993. </Attributes>
  1994. <Aliases>
  1995. <string>iv</string>
  1996. </Aliases>
  1997. <Description />
  1998. <DefaultValue />
  1999. </ParameterDescription>
  2000. </Parameters>
  2001. <Examples />
  2002. <RelatedLinks />
  2003. <SupportInformation ad="false" rsat="false" ps2="false" ps3="false" ps4="false" ps5="false" wxp="false" wv="false" w7="false" w8="false" w81="false" w2k3s="false" w2k3e="false" w2k3d="false" w2k8s="false" w2k8e="false" w2k8d="false" w2k8r2s="false" w2k8r2e="false" w2k8r2d="false" w2k12s="false" w2k12d="false" w2k12r2s="false" w2k12r2d="false" />
  2004. <Publish>false</Publish>
  2005. </CmdletObject>
  2006. <CmdletObject verb="Get" noun="SimpleAccess">
  2007. <Name>Get-SimpleAccess</Name>
  2008. <GeneralHelp>
  2009. <Synopsis />
  2010. <Description />
  2011. <Notes />
  2012. <InputType />
  2013. <InputUrl />
  2014. <InputTypeDescription />
  2015. <ReturnType />
  2016. <ReturnUrl />
  2017. <ReturnTypeDescription />
  2018. </GeneralHelp>
  2019. <ParamSets>
  2020. <CommandParameterSetInfo2 Name="Path" Params="IncludeRootFolder Path Account ExcludeExplicit ExcludeInherited Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  2021. <CommandParameterSetInfo2 Name="SecurityDescriptor" Params="IncludeRootFolder SecurityDescriptor Account ExcludeExplicit ExcludeInherited Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  2022. </ParamSets>
  2023. <Syntax>
  2024. <string>Get-SimpleAccess [-IncludeRootFolder] [[-Path] &lt;String[]&gt;] [-Account &lt;IdentityReference2&gt;] [-ExcludeExplicit] [-ExcludeInherited] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  2025. <string>Get-SimpleAccess [-IncludeRootFolder] [-SecurityDescriptor] &lt;FileSystemSecurity2[]&gt; [-Account &lt;IdentityReference2&gt;] [-ExcludeExplicit] [-ExcludeInherited] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  2026. </Syntax>
  2027. <Parameters>
  2028. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  2029. <Name>IncludeRootFolder</Name>
  2030. <Attributes>
  2031. <string>System.Management.Automation.ParameterAttribute</string>
  2032. </Attributes>
  2033. <Aliases />
  2034. <Description />
  2035. <DefaultValue />
  2036. </ParameterDescription>
  2037. <ParameterDescription type="String[]" varLen="true" required="false" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  2038. <Name>Path</Name>
  2039. <Attributes>
  2040. <string>System.Management.Automation.ParameterAttribute</string>
  2041. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  2042. <string>System.Management.Automation.AliasAttribute</string>
  2043. </Attributes>
  2044. <Aliases>
  2045. <string>FullName</string>
  2046. </Aliases>
  2047. <Description />
  2048. <DefaultValue />
  2049. </ParameterDescription>
  2050. <ParameterDescription type="IdentityReference2" varLen="false" required="false" dynamic="false" pipeRemaining="true" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  2051. <Name>Account</Name>
  2052. <Attributes>
  2053. <string>System.Management.Automation.ParameterAttribute</string>
  2054. <string>System.Management.Automation.AliasAttribute</string>
  2055. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  2056. </Attributes>
  2057. <Aliases>
  2058. <string>IdentityReference, ID</string>
  2059. </Aliases>
  2060. <Description />
  2061. <DefaultValue />
  2062. </ParameterDescription>
  2063. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  2064. <Name>ExcludeExplicit</Name>
  2065. <Attributes>
  2066. <string>System.Management.Automation.ParameterAttribute</string>
  2067. </Attributes>
  2068. <Aliases />
  2069. <Description />
  2070. <DefaultValue />
  2071. </ParameterDescription>
  2072. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  2073. <Name>ExcludeInherited</Name>
  2074. <Attributes>
  2075. <string>System.Management.Automation.ParameterAttribute</string>
  2076. </Attributes>
  2077. <Aliases />
  2078. <Description />
  2079. <DefaultValue />
  2080. </ParameterDescription>
  2081. <ParameterDescription type="ActionPreference" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  2082. <Name>InformationAction</Name>
  2083. <Attributes>
  2084. <string>System.Management.Automation.AliasAttribute</string>
  2085. <string>System.Management.Automation.ParameterAttribute</string>
  2086. </Attributes>
  2087. <Aliases>
  2088. <string>infa</string>
  2089. </Aliases>
  2090. <Description />
  2091. <DefaultValue />
  2092. </ParameterDescription>
  2093. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  2094. <Name>InformationVariable</Name>
  2095. <Attributes>
  2096. <string>System.Management.Automation.ParameterAttribute</string>
  2097. <string>System.Management.Automation.Internal.CommonParameters+ValidateVariableName</string>
  2098. <string>System.Management.Automation.AliasAttribute</string>
  2099. </Attributes>
  2100. <Aliases>
  2101. <string>iv</string>
  2102. </Aliases>
  2103. <Description />
  2104. <DefaultValue />
  2105. </ParameterDescription>
  2106. <ParameterDescription type="FileSystemSecurity2[]" varLen="true" required="true" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  2107. <Name>SecurityDescriptor</Name>
  2108. <Attributes>
  2109. <string>System.Management.Automation.ParameterAttribute</string>
  2110. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  2111. </Attributes>
  2112. <Aliases />
  2113. <Description />
  2114. <DefaultValue />
  2115. </ParameterDescription>
  2116. </Parameters>
  2117. <Examples />
  2118. <RelatedLinks />
  2119. <SupportInformation ad="false" rsat="false" ps2="false" ps3="false" ps4="false" ps5="false" wxp="false" wv="false" w7="false" w8="false" w81="false" w2k3s="false" w2k3e="false" w2k3d="false" w2k8s="false" w2k8e="false" w2k8d="false" w2k8r2s="false" w2k8r2e="false" w2k8r2d="false" w2k12s="false" w2k12d="false" w2k12r2s="false" w2k12r2d="false" />
  2120. <Publish>false</Publish>
  2121. </CmdletObject>
  2122. <CmdletObject verb="Remove" noun="Item2">
  2123. <Name>Remove-Item2</Name>
  2124. <GeneralHelp>
  2125. <Synopsis />
  2126. <Description />
  2127. <Notes />
  2128. <InputType />
  2129. <InputUrl />
  2130. <InputTypeDescription />
  2131. <ReturnType />
  2132. <ReturnUrl />
  2133. <ReturnTypeDescription />
  2134. </GeneralHelp>
  2135. <ParamSets>
  2136. <CommandParameterSetInfo2 Name="__AllParameterSets" Params="Path Force Recurse Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  2137. </ParamSets>
  2138. <Syntax>
  2139. <string>Remove-Item2 [[-Path] &lt;String[]&gt;] [-Force] [-Recurse] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  2140. </Syntax>
  2141. <Parameters>
  2142. <ParameterDescription type="String[]" varLen="true" required="false" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  2143. <Name>Path</Name>
  2144. <Attributes>
  2145. <string>System.Management.Automation.ParameterAttribute</string>
  2146. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  2147. <string>System.Management.Automation.AliasAttribute</string>
  2148. </Attributes>
  2149. <Aliases>
  2150. <string>FullName</string>
  2151. </Aliases>
  2152. <Description />
  2153. <DefaultValue />
  2154. </ParameterDescription>
  2155. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  2156. <Name>Force</Name>
  2157. <Attributes>
  2158. <string>System.Management.Automation.ParameterAttribute</string>
  2159. </Attributes>
  2160. <Aliases />
  2161. <Description />
  2162. <DefaultValue />
  2163. </ParameterDescription>
  2164. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  2165. <Name>Recurse</Name>
  2166. <Attributes>
  2167. <string>System.Management.Automation.ParameterAttribute</string>
  2168. </Attributes>
  2169. <Aliases />
  2170. <Description />
  2171. <DefaultValue />
  2172. </ParameterDescription>
  2173. <ParameterDescription type="ActionPreference" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  2174. <Name>InformationAction</Name>
  2175. <Attributes>
  2176. <string>System.Management.Automation.AliasAttribute</string>
  2177. <string>System.Management.Automation.ParameterAttribute</string>
  2178. </Attributes>
  2179. <Aliases>
  2180. <string>infa</string>
  2181. </Aliases>
  2182. <Description />
  2183. <DefaultValue />
  2184. </ParameterDescription>
  2185. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  2186. <Name>InformationVariable</Name>
  2187. <Attributes>
  2188. <string>System.Management.Automation.ParameterAttribute</string>
  2189. <string>System.Management.Automation.Internal.CommonParameters+ValidateVariableName</string>
  2190. <string>System.Management.Automation.AliasAttribute</string>
  2191. </Attributes>
  2192. <Aliases>
  2193. <string>iv</string>
  2194. </Aliases>
  2195. <Description />
  2196. <DefaultValue />
  2197. </ParameterDescription>
  2198. </Parameters>
  2199. <Examples />
  2200. <RelatedLinks />
  2201. <SupportInformation ad="false" rsat="false" ps2="false" ps3="false" ps4="false" ps5="false" wxp="false" wv="false" w7="false" w8="false" w81="false" w2k3s="false" w2k3e="false" w2k3d="false" w2k8s="false" w2k8e="false" w2k8d="false" w2k8r2s="false" w2k8r2e="false" w2k8r2d="false" w2k12s="false" w2k12d="false" w2k12r2s="false" w2k12r2d="false" />
  2202. <Publish>false</Publish>
  2203. </CmdletObject>
  2204. <CmdletObject verb="Remove" noun="NTFSAccess">
  2205. <Name>Remove-NTFSAccess</Name>
  2206. <GeneralHelp>
  2207. <Synopsis />
  2208. <Description />
  2209. <Notes />
  2210. <InputType />
  2211. <InputUrl />
  2212. <InputTypeDescription />
  2213. <ReturnType />
  2214. <ReturnUrl />
  2215. <ReturnTypeDescription />
  2216. </GeneralHelp>
  2217. <ParamSets>
  2218. <CommandParameterSetInfo2 Name="PathComplex" Params="Path Account AccessRights AccessType InheritanceFlags PropagationFlags PassThru Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  2219. <CommandParameterSetInfo2 Name="PathSimple" Params="Path Account AccessRights AccessType AppliesTo PassThru Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  2220. <CommandParameterSetInfo2 Name="SDSimple" Params="SecurityDescriptor Account AccessRights AccessType AppliesTo PassThru Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  2221. <CommandParameterSetInfo2 Name="SDComplex" Params="SecurityDescriptor Account AccessRights AccessType InheritanceFlags PropagationFlags PassThru Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  2222. </ParamSets>
  2223. <Syntax>
  2224. <string>Remove-NTFSAccess [-Path] &lt;String[]&gt; [-Account] &lt;IdentityReference2[]&gt; [-AccessRights] &lt;FileSystemRights2&gt; [-AccessType &lt;AccessControlType&gt;] [-InheritanceFlags &lt;InheritanceFlags&gt;] [-PropagationFlags &lt;PropagationFlags&gt;] [-PassThru] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  2225. <string>Remove-NTFSAccess [-Path] &lt;String[]&gt; [-Account] &lt;IdentityReference2[]&gt; [-AccessRights] &lt;FileSystemRights2&gt; [-AccessType &lt;AccessControlType&gt;] [-AppliesTo &lt;ApplyTo&gt;] [-PassThru] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  2226. <string>Remove-NTFSAccess [-SecurityDescriptor] &lt;FileSystemSecurity2[]&gt; [-Account] &lt;IdentityReference2[]&gt; [-AccessRights] &lt;FileSystemRights2&gt; [-AccessType &lt;AccessControlType&gt;] [-AppliesTo &lt;ApplyTo&gt;] [-PassThru] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  2227. <string>Remove-NTFSAccess [-SecurityDescriptor] &lt;FileSystemSecurity2[]&gt; [-Account] &lt;IdentityReference2[]&gt; [-AccessRights] &lt;FileSystemRights2&gt; [-AccessType &lt;AccessControlType&gt;] [-InheritanceFlags &lt;InheritanceFlags&gt;] [-PropagationFlags &lt;PropagationFlags&gt;] [-PassThru] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  2228. </Syntax>
  2229. <Parameters>
  2230. <ParameterDescription type="String[]" varLen="true" required="true" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  2231. <Name>Path</Name>
  2232. <Attributes>
  2233. <string>System.Management.Automation.ParameterAttribute</string>
  2234. <string>System.Management.Automation.ParameterAttribute</string>
  2235. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  2236. <string>System.Management.Automation.AliasAttribute</string>
  2237. </Attributes>
  2238. <Aliases>
  2239. <string>FullName</string>
  2240. </Aliases>
  2241. <Description />
  2242. <DefaultValue />
  2243. </ParameterDescription>
  2244. <ParameterDescription type="IdentityReference2[]" varLen="true" required="true" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="true" pos="1" globbing="false">
  2245. <Name>Account</Name>
  2246. <Attributes>
  2247. <string>System.Management.Automation.ParameterAttribute</string>
  2248. <string>System.Management.Automation.AliasAttribute</string>
  2249. </Attributes>
  2250. <Aliases>
  2251. <string>IdentityReference, ID</string>
  2252. </Aliases>
  2253. <Description />
  2254. <DefaultValue />
  2255. </ParameterDescription>
  2256. <ParameterDescription type="FileSystemRights2" varLen="false" required="true" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="true" pos="2" globbing="false">
  2257. <Name>AccessRights</Name>
  2258. <Attributes>
  2259. <string>System.Management.Automation.ParameterAttribute</string>
  2260. <string>System.Management.Automation.AliasAttribute</string>
  2261. </Attributes>
  2262. <Aliases>
  2263. <string>FileSystemRights</string>
  2264. </Aliases>
  2265. <Description />
  2266. <DefaultValue />
  2267. </ParameterDescription>
  2268. <ParameterDescription type="AccessControlType" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="false" pos="named" globbing="false">
  2269. <Name>AccessType</Name>
  2270. <Attributes>
  2271. <string>System.Management.Automation.ParameterAttribute</string>
  2272. <string>System.Management.Automation.AliasAttribute</string>
  2273. </Attributes>
  2274. <Aliases>
  2275. <string>AccessControlType</string>
  2276. </Aliases>
  2277. <Description />
  2278. <DefaultValue />
  2279. </ParameterDescription>
  2280. <ParameterDescription type="InheritanceFlags" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="false" pos="named" globbing="false">
  2281. <Name>InheritanceFlags</Name>
  2282. <Attributes>
  2283. <string>System.Management.Automation.ParameterAttribute</string>
  2284. <string>System.Management.Automation.ParameterAttribute</string>
  2285. </Attributes>
  2286. <Aliases />
  2287. <Description />
  2288. <DefaultValue />
  2289. </ParameterDescription>
  2290. <ParameterDescription type="PropagationFlags" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="false" pos="named" globbing="false">
  2291. <Name>PropagationFlags</Name>
  2292. <Attributes>
  2293. <string>System.Management.Automation.ParameterAttribute</string>
  2294. <string>System.Management.Automation.ParameterAttribute</string>
  2295. </Attributes>
  2296. <Aliases />
  2297. <Description />
  2298. <DefaultValue />
  2299. </ParameterDescription>
  2300. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  2301. <Name>PassThru</Name>
  2302. <Attributes>
  2303. <string>System.Management.Automation.ParameterAttribute</string>
  2304. </Attributes>
  2305. <Aliases />
  2306. <Description />
  2307. <DefaultValue />
  2308. </ParameterDescription>
  2309. <ParameterDescription type="ActionPreference" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  2310. <Name>InformationAction</Name>
  2311. <Attributes>
  2312. <string>System.Management.Automation.AliasAttribute</string>
  2313. <string>System.Management.Automation.ParameterAttribute</string>
  2314. </Attributes>
  2315. <Aliases>
  2316. <string>infa</string>
  2317. </Aliases>
  2318. <Description />
  2319. <DefaultValue />
  2320. </ParameterDescription>
  2321. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  2322. <Name>InformationVariable</Name>
  2323. <Attributes>
  2324. <string>System.Management.Automation.ParameterAttribute</string>
  2325. <string>System.Management.Automation.Internal.CommonParameters+ValidateVariableName</string>
  2326. <string>System.Management.Automation.AliasAttribute</string>
  2327. </Attributes>
  2328. <Aliases>
  2329. <string>iv</string>
  2330. </Aliases>
  2331. <Description />
  2332. <DefaultValue />
  2333. </ParameterDescription>
  2334. <ParameterDescription type="ApplyTo" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="false" pos="named" globbing="false">
  2335. <Name>AppliesTo</Name>
  2336. <Attributes>
  2337. <string>System.Management.Automation.ParameterAttribute</string>
  2338. <string>System.Management.Automation.ParameterAttribute</string>
  2339. </Attributes>
  2340. <Aliases />
  2341. <Description />
  2342. <DefaultValue />
  2343. </ParameterDescription>
  2344. <ParameterDescription type="FileSystemSecurity2[]" varLen="true" required="true" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  2345. <Name>SecurityDescriptor</Name>
  2346. <Attributes>
  2347. <string>System.Management.Automation.ParameterAttribute</string>
  2348. <string>System.Management.Automation.ParameterAttribute</string>
  2349. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  2350. </Attributes>
  2351. <Aliases />
  2352. <Description />
  2353. <DefaultValue />
  2354. </ParameterDescription>
  2355. </Parameters>
  2356. <Examples />
  2357. <RelatedLinks />
  2358. <SupportInformation ad="false" rsat="false" ps2="false" ps3="false" ps4="false" ps5="false" wxp="false" wv="false" w7="false" w8="false" w81="false" w2k3s="false" w2k3e="false" w2k3d="false" w2k8s="false" w2k8e="false" w2k8d="false" w2k8r2s="false" w2k8r2e="false" w2k8r2d="false" w2k12s="false" w2k12d="false" w2k12r2s="false" w2k12r2d="false" />
  2359. <Publish>false</Publish>
  2360. </CmdletObject>
  2361. <CmdletObject verb="Remove" noun="NTFSAudit">
  2362. <Name>Remove-NTFSAudit</Name>
  2363. <GeneralHelp>
  2364. <Synopsis />
  2365. <Description />
  2366. <Notes />
  2367. <InputType />
  2368. <InputUrl />
  2369. <InputTypeDescription />
  2370. <ReturnType />
  2371. <ReturnUrl />
  2372. <ReturnTypeDescription />
  2373. </GeneralHelp>
  2374. <ParamSets>
  2375. <CommandParameterSetInfo2 Name="Complex" Params="Account AccessRights Type InheritanceFlags PropagationFlags PassThru Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  2376. <CommandParameterSetInfo2 Name="Simple" Params="Account AccessRights Type AppliesTo PassThru Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  2377. </ParamSets>
  2378. <Syntax>
  2379. <string>Remove-NTFSAudit [-Account] &lt;IdentityReference2&gt; [-AccessRights] &lt;FileSystemRights2&gt; [-Type &lt;AuditFlags&gt;] [-InheritanceFlags &lt;InheritanceFlags&gt;] [-PropagationFlags &lt;PropagationFlags&gt;] [-PassThru] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  2380. <string>Remove-NTFSAudit [-Account] &lt;IdentityReference2&gt; [-AccessRights] &lt;FileSystemRights2&gt; [-Type &lt;AuditFlags&gt;] [-AppliesTo &lt;ApplyTo&gt;] [-PassThru] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  2381. </Syntax>
  2382. <Parameters>
  2383. <ParameterDescription type="IdentityReference2" varLen="false" required="true" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="true" pos="0" globbing="false">
  2384. <Name>Account</Name>
  2385. <Attributes>
  2386. <string>System.Management.Automation.ParameterAttribute</string>
  2387. <string>System.Management.Automation.AliasAttribute</string>
  2388. </Attributes>
  2389. <Aliases>
  2390. <string>IdentityReference, ID</string>
  2391. </Aliases>
  2392. <Description />
  2393. <DefaultValue />
  2394. </ParameterDescription>
  2395. <ParameterDescription type="FileSystemRights2" varLen="false" required="true" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="true" pos="1" globbing="false">
  2396. <Name>AccessRights</Name>
  2397. <Attributes>
  2398. <string>System.Management.Automation.ParameterAttribute</string>
  2399. <string>System.Management.Automation.AliasAttribute</string>
  2400. </Attributes>
  2401. <Aliases>
  2402. <string>FileSystemRights</string>
  2403. </Aliases>
  2404. <Description />
  2405. <DefaultValue />
  2406. </ParameterDescription>
  2407. <ParameterDescription type="AuditFlags" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="false" pos="named" globbing="false">
  2408. <Name>Type</Name>
  2409. <Attributes>
  2410. <string>System.Management.Automation.ParameterAttribute</string>
  2411. <string>System.Management.Automation.AliasAttribute</string>
  2412. </Attributes>
  2413. <Aliases>
  2414. <string>AuditFlags</string>
  2415. </Aliases>
  2416. <Description />
  2417. <DefaultValue />
  2418. </ParameterDescription>
  2419. <ParameterDescription type="InheritanceFlags" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="false" pos="named" globbing="false">
  2420. <Name>InheritanceFlags</Name>
  2421. <Attributes>
  2422. <string>System.Management.Automation.ParameterAttribute</string>
  2423. </Attributes>
  2424. <Aliases />
  2425. <Description />
  2426. <DefaultValue />
  2427. </ParameterDescription>
  2428. <ParameterDescription type="PropagationFlags" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="false" pos="named" globbing="false">
  2429. <Name>PropagationFlags</Name>
  2430. <Attributes>
  2431. <string>System.Management.Automation.ParameterAttribute</string>
  2432. </Attributes>
  2433. <Aliases />
  2434. <Description />
  2435. <DefaultValue />
  2436. </ParameterDescription>
  2437. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  2438. <Name>PassThru</Name>
  2439. <Attributes>
  2440. <string>System.Management.Automation.ParameterAttribute</string>
  2441. </Attributes>
  2442. <Aliases />
  2443. <Description />
  2444. <DefaultValue />
  2445. </ParameterDescription>
  2446. <ParameterDescription type="ActionPreference" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  2447. <Name>InformationAction</Name>
  2448. <Attributes>
  2449. <string>System.Management.Automation.AliasAttribute</string>
  2450. <string>System.Management.Automation.ParameterAttribute</string>
  2451. </Attributes>
  2452. <Aliases>
  2453. <string>infa</string>
  2454. </Aliases>
  2455. <Description />
  2456. <DefaultValue />
  2457. </ParameterDescription>
  2458. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  2459. <Name>InformationVariable</Name>
  2460. <Attributes>
  2461. <string>System.Management.Automation.ParameterAttribute</string>
  2462. <string>System.Management.Automation.Internal.CommonParameters+ValidateVariableName</string>
  2463. <string>System.Management.Automation.AliasAttribute</string>
  2464. </Attributes>
  2465. <Aliases>
  2466. <string>iv</string>
  2467. </Aliases>
  2468. <Description />
  2469. <DefaultValue />
  2470. </ParameterDescription>
  2471. <ParameterDescription type="ApplyTo" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="false" pos="named" globbing="false">
  2472. <Name>AppliesTo</Name>
  2473. <Attributes>
  2474. <string>System.Management.Automation.ParameterAttribute</string>
  2475. </Attributes>
  2476. <Aliases />
  2477. <Description />
  2478. <DefaultValue />
  2479. </ParameterDescription>
  2480. </Parameters>
  2481. <Examples />
  2482. <RelatedLinks />
  2483. <SupportInformation ad="false" rsat="false" ps2="false" ps3="false" ps4="false" ps5="false" wxp="false" wv="false" w7="false" w8="false" w81="false" w2k3s="false" w2k3e="false" w2k3d="false" w2k8s="false" w2k8e="false" w2k8d="false" w2k8r2s="false" w2k8r2e="false" w2k8r2d="false" w2k12s="false" w2k12d="false" w2k12r2s="false" w2k12r2d="false" />
  2484. <Publish>false</Publish>
  2485. </CmdletObject>
  2486. <CmdletObject verb="Set" noun="NTFSOwner">
  2487. <Name>Set-NTFSOwner</Name>
  2488. <GeneralHelp>
  2489. <Synopsis />
  2490. <Description />
  2491. <Notes />
  2492. <InputType />
  2493. <InputUrl />
  2494. <InputTypeDescription />
  2495. <ReturnType />
  2496. <ReturnUrl />
  2497. <ReturnTypeDescription />
  2498. </GeneralHelp>
  2499. <ParamSets>
  2500. <CommandParameterSetInfo2 Name="Path" Params="Path Account PassThru Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  2501. <CommandParameterSetInfo2 Name="SecurityDescriptor" Params="SecurityDescriptor Account PassThru Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  2502. </ParamSets>
  2503. <Syntax>
  2504. <string>Set-NTFSOwner [[-Path] &lt;String[]&gt;] [-Account] &lt;IdentityReference2&gt; [-PassThru] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  2505. <string>Set-NTFSOwner [-SecurityDescriptor] &lt;FileSystemSecurity2[]&gt; [-Account] &lt;IdentityReference2&gt; [-PassThru] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  2506. </Syntax>
  2507. <Parameters>
  2508. <ParameterDescription type="String[]" varLen="true" required="false" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  2509. <Name>Path</Name>
  2510. <Attributes>
  2511. <string>System.Management.Automation.ParameterAttribute</string>
  2512. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  2513. <string>System.Management.Automation.AliasAttribute</string>
  2514. </Attributes>
  2515. <Aliases>
  2516. <string>FullName</string>
  2517. </Aliases>
  2518. <Description />
  2519. <DefaultValue />
  2520. </ParameterDescription>
  2521. <ParameterDescription type="IdentityReference2" varLen="false" required="true" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="true" isPos="true" pos="2" globbing="false">
  2522. <Name>Account</Name>
  2523. <Attributes>
  2524. <string>System.Management.Automation.ParameterAttribute</string>
  2525. </Attributes>
  2526. <Aliases />
  2527. <Description />
  2528. <DefaultValue />
  2529. </ParameterDescription>
  2530. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  2531. <Name>PassThru</Name>
  2532. <Attributes>
  2533. <string>System.Management.Automation.ParameterAttribute</string>
  2534. </Attributes>
  2535. <Aliases />
  2536. <Description />
  2537. <DefaultValue />
  2538. </ParameterDescription>
  2539. <ParameterDescription type="ActionPreference" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  2540. <Name>InformationAction</Name>
  2541. <Attributes>
  2542. <string>System.Management.Automation.AliasAttribute</string>
  2543. <string>System.Management.Automation.ParameterAttribute</string>
  2544. </Attributes>
  2545. <Aliases>
  2546. <string>infa</string>
  2547. </Aliases>
  2548. <Description />
  2549. <DefaultValue />
  2550. </ParameterDescription>
  2551. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  2552. <Name>InformationVariable</Name>
  2553. <Attributes>
  2554. <string>System.Management.Automation.ParameterAttribute</string>
  2555. <string>System.Management.Automation.Internal.CommonParameters+ValidateVariableName</string>
  2556. <string>System.Management.Automation.AliasAttribute</string>
  2557. </Attributes>
  2558. <Aliases>
  2559. <string>iv</string>
  2560. </Aliases>
  2561. <Description />
  2562. <DefaultValue />
  2563. </ParameterDescription>
  2564. <ParameterDescription type="FileSystemSecurity2[]" varLen="true" required="true" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  2565. <Name>SecurityDescriptor</Name>
  2566. <Attributes>
  2567. <string>System.Management.Automation.ParameterAttribute</string>
  2568. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  2569. </Attributes>
  2570. <Aliases />
  2571. <Description />
  2572. <DefaultValue />
  2573. </ParameterDescription>
  2574. </Parameters>
  2575. <Examples />
  2576. <RelatedLinks />
  2577. <SupportInformation ad="false" rsat="false" ps2="false" ps3="false" ps4="false" ps5="false" wxp="false" wv="false" w7="false" w8="false" w81="false" w2k3s="false" w2k3e="false" w2k3d="false" w2k8s="false" w2k8e="false" w2k8d="false" w2k8r2s="false" w2k8r2e="false" w2k8r2d="false" w2k12s="false" w2k12d="false" w2k12r2s="false" w2k12r2d="false" />
  2578. <Publish>false</Publish>
  2579. </CmdletObject>
  2580. <CmdletObject verb="Set" noun="NTFSSecurityDescriptor">
  2581. <Name>Set-NTFSSecurityDescriptor</Name>
  2582. <GeneralHelp>
  2583. <Synopsis />
  2584. <Description />
  2585. <Notes />
  2586. <InputType />
  2587. <InputUrl />
  2588. <InputTypeDescription />
  2589. <ReturnType />
  2590. <ReturnUrl />
  2591. <ReturnTypeDescription />
  2592. </GeneralHelp>
  2593. <ParamSets>
  2594. <CommandParameterSetInfo2 Name="__AllParameterSets" Params="SecurityDescriptor PassThru Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  2595. </ParamSets>
  2596. <Syntax>
  2597. <string>Set-NTFSSecurityDescriptor [-SecurityDescriptor] &lt;FileSystemSecurity2[]&gt; [-PassThru] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  2598. </Syntax>
  2599. <Parameters>
  2600. <ParameterDescription type="FileSystemSecurity2[]" varLen="true" required="true" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="2" globbing="false">
  2601. <Name>SecurityDescriptor</Name>
  2602. <Attributes>
  2603. <string>System.Management.Automation.ParameterAttribute</string>
  2604. </Attributes>
  2605. <Aliases />
  2606. <Description />
  2607. <DefaultValue />
  2608. </ParameterDescription>
  2609. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  2610. <Name>PassThru</Name>
  2611. <Attributes>
  2612. <string>System.Management.Automation.ParameterAttribute</string>
  2613. </Attributes>
  2614. <Aliases />
  2615. <Description />
  2616. <DefaultValue />
  2617. </ParameterDescription>
  2618. <ParameterDescription type="ActionPreference" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  2619. <Name>InformationAction</Name>
  2620. <Attributes>
  2621. <string>System.Management.Automation.AliasAttribute</string>
  2622. <string>System.Management.Automation.ParameterAttribute</string>
  2623. </Attributes>
  2624. <Aliases>
  2625. <string>infa</string>
  2626. </Aliases>
  2627. <Description />
  2628. <DefaultValue />
  2629. </ParameterDescription>
  2630. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  2631. <Name>InformationVariable</Name>
  2632. <Attributes>
  2633. <string>System.Management.Automation.ParameterAttribute</string>
  2634. <string>System.Management.Automation.Internal.CommonParameters+ValidateVariableName</string>
  2635. <string>System.Management.Automation.AliasAttribute</string>
  2636. </Attributes>
  2637. <Aliases>
  2638. <string>iv</string>
  2639. </Aliases>
  2640. <Description />
  2641. <DefaultValue />
  2642. </ParameterDescription>
  2643. </Parameters>
  2644. <Examples />
  2645. <RelatedLinks />
  2646. <SupportInformation ad="false" rsat="false" ps2="false" ps3="false" ps4="false" ps5="false" wxp="false" wv="false" w7="false" w8="false" w81="false" w2k3s="false" w2k3e="false" w2k3d="false" w2k8s="false" w2k8e="false" w2k8d="false" w2k8r2s="false" w2k8r2e="false" w2k8r2d="false" w2k12s="false" w2k12d="false" w2k12r2s="false" w2k12r2d="false" />
  2647. <Publish>false</Publish>
  2648. </CmdletObject>
  2649. <CmdletObject verb="Show" noun="SimpleAccess">
  2650. <Name>Show-SimpleAccess</Name>
  2651. <GeneralHelp>
  2652. <Synopsis />
  2653. <Description />
  2654. <Notes />
  2655. <InputType />
  2656. <InputUrl />
  2657. <InputTypeDescription />
  2658. <ReturnType />
  2659. <ReturnUrl />
  2660. <ReturnTypeDescription />
  2661. </GeneralHelp>
  2662. <ParamSets>
  2663. <CommandParameterSetInfo2 Name="Path" Params="IncludeRootFolder Path Account ExcludeExplicit ExcludeInherited Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  2664. <CommandParameterSetInfo2 Name="SecurityDescriptor" Params="IncludeRootFolder SecurityDescriptor Account ExcludeExplicit ExcludeInherited Verbose Debug ErrorAction WarningAction InformationAction ErrorVariable WarningVariable InformationVariable OutVariable OutBuffer PipelineVariable" />
  2665. </ParamSets>
  2666. <Syntax>
  2667. <string>Show-SimpleAccess [-IncludeRootFolder] [[-Path] &lt;String[]&gt;] [-Account &lt;IdentityReference2&gt;] [-ExcludeExplicit] [-ExcludeInherited] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  2668. <string>Show-SimpleAccess [-IncludeRootFolder] [-SecurityDescriptor] &lt;FileSystemSecurity2[]&gt; [-Account &lt;IdentityReference2&gt;] [-ExcludeExplicit] [-ExcludeInherited] [-InformationAction &lt;ActionPreference&gt;] [-InformationVariable &lt;String&gt;]</string>
  2669. </Syntax>
  2670. <Parameters>
  2671. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  2672. <Name>IncludeRootFolder</Name>
  2673. <Attributes>
  2674. <string>System.Management.Automation.ParameterAttribute</string>
  2675. </Attributes>
  2676. <Aliases />
  2677. <Description />
  2678. <DefaultValue />
  2679. </ParameterDescription>
  2680. <ParameterDescription type="String[]" varLen="true" required="false" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  2681. <Name>Path</Name>
  2682. <Attributes>
  2683. <string>System.Management.Automation.ParameterAttribute</string>
  2684. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  2685. <string>System.Management.Automation.AliasAttribute</string>
  2686. </Attributes>
  2687. <Aliases>
  2688. <string>FullName</string>
  2689. </Aliases>
  2690. <Description />
  2691. <DefaultValue />
  2692. </ParameterDescription>
  2693. <ParameterDescription type="IdentityReference2" varLen="false" required="false" dynamic="false" pipeRemaining="true" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  2694. <Name>Account</Name>
  2695. <Attributes>
  2696. <string>System.Management.Automation.ParameterAttribute</string>
  2697. <string>System.Management.Automation.AliasAttribute</string>
  2698. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  2699. </Attributes>
  2700. <Aliases>
  2701. <string>IdentityReference, ID</string>
  2702. </Aliases>
  2703. <Description />
  2704. <DefaultValue />
  2705. </ParameterDescription>
  2706. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  2707. <Name>ExcludeExplicit</Name>
  2708. <Attributes>
  2709. <string>System.Management.Automation.ParameterAttribute</string>
  2710. </Attributes>
  2711. <Aliases />
  2712. <Description />
  2713. <DefaultValue />
  2714. </ParameterDescription>
  2715. <ParameterDescription type="SwitchParameter" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  2716. <Name>ExcludeInherited</Name>
  2717. <Attributes>
  2718. <string>System.Management.Automation.ParameterAttribute</string>
  2719. </Attributes>
  2720. <Aliases />
  2721. <Description />
  2722. <DefaultValue />
  2723. </ParameterDescription>
  2724. <ParameterDescription type="ActionPreference" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  2725. <Name>InformationAction</Name>
  2726. <Attributes>
  2727. <string>System.Management.Automation.AliasAttribute</string>
  2728. <string>System.Management.Automation.ParameterAttribute</string>
  2729. </Attributes>
  2730. <Aliases>
  2731. <string>infa</string>
  2732. </Aliases>
  2733. <Description />
  2734. <DefaultValue />
  2735. </ParameterDescription>
  2736. <ParameterDescription type="String" varLen="false" required="false" dynamic="false" pipeRemaining="false" pipe="false" pipeProp="false" isPos="false" pos="named" globbing="false">
  2737. <Name>InformationVariable</Name>
  2738. <Attributes>
  2739. <string>System.Management.Automation.ParameterAttribute</string>
  2740. <string>System.Management.Automation.Internal.CommonParameters+ValidateVariableName</string>
  2741. <string>System.Management.Automation.AliasAttribute</string>
  2742. </Attributes>
  2743. <Aliases>
  2744. <string>iv</string>
  2745. </Aliases>
  2746. <Description />
  2747. <DefaultValue />
  2748. </ParameterDescription>
  2749. <ParameterDescription type="FileSystemSecurity2[]" varLen="true" required="true" dynamic="false" pipeRemaining="false" pipe="true" pipeProp="true" isPos="true" pos="1" globbing="false">
  2750. <Name>SecurityDescriptor</Name>
  2751. <Attributes>
  2752. <string>System.Management.Automation.ParameterAttribute</string>
  2753. <string>System.Management.Automation.ValidateNotNullOrEmptyAttribute</string>
  2754. </Attributes>
  2755. <Aliases />
  2756. <Description />
  2757. <DefaultValue />
  2758. </ParameterDescription>
  2759. </Parameters>
  2760. <Examples />
  2761. <RelatedLinks />
  2762. <SupportInformation ad="false" rsat="false" ps2="false" ps3="false" ps4="false" ps5="false" wxp="false" wv="false" w7="false" w8="false" w81="false" w2k3s="false" w2k3e="false" w2k3d="false" w2k8s="false" w2k8e="false" w2k8d="false" w2k8r2s="false" w2k8r2e="false" w2k8r2d="false" w2k12s="false" w2k12d="false" w2k12r2s="false" w2k12r2d="false" />
  2763. <Publish>false</Publish>
  2764. </CmdletObject>
  2765. </Cmdlets>
  2766. </ModuleObject>