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

8110 line
424 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <helpItems schema="maml" xmlns="http://msh">
  3. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  4. <command:details>
  5. <command:name>Add-NTFSAccess</command:name>
  6. <command:verb>Add</command:verb>
  7. <command:noun>NTFSAccess</command:noun>
  8. <maml:description>
  9. <maml:para>Adds an access control entry (ACE) to an object.</maml:para>
  10. </maml:description>
  11. </command:details>
  12. <maml:description>
  13. <maml:para>Adds an access control entry (ACE) to an object such as a file or folder. Other examples would be an object inside of Active Directory.</maml:para>
  14. </maml:description>
  15. <command:syntax>
  16. <command:syntaxItem>
  17. <maml:name>Add-NTFSAccess</maml:name>
  18. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  19. <maml:name>Path</maml:name>
  20. <maml:Description>
  21. <maml:para>{{ Fill Path Description }}</maml:para>
  22. </maml:Description>
  23. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  24. <dev:type>
  25. <maml:name>String[]</maml:name>
  26. <maml:uri />
  27. </dev:type>
  28. <dev:defaultValue>None</dev:defaultValue>
  29. </command:parameter>
  30. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="IdentityReference, ID">
  31. <maml:name>Account</maml:name>
  32. <maml:Description>
  33. <maml:para>{{ Fill Account Description }}</maml:para>
  34. </maml:Description>
  35. <command:parameterValue required="true" variableLength="false">IdentityReference2[]</command:parameterValue>
  36. <dev:type>
  37. <maml:name>IdentityReference2[]</maml:name>
  38. <maml:uri />
  39. </dev:type>
  40. <dev:defaultValue>None</dev:defaultValue>
  41. </command:parameter>
  42. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="3" aliases="FileSystemRights">
  43. <maml:name>AccessRights</maml:name>
  44. <maml:Description>
  45. <maml:para>The AccessRights parameter designates the permissions to assign. There are individual permissions as well as 'basic' permissions. See the below table for how the basic permissions permissions map the the advanced permissions.</maml:para>
  46. <maml:para>| Permissions | Basic Full Control | Basic Modify | Basic Read &amp; Execute | Basic List Folder Contents | Basic Read | Basic Write | |:---------------------------: |:------------------: |:------------: |:--------------------: |:--------------------------: |:----------: |:-----------: | | Travers Folder/Execute | X | X | X | X | | | | List Folder/ Read Data | X | X | X | X | X | | | Read Attributes | X | X | X | X | X | | | Read Extended Attributes | X | X | X | X | X | | | Create Files/Write Data | X | X | | | | X | | Create Folders/Append Data | X | X | | | | X | | Write Attributes | X | X | | | | X | | Write Extended Attributes | X | X | | | | X | | Delete Subfolders and Files | X | | | | | | | Delete | X | X | | | | | | Read Permissions | X | X | X | X | X | X | | Change Permissions | X | | | | | | | Take Ownership | X | | | | | | | Synchronize | X | X | X | X | X | X |</maml:para>
  47. </maml:Description>
  48. <command:parameterValueGroup>
  49. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  50. <command:parameterValue required="false" command:variableLength="false">ReadData</command:parameterValue>
  51. <command:parameterValue required="false" command:variableLength="false">ListDirectory</command:parameterValue>
  52. <command:parameterValue required="false" command:variableLength="false">WriteData</command:parameterValue>
  53. <command:parameterValue required="false" command:variableLength="false">CreateFiles</command:parameterValue>
  54. <command:parameterValue required="false" command:variableLength="false">AppendData</command:parameterValue>
  55. <command:parameterValue required="false" command:variableLength="false">CreateDirectories</command:parameterValue>
  56. <command:parameterValue required="false" command:variableLength="false">ReadExtendedAttributes</command:parameterValue>
  57. <command:parameterValue required="false" command:variableLength="false">WriteExtendedAttributes</command:parameterValue>
  58. <command:parameterValue required="false" command:variableLength="false">ExecuteFile</command:parameterValue>
  59. <command:parameterValue required="false" command:variableLength="false">Traverse</command:parameterValue>
  60. <command:parameterValue required="false" command:variableLength="false">DeleteSubdirectoriesAndFiles</command:parameterValue>
  61. <command:parameterValue required="false" command:variableLength="false">ReadAttributes</command:parameterValue>
  62. <command:parameterValue required="false" command:variableLength="false">WriteAttributes</command:parameterValue>
  63. <command:parameterValue required="false" command:variableLength="false">Write</command:parameterValue>
  64. <command:parameterValue required="false" command:variableLength="false">Delete</command:parameterValue>
  65. <command:parameterValue required="false" command:variableLength="false">ReadPermissions</command:parameterValue>
  66. <command:parameterValue required="false" command:variableLength="false">Read</command:parameterValue>
  67. <command:parameterValue required="false" command:variableLength="false">ReadAndExecute</command:parameterValue>
  68. <command:parameterValue required="false" command:variableLength="false">Modify</command:parameterValue>
  69. <command:parameterValue required="false" command:variableLength="false">ChangePermissions</command:parameterValue>
  70. <command:parameterValue required="false" command:variableLength="false">TakeOwnership</command:parameterValue>
  71. <command:parameterValue required="false" command:variableLength="false">Synchronize</command:parameterValue>
  72. <command:parameterValue required="false" command:variableLength="false">FullControl</command:parameterValue>
  73. <command:parameterValue required="false" command:variableLength="false">GenericAll</command:parameterValue>
  74. <command:parameterValue required="false" command:variableLength="false">GenericExecute</command:parameterValue>
  75. <command:parameterValue required="false" command:variableLength="false">GenericWrite</command:parameterValue>
  76. <command:parameterValue required="false" command:variableLength="false">GenericRead</command:parameterValue>
  77. </command:parameterValueGroup>
  78. <command:parameterValue required="true" variableLength="false">FileSystemRights2</command:parameterValue>
  79. <dev:type>
  80. <maml:name>FileSystemRights2</maml:name>
  81. <maml:uri />
  82. </dev:type>
  83. <dev:defaultValue>None</dev:defaultValue>
  84. </command:parameter>
  85. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="AccessControlType">
  86. <maml:name>AccessType</maml:name>
  87. <maml:Description>
  88. <maml:para>The AccessType parameter determines if the ACE allows or denies the permissions assigned.</maml:para>
  89. </maml:Description>
  90. <command:parameterValueGroup>
  91. <command:parameterValue required="false" command:variableLength="false">Allow</command:parameterValue>
  92. <command:parameterValue required="false" command:variableLength="false">Deny</command:parameterValue>
  93. </command:parameterValueGroup>
  94. <command:parameterValue required="true" variableLength="false">AccessControlType</command:parameterValue>
  95. <dev:type>
  96. <maml:name>AccessControlType</maml:name>
  97. <maml:uri />
  98. </dev:type>
  99. <dev:defaultValue>None</dev:defaultValue>
  100. </command:parameter>
  101. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  102. <maml:name>AppliesTo</maml:name>
  103. <maml:Description>
  104. <maml:para>{{ Fill AppliesTo Description }}</maml:para>
  105. </maml:Description>
  106. <command:parameterValueGroup>
  107. <command:parameterValue required="false" command:variableLength="false">ThisFolderOnly</command:parameterValue>
  108. <command:parameterValue required="false" command:variableLength="false">ThisFolderSubfoldersAndFiles</command:parameterValue>
  109. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndSubfolders</command:parameterValue>
  110. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndFiles</command:parameterValue>
  111. <command:parameterValue required="false" command:variableLength="false">SubfoldersAndFilesOnly</command:parameterValue>
  112. <command:parameterValue required="false" command:variableLength="false">SubfoldersOnly</command:parameterValue>
  113. <command:parameterValue required="false" command:variableLength="false">FilesOnly</command:parameterValue>
  114. <command:parameterValue required="false" command:variableLength="false">ThisFolderSubfoldersAndFilesOneLevel</command:parameterValue>
  115. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndSubfoldersOneLevel</command:parameterValue>
  116. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndFilesOneLevel</command:parameterValue>
  117. <command:parameterValue required="false" command:variableLength="false">SubfoldersAndFilesOnlyOneLevel</command:parameterValue>
  118. <command:parameterValue required="false" command:variableLength="false">SubfoldersOnlyOneLevel</command:parameterValue>
  119. <command:parameterValue required="false" command:variableLength="false">FilesOnlyOneLevel</command:parameterValue>
  120. </command:parameterValueGroup>
  121. <command:parameterValue required="true" variableLength="false">ApplyTo</command:parameterValue>
  122. <dev:type>
  123. <maml:name>ApplyTo</maml:name>
  124. <maml:uri />
  125. </dev:type>
  126. <dev:defaultValue>None</dev:defaultValue>
  127. </command:parameter>
  128. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  129. <maml:name>PassThru</maml:name>
  130. <maml:Description>
  131. <maml:para>{{ Fill PassThru Description }}</maml:para>
  132. </maml:Description>
  133. <dev:type>
  134. <maml:name>SwitchParameter</maml:name>
  135. <maml:uri />
  136. </dev:type>
  137. <dev:defaultValue>False</dev:defaultValue>
  138. </command:parameter>
  139. </command:syntaxItem>
  140. <command:syntaxItem>
  141. <maml:name>Add-NTFSAccess</maml:name>
  142. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  143. <maml:name>SecurityDescriptor</maml:name>
  144. <maml:Description>
  145. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  146. </maml:Description>
  147. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  148. <dev:type>
  149. <maml:name>FileSystemSecurity2[]</maml:name>
  150. <maml:uri />
  151. </dev:type>
  152. <dev:defaultValue>None</dev:defaultValue>
  153. </command:parameter>
  154. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="IdentityReference, ID">
  155. <maml:name>Account</maml:name>
  156. <maml:Description>
  157. <maml:para>{{ Fill Account Description }}</maml:para>
  158. </maml:Description>
  159. <command:parameterValue required="true" variableLength="false">IdentityReference2[]</command:parameterValue>
  160. <dev:type>
  161. <maml:name>IdentityReference2[]</maml:name>
  162. <maml:uri />
  163. </dev:type>
  164. <dev:defaultValue>None</dev:defaultValue>
  165. </command:parameter>
  166. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="3" aliases="FileSystemRights">
  167. <maml:name>AccessRights</maml:name>
  168. <maml:Description>
  169. <maml:para>The AccessRights parameter designates the permissions to assign. There are individual permissions as well as 'basic' permissions. See the below table for how the basic permissions permissions map the the advanced permissions.</maml:para>
  170. <maml:para>| Permissions | Basic Full Control | Basic Modify | Basic Read &amp; Execute | Basic List Folder Contents | Basic Read | Basic Write | |:---------------------------: |:------------------: |:------------: |:--------------------: |:--------------------------: |:----------: |:-----------: | | Travers Folder/Execute | X | X | X | X | | | | List Folder/ Read Data | X | X | X | X | X | | | Read Attributes | X | X | X | X | X | | | Read Extended Attributes | X | X | X | X | X | | | Create Files/Write Data | X | X | | | | X | | Create Folders/Append Data | X | X | | | | X | | Write Attributes | X | X | | | | X | | Write Extended Attributes | X | X | | | | X | | Delete Subfolders and Files | X | | | | | | | Delete | X | X | | | | | | Read Permissions | X | X | X | X | X | X | | Change Permissions | X | | | | | | | Take Ownership | X | | | | | | | Synchronize | X | X | X | X | X | X |</maml:para>
  171. </maml:Description>
  172. <command:parameterValueGroup>
  173. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  174. <command:parameterValue required="false" command:variableLength="false">ReadData</command:parameterValue>
  175. <command:parameterValue required="false" command:variableLength="false">ListDirectory</command:parameterValue>
  176. <command:parameterValue required="false" command:variableLength="false">WriteData</command:parameterValue>
  177. <command:parameterValue required="false" command:variableLength="false">CreateFiles</command:parameterValue>
  178. <command:parameterValue required="false" command:variableLength="false">AppendData</command:parameterValue>
  179. <command:parameterValue required="false" command:variableLength="false">CreateDirectories</command:parameterValue>
  180. <command:parameterValue required="false" command:variableLength="false">ReadExtendedAttributes</command:parameterValue>
  181. <command:parameterValue required="false" command:variableLength="false">WriteExtendedAttributes</command:parameterValue>
  182. <command:parameterValue required="false" command:variableLength="false">ExecuteFile</command:parameterValue>
  183. <command:parameterValue required="false" command:variableLength="false">Traverse</command:parameterValue>
  184. <command:parameterValue required="false" command:variableLength="false">DeleteSubdirectoriesAndFiles</command:parameterValue>
  185. <command:parameterValue required="false" command:variableLength="false">ReadAttributes</command:parameterValue>
  186. <command:parameterValue required="false" command:variableLength="false">WriteAttributes</command:parameterValue>
  187. <command:parameterValue required="false" command:variableLength="false">Write</command:parameterValue>
  188. <command:parameterValue required="false" command:variableLength="false">Delete</command:parameterValue>
  189. <command:parameterValue required="false" command:variableLength="false">ReadPermissions</command:parameterValue>
  190. <command:parameterValue required="false" command:variableLength="false">Read</command:parameterValue>
  191. <command:parameterValue required="false" command:variableLength="false">ReadAndExecute</command:parameterValue>
  192. <command:parameterValue required="false" command:variableLength="false">Modify</command:parameterValue>
  193. <command:parameterValue required="false" command:variableLength="false">ChangePermissions</command:parameterValue>
  194. <command:parameterValue required="false" command:variableLength="false">TakeOwnership</command:parameterValue>
  195. <command:parameterValue required="false" command:variableLength="false">Synchronize</command:parameterValue>
  196. <command:parameterValue required="false" command:variableLength="false">FullControl</command:parameterValue>
  197. <command:parameterValue required="false" command:variableLength="false">GenericAll</command:parameterValue>
  198. <command:parameterValue required="false" command:variableLength="false">GenericExecute</command:parameterValue>
  199. <command:parameterValue required="false" command:variableLength="false">GenericWrite</command:parameterValue>
  200. <command:parameterValue required="false" command:variableLength="false">GenericRead</command:parameterValue>
  201. </command:parameterValueGroup>
  202. <command:parameterValue required="true" variableLength="false">FileSystemRights2</command:parameterValue>
  203. <dev:type>
  204. <maml:name>FileSystemRights2</maml:name>
  205. <maml:uri />
  206. </dev:type>
  207. <dev:defaultValue>None</dev:defaultValue>
  208. </command:parameter>
  209. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="AccessControlType">
  210. <maml:name>AccessType</maml:name>
  211. <maml:Description>
  212. <maml:para>The AccessType parameter determines if the ACE allows or denies the permissions assigned.</maml:para>
  213. </maml:Description>
  214. <command:parameterValueGroup>
  215. <command:parameterValue required="false" command:variableLength="false">Allow</command:parameterValue>
  216. <command:parameterValue required="false" command:variableLength="false">Deny</command:parameterValue>
  217. </command:parameterValueGroup>
  218. <command:parameterValue required="true" variableLength="false">AccessControlType</command:parameterValue>
  219. <dev:type>
  220. <maml:name>AccessControlType</maml:name>
  221. <maml:uri />
  222. </dev:type>
  223. <dev:defaultValue>None</dev:defaultValue>
  224. </command:parameter>
  225. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  226. <maml:name>AppliesTo</maml:name>
  227. <maml:Description>
  228. <maml:para>{{ Fill AppliesTo Description }}</maml:para>
  229. </maml:Description>
  230. <command:parameterValueGroup>
  231. <command:parameterValue required="false" command:variableLength="false">ThisFolderOnly</command:parameterValue>
  232. <command:parameterValue required="false" command:variableLength="false">ThisFolderSubfoldersAndFiles</command:parameterValue>
  233. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndSubfolders</command:parameterValue>
  234. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndFiles</command:parameterValue>
  235. <command:parameterValue required="false" command:variableLength="false">SubfoldersAndFilesOnly</command:parameterValue>
  236. <command:parameterValue required="false" command:variableLength="false">SubfoldersOnly</command:parameterValue>
  237. <command:parameterValue required="false" command:variableLength="false">FilesOnly</command:parameterValue>
  238. <command:parameterValue required="false" command:variableLength="false">ThisFolderSubfoldersAndFilesOneLevel</command:parameterValue>
  239. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndSubfoldersOneLevel</command:parameterValue>
  240. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndFilesOneLevel</command:parameterValue>
  241. <command:parameterValue required="false" command:variableLength="false">SubfoldersAndFilesOnlyOneLevel</command:parameterValue>
  242. <command:parameterValue required="false" command:variableLength="false">SubfoldersOnlyOneLevel</command:parameterValue>
  243. <command:parameterValue required="false" command:variableLength="false">FilesOnlyOneLevel</command:parameterValue>
  244. </command:parameterValueGroup>
  245. <command:parameterValue required="true" variableLength="false">ApplyTo</command:parameterValue>
  246. <dev:type>
  247. <maml:name>ApplyTo</maml:name>
  248. <maml:uri />
  249. </dev:type>
  250. <dev:defaultValue>None</dev:defaultValue>
  251. </command:parameter>
  252. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  253. <maml:name>PassThru</maml:name>
  254. <maml:Description>
  255. <maml:para>{{ Fill PassThru Description }}</maml:para>
  256. </maml:Description>
  257. <dev:type>
  258. <maml:name>SwitchParameter</maml:name>
  259. <maml:uri />
  260. </dev:type>
  261. <dev:defaultValue>False</dev:defaultValue>
  262. </command:parameter>
  263. </command:syntaxItem>
  264. <command:syntaxItem>
  265. <maml:name>Add-NTFSAccess</maml:name>
  266. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  267. <maml:name>Path</maml:name>
  268. <maml:Description>
  269. <maml:para>{{ Fill Path Description }}</maml:para>
  270. </maml:Description>
  271. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  272. <dev:type>
  273. <maml:name>String[]</maml:name>
  274. <maml:uri />
  275. </dev:type>
  276. <dev:defaultValue>None</dev:defaultValue>
  277. </command:parameter>
  278. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="IdentityReference, ID">
  279. <maml:name>Account</maml:name>
  280. <maml:Description>
  281. <maml:para>{{ Fill Account Description }}</maml:para>
  282. </maml:Description>
  283. <command:parameterValue required="true" variableLength="false">IdentityReference2[]</command:parameterValue>
  284. <dev:type>
  285. <maml:name>IdentityReference2[]</maml:name>
  286. <maml:uri />
  287. </dev:type>
  288. <dev:defaultValue>None</dev:defaultValue>
  289. </command:parameter>
  290. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="3" aliases="FileSystemRights">
  291. <maml:name>AccessRights</maml:name>
  292. <maml:Description>
  293. <maml:para>The AccessRights parameter designates the permissions to assign. There are individual permissions as well as 'basic' permissions. See the below table for how the basic permissions permissions map the the advanced permissions.</maml:para>
  294. <maml:para>| Permissions | Basic Full Control | Basic Modify | Basic Read &amp; Execute | Basic List Folder Contents | Basic Read | Basic Write | |:---------------------------: |:------------------: |:------------: |:--------------------: |:--------------------------: |:----------: |:-----------: | | Travers Folder/Execute | X | X | X | X | | | | List Folder/ Read Data | X | X | X | X | X | | | Read Attributes | X | X | X | X | X | | | Read Extended Attributes | X | X | X | X | X | | | Create Files/Write Data | X | X | | | | X | | Create Folders/Append Data | X | X | | | | X | | Write Attributes | X | X | | | | X | | Write Extended Attributes | X | X | | | | X | | Delete Subfolders and Files | X | | | | | | | Delete | X | X | | | | | | Read Permissions | X | X | X | X | X | X | | Change Permissions | X | | | | | | | Take Ownership | X | | | | | | | Synchronize | X | X | X | X | X | X |</maml:para>
  295. </maml:Description>
  296. <command:parameterValueGroup>
  297. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  298. <command:parameterValue required="false" command:variableLength="false">ReadData</command:parameterValue>
  299. <command:parameterValue required="false" command:variableLength="false">ListDirectory</command:parameterValue>
  300. <command:parameterValue required="false" command:variableLength="false">WriteData</command:parameterValue>
  301. <command:parameterValue required="false" command:variableLength="false">CreateFiles</command:parameterValue>
  302. <command:parameterValue required="false" command:variableLength="false">AppendData</command:parameterValue>
  303. <command:parameterValue required="false" command:variableLength="false">CreateDirectories</command:parameterValue>
  304. <command:parameterValue required="false" command:variableLength="false">ReadExtendedAttributes</command:parameterValue>
  305. <command:parameterValue required="false" command:variableLength="false">WriteExtendedAttributes</command:parameterValue>
  306. <command:parameterValue required="false" command:variableLength="false">ExecuteFile</command:parameterValue>
  307. <command:parameterValue required="false" command:variableLength="false">Traverse</command:parameterValue>
  308. <command:parameterValue required="false" command:variableLength="false">DeleteSubdirectoriesAndFiles</command:parameterValue>
  309. <command:parameterValue required="false" command:variableLength="false">ReadAttributes</command:parameterValue>
  310. <command:parameterValue required="false" command:variableLength="false">WriteAttributes</command:parameterValue>
  311. <command:parameterValue required="false" command:variableLength="false">Write</command:parameterValue>
  312. <command:parameterValue required="false" command:variableLength="false">Delete</command:parameterValue>
  313. <command:parameterValue required="false" command:variableLength="false">ReadPermissions</command:parameterValue>
  314. <command:parameterValue required="false" command:variableLength="false">Read</command:parameterValue>
  315. <command:parameterValue required="false" command:variableLength="false">ReadAndExecute</command:parameterValue>
  316. <command:parameterValue required="false" command:variableLength="false">Modify</command:parameterValue>
  317. <command:parameterValue required="false" command:variableLength="false">ChangePermissions</command:parameterValue>
  318. <command:parameterValue required="false" command:variableLength="false">TakeOwnership</command:parameterValue>
  319. <command:parameterValue required="false" command:variableLength="false">Synchronize</command:parameterValue>
  320. <command:parameterValue required="false" command:variableLength="false">FullControl</command:parameterValue>
  321. <command:parameterValue required="false" command:variableLength="false">GenericAll</command:parameterValue>
  322. <command:parameterValue required="false" command:variableLength="false">GenericExecute</command:parameterValue>
  323. <command:parameterValue required="false" command:variableLength="false">GenericWrite</command:parameterValue>
  324. <command:parameterValue required="false" command:variableLength="false">GenericRead</command:parameterValue>
  325. </command:parameterValueGroup>
  326. <command:parameterValue required="true" variableLength="false">FileSystemRights2</command:parameterValue>
  327. <dev:type>
  328. <maml:name>FileSystemRights2</maml:name>
  329. <maml:uri />
  330. </dev:type>
  331. <dev:defaultValue>None</dev:defaultValue>
  332. </command:parameter>
  333. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="AccessControlType">
  334. <maml:name>AccessType</maml:name>
  335. <maml:Description>
  336. <maml:para>The AccessType parameter determines if the ACE allows or denies the permissions assigned.</maml:para>
  337. </maml:Description>
  338. <command:parameterValueGroup>
  339. <command:parameterValue required="false" command:variableLength="false">Allow</command:parameterValue>
  340. <command:parameterValue required="false" command:variableLength="false">Deny</command:parameterValue>
  341. </command:parameterValueGroup>
  342. <command:parameterValue required="true" variableLength="false">AccessControlType</command:parameterValue>
  343. <dev:type>
  344. <maml:name>AccessControlType</maml:name>
  345. <maml:uri />
  346. </dev:type>
  347. <dev:defaultValue>None</dev:defaultValue>
  348. </command:parameter>
  349. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  350. <maml:name>InheritanceFlags</maml:name>
  351. <maml:Description>
  352. <maml:para>{{ Fill InheritanceFlags Description }}</maml:para>
  353. </maml:Description>
  354. <command:parameterValueGroup>
  355. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  356. <command:parameterValue required="false" command:variableLength="false">ContainerInherit</command:parameterValue>
  357. <command:parameterValue required="false" command:variableLength="false">ObjectInherit</command:parameterValue>
  358. </command:parameterValueGroup>
  359. <command:parameterValue required="true" variableLength="false">InheritanceFlags</command:parameterValue>
  360. <dev:type>
  361. <maml:name>InheritanceFlags</maml:name>
  362. <maml:uri />
  363. </dev:type>
  364. <dev:defaultValue>None</dev:defaultValue>
  365. </command:parameter>
  366. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  367. <maml:name>PassThru</maml:name>
  368. <maml:Description>
  369. <maml:para>{{ Fill PassThru Description }}</maml:para>
  370. </maml:Description>
  371. <dev:type>
  372. <maml:name>SwitchParameter</maml:name>
  373. <maml:uri />
  374. </dev:type>
  375. <dev:defaultValue>False</dev:defaultValue>
  376. </command:parameter>
  377. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  378. <maml:name>PropagationFlags</maml:name>
  379. <maml:Description>
  380. <maml:para>{{ Fill PropagationFlags Description }}</maml:para>
  381. </maml:Description>
  382. <command:parameterValueGroup>
  383. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  384. <command:parameterValue required="false" command:variableLength="false">NoPropagateInherit</command:parameterValue>
  385. <command:parameterValue required="false" command:variableLength="false">InheritOnly</command:parameterValue>
  386. </command:parameterValueGroup>
  387. <command:parameterValue required="true" variableLength="false">PropagationFlags</command:parameterValue>
  388. <dev:type>
  389. <maml:name>PropagationFlags</maml:name>
  390. <maml:uri />
  391. </dev:type>
  392. <dev:defaultValue>None</dev:defaultValue>
  393. </command:parameter>
  394. </command:syntaxItem>
  395. <command:syntaxItem>
  396. <maml:name>Add-NTFSAccess</maml:name>
  397. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  398. <maml:name>SecurityDescriptor</maml:name>
  399. <maml:Description>
  400. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  401. </maml:Description>
  402. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  403. <dev:type>
  404. <maml:name>FileSystemSecurity2[]</maml:name>
  405. <maml:uri />
  406. </dev:type>
  407. <dev:defaultValue>None</dev:defaultValue>
  408. </command:parameter>
  409. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="IdentityReference, ID">
  410. <maml:name>Account</maml:name>
  411. <maml:Description>
  412. <maml:para>{{ Fill Account Description }}</maml:para>
  413. </maml:Description>
  414. <command:parameterValue required="true" variableLength="false">IdentityReference2[]</command:parameterValue>
  415. <dev:type>
  416. <maml:name>IdentityReference2[]</maml:name>
  417. <maml:uri />
  418. </dev:type>
  419. <dev:defaultValue>None</dev:defaultValue>
  420. </command:parameter>
  421. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="3" aliases="FileSystemRights">
  422. <maml:name>AccessRights</maml:name>
  423. <maml:Description>
  424. <maml:para>The AccessRights parameter designates the permissions to assign. There are individual permissions as well as 'basic' permissions. See the below table for how the basic permissions permissions map the the advanced permissions.</maml:para>
  425. <maml:para>| Permissions | Basic Full Control | Basic Modify | Basic Read &amp; Execute | Basic List Folder Contents | Basic Read | Basic Write | |:---------------------------: |:------------------: |:------------: |:--------------------: |:--------------------------: |:----------: |:-----------: | | Travers Folder/Execute | X | X | X | X | | | | List Folder/ Read Data | X | X | X | X | X | | | Read Attributes | X | X | X | X | X | | | Read Extended Attributes | X | X | X | X | X | | | Create Files/Write Data | X | X | | | | X | | Create Folders/Append Data | X | X | | | | X | | Write Attributes | X | X | | | | X | | Write Extended Attributes | X | X | | | | X | | Delete Subfolders and Files | X | | | | | | | Delete | X | X | | | | | | Read Permissions | X | X | X | X | X | X | | Change Permissions | X | | | | | | | Take Ownership | X | | | | | | | Synchronize | X | X | X | X | X | X |</maml:para>
  426. </maml:Description>
  427. <command:parameterValueGroup>
  428. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  429. <command:parameterValue required="false" command:variableLength="false">ReadData</command:parameterValue>
  430. <command:parameterValue required="false" command:variableLength="false">ListDirectory</command:parameterValue>
  431. <command:parameterValue required="false" command:variableLength="false">WriteData</command:parameterValue>
  432. <command:parameterValue required="false" command:variableLength="false">CreateFiles</command:parameterValue>
  433. <command:parameterValue required="false" command:variableLength="false">AppendData</command:parameterValue>
  434. <command:parameterValue required="false" command:variableLength="false">CreateDirectories</command:parameterValue>
  435. <command:parameterValue required="false" command:variableLength="false">ReadExtendedAttributes</command:parameterValue>
  436. <command:parameterValue required="false" command:variableLength="false">WriteExtendedAttributes</command:parameterValue>
  437. <command:parameterValue required="false" command:variableLength="false">ExecuteFile</command:parameterValue>
  438. <command:parameterValue required="false" command:variableLength="false">Traverse</command:parameterValue>
  439. <command:parameterValue required="false" command:variableLength="false">DeleteSubdirectoriesAndFiles</command:parameterValue>
  440. <command:parameterValue required="false" command:variableLength="false">ReadAttributes</command:parameterValue>
  441. <command:parameterValue required="false" command:variableLength="false">WriteAttributes</command:parameterValue>
  442. <command:parameterValue required="false" command:variableLength="false">Write</command:parameterValue>
  443. <command:parameterValue required="false" command:variableLength="false">Delete</command:parameterValue>
  444. <command:parameterValue required="false" command:variableLength="false">ReadPermissions</command:parameterValue>
  445. <command:parameterValue required="false" command:variableLength="false">Read</command:parameterValue>
  446. <command:parameterValue required="false" command:variableLength="false">ReadAndExecute</command:parameterValue>
  447. <command:parameterValue required="false" command:variableLength="false">Modify</command:parameterValue>
  448. <command:parameterValue required="false" command:variableLength="false">ChangePermissions</command:parameterValue>
  449. <command:parameterValue required="false" command:variableLength="false">TakeOwnership</command:parameterValue>
  450. <command:parameterValue required="false" command:variableLength="false">Synchronize</command:parameterValue>
  451. <command:parameterValue required="false" command:variableLength="false">FullControl</command:parameterValue>
  452. <command:parameterValue required="false" command:variableLength="false">GenericAll</command:parameterValue>
  453. <command:parameterValue required="false" command:variableLength="false">GenericExecute</command:parameterValue>
  454. <command:parameterValue required="false" command:variableLength="false">GenericWrite</command:parameterValue>
  455. <command:parameterValue required="false" command:variableLength="false">GenericRead</command:parameterValue>
  456. </command:parameterValueGroup>
  457. <command:parameterValue required="true" variableLength="false">FileSystemRights2</command:parameterValue>
  458. <dev:type>
  459. <maml:name>FileSystemRights2</maml:name>
  460. <maml:uri />
  461. </dev:type>
  462. <dev:defaultValue>None</dev:defaultValue>
  463. </command:parameter>
  464. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="AccessControlType">
  465. <maml:name>AccessType</maml:name>
  466. <maml:Description>
  467. <maml:para>The AccessType parameter determines if the ACE allows or denies the permissions assigned.</maml:para>
  468. </maml:Description>
  469. <command:parameterValueGroup>
  470. <command:parameterValue required="false" command:variableLength="false">Allow</command:parameterValue>
  471. <command:parameterValue required="false" command:variableLength="false">Deny</command:parameterValue>
  472. </command:parameterValueGroup>
  473. <command:parameterValue required="true" variableLength="false">AccessControlType</command:parameterValue>
  474. <dev:type>
  475. <maml:name>AccessControlType</maml:name>
  476. <maml:uri />
  477. </dev:type>
  478. <dev:defaultValue>None</dev:defaultValue>
  479. </command:parameter>
  480. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  481. <maml:name>InheritanceFlags</maml:name>
  482. <maml:Description>
  483. <maml:para>{{ Fill InheritanceFlags Description }}</maml:para>
  484. </maml:Description>
  485. <command:parameterValueGroup>
  486. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  487. <command:parameterValue required="false" command:variableLength="false">ContainerInherit</command:parameterValue>
  488. <command:parameterValue required="false" command:variableLength="false">ObjectInherit</command:parameterValue>
  489. </command:parameterValueGroup>
  490. <command:parameterValue required="true" variableLength="false">InheritanceFlags</command:parameterValue>
  491. <dev:type>
  492. <maml:name>InheritanceFlags</maml:name>
  493. <maml:uri />
  494. </dev:type>
  495. <dev:defaultValue>None</dev:defaultValue>
  496. </command:parameter>
  497. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  498. <maml:name>PassThru</maml:name>
  499. <maml:Description>
  500. <maml:para>{{ Fill PassThru Description }}</maml:para>
  501. </maml:Description>
  502. <dev:type>
  503. <maml:name>SwitchParameter</maml:name>
  504. <maml:uri />
  505. </dev:type>
  506. <dev:defaultValue>False</dev:defaultValue>
  507. </command:parameter>
  508. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  509. <maml:name>PropagationFlags</maml:name>
  510. <maml:Description>
  511. <maml:para>{{ Fill PropagationFlags Description }}</maml:para>
  512. </maml:Description>
  513. <command:parameterValueGroup>
  514. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  515. <command:parameterValue required="false" command:variableLength="false">NoPropagateInherit</command:parameterValue>
  516. <command:parameterValue required="false" command:variableLength="false">InheritOnly</command:parameterValue>
  517. </command:parameterValueGroup>
  518. <command:parameterValue required="true" variableLength="false">PropagationFlags</command:parameterValue>
  519. <dev:type>
  520. <maml:name>PropagationFlags</maml:name>
  521. <maml:uri />
  522. </dev:type>
  523. <dev:defaultValue>None</dev:defaultValue>
  524. </command:parameter>
  525. </command:syntaxItem>
  526. </command:syntax>
  527. <command:parameters>
  528. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="3" aliases="FileSystemRights">
  529. <maml:name>AccessRights</maml:name>
  530. <maml:Description>
  531. <maml:para>The AccessRights parameter designates the permissions to assign. There are individual permissions as well as 'basic' permissions. See the below table for how the basic permissions permissions map the the advanced permissions.</maml:para>
  532. <maml:para>| Permissions | Basic Full Control | Basic Modify | Basic Read &amp; Execute | Basic List Folder Contents | Basic Read | Basic Write | |:---------------------------: |:------------------: |:------------: |:--------------------: |:--------------------------: |:----------: |:-----------: | | Travers Folder/Execute | X | X | X | X | | | | List Folder/ Read Data | X | X | X | X | X | | | Read Attributes | X | X | X | X | X | | | Read Extended Attributes | X | X | X | X | X | | | Create Files/Write Data | X | X | | | | X | | Create Folders/Append Data | X | X | | | | X | | Write Attributes | X | X | | | | X | | Write Extended Attributes | X | X | | | | X | | Delete Subfolders and Files | X | | | | | | | Delete | X | X | | | | | | Read Permissions | X | X | X | X | X | X | | Change Permissions | X | | | | | | | Take Ownership | X | | | | | | | Synchronize | X | X | X | X | X | X |</maml:para>
  533. </maml:Description>
  534. <command:parameterValue required="true" variableLength="false">FileSystemRights2</command:parameterValue>
  535. <dev:type>
  536. <maml:name>FileSystemRights2</maml:name>
  537. <maml:uri />
  538. </dev:type>
  539. <dev:defaultValue>None</dev:defaultValue>
  540. </command:parameter>
  541. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="AccessControlType">
  542. <maml:name>AccessType</maml:name>
  543. <maml:Description>
  544. <maml:para>The AccessType parameter determines if the ACE allows or denies the permissions assigned.</maml:para>
  545. </maml:Description>
  546. <command:parameterValue required="true" variableLength="false">AccessControlType</command:parameterValue>
  547. <dev:type>
  548. <maml:name>AccessControlType</maml:name>
  549. <maml:uri />
  550. </dev:type>
  551. <dev:defaultValue>None</dev:defaultValue>
  552. </command:parameter>
  553. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="IdentityReference, ID">
  554. <maml:name>Account</maml:name>
  555. <maml:Description>
  556. <maml:para>{{ Fill Account Description }}</maml:para>
  557. </maml:Description>
  558. <command:parameterValue required="true" variableLength="false">IdentityReference2[]</command:parameterValue>
  559. <dev:type>
  560. <maml:name>IdentityReference2[]</maml:name>
  561. <maml:uri />
  562. </dev:type>
  563. <dev:defaultValue>None</dev:defaultValue>
  564. </command:parameter>
  565. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  566. <maml:name>AppliesTo</maml:name>
  567. <maml:Description>
  568. <maml:para>{{ Fill AppliesTo Description }}</maml:para>
  569. </maml:Description>
  570. <command:parameterValue required="true" variableLength="false">ApplyTo</command:parameterValue>
  571. <dev:type>
  572. <maml:name>ApplyTo</maml:name>
  573. <maml:uri />
  574. </dev:type>
  575. <dev:defaultValue>None</dev:defaultValue>
  576. </command:parameter>
  577. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  578. <maml:name>InheritanceFlags</maml:name>
  579. <maml:Description>
  580. <maml:para>{{ Fill InheritanceFlags Description }}</maml:para>
  581. </maml:Description>
  582. <command:parameterValue required="true" variableLength="false">InheritanceFlags</command:parameterValue>
  583. <dev:type>
  584. <maml:name>InheritanceFlags</maml:name>
  585. <maml:uri />
  586. </dev:type>
  587. <dev:defaultValue>None</dev:defaultValue>
  588. </command:parameter>
  589. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  590. <maml:name>PassThru</maml:name>
  591. <maml:Description>
  592. <maml:para>{{ Fill PassThru Description }}</maml:para>
  593. </maml:Description>
  594. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  595. <dev:type>
  596. <maml:name>SwitchParameter</maml:name>
  597. <maml:uri />
  598. </dev:type>
  599. <dev:defaultValue>False</dev:defaultValue>
  600. </command:parameter>
  601. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  602. <maml:name>Path</maml:name>
  603. <maml:Description>
  604. <maml:para>{{ Fill Path Description }}</maml:para>
  605. </maml:Description>
  606. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  607. <dev:type>
  608. <maml:name>String[]</maml:name>
  609. <maml:uri />
  610. </dev:type>
  611. <dev:defaultValue>None</dev:defaultValue>
  612. </command:parameter>
  613. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  614. <maml:name>PropagationFlags</maml:name>
  615. <maml:Description>
  616. <maml:para>{{ Fill PropagationFlags Description }}</maml:para>
  617. </maml:Description>
  618. <command:parameterValue required="true" variableLength="false">PropagationFlags</command:parameterValue>
  619. <dev:type>
  620. <maml:name>PropagationFlags</maml:name>
  621. <maml:uri />
  622. </dev:type>
  623. <dev:defaultValue>None</dev:defaultValue>
  624. </command:parameter>
  625. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  626. <maml:name>SecurityDescriptor</maml:name>
  627. <maml:Description>
  628. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  629. </maml:Description>
  630. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  631. <dev:type>
  632. <maml:name>FileSystemSecurity2[]</maml:name>
  633. <maml:uri />
  634. </dev:type>
  635. <dev:defaultValue>None</dev:defaultValue>
  636. </command:parameter>
  637. </command:parameters>
  638. <command:inputTypes>
  639. <command:inputType>
  640. <dev:type>
  641. <maml:name>System.String[]</maml:name>
  642. </dev:type>
  643. <maml:description>
  644. <maml:para></maml:para>
  645. </maml:description>
  646. </command:inputType>
  647. <command:inputType>
  648. <dev:type>
  649. <maml:name>Security2.FileSystemSecurity2[]</maml:name>
  650. </dev:type>
  651. <maml:description>
  652. <maml:para></maml:para>
  653. </maml:description>
  654. </command:inputType>
  655. <command:inputType>
  656. <dev:type>
  657. <maml:name>Security2.IdentityReference2[]</maml:name>
  658. </dev:type>
  659. <maml:description>
  660. <maml:para></maml:para>
  661. </maml:description>
  662. </command:inputType>
  663. <command:inputType>
  664. <dev:type>
  665. <maml:name>Security2.FileSystemRights2</maml:name>
  666. </dev:type>
  667. <maml:description>
  668. <maml:para></maml:para>
  669. </maml:description>
  670. </command:inputType>
  671. <command:inputType>
  672. <dev:type>
  673. <maml:name>System.Security.AccessControl.AccessControlType</maml:name>
  674. </dev:type>
  675. <maml:description>
  676. <maml:para></maml:para>
  677. </maml:description>
  678. </command:inputType>
  679. <command:inputType>
  680. <dev:type>
  681. <maml:name>System.Security.AccessControl.InheritanceFlags</maml:name>
  682. </dev:type>
  683. <maml:description>
  684. <maml:para></maml:para>
  685. </maml:description>
  686. </command:inputType>
  687. <command:inputType>
  688. <dev:type>
  689. <maml:name>System.Security.AccessControl.PropagationFlags</maml:name>
  690. </dev:type>
  691. <maml:description>
  692. <maml:para></maml:para>
  693. </maml:description>
  694. </command:inputType>
  695. <command:inputType>
  696. <dev:type>
  697. <maml:name>Security2.ApplyTo</maml:name>
  698. </dev:type>
  699. <maml:description>
  700. <maml:para></maml:para>
  701. </maml:description>
  702. </command:inputType>
  703. </command:inputTypes>
  704. <command:returnValues>
  705. <command:returnValue>
  706. <dev:type>
  707. <maml:name>Security2.FileSystemAccessRule2</maml:name>
  708. </dev:type>
  709. <maml:description>
  710. <maml:para></maml:para>
  711. </maml:description>
  712. </command:returnValue>
  713. </command:returnValues>
  714. <maml:alertSet>
  715. <maml:alert>
  716. <maml:para></maml:para>
  717. </maml:alert>
  718. </maml:alertSet>
  719. <command:examples>
  720. <command:example>
  721. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  722. <dev:code>PS C:\&gt; Add-NTFSAccess -Path C:\Data -Account 'NT AUTHORITY\Authenticated Users' -AccessRights Read</dev:code>
  723. <dev:remarks>
  724. <maml:para>The above command gives the read permissions to the built-in group of 'Authenticated users'</maml:para>
  725. </dev:remarks>
  726. </command:example>
  727. </command:examples>
  728. <command:relatedLinks />
  729. </command:command>
  730. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  731. <command:details>
  732. <command:name>Add-NTFSAudit</command:name>
  733. <command:verb>Add</command:verb>
  734. <command:noun>NTFSAudit</command:noun>
  735. <maml:description>
  736. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  737. </maml:description>
  738. </command:details>
  739. <maml:description>
  740. <maml:para>{{ Fill in the Description }}</maml:para>
  741. </maml:description>
  742. <command:syntax>
  743. <command:syntaxItem>
  744. <maml:name>Add-NTFSAudit</maml:name>
  745. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  746. <maml:name>Path</maml:name>
  747. <maml:Description>
  748. <maml:para>{{ Fill Path Description }}</maml:para>
  749. </maml:Description>
  750. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  751. <dev:type>
  752. <maml:name>String[]</maml:name>
  753. <maml:uri />
  754. </dev:type>
  755. <dev:defaultValue>None</dev:defaultValue>
  756. </command:parameter>
  757. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="FileSystemRights">
  758. <maml:name>AccessRights</maml:name>
  759. <maml:Description>
  760. <maml:para>{{ Fill AccessRights Description }}</maml:para>
  761. </maml:Description>
  762. <command:parameterValueGroup>
  763. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  764. <command:parameterValue required="false" command:variableLength="false">ReadData</command:parameterValue>
  765. <command:parameterValue required="false" command:variableLength="false">ListDirectory</command:parameterValue>
  766. <command:parameterValue required="false" command:variableLength="false">WriteData</command:parameterValue>
  767. <command:parameterValue required="false" command:variableLength="false">CreateFiles</command:parameterValue>
  768. <command:parameterValue required="false" command:variableLength="false">AppendData</command:parameterValue>
  769. <command:parameterValue required="false" command:variableLength="false">CreateDirectories</command:parameterValue>
  770. <command:parameterValue required="false" command:variableLength="false">ReadExtendedAttributes</command:parameterValue>
  771. <command:parameterValue required="false" command:variableLength="false">WriteExtendedAttributes</command:parameterValue>
  772. <command:parameterValue required="false" command:variableLength="false">ExecuteFile</command:parameterValue>
  773. <command:parameterValue required="false" command:variableLength="false">Traverse</command:parameterValue>
  774. <command:parameterValue required="false" command:variableLength="false">DeleteSubdirectoriesAndFiles</command:parameterValue>
  775. <command:parameterValue required="false" command:variableLength="false">ReadAttributes</command:parameterValue>
  776. <command:parameterValue required="false" command:variableLength="false">WriteAttributes</command:parameterValue>
  777. <command:parameterValue required="false" command:variableLength="false">Write</command:parameterValue>
  778. <command:parameterValue required="false" command:variableLength="false">Delete</command:parameterValue>
  779. <command:parameterValue required="false" command:variableLength="false">ReadPermissions</command:parameterValue>
  780. <command:parameterValue required="false" command:variableLength="false">Read</command:parameterValue>
  781. <command:parameterValue required="false" command:variableLength="false">ReadAndExecute</command:parameterValue>
  782. <command:parameterValue required="false" command:variableLength="false">Modify</command:parameterValue>
  783. <command:parameterValue required="false" command:variableLength="false">ChangePermissions</command:parameterValue>
  784. <command:parameterValue required="false" command:variableLength="false">TakeOwnership</command:parameterValue>
  785. <command:parameterValue required="false" command:variableLength="false">Synchronize</command:parameterValue>
  786. <command:parameterValue required="false" command:variableLength="false">FullControl</command:parameterValue>
  787. <command:parameterValue required="false" command:variableLength="false">GenericAll</command:parameterValue>
  788. <command:parameterValue required="false" command:variableLength="false">GenericExecute</command:parameterValue>
  789. <command:parameterValue required="false" command:variableLength="false">GenericWrite</command:parameterValue>
  790. <command:parameterValue required="false" command:variableLength="false">GenericRead</command:parameterValue>
  791. </command:parameterValueGroup>
  792. <command:parameterValue required="true" variableLength="false">FileSystemRights2</command:parameterValue>
  793. <dev:type>
  794. <maml:name>FileSystemRights2</maml:name>
  795. <maml:uri />
  796. </dev:type>
  797. <dev:defaultValue>None</dev:defaultValue>
  798. </command:parameter>
  799. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="IdentityReference, ID">
  800. <maml:name>Account</maml:name>
  801. <maml:Description>
  802. <maml:para>{{ Fill Account Description }}</maml:para>
  803. </maml:Description>
  804. <command:parameterValue required="true" variableLength="false">IdentityReference2[]</command:parameterValue>
  805. <dev:type>
  806. <maml:name>IdentityReference2[]</maml:name>
  807. <maml:uri />
  808. </dev:type>
  809. <dev:defaultValue>None</dev:defaultValue>
  810. </command:parameter>
  811. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  812. <maml:name>AppliesTo</maml:name>
  813. <maml:Description>
  814. <maml:para>{{ Fill AppliesTo Description }}</maml:para>
  815. </maml:Description>
  816. <command:parameterValueGroup>
  817. <command:parameterValue required="false" command:variableLength="false">ThisFolderOnly</command:parameterValue>
  818. <command:parameterValue required="false" command:variableLength="false">ThisFolderSubfoldersAndFiles</command:parameterValue>
  819. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndSubfolders</command:parameterValue>
  820. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndFiles</command:parameterValue>
  821. <command:parameterValue required="false" command:variableLength="false">SubfoldersAndFilesOnly</command:parameterValue>
  822. <command:parameterValue required="false" command:variableLength="false">SubfoldersOnly</command:parameterValue>
  823. <command:parameterValue required="false" command:variableLength="false">FilesOnly</command:parameterValue>
  824. <command:parameterValue required="false" command:variableLength="false">ThisFolderSubfoldersAndFilesOneLevel</command:parameterValue>
  825. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndSubfoldersOneLevel</command:parameterValue>
  826. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndFilesOneLevel</command:parameterValue>
  827. <command:parameterValue required="false" command:variableLength="false">SubfoldersAndFilesOnlyOneLevel</command:parameterValue>
  828. <command:parameterValue required="false" command:variableLength="false">SubfoldersOnlyOneLevel</command:parameterValue>
  829. <command:parameterValue required="false" command:variableLength="false">FilesOnlyOneLevel</command:parameterValue>
  830. </command:parameterValueGroup>
  831. <command:parameterValue required="true" variableLength="false">ApplyTo</command:parameterValue>
  832. <dev:type>
  833. <maml:name>ApplyTo</maml:name>
  834. <maml:uri />
  835. </dev:type>
  836. <dev:defaultValue>None</dev:defaultValue>
  837. </command:parameter>
  838. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  839. <maml:name>AuditFlags</maml:name>
  840. <maml:Description>
  841. <maml:para>{{ Fill AuditFlags Description }}</maml:para>
  842. </maml:Description>
  843. <command:parameterValueGroup>
  844. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  845. <command:parameterValue required="false" command:variableLength="false">Success</command:parameterValue>
  846. <command:parameterValue required="false" command:variableLength="false">Failure</command:parameterValue>
  847. </command:parameterValueGroup>
  848. <command:parameterValue required="true" variableLength="false">AuditFlags</command:parameterValue>
  849. <dev:type>
  850. <maml:name>AuditFlags</maml:name>
  851. <maml:uri />
  852. </dev:type>
  853. <dev:defaultValue>None</dev:defaultValue>
  854. </command:parameter>
  855. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  856. <maml:name>PassThru</maml:name>
  857. <maml:Description>
  858. <maml:para>{{ Fill PassThru Description }}</maml:para>
  859. </maml:Description>
  860. <dev:type>
  861. <maml:name>SwitchParameter</maml:name>
  862. <maml:uri />
  863. </dev:type>
  864. <dev:defaultValue>False</dev:defaultValue>
  865. </command:parameter>
  866. </command:syntaxItem>
  867. <command:syntaxItem>
  868. <maml:name>Add-NTFSAudit</maml:name>
  869. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  870. <maml:name>SecurityDescriptor</maml:name>
  871. <maml:Description>
  872. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  873. </maml:Description>
  874. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  875. <dev:type>
  876. <maml:name>FileSystemSecurity2[]</maml:name>
  877. <maml:uri />
  878. </dev:type>
  879. <dev:defaultValue>None</dev:defaultValue>
  880. </command:parameter>
  881. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="FileSystemRights">
  882. <maml:name>AccessRights</maml:name>
  883. <maml:Description>
  884. <maml:para>{{ Fill AccessRights Description }}</maml:para>
  885. </maml:Description>
  886. <command:parameterValueGroup>
  887. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  888. <command:parameterValue required="false" command:variableLength="false">ReadData</command:parameterValue>
  889. <command:parameterValue required="false" command:variableLength="false">ListDirectory</command:parameterValue>
  890. <command:parameterValue required="false" command:variableLength="false">WriteData</command:parameterValue>
  891. <command:parameterValue required="false" command:variableLength="false">CreateFiles</command:parameterValue>
  892. <command:parameterValue required="false" command:variableLength="false">AppendData</command:parameterValue>
  893. <command:parameterValue required="false" command:variableLength="false">CreateDirectories</command:parameterValue>
  894. <command:parameterValue required="false" command:variableLength="false">ReadExtendedAttributes</command:parameterValue>
  895. <command:parameterValue required="false" command:variableLength="false">WriteExtendedAttributes</command:parameterValue>
  896. <command:parameterValue required="false" command:variableLength="false">ExecuteFile</command:parameterValue>
  897. <command:parameterValue required="false" command:variableLength="false">Traverse</command:parameterValue>
  898. <command:parameterValue required="false" command:variableLength="false">DeleteSubdirectoriesAndFiles</command:parameterValue>
  899. <command:parameterValue required="false" command:variableLength="false">ReadAttributes</command:parameterValue>
  900. <command:parameterValue required="false" command:variableLength="false">WriteAttributes</command:parameterValue>
  901. <command:parameterValue required="false" command:variableLength="false">Write</command:parameterValue>
  902. <command:parameterValue required="false" command:variableLength="false">Delete</command:parameterValue>
  903. <command:parameterValue required="false" command:variableLength="false">ReadPermissions</command:parameterValue>
  904. <command:parameterValue required="false" command:variableLength="false">Read</command:parameterValue>
  905. <command:parameterValue required="false" command:variableLength="false">ReadAndExecute</command:parameterValue>
  906. <command:parameterValue required="false" command:variableLength="false">Modify</command:parameterValue>
  907. <command:parameterValue required="false" command:variableLength="false">ChangePermissions</command:parameterValue>
  908. <command:parameterValue required="false" command:variableLength="false">TakeOwnership</command:parameterValue>
  909. <command:parameterValue required="false" command:variableLength="false">Synchronize</command:parameterValue>
  910. <command:parameterValue required="false" command:variableLength="false">FullControl</command:parameterValue>
  911. <command:parameterValue required="false" command:variableLength="false">GenericAll</command:parameterValue>
  912. <command:parameterValue required="false" command:variableLength="false">GenericExecute</command:parameterValue>
  913. <command:parameterValue required="false" command:variableLength="false">GenericWrite</command:parameterValue>
  914. <command:parameterValue required="false" command:variableLength="false">GenericRead</command:parameterValue>
  915. </command:parameterValueGroup>
  916. <command:parameterValue required="true" variableLength="false">FileSystemRights2</command:parameterValue>
  917. <dev:type>
  918. <maml:name>FileSystemRights2</maml:name>
  919. <maml:uri />
  920. </dev:type>
  921. <dev:defaultValue>None</dev:defaultValue>
  922. </command:parameter>
  923. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="IdentityReference, ID">
  924. <maml:name>Account</maml:name>
  925. <maml:Description>
  926. <maml:para>{{ Fill Account Description }}</maml:para>
  927. </maml:Description>
  928. <command:parameterValue required="true" variableLength="false">IdentityReference2[]</command:parameterValue>
  929. <dev:type>
  930. <maml:name>IdentityReference2[]</maml:name>
  931. <maml:uri />
  932. </dev:type>
  933. <dev:defaultValue>None</dev:defaultValue>
  934. </command:parameter>
  935. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  936. <maml:name>AppliesTo</maml:name>
  937. <maml:Description>
  938. <maml:para>{{ Fill AppliesTo Description }}</maml:para>
  939. </maml:Description>
  940. <command:parameterValueGroup>
  941. <command:parameterValue required="false" command:variableLength="false">ThisFolderOnly</command:parameterValue>
  942. <command:parameterValue required="false" command:variableLength="false">ThisFolderSubfoldersAndFiles</command:parameterValue>
  943. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndSubfolders</command:parameterValue>
  944. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndFiles</command:parameterValue>
  945. <command:parameterValue required="false" command:variableLength="false">SubfoldersAndFilesOnly</command:parameterValue>
  946. <command:parameterValue required="false" command:variableLength="false">SubfoldersOnly</command:parameterValue>
  947. <command:parameterValue required="false" command:variableLength="false">FilesOnly</command:parameterValue>
  948. <command:parameterValue required="false" command:variableLength="false">ThisFolderSubfoldersAndFilesOneLevel</command:parameterValue>
  949. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndSubfoldersOneLevel</command:parameterValue>
  950. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndFilesOneLevel</command:parameterValue>
  951. <command:parameterValue required="false" command:variableLength="false">SubfoldersAndFilesOnlyOneLevel</command:parameterValue>
  952. <command:parameterValue required="false" command:variableLength="false">SubfoldersOnlyOneLevel</command:parameterValue>
  953. <command:parameterValue required="false" command:variableLength="false">FilesOnlyOneLevel</command:parameterValue>
  954. </command:parameterValueGroup>
  955. <command:parameterValue required="true" variableLength="false">ApplyTo</command:parameterValue>
  956. <dev:type>
  957. <maml:name>ApplyTo</maml:name>
  958. <maml:uri />
  959. </dev:type>
  960. <dev:defaultValue>None</dev:defaultValue>
  961. </command:parameter>
  962. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  963. <maml:name>AuditFlags</maml:name>
  964. <maml:Description>
  965. <maml:para>{{ Fill AuditFlags Description }}</maml:para>
  966. </maml:Description>
  967. <command:parameterValueGroup>
  968. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  969. <command:parameterValue required="false" command:variableLength="false">Success</command:parameterValue>
  970. <command:parameterValue required="false" command:variableLength="false">Failure</command:parameterValue>
  971. </command:parameterValueGroup>
  972. <command:parameterValue required="true" variableLength="false">AuditFlags</command:parameterValue>
  973. <dev:type>
  974. <maml:name>AuditFlags</maml:name>
  975. <maml:uri />
  976. </dev:type>
  977. <dev:defaultValue>None</dev:defaultValue>
  978. </command:parameter>
  979. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  980. <maml:name>PassThru</maml:name>
  981. <maml:Description>
  982. <maml:para>{{ Fill PassThru Description }}</maml:para>
  983. </maml:Description>
  984. <dev:type>
  985. <maml:name>SwitchParameter</maml:name>
  986. <maml:uri />
  987. </dev:type>
  988. <dev:defaultValue>False</dev:defaultValue>
  989. </command:parameter>
  990. </command:syntaxItem>
  991. <command:syntaxItem>
  992. <maml:name>Add-NTFSAudit</maml:name>
  993. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  994. <maml:name>Path</maml:name>
  995. <maml:Description>
  996. <maml:para>{{ Fill Path Description }}</maml:para>
  997. </maml:Description>
  998. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  999. <dev:type>
  1000. <maml:name>String[]</maml:name>
  1001. <maml:uri />
  1002. </dev:type>
  1003. <dev:defaultValue>None</dev:defaultValue>
  1004. </command:parameter>
  1005. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="FileSystemRights">
  1006. <maml:name>AccessRights</maml:name>
  1007. <maml:Description>
  1008. <maml:para>{{ Fill AccessRights Description }}</maml:para>
  1009. </maml:Description>
  1010. <command:parameterValueGroup>
  1011. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  1012. <command:parameterValue required="false" command:variableLength="false">ReadData</command:parameterValue>
  1013. <command:parameterValue required="false" command:variableLength="false">ListDirectory</command:parameterValue>
  1014. <command:parameterValue required="false" command:variableLength="false">WriteData</command:parameterValue>
  1015. <command:parameterValue required="false" command:variableLength="false">CreateFiles</command:parameterValue>
  1016. <command:parameterValue required="false" command:variableLength="false">AppendData</command:parameterValue>
  1017. <command:parameterValue required="false" command:variableLength="false">CreateDirectories</command:parameterValue>
  1018. <command:parameterValue required="false" command:variableLength="false">ReadExtendedAttributes</command:parameterValue>
  1019. <command:parameterValue required="false" command:variableLength="false">WriteExtendedAttributes</command:parameterValue>
  1020. <command:parameterValue required="false" command:variableLength="false">ExecuteFile</command:parameterValue>
  1021. <command:parameterValue required="false" command:variableLength="false">Traverse</command:parameterValue>
  1022. <command:parameterValue required="false" command:variableLength="false">DeleteSubdirectoriesAndFiles</command:parameterValue>
  1023. <command:parameterValue required="false" command:variableLength="false">ReadAttributes</command:parameterValue>
  1024. <command:parameterValue required="false" command:variableLength="false">WriteAttributes</command:parameterValue>
  1025. <command:parameterValue required="false" command:variableLength="false">Write</command:parameterValue>
  1026. <command:parameterValue required="false" command:variableLength="false">Delete</command:parameterValue>
  1027. <command:parameterValue required="false" command:variableLength="false">ReadPermissions</command:parameterValue>
  1028. <command:parameterValue required="false" command:variableLength="false">Read</command:parameterValue>
  1029. <command:parameterValue required="false" command:variableLength="false">ReadAndExecute</command:parameterValue>
  1030. <command:parameterValue required="false" command:variableLength="false">Modify</command:parameterValue>
  1031. <command:parameterValue required="false" command:variableLength="false">ChangePermissions</command:parameterValue>
  1032. <command:parameterValue required="false" command:variableLength="false">TakeOwnership</command:parameterValue>
  1033. <command:parameterValue required="false" command:variableLength="false">Synchronize</command:parameterValue>
  1034. <command:parameterValue required="false" command:variableLength="false">FullControl</command:parameterValue>
  1035. <command:parameterValue required="false" command:variableLength="false">GenericAll</command:parameterValue>
  1036. <command:parameterValue required="false" command:variableLength="false">GenericExecute</command:parameterValue>
  1037. <command:parameterValue required="false" command:variableLength="false">GenericWrite</command:parameterValue>
  1038. <command:parameterValue required="false" command:variableLength="false">GenericRead</command:parameterValue>
  1039. </command:parameterValueGroup>
  1040. <command:parameterValue required="true" variableLength="false">FileSystemRights2</command:parameterValue>
  1041. <dev:type>
  1042. <maml:name>FileSystemRights2</maml:name>
  1043. <maml:uri />
  1044. </dev:type>
  1045. <dev:defaultValue>None</dev:defaultValue>
  1046. </command:parameter>
  1047. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="IdentityReference, ID">
  1048. <maml:name>Account</maml:name>
  1049. <maml:Description>
  1050. <maml:para>{{ Fill Account Description }}</maml:para>
  1051. </maml:Description>
  1052. <command:parameterValue required="true" variableLength="false">IdentityReference2[]</command:parameterValue>
  1053. <dev:type>
  1054. <maml:name>IdentityReference2[]</maml:name>
  1055. <maml:uri />
  1056. </dev:type>
  1057. <dev:defaultValue>None</dev:defaultValue>
  1058. </command:parameter>
  1059. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  1060. <maml:name>AuditFlags</maml:name>
  1061. <maml:Description>
  1062. <maml:para>{{ Fill AuditFlags Description }}</maml:para>
  1063. </maml:Description>
  1064. <command:parameterValueGroup>
  1065. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  1066. <command:parameterValue required="false" command:variableLength="false">Success</command:parameterValue>
  1067. <command:parameterValue required="false" command:variableLength="false">Failure</command:parameterValue>
  1068. </command:parameterValueGroup>
  1069. <command:parameterValue required="true" variableLength="false">AuditFlags</command:parameterValue>
  1070. <dev:type>
  1071. <maml:name>AuditFlags</maml:name>
  1072. <maml:uri />
  1073. </dev:type>
  1074. <dev:defaultValue>None</dev:defaultValue>
  1075. </command:parameter>
  1076. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  1077. <maml:name>InheritanceFlags</maml:name>
  1078. <maml:Description>
  1079. <maml:para>{{ Fill InheritanceFlags Description }}</maml:para>
  1080. </maml:Description>
  1081. <command:parameterValueGroup>
  1082. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  1083. <command:parameterValue required="false" command:variableLength="false">ContainerInherit</command:parameterValue>
  1084. <command:parameterValue required="false" command:variableLength="false">ObjectInherit</command:parameterValue>
  1085. </command:parameterValueGroup>
  1086. <command:parameterValue required="true" variableLength="false">InheritanceFlags</command:parameterValue>
  1087. <dev:type>
  1088. <maml:name>InheritanceFlags</maml:name>
  1089. <maml:uri />
  1090. </dev:type>
  1091. <dev:defaultValue>None</dev:defaultValue>
  1092. </command:parameter>
  1093. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  1094. <maml:name>PassThru</maml:name>
  1095. <maml:Description>
  1096. <maml:para>{{ Fill PassThru Description }}</maml:para>
  1097. </maml:Description>
  1098. <dev:type>
  1099. <maml:name>SwitchParameter</maml:name>
  1100. <maml:uri />
  1101. </dev:type>
  1102. <dev:defaultValue>False</dev:defaultValue>
  1103. </command:parameter>
  1104. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  1105. <maml:name>PropagationFlags</maml:name>
  1106. <maml:Description>
  1107. <maml:para>{{ Fill PropagationFlags Description }}</maml:para>
  1108. </maml:Description>
  1109. <command:parameterValueGroup>
  1110. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  1111. <command:parameterValue required="false" command:variableLength="false">NoPropagateInherit</command:parameterValue>
  1112. <command:parameterValue required="false" command:variableLength="false">InheritOnly</command:parameterValue>
  1113. </command:parameterValueGroup>
  1114. <command:parameterValue required="true" variableLength="false">PropagationFlags</command:parameterValue>
  1115. <dev:type>
  1116. <maml:name>PropagationFlags</maml:name>
  1117. <maml:uri />
  1118. </dev:type>
  1119. <dev:defaultValue>None</dev:defaultValue>
  1120. </command:parameter>
  1121. </command:syntaxItem>
  1122. <command:syntaxItem>
  1123. <maml:name>Add-NTFSAudit</maml:name>
  1124. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  1125. <maml:name>SecurityDescriptor</maml:name>
  1126. <maml:Description>
  1127. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  1128. </maml:Description>
  1129. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  1130. <dev:type>
  1131. <maml:name>FileSystemSecurity2[]</maml:name>
  1132. <maml:uri />
  1133. </dev:type>
  1134. <dev:defaultValue>None</dev:defaultValue>
  1135. </command:parameter>
  1136. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="FileSystemRights">
  1137. <maml:name>AccessRights</maml:name>
  1138. <maml:Description>
  1139. <maml:para>{{ Fill AccessRights Description }}</maml:para>
  1140. </maml:Description>
  1141. <command:parameterValueGroup>
  1142. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  1143. <command:parameterValue required="false" command:variableLength="false">ReadData</command:parameterValue>
  1144. <command:parameterValue required="false" command:variableLength="false">ListDirectory</command:parameterValue>
  1145. <command:parameterValue required="false" command:variableLength="false">WriteData</command:parameterValue>
  1146. <command:parameterValue required="false" command:variableLength="false">CreateFiles</command:parameterValue>
  1147. <command:parameterValue required="false" command:variableLength="false">AppendData</command:parameterValue>
  1148. <command:parameterValue required="false" command:variableLength="false">CreateDirectories</command:parameterValue>
  1149. <command:parameterValue required="false" command:variableLength="false">ReadExtendedAttributes</command:parameterValue>
  1150. <command:parameterValue required="false" command:variableLength="false">WriteExtendedAttributes</command:parameterValue>
  1151. <command:parameterValue required="false" command:variableLength="false">ExecuteFile</command:parameterValue>
  1152. <command:parameterValue required="false" command:variableLength="false">Traverse</command:parameterValue>
  1153. <command:parameterValue required="false" command:variableLength="false">DeleteSubdirectoriesAndFiles</command:parameterValue>
  1154. <command:parameterValue required="false" command:variableLength="false">ReadAttributes</command:parameterValue>
  1155. <command:parameterValue required="false" command:variableLength="false">WriteAttributes</command:parameterValue>
  1156. <command:parameterValue required="false" command:variableLength="false">Write</command:parameterValue>
  1157. <command:parameterValue required="false" command:variableLength="false">Delete</command:parameterValue>
  1158. <command:parameterValue required="false" command:variableLength="false">ReadPermissions</command:parameterValue>
  1159. <command:parameterValue required="false" command:variableLength="false">Read</command:parameterValue>
  1160. <command:parameterValue required="false" command:variableLength="false">ReadAndExecute</command:parameterValue>
  1161. <command:parameterValue required="false" command:variableLength="false">Modify</command:parameterValue>
  1162. <command:parameterValue required="false" command:variableLength="false">ChangePermissions</command:parameterValue>
  1163. <command:parameterValue required="false" command:variableLength="false">TakeOwnership</command:parameterValue>
  1164. <command:parameterValue required="false" command:variableLength="false">Synchronize</command:parameterValue>
  1165. <command:parameterValue required="false" command:variableLength="false">FullControl</command:parameterValue>
  1166. <command:parameterValue required="false" command:variableLength="false">GenericAll</command:parameterValue>
  1167. <command:parameterValue required="false" command:variableLength="false">GenericExecute</command:parameterValue>
  1168. <command:parameterValue required="false" command:variableLength="false">GenericWrite</command:parameterValue>
  1169. <command:parameterValue required="false" command:variableLength="false">GenericRead</command:parameterValue>
  1170. </command:parameterValueGroup>
  1171. <command:parameterValue required="true" variableLength="false">FileSystemRights2</command:parameterValue>
  1172. <dev:type>
  1173. <maml:name>FileSystemRights2</maml:name>
  1174. <maml:uri />
  1175. </dev:type>
  1176. <dev:defaultValue>None</dev:defaultValue>
  1177. </command:parameter>
  1178. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="IdentityReference, ID">
  1179. <maml:name>Account</maml:name>
  1180. <maml:Description>
  1181. <maml:para>{{ Fill Account Description }}</maml:para>
  1182. </maml:Description>
  1183. <command:parameterValue required="true" variableLength="false">IdentityReference2[]</command:parameterValue>
  1184. <dev:type>
  1185. <maml:name>IdentityReference2[]</maml:name>
  1186. <maml:uri />
  1187. </dev:type>
  1188. <dev:defaultValue>None</dev:defaultValue>
  1189. </command:parameter>
  1190. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  1191. <maml:name>AuditFlags</maml:name>
  1192. <maml:Description>
  1193. <maml:para>{{ Fill AuditFlags Description }}</maml:para>
  1194. </maml:Description>
  1195. <command:parameterValueGroup>
  1196. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  1197. <command:parameterValue required="false" command:variableLength="false">Success</command:parameterValue>
  1198. <command:parameterValue required="false" command:variableLength="false">Failure</command:parameterValue>
  1199. </command:parameterValueGroup>
  1200. <command:parameterValue required="true" variableLength="false">AuditFlags</command:parameterValue>
  1201. <dev:type>
  1202. <maml:name>AuditFlags</maml:name>
  1203. <maml:uri />
  1204. </dev:type>
  1205. <dev:defaultValue>None</dev:defaultValue>
  1206. </command:parameter>
  1207. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  1208. <maml:name>InheritanceFlags</maml:name>
  1209. <maml:Description>
  1210. <maml:para>{{ Fill InheritanceFlags Description }}</maml:para>
  1211. </maml:Description>
  1212. <command:parameterValueGroup>
  1213. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  1214. <command:parameterValue required="false" command:variableLength="false">ContainerInherit</command:parameterValue>
  1215. <command:parameterValue required="false" command:variableLength="false">ObjectInherit</command:parameterValue>
  1216. </command:parameterValueGroup>
  1217. <command:parameterValue required="true" variableLength="false">InheritanceFlags</command:parameterValue>
  1218. <dev:type>
  1219. <maml:name>InheritanceFlags</maml:name>
  1220. <maml:uri />
  1221. </dev:type>
  1222. <dev:defaultValue>None</dev:defaultValue>
  1223. </command:parameter>
  1224. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  1225. <maml:name>PassThru</maml:name>
  1226. <maml:Description>
  1227. <maml:para>{{ Fill PassThru Description }}</maml:para>
  1228. </maml:Description>
  1229. <dev:type>
  1230. <maml:name>SwitchParameter</maml:name>
  1231. <maml:uri />
  1232. </dev:type>
  1233. <dev:defaultValue>False</dev:defaultValue>
  1234. </command:parameter>
  1235. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  1236. <maml:name>PropagationFlags</maml:name>
  1237. <maml:Description>
  1238. <maml:para>{{ Fill PropagationFlags Description }}</maml:para>
  1239. </maml:Description>
  1240. <command:parameterValueGroup>
  1241. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  1242. <command:parameterValue required="false" command:variableLength="false">NoPropagateInherit</command:parameterValue>
  1243. <command:parameterValue required="false" command:variableLength="false">InheritOnly</command:parameterValue>
  1244. </command:parameterValueGroup>
  1245. <command:parameterValue required="true" variableLength="false">PropagationFlags</command:parameterValue>
  1246. <dev:type>
  1247. <maml:name>PropagationFlags</maml:name>
  1248. <maml:uri />
  1249. </dev:type>
  1250. <dev:defaultValue>None</dev:defaultValue>
  1251. </command:parameter>
  1252. </command:syntaxItem>
  1253. </command:syntax>
  1254. <command:parameters>
  1255. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="FileSystemRights">
  1256. <maml:name>AccessRights</maml:name>
  1257. <maml:Description>
  1258. <maml:para>{{ Fill AccessRights Description }}</maml:para>
  1259. </maml:Description>
  1260. <command:parameterValue required="true" variableLength="false">FileSystemRights2</command:parameterValue>
  1261. <dev:type>
  1262. <maml:name>FileSystemRights2</maml:name>
  1263. <maml:uri />
  1264. </dev:type>
  1265. <dev:defaultValue>None</dev:defaultValue>
  1266. </command:parameter>
  1267. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="IdentityReference, ID">
  1268. <maml:name>Account</maml:name>
  1269. <maml:Description>
  1270. <maml:para>{{ Fill Account Description }}</maml:para>
  1271. </maml:Description>
  1272. <command:parameterValue required="true" variableLength="false">IdentityReference2[]</command:parameterValue>
  1273. <dev:type>
  1274. <maml:name>IdentityReference2[]</maml:name>
  1275. <maml:uri />
  1276. </dev:type>
  1277. <dev:defaultValue>None</dev:defaultValue>
  1278. </command:parameter>
  1279. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  1280. <maml:name>AppliesTo</maml:name>
  1281. <maml:Description>
  1282. <maml:para>{{ Fill AppliesTo Description }}</maml:para>
  1283. </maml:Description>
  1284. <command:parameterValue required="true" variableLength="false">ApplyTo</command:parameterValue>
  1285. <dev:type>
  1286. <maml:name>ApplyTo</maml:name>
  1287. <maml:uri />
  1288. </dev:type>
  1289. <dev:defaultValue>None</dev:defaultValue>
  1290. </command:parameter>
  1291. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  1292. <maml:name>AuditFlags</maml:name>
  1293. <maml:Description>
  1294. <maml:para>{{ Fill AuditFlags Description }}</maml:para>
  1295. </maml:Description>
  1296. <command:parameterValue required="true" variableLength="false">AuditFlags</command:parameterValue>
  1297. <dev:type>
  1298. <maml:name>AuditFlags</maml:name>
  1299. <maml:uri />
  1300. </dev:type>
  1301. <dev:defaultValue>None</dev:defaultValue>
  1302. </command:parameter>
  1303. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  1304. <maml:name>InheritanceFlags</maml:name>
  1305. <maml:Description>
  1306. <maml:para>{{ Fill InheritanceFlags Description }}</maml:para>
  1307. </maml:Description>
  1308. <command:parameterValue required="true" variableLength="false">InheritanceFlags</command:parameterValue>
  1309. <dev:type>
  1310. <maml:name>InheritanceFlags</maml:name>
  1311. <maml:uri />
  1312. </dev:type>
  1313. <dev:defaultValue>None</dev:defaultValue>
  1314. </command:parameter>
  1315. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  1316. <maml:name>PassThru</maml:name>
  1317. <maml:Description>
  1318. <maml:para>{{ Fill PassThru Description }}</maml:para>
  1319. </maml:Description>
  1320. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  1321. <dev:type>
  1322. <maml:name>SwitchParameter</maml:name>
  1323. <maml:uri />
  1324. </dev:type>
  1325. <dev:defaultValue>False</dev:defaultValue>
  1326. </command:parameter>
  1327. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  1328. <maml:name>Path</maml:name>
  1329. <maml:Description>
  1330. <maml:para>{{ Fill Path Description }}</maml:para>
  1331. </maml:Description>
  1332. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  1333. <dev:type>
  1334. <maml:name>String[]</maml:name>
  1335. <maml:uri />
  1336. </dev:type>
  1337. <dev:defaultValue>None</dev:defaultValue>
  1338. </command:parameter>
  1339. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  1340. <maml:name>PropagationFlags</maml:name>
  1341. <maml:Description>
  1342. <maml:para>{{ Fill PropagationFlags Description }}</maml:para>
  1343. </maml:Description>
  1344. <command:parameterValue required="true" variableLength="false">PropagationFlags</command:parameterValue>
  1345. <dev:type>
  1346. <maml:name>PropagationFlags</maml:name>
  1347. <maml:uri />
  1348. </dev:type>
  1349. <dev:defaultValue>None</dev:defaultValue>
  1350. </command:parameter>
  1351. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  1352. <maml:name>SecurityDescriptor</maml:name>
  1353. <maml:Description>
  1354. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  1355. </maml:Description>
  1356. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  1357. <dev:type>
  1358. <maml:name>FileSystemSecurity2[]</maml:name>
  1359. <maml:uri />
  1360. </dev:type>
  1361. <dev:defaultValue>None</dev:defaultValue>
  1362. </command:parameter>
  1363. </command:parameters>
  1364. <command:inputTypes>
  1365. <command:inputType>
  1366. <dev:type>
  1367. <maml:name>System.String[]</maml:name>
  1368. </dev:type>
  1369. <maml:description>
  1370. <maml:para></maml:para>
  1371. </maml:description>
  1372. </command:inputType>
  1373. <command:inputType>
  1374. <dev:type>
  1375. <maml:name>Security2.FileSystemSecurity2[]</maml:name>
  1376. </dev:type>
  1377. <maml:description>
  1378. <maml:para></maml:para>
  1379. </maml:description>
  1380. </command:inputType>
  1381. <command:inputType>
  1382. <dev:type>
  1383. <maml:name>Security2.IdentityReference2[]</maml:name>
  1384. </dev:type>
  1385. <maml:description>
  1386. <maml:para></maml:para>
  1387. </maml:description>
  1388. </command:inputType>
  1389. <command:inputType>
  1390. <dev:type>
  1391. <maml:name>Security2.FileSystemRights2</maml:name>
  1392. </dev:type>
  1393. <maml:description>
  1394. <maml:para></maml:para>
  1395. </maml:description>
  1396. </command:inputType>
  1397. <command:inputType>
  1398. <dev:type>
  1399. <maml:name>System.Security.AccessControl.AuditFlags</maml:name>
  1400. </dev:type>
  1401. <maml:description>
  1402. <maml:para></maml:para>
  1403. </maml:description>
  1404. </command:inputType>
  1405. <command:inputType>
  1406. <dev:type>
  1407. <maml:name>System.Security.AccessControl.InheritanceFlags</maml:name>
  1408. </dev:type>
  1409. <maml:description>
  1410. <maml:para></maml:para>
  1411. </maml:description>
  1412. </command:inputType>
  1413. <command:inputType>
  1414. <dev:type>
  1415. <maml:name>System.Security.AccessControl.PropagationFlags</maml:name>
  1416. </dev:type>
  1417. <maml:description>
  1418. <maml:para></maml:para>
  1419. </maml:description>
  1420. </command:inputType>
  1421. <command:inputType>
  1422. <dev:type>
  1423. <maml:name>Security2.ApplyTo</maml:name>
  1424. </dev:type>
  1425. <maml:description>
  1426. <maml:para></maml:para>
  1427. </maml:description>
  1428. </command:inputType>
  1429. </command:inputTypes>
  1430. <command:returnValues>
  1431. <command:returnValue>
  1432. <dev:type>
  1433. <maml:name>Security2.FileSystemAccessRule2</maml:name>
  1434. </dev:type>
  1435. <maml:description>
  1436. <maml:para></maml:para>
  1437. </maml:description>
  1438. </command:returnValue>
  1439. </command:returnValues>
  1440. <maml:alertSet>
  1441. <maml:alert>
  1442. <maml:para></maml:para>
  1443. </maml:alert>
  1444. </maml:alertSet>
  1445. <command:examples>
  1446. <command:example>
  1447. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  1448. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  1449. <dev:remarks>
  1450. <maml:para>{{ Add example description here }}</maml:para>
  1451. </dev:remarks>
  1452. </command:example>
  1453. </command:examples>
  1454. <command:relatedLinks />
  1455. </command:command>
  1456. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  1457. <command:details>
  1458. <command:name>Clear-NTFSAccess</command:name>
  1459. <command:verb>Clear</command:verb>
  1460. <command:noun>NTFSAccess</command:noun>
  1461. <maml:description>
  1462. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  1463. </maml:description>
  1464. </command:details>
  1465. <maml:description>
  1466. <maml:para>{{ Fill in the Description }}</maml:para>
  1467. </maml:description>
  1468. <command:syntax>
  1469. <command:syntaxItem>
  1470. <maml:name>Clear-NTFSAccess</maml:name>
  1471. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  1472. <maml:name>Path</maml:name>
  1473. <maml:Description>
  1474. <maml:para>{{ Fill Path Description }}</maml:para>
  1475. </maml:Description>
  1476. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  1477. <dev:type>
  1478. <maml:name>String[]</maml:name>
  1479. <maml:uri />
  1480. </dev:type>
  1481. <dev:defaultValue>None</dev:defaultValue>
  1482. </command:parameter>
  1483. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  1484. <maml:name>DisableInheritance</maml:name>
  1485. <maml:Description>
  1486. <maml:para>{{ Fill DisableInheritance Description }}</maml:para>
  1487. </maml:Description>
  1488. <dev:type>
  1489. <maml:name>SwitchParameter</maml:name>
  1490. <maml:uri />
  1491. </dev:type>
  1492. <dev:defaultValue>False</dev:defaultValue>
  1493. </command:parameter>
  1494. </command:syntaxItem>
  1495. <command:syntaxItem>
  1496. <maml:name>Clear-NTFSAccess</maml:name>
  1497. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  1498. <maml:name>SecurityDescriptor</maml:name>
  1499. <maml:Description>
  1500. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  1501. </maml:Description>
  1502. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  1503. <dev:type>
  1504. <maml:name>FileSystemSecurity2[]</maml:name>
  1505. <maml:uri />
  1506. </dev:type>
  1507. <dev:defaultValue>None</dev:defaultValue>
  1508. </command:parameter>
  1509. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  1510. <maml:name>DisableInheritance</maml:name>
  1511. <maml:Description>
  1512. <maml:para>{{ Fill DisableInheritance Description }}</maml:para>
  1513. </maml:Description>
  1514. <dev:type>
  1515. <maml:name>SwitchParameter</maml:name>
  1516. <maml:uri />
  1517. </dev:type>
  1518. <dev:defaultValue>False</dev:defaultValue>
  1519. </command:parameter>
  1520. </command:syntaxItem>
  1521. </command:syntax>
  1522. <command:parameters>
  1523. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  1524. <maml:name>DisableInheritance</maml:name>
  1525. <maml:Description>
  1526. <maml:para>{{ Fill DisableInheritance Description }}</maml:para>
  1527. </maml:Description>
  1528. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  1529. <dev:type>
  1530. <maml:name>SwitchParameter</maml:name>
  1531. <maml:uri />
  1532. </dev:type>
  1533. <dev:defaultValue>False</dev:defaultValue>
  1534. </command:parameter>
  1535. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  1536. <maml:name>Path</maml:name>
  1537. <maml:Description>
  1538. <maml:para>{{ Fill Path Description }}</maml:para>
  1539. </maml:Description>
  1540. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  1541. <dev:type>
  1542. <maml:name>String[]</maml:name>
  1543. <maml:uri />
  1544. </dev:type>
  1545. <dev:defaultValue>None</dev:defaultValue>
  1546. </command:parameter>
  1547. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  1548. <maml:name>SecurityDescriptor</maml:name>
  1549. <maml:Description>
  1550. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  1551. </maml:Description>
  1552. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  1553. <dev:type>
  1554. <maml:name>FileSystemSecurity2[]</maml:name>
  1555. <maml:uri />
  1556. </dev:type>
  1557. <dev:defaultValue>None</dev:defaultValue>
  1558. </command:parameter>
  1559. </command:parameters>
  1560. <command:inputTypes>
  1561. <command:inputType>
  1562. <dev:type>
  1563. <maml:name>System.String[]</maml:name>
  1564. </dev:type>
  1565. <maml:description>
  1566. <maml:para></maml:para>
  1567. </maml:description>
  1568. </command:inputType>
  1569. <command:inputType>
  1570. <dev:type>
  1571. <maml:name>Security2.FileSystemSecurity2[]</maml:name>
  1572. </dev:type>
  1573. <maml:description>
  1574. <maml:para></maml:para>
  1575. </maml:description>
  1576. </command:inputType>
  1577. </command:inputTypes>
  1578. <command:returnValues>
  1579. <command:returnValue>
  1580. <dev:type>
  1581. <maml:name>System.Object</maml:name>
  1582. </dev:type>
  1583. <maml:description>
  1584. <maml:para></maml:para>
  1585. </maml:description>
  1586. </command:returnValue>
  1587. </command:returnValues>
  1588. <maml:alertSet>
  1589. <maml:alert>
  1590. <maml:para></maml:para>
  1591. </maml:alert>
  1592. </maml:alertSet>
  1593. <command:examples>
  1594. <command:example>
  1595. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  1596. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  1597. <dev:remarks>
  1598. <maml:para>{{ Add example description here }}</maml:para>
  1599. </dev:remarks>
  1600. </command:example>
  1601. </command:examples>
  1602. <command:relatedLinks />
  1603. </command:command>
  1604. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  1605. <command:details>
  1606. <command:name>Clear-NTFSAudit</command:name>
  1607. <command:verb>Clear</command:verb>
  1608. <command:noun>NTFSAudit</command:noun>
  1609. <maml:description>
  1610. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  1611. </maml:description>
  1612. </command:details>
  1613. <maml:description>
  1614. <maml:para>{{ Fill in the Description }}</maml:para>
  1615. </maml:description>
  1616. <command:syntax>
  1617. <command:syntaxItem>
  1618. <maml:name>Clear-NTFSAudit</maml:name>
  1619. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  1620. <maml:name>Path</maml:name>
  1621. <maml:Description>
  1622. <maml:para>{{ Fill Path Description }}</maml:para>
  1623. </maml:Description>
  1624. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  1625. <dev:type>
  1626. <maml:name>String[]</maml:name>
  1627. <maml:uri />
  1628. </dev:type>
  1629. <dev:defaultValue>None</dev:defaultValue>
  1630. </command:parameter>
  1631. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  1632. <maml:name>DisableInheritance</maml:name>
  1633. <maml:Description>
  1634. <maml:para>{{ Fill DisableInheritance Description }}</maml:para>
  1635. </maml:Description>
  1636. <dev:type>
  1637. <maml:name>SwitchParameter</maml:name>
  1638. <maml:uri />
  1639. </dev:type>
  1640. <dev:defaultValue>False</dev:defaultValue>
  1641. </command:parameter>
  1642. </command:syntaxItem>
  1643. <command:syntaxItem>
  1644. <maml:name>Clear-NTFSAudit</maml:name>
  1645. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  1646. <maml:name>SecurityDescriptor</maml:name>
  1647. <maml:Description>
  1648. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  1649. </maml:Description>
  1650. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  1651. <dev:type>
  1652. <maml:name>FileSystemSecurity2[]</maml:name>
  1653. <maml:uri />
  1654. </dev:type>
  1655. <dev:defaultValue>None</dev:defaultValue>
  1656. </command:parameter>
  1657. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  1658. <maml:name>DisableInheritance</maml:name>
  1659. <maml:Description>
  1660. <maml:para>{{ Fill DisableInheritance Description }}</maml:para>
  1661. </maml:Description>
  1662. <dev:type>
  1663. <maml:name>SwitchParameter</maml:name>
  1664. <maml:uri />
  1665. </dev:type>
  1666. <dev:defaultValue>False</dev:defaultValue>
  1667. </command:parameter>
  1668. </command:syntaxItem>
  1669. </command:syntax>
  1670. <command:parameters>
  1671. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  1672. <maml:name>DisableInheritance</maml:name>
  1673. <maml:Description>
  1674. <maml:para>{{ Fill DisableInheritance Description }}</maml:para>
  1675. </maml:Description>
  1676. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  1677. <dev:type>
  1678. <maml:name>SwitchParameter</maml:name>
  1679. <maml:uri />
  1680. </dev:type>
  1681. <dev:defaultValue>False</dev:defaultValue>
  1682. </command:parameter>
  1683. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  1684. <maml:name>Path</maml:name>
  1685. <maml:Description>
  1686. <maml:para>{{ Fill Path Description }}</maml:para>
  1687. </maml:Description>
  1688. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  1689. <dev:type>
  1690. <maml:name>String[]</maml:name>
  1691. <maml:uri />
  1692. </dev:type>
  1693. <dev:defaultValue>None</dev:defaultValue>
  1694. </command:parameter>
  1695. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  1696. <maml:name>SecurityDescriptor</maml:name>
  1697. <maml:Description>
  1698. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  1699. </maml:Description>
  1700. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  1701. <dev:type>
  1702. <maml:name>FileSystemSecurity2[]</maml:name>
  1703. <maml:uri />
  1704. </dev:type>
  1705. <dev:defaultValue>None</dev:defaultValue>
  1706. </command:parameter>
  1707. </command:parameters>
  1708. <command:inputTypes>
  1709. <command:inputType>
  1710. <dev:type>
  1711. <maml:name>System.String[]</maml:name>
  1712. </dev:type>
  1713. <maml:description>
  1714. <maml:para></maml:para>
  1715. </maml:description>
  1716. </command:inputType>
  1717. <command:inputType>
  1718. <dev:type>
  1719. <maml:name>Security2.FileSystemSecurity2[]</maml:name>
  1720. </dev:type>
  1721. <maml:description>
  1722. <maml:para></maml:para>
  1723. </maml:description>
  1724. </command:inputType>
  1725. </command:inputTypes>
  1726. <command:returnValues>
  1727. <command:returnValue>
  1728. <dev:type>
  1729. <maml:name>System.Object</maml:name>
  1730. </dev:type>
  1731. <maml:description>
  1732. <maml:para></maml:para>
  1733. </maml:description>
  1734. </command:returnValue>
  1735. </command:returnValues>
  1736. <maml:alertSet>
  1737. <maml:alert>
  1738. <maml:para></maml:para>
  1739. </maml:alert>
  1740. </maml:alertSet>
  1741. <command:examples>
  1742. <command:example>
  1743. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  1744. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  1745. <dev:remarks>
  1746. <maml:para>{{ Add example description here }}</maml:para>
  1747. </dev:remarks>
  1748. </command:example>
  1749. </command:examples>
  1750. <command:relatedLinks />
  1751. </command:command>
  1752. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  1753. <command:details>
  1754. <command:name>Copy-Item2</command:name>
  1755. <command:verb>Copy</command:verb>
  1756. <command:noun>Item2</command:noun>
  1757. <maml:description>
  1758. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  1759. </maml:description>
  1760. </command:details>
  1761. <maml:description>
  1762. <maml:para>{{ Fill in the Description }}</maml:para>
  1763. </maml:description>
  1764. <command:syntax>
  1765. <command:syntaxItem>
  1766. <maml:name>Copy-Item2</maml:name>
  1767. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  1768. <maml:name>Path</maml:name>
  1769. <maml:Description>
  1770. <maml:para>{{ Fill Path Description }}</maml:para>
  1771. </maml:Description>
  1772. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  1773. <dev:type>
  1774. <maml:name>String[]</maml:name>
  1775. <maml:uri />
  1776. </dev:type>
  1777. <dev:defaultValue>None</dev:defaultValue>
  1778. </command:parameter>
  1779. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="none">
  1780. <maml:name>Destination</maml:name>
  1781. <maml:Description>
  1782. <maml:para>{{ Fill Destination Description }}</maml:para>
  1783. </maml:Description>
  1784. <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
  1785. <dev:type>
  1786. <maml:name>String</maml:name>
  1787. <maml:uri />
  1788. </dev:type>
  1789. <dev:defaultValue>None</dev:defaultValue>
  1790. </command:parameter>
  1791. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
  1792. <maml:name>Confirm</maml:name>
  1793. <maml:Description>
  1794. <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
  1795. </maml:Description>
  1796. <dev:type>
  1797. <maml:name>SwitchParameter</maml:name>
  1798. <maml:uri />
  1799. </dev:type>
  1800. <dev:defaultValue>False</dev:defaultValue>
  1801. </command:parameter>
  1802. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  1803. <maml:name>Force</maml:name>
  1804. <maml:Description>
  1805. <maml:para>{{ Fill Force Description }}</maml:para>
  1806. </maml:Description>
  1807. <dev:type>
  1808. <maml:name>SwitchParameter</maml:name>
  1809. <maml:uri />
  1810. </dev:type>
  1811. <dev:defaultValue>False</dev:defaultValue>
  1812. </command:parameter>
  1813. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  1814. <maml:name>PassThru</maml:name>
  1815. <maml:Description>
  1816. <maml:para>{{ Fill PassThru Description }}</maml:para>
  1817. </maml:Description>
  1818. <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
  1819. <dev:type>
  1820. <maml:name>Boolean</maml:name>
  1821. <maml:uri />
  1822. </dev:type>
  1823. <dev:defaultValue>None</dev:defaultValue>
  1824. </command:parameter>
  1825. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
  1826. <maml:name>WhatIf</maml:name>
  1827. <maml:Description>
  1828. <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
  1829. </maml:Description>
  1830. <dev:type>
  1831. <maml:name>SwitchParameter</maml:name>
  1832. <maml:uri />
  1833. </dev:type>
  1834. <dev:defaultValue>False</dev:defaultValue>
  1835. </command:parameter>
  1836. </command:syntaxItem>
  1837. </command:syntax>
  1838. <command:parameters>
  1839. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
  1840. <maml:name>Confirm</maml:name>
  1841. <maml:Description>
  1842. <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
  1843. </maml:Description>
  1844. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  1845. <dev:type>
  1846. <maml:name>SwitchParameter</maml:name>
  1847. <maml:uri />
  1848. </dev:type>
  1849. <dev:defaultValue>False</dev:defaultValue>
  1850. </command:parameter>
  1851. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="none">
  1852. <maml:name>Destination</maml:name>
  1853. <maml:Description>
  1854. <maml:para>{{ Fill Destination Description }}</maml:para>
  1855. </maml:Description>
  1856. <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
  1857. <dev:type>
  1858. <maml:name>String</maml:name>
  1859. <maml:uri />
  1860. </dev:type>
  1861. <dev:defaultValue>None</dev:defaultValue>
  1862. </command:parameter>
  1863. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  1864. <maml:name>Force</maml:name>
  1865. <maml:Description>
  1866. <maml:para>{{ Fill Force Description }}</maml:para>
  1867. </maml:Description>
  1868. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  1869. <dev:type>
  1870. <maml:name>SwitchParameter</maml:name>
  1871. <maml:uri />
  1872. </dev:type>
  1873. <dev:defaultValue>False</dev:defaultValue>
  1874. </command:parameter>
  1875. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  1876. <maml:name>PassThru</maml:name>
  1877. <maml:Description>
  1878. <maml:para>{{ Fill PassThru Description }}</maml:para>
  1879. </maml:Description>
  1880. <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
  1881. <dev:type>
  1882. <maml:name>Boolean</maml:name>
  1883. <maml:uri />
  1884. </dev:type>
  1885. <dev:defaultValue>None</dev:defaultValue>
  1886. </command:parameter>
  1887. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  1888. <maml:name>Path</maml:name>
  1889. <maml:Description>
  1890. <maml:para>{{ Fill Path Description }}</maml:para>
  1891. </maml:Description>
  1892. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  1893. <dev:type>
  1894. <maml:name>String[]</maml:name>
  1895. <maml:uri />
  1896. </dev:type>
  1897. <dev:defaultValue>None</dev:defaultValue>
  1898. </command:parameter>
  1899. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
  1900. <maml:name>WhatIf</maml:name>
  1901. <maml:Description>
  1902. <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
  1903. </maml:Description>
  1904. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  1905. <dev:type>
  1906. <maml:name>SwitchParameter</maml:name>
  1907. <maml:uri />
  1908. </dev:type>
  1909. <dev:defaultValue>False</dev:defaultValue>
  1910. </command:parameter>
  1911. </command:parameters>
  1912. <command:inputTypes>
  1913. <command:inputType>
  1914. <dev:type>
  1915. <maml:name>System.String[]</maml:name>
  1916. </dev:type>
  1917. <maml:description>
  1918. <maml:para></maml:para>
  1919. </maml:description>
  1920. </command:inputType>
  1921. <command:inputType>
  1922. <dev:type>
  1923. <maml:name>System.String</maml:name>
  1924. </dev:type>
  1925. <maml:description>
  1926. <maml:para></maml:para>
  1927. </maml:description>
  1928. </command:inputType>
  1929. </command:inputTypes>
  1930. <command:returnValues>
  1931. <command:returnValue>
  1932. <dev:type>
  1933. <maml:name>System.Object</maml:name>
  1934. </dev:type>
  1935. <maml:description>
  1936. <maml:para></maml:para>
  1937. </maml:description>
  1938. </command:returnValue>
  1939. </command:returnValues>
  1940. <maml:alertSet>
  1941. <maml:alert>
  1942. <maml:para></maml:para>
  1943. </maml:alert>
  1944. </maml:alertSet>
  1945. <command:examples>
  1946. <command:example>
  1947. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  1948. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  1949. <dev:remarks>
  1950. <maml:para>{{ Add example description here }}</maml:para>
  1951. </dev:remarks>
  1952. </command:example>
  1953. </command:examples>
  1954. <command:relatedLinks />
  1955. </command:command>
  1956. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  1957. <command:details>
  1958. <command:name>Disable-NTFSAccessInheritance</command:name>
  1959. <command:verb>Disable</command:verb>
  1960. <command:noun>NTFSAccessInheritance</command:noun>
  1961. <maml:description>
  1962. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  1963. </maml:description>
  1964. </command:details>
  1965. <maml:description>
  1966. <maml:para>{{ Fill in the Description }}</maml:para>
  1967. </maml:description>
  1968. <command:syntax>
  1969. <command:syntaxItem>
  1970. <maml:name>Disable-NTFSAccessInheritance</maml:name>
  1971. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  1972. <maml:name>Path</maml:name>
  1973. <maml:Description>
  1974. <maml:para>{{ Fill Path Description }}</maml:para>
  1975. </maml:Description>
  1976. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  1977. <dev:type>
  1978. <maml:name>String[]</maml:name>
  1979. <maml:uri />
  1980. </dev:type>
  1981. <dev:defaultValue>None</dev:defaultValue>
  1982. </command:parameter>
  1983. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  1984. <maml:name>PassThru</maml:name>
  1985. <maml:Description>
  1986. <maml:para>{{ Fill PassThru Description }}</maml:para>
  1987. </maml:Description>
  1988. <dev:type>
  1989. <maml:name>SwitchParameter</maml:name>
  1990. <maml:uri />
  1991. </dev:type>
  1992. <dev:defaultValue>False</dev:defaultValue>
  1993. </command:parameter>
  1994. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  1995. <maml:name>RemoveInheritedAccessRules</maml:name>
  1996. <maml:Description>
  1997. <maml:para>{{ Fill RemoveInheritedAccessRules Description }}</maml:para>
  1998. </maml:Description>
  1999. <dev:type>
  2000. <maml:name>SwitchParameter</maml:name>
  2001. <maml:uri />
  2002. </dev:type>
  2003. <dev:defaultValue>False</dev:defaultValue>
  2004. </command:parameter>
  2005. </command:syntaxItem>
  2006. <command:syntaxItem>
  2007. <maml:name>Disable-NTFSAccessInheritance</maml:name>
  2008. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  2009. <maml:name>SecurityDescriptor</maml:name>
  2010. <maml:Description>
  2011. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  2012. </maml:Description>
  2013. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  2014. <dev:type>
  2015. <maml:name>FileSystemSecurity2[]</maml:name>
  2016. <maml:uri />
  2017. </dev:type>
  2018. <dev:defaultValue>None</dev:defaultValue>
  2019. </command:parameter>
  2020. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2021. <maml:name>PassThru</maml:name>
  2022. <maml:Description>
  2023. <maml:para>{{ Fill PassThru Description }}</maml:para>
  2024. </maml:Description>
  2025. <dev:type>
  2026. <maml:name>SwitchParameter</maml:name>
  2027. <maml:uri />
  2028. </dev:type>
  2029. <dev:defaultValue>False</dev:defaultValue>
  2030. </command:parameter>
  2031. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2032. <maml:name>RemoveInheritedAccessRules</maml:name>
  2033. <maml:Description>
  2034. <maml:para>{{ Fill RemoveInheritedAccessRules Description }}</maml:para>
  2035. </maml:Description>
  2036. <dev:type>
  2037. <maml:name>SwitchParameter</maml:name>
  2038. <maml:uri />
  2039. </dev:type>
  2040. <dev:defaultValue>False</dev:defaultValue>
  2041. </command:parameter>
  2042. </command:syntaxItem>
  2043. </command:syntax>
  2044. <command:parameters>
  2045. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2046. <maml:name>PassThru</maml:name>
  2047. <maml:Description>
  2048. <maml:para>{{ Fill PassThru Description }}</maml:para>
  2049. </maml:Description>
  2050. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  2051. <dev:type>
  2052. <maml:name>SwitchParameter</maml:name>
  2053. <maml:uri />
  2054. </dev:type>
  2055. <dev:defaultValue>False</dev:defaultValue>
  2056. </command:parameter>
  2057. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  2058. <maml:name>Path</maml:name>
  2059. <maml:Description>
  2060. <maml:para>{{ Fill Path Description }}</maml:para>
  2061. </maml:Description>
  2062. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  2063. <dev:type>
  2064. <maml:name>String[]</maml:name>
  2065. <maml:uri />
  2066. </dev:type>
  2067. <dev:defaultValue>None</dev:defaultValue>
  2068. </command:parameter>
  2069. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2070. <maml:name>RemoveInheritedAccessRules</maml:name>
  2071. <maml:Description>
  2072. <maml:para>{{ Fill RemoveInheritedAccessRules Description }}</maml:para>
  2073. </maml:Description>
  2074. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  2075. <dev:type>
  2076. <maml:name>SwitchParameter</maml:name>
  2077. <maml:uri />
  2078. </dev:type>
  2079. <dev:defaultValue>False</dev:defaultValue>
  2080. </command:parameter>
  2081. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  2082. <maml:name>SecurityDescriptor</maml:name>
  2083. <maml:Description>
  2084. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  2085. </maml:Description>
  2086. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  2087. <dev:type>
  2088. <maml:name>FileSystemSecurity2[]</maml:name>
  2089. <maml:uri />
  2090. </dev:type>
  2091. <dev:defaultValue>None</dev:defaultValue>
  2092. </command:parameter>
  2093. </command:parameters>
  2094. <command:inputTypes>
  2095. <command:inputType>
  2096. <dev:type>
  2097. <maml:name>System.String[]</maml:name>
  2098. </dev:type>
  2099. <maml:description>
  2100. <maml:para></maml:para>
  2101. </maml:description>
  2102. </command:inputType>
  2103. <command:inputType>
  2104. <dev:type>
  2105. <maml:name>Security2.FileSystemSecurity2[]</maml:name>
  2106. </dev:type>
  2107. <maml:description>
  2108. <maml:para></maml:para>
  2109. </maml:description>
  2110. </command:inputType>
  2111. </command:inputTypes>
  2112. <command:returnValues>
  2113. <command:returnValue>
  2114. <dev:type>
  2115. <maml:name>System.Object</maml:name>
  2116. </dev:type>
  2117. <maml:description>
  2118. <maml:para></maml:para>
  2119. </maml:description>
  2120. </command:returnValue>
  2121. </command:returnValues>
  2122. <maml:alertSet>
  2123. <maml:alert>
  2124. <maml:para></maml:para>
  2125. </maml:alert>
  2126. </maml:alertSet>
  2127. <command:examples>
  2128. <command:example>
  2129. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  2130. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  2131. <dev:remarks>
  2132. <maml:para>{{ Add example description here }}</maml:para>
  2133. </dev:remarks>
  2134. </command:example>
  2135. </command:examples>
  2136. <command:relatedLinks />
  2137. </command:command>
  2138. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  2139. <command:details>
  2140. <command:name>Disable-NTFSAuditInheritance</command:name>
  2141. <command:verb>Disable</command:verb>
  2142. <command:noun>NTFSAuditInheritance</command:noun>
  2143. <maml:description>
  2144. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  2145. </maml:description>
  2146. </command:details>
  2147. <maml:description>
  2148. <maml:para>{{ Fill in the Description }}</maml:para>
  2149. </maml:description>
  2150. <command:syntax>
  2151. <command:syntaxItem>
  2152. <maml:name>Disable-NTFSAuditInheritance</maml:name>
  2153. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  2154. <maml:name>Path</maml:name>
  2155. <maml:Description>
  2156. <maml:para>{{ Fill Path Description }}</maml:para>
  2157. </maml:Description>
  2158. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  2159. <dev:type>
  2160. <maml:name>String[]</maml:name>
  2161. <maml:uri />
  2162. </dev:type>
  2163. <dev:defaultValue>None</dev:defaultValue>
  2164. </command:parameter>
  2165. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2166. <maml:name>PassThru</maml:name>
  2167. <maml:Description>
  2168. <maml:para>{{ Fill PassThru Description }}</maml:para>
  2169. </maml:Description>
  2170. <dev:type>
  2171. <maml:name>SwitchParameter</maml:name>
  2172. <maml:uri />
  2173. </dev:type>
  2174. <dev:defaultValue>False</dev:defaultValue>
  2175. </command:parameter>
  2176. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2177. <maml:name>RemoveInheritedAccessRules</maml:name>
  2178. <maml:Description>
  2179. <maml:para>{{ Fill RemoveInheritedAccessRules Description }}</maml:para>
  2180. </maml:Description>
  2181. <dev:type>
  2182. <maml:name>SwitchParameter</maml:name>
  2183. <maml:uri />
  2184. </dev:type>
  2185. <dev:defaultValue>False</dev:defaultValue>
  2186. </command:parameter>
  2187. </command:syntaxItem>
  2188. <command:syntaxItem>
  2189. <maml:name>Disable-NTFSAuditInheritance</maml:name>
  2190. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  2191. <maml:name>SecurityDescriptor</maml:name>
  2192. <maml:Description>
  2193. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  2194. </maml:Description>
  2195. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  2196. <dev:type>
  2197. <maml:name>FileSystemSecurity2[]</maml:name>
  2198. <maml:uri />
  2199. </dev:type>
  2200. <dev:defaultValue>None</dev:defaultValue>
  2201. </command:parameter>
  2202. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2203. <maml:name>PassThru</maml:name>
  2204. <maml:Description>
  2205. <maml:para>{{ Fill PassThru Description }}</maml:para>
  2206. </maml:Description>
  2207. <dev:type>
  2208. <maml:name>SwitchParameter</maml:name>
  2209. <maml:uri />
  2210. </dev:type>
  2211. <dev:defaultValue>False</dev:defaultValue>
  2212. </command:parameter>
  2213. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2214. <maml:name>RemoveInheritedAccessRules</maml:name>
  2215. <maml:Description>
  2216. <maml:para>{{ Fill RemoveInheritedAccessRules Description }}</maml:para>
  2217. </maml:Description>
  2218. <dev:type>
  2219. <maml:name>SwitchParameter</maml:name>
  2220. <maml:uri />
  2221. </dev:type>
  2222. <dev:defaultValue>False</dev:defaultValue>
  2223. </command:parameter>
  2224. </command:syntaxItem>
  2225. </command:syntax>
  2226. <command:parameters>
  2227. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2228. <maml:name>PassThru</maml:name>
  2229. <maml:Description>
  2230. <maml:para>{{ Fill PassThru Description }}</maml:para>
  2231. </maml:Description>
  2232. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  2233. <dev:type>
  2234. <maml:name>SwitchParameter</maml:name>
  2235. <maml:uri />
  2236. </dev:type>
  2237. <dev:defaultValue>False</dev:defaultValue>
  2238. </command:parameter>
  2239. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  2240. <maml:name>Path</maml:name>
  2241. <maml:Description>
  2242. <maml:para>{{ Fill Path Description }}</maml:para>
  2243. </maml:Description>
  2244. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  2245. <dev:type>
  2246. <maml:name>String[]</maml:name>
  2247. <maml:uri />
  2248. </dev:type>
  2249. <dev:defaultValue>None</dev:defaultValue>
  2250. </command:parameter>
  2251. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2252. <maml:name>RemoveInheritedAccessRules</maml:name>
  2253. <maml:Description>
  2254. <maml:para>{{ Fill RemoveInheritedAccessRules Description }}</maml:para>
  2255. </maml:Description>
  2256. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  2257. <dev:type>
  2258. <maml:name>SwitchParameter</maml:name>
  2259. <maml:uri />
  2260. </dev:type>
  2261. <dev:defaultValue>False</dev:defaultValue>
  2262. </command:parameter>
  2263. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  2264. <maml:name>SecurityDescriptor</maml:name>
  2265. <maml:Description>
  2266. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  2267. </maml:Description>
  2268. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  2269. <dev:type>
  2270. <maml:name>FileSystemSecurity2[]</maml:name>
  2271. <maml:uri />
  2272. </dev:type>
  2273. <dev:defaultValue>None</dev:defaultValue>
  2274. </command:parameter>
  2275. </command:parameters>
  2276. <command:inputTypes>
  2277. <command:inputType>
  2278. <dev:type>
  2279. <maml:name>System.String[]</maml:name>
  2280. </dev:type>
  2281. <maml:description>
  2282. <maml:para></maml:para>
  2283. </maml:description>
  2284. </command:inputType>
  2285. <command:inputType>
  2286. <dev:type>
  2287. <maml:name>Security2.FileSystemSecurity2[]</maml:name>
  2288. </dev:type>
  2289. <maml:description>
  2290. <maml:para></maml:para>
  2291. </maml:description>
  2292. </command:inputType>
  2293. </command:inputTypes>
  2294. <command:returnValues>
  2295. <command:returnValue>
  2296. <dev:type>
  2297. <maml:name>System.Object</maml:name>
  2298. </dev:type>
  2299. <maml:description>
  2300. <maml:para></maml:para>
  2301. </maml:description>
  2302. </command:returnValue>
  2303. </command:returnValues>
  2304. <maml:alertSet>
  2305. <maml:alert>
  2306. <maml:para></maml:para>
  2307. </maml:alert>
  2308. </maml:alertSet>
  2309. <command:examples>
  2310. <command:example>
  2311. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  2312. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  2313. <dev:remarks>
  2314. <maml:para>{{ Add example description here }}</maml:para>
  2315. </dev:remarks>
  2316. </command:example>
  2317. </command:examples>
  2318. <command:relatedLinks />
  2319. </command:command>
  2320. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  2321. <command:details>
  2322. <command:name>Disable-Privileges</command:name>
  2323. <command:verb>Disable</command:verb>
  2324. <command:noun>Privileges</command:noun>
  2325. <maml:description>
  2326. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  2327. </maml:description>
  2328. </command:details>
  2329. <maml:description>
  2330. <maml:para>{{ Fill in the Description }}</maml:para>
  2331. </maml:description>
  2332. <command:syntax>
  2333. <command:syntaxItem>
  2334. <maml:name>Disable-Privileges</maml:name>
  2335. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2336. <maml:name>PassThru</maml:name>
  2337. <maml:Description>
  2338. <maml:para>{{ Fill PassThru Description }}</maml:para>
  2339. </maml:Description>
  2340. <dev:type>
  2341. <maml:name>SwitchParameter</maml:name>
  2342. <maml:uri />
  2343. </dev:type>
  2344. <dev:defaultValue>False</dev:defaultValue>
  2345. </command:parameter>
  2346. </command:syntaxItem>
  2347. </command:syntax>
  2348. <command:parameters>
  2349. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2350. <maml:name>PassThru</maml:name>
  2351. <maml:Description>
  2352. <maml:para>{{ Fill PassThru Description }}</maml:para>
  2353. </maml:Description>
  2354. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  2355. <dev:type>
  2356. <maml:name>SwitchParameter</maml:name>
  2357. <maml:uri />
  2358. </dev:type>
  2359. <dev:defaultValue>False</dev:defaultValue>
  2360. </command:parameter>
  2361. </command:parameters>
  2362. <command:inputTypes>
  2363. <command:inputType>
  2364. <dev:type>
  2365. <maml:name>None</maml:name>
  2366. </dev:type>
  2367. <maml:description>
  2368. <maml:para></maml:para>
  2369. </maml:description>
  2370. </command:inputType>
  2371. </command:inputTypes>
  2372. <command:returnValues>
  2373. <command:returnValue>
  2374. <dev:type>
  2375. <maml:name>ProcessPrivileges.PrivilegeAndAttributes</maml:name>
  2376. </dev:type>
  2377. <maml:description>
  2378. <maml:para></maml:para>
  2379. </maml:description>
  2380. </command:returnValue>
  2381. </command:returnValues>
  2382. <maml:alertSet>
  2383. <maml:alert>
  2384. <maml:para></maml:para>
  2385. </maml:alert>
  2386. </maml:alertSet>
  2387. <command:examples>
  2388. <command:example>
  2389. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  2390. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  2391. <dev:remarks>
  2392. <maml:para>{{ Add example description here }}</maml:para>
  2393. </dev:remarks>
  2394. </command:example>
  2395. </command:examples>
  2396. <command:relatedLinks />
  2397. </command:command>
  2398. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  2399. <command:details>
  2400. <command:name>Enable-NTFSAccessInheritance</command:name>
  2401. <command:verb>Enable</command:verb>
  2402. <command:noun>NTFSAccessInheritance</command:noun>
  2403. <maml:description>
  2404. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  2405. </maml:description>
  2406. </command:details>
  2407. <maml:description>
  2408. <maml:para>{{ Fill in the Description }}</maml:para>
  2409. </maml:description>
  2410. <command:syntax>
  2411. <command:syntaxItem>
  2412. <maml:name>Enable-NTFSAccessInheritance</maml:name>
  2413. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  2414. <maml:name>Path</maml:name>
  2415. <maml:Description>
  2416. <maml:para>{{ Fill Path Description }}</maml:para>
  2417. </maml:Description>
  2418. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  2419. <dev:type>
  2420. <maml:name>String[]</maml:name>
  2421. <maml:uri />
  2422. </dev:type>
  2423. <dev:defaultValue>None</dev:defaultValue>
  2424. </command:parameter>
  2425. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2426. <maml:name>PassThru</maml:name>
  2427. <maml:Description>
  2428. <maml:para>{{ Fill PassThru Description }}</maml:para>
  2429. </maml:Description>
  2430. <dev:type>
  2431. <maml:name>SwitchParameter</maml:name>
  2432. <maml:uri />
  2433. </dev:type>
  2434. <dev:defaultValue>False</dev:defaultValue>
  2435. </command:parameter>
  2436. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2437. <maml:name>RemoveExplicitAccessRules</maml:name>
  2438. <maml:Description>
  2439. <maml:para>{{ Fill RemoveExplicitAccessRules Description }}</maml:para>
  2440. </maml:Description>
  2441. <dev:type>
  2442. <maml:name>SwitchParameter</maml:name>
  2443. <maml:uri />
  2444. </dev:type>
  2445. <dev:defaultValue>False</dev:defaultValue>
  2446. </command:parameter>
  2447. </command:syntaxItem>
  2448. <command:syntaxItem>
  2449. <maml:name>Enable-NTFSAccessInheritance</maml:name>
  2450. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  2451. <maml:name>SecurityDescriptor</maml:name>
  2452. <maml:Description>
  2453. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  2454. </maml:Description>
  2455. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  2456. <dev:type>
  2457. <maml:name>FileSystemSecurity2[]</maml:name>
  2458. <maml:uri />
  2459. </dev:type>
  2460. <dev:defaultValue>None</dev:defaultValue>
  2461. </command:parameter>
  2462. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2463. <maml:name>PassThru</maml:name>
  2464. <maml:Description>
  2465. <maml:para>{{ Fill PassThru Description }}</maml:para>
  2466. </maml:Description>
  2467. <dev:type>
  2468. <maml:name>SwitchParameter</maml:name>
  2469. <maml:uri />
  2470. </dev:type>
  2471. <dev:defaultValue>False</dev:defaultValue>
  2472. </command:parameter>
  2473. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2474. <maml:name>RemoveExplicitAccessRules</maml:name>
  2475. <maml:Description>
  2476. <maml:para>{{ Fill RemoveExplicitAccessRules Description }}</maml:para>
  2477. </maml:Description>
  2478. <dev:type>
  2479. <maml:name>SwitchParameter</maml:name>
  2480. <maml:uri />
  2481. </dev:type>
  2482. <dev:defaultValue>False</dev:defaultValue>
  2483. </command:parameter>
  2484. </command:syntaxItem>
  2485. </command:syntax>
  2486. <command:parameters>
  2487. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2488. <maml:name>PassThru</maml:name>
  2489. <maml:Description>
  2490. <maml:para>{{ Fill PassThru Description }}</maml:para>
  2491. </maml:Description>
  2492. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  2493. <dev:type>
  2494. <maml:name>SwitchParameter</maml:name>
  2495. <maml:uri />
  2496. </dev:type>
  2497. <dev:defaultValue>False</dev:defaultValue>
  2498. </command:parameter>
  2499. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  2500. <maml:name>Path</maml:name>
  2501. <maml:Description>
  2502. <maml:para>{{ Fill Path Description }}</maml:para>
  2503. </maml:Description>
  2504. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  2505. <dev:type>
  2506. <maml:name>String[]</maml:name>
  2507. <maml:uri />
  2508. </dev:type>
  2509. <dev:defaultValue>None</dev:defaultValue>
  2510. </command:parameter>
  2511. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2512. <maml:name>RemoveExplicitAccessRules</maml:name>
  2513. <maml:Description>
  2514. <maml:para>{{ Fill RemoveExplicitAccessRules Description }}</maml:para>
  2515. </maml:Description>
  2516. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  2517. <dev:type>
  2518. <maml:name>SwitchParameter</maml:name>
  2519. <maml:uri />
  2520. </dev:type>
  2521. <dev:defaultValue>False</dev:defaultValue>
  2522. </command:parameter>
  2523. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  2524. <maml:name>SecurityDescriptor</maml:name>
  2525. <maml:Description>
  2526. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  2527. </maml:Description>
  2528. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  2529. <dev:type>
  2530. <maml:name>FileSystemSecurity2[]</maml:name>
  2531. <maml:uri />
  2532. </dev:type>
  2533. <dev:defaultValue>None</dev:defaultValue>
  2534. </command:parameter>
  2535. </command:parameters>
  2536. <command:inputTypes>
  2537. <command:inputType>
  2538. <dev:type>
  2539. <maml:name>System.String[]</maml:name>
  2540. </dev:type>
  2541. <maml:description>
  2542. <maml:para></maml:para>
  2543. </maml:description>
  2544. </command:inputType>
  2545. <command:inputType>
  2546. <dev:type>
  2547. <maml:name>Security2.FileSystemSecurity2[]</maml:name>
  2548. </dev:type>
  2549. <maml:description>
  2550. <maml:para></maml:para>
  2551. </maml:description>
  2552. </command:inputType>
  2553. </command:inputTypes>
  2554. <command:returnValues>
  2555. <command:returnValue>
  2556. <dev:type>
  2557. <maml:name>System.Object</maml:name>
  2558. </dev:type>
  2559. <maml:description>
  2560. <maml:para></maml:para>
  2561. </maml:description>
  2562. </command:returnValue>
  2563. </command:returnValues>
  2564. <maml:alertSet>
  2565. <maml:alert>
  2566. <maml:para></maml:para>
  2567. </maml:alert>
  2568. </maml:alertSet>
  2569. <command:examples>
  2570. <command:example>
  2571. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  2572. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  2573. <dev:remarks>
  2574. <maml:para>{{ Add example description here }}</maml:para>
  2575. </dev:remarks>
  2576. </command:example>
  2577. </command:examples>
  2578. <command:relatedLinks />
  2579. </command:command>
  2580. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  2581. <command:details>
  2582. <command:name>Enable-NTFSAuditInheritance</command:name>
  2583. <command:verb>Enable</command:verb>
  2584. <command:noun>NTFSAuditInheritance</command:noun>
  2585. <maml:description>
  2586. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  2587. </maml:description>
  2588. </command:details>
  2589. <maml:description>
  2590. <maml:para>{{ Fill in the Description }}</maml:para>
  2591. </maml:description>
  2592. <command:syntax>
  2593. <command:syntaxItem>
  2594. <maml:name>Enable-NTFSAuditInheritance</maml:name>
  2595. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  2596. <maml:name>Path</maml:name>
  2597. <maml:Description>
  2598. <maml:para>{{ Fill Path Description }}</maml:para>
  2599. </maml:Description>
  2600. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  2601. <dev:type>
  2602. <maml:name>String[]</maml:name>
  2603. <maml:uri />
  2604. </dev:type>
  2605. <dev:defaultValue>None</dev:defaultValue>
  2606. </command:parameter>
  2607. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2608. <maml:name>PassThru</maml:name>
  2609. <maml:Description>
  2610. <maml:para>{{ Fill PassThru Description }}</maml:para>
  2611. </maml:Description>
  2612. <dev:type>
  2613. <maml:name>SwitchParameter</maml:name>
  2614. <maml:uri />
  2615. </dev:type>
  2616. <dev:defaultValue>False</dev:defaultValue>
  2617. </command:parameter>
  2618. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2619. <maml:name>RemoveExplicitAccessRules</maml:name>
  2620. <maml:Description>
  2621. <maml:para>{{ Fill RemoveExplicitAccessRules Description }}</maml:para>
  2622. </maml:Description>
  2623. <dev:type>
  2624. <maml:name>SwitchParameter</maml:name>
  2625. <maml:uri />
  2626. </dev:type>
  2627. <dev:defaultValue>False</dev:defaultValue>
  2628. </command:parameter>
  2629. </command:syntaxItem>
  2630. <command:syntaxItem>
  2631. <maml:name>Enable-NTFSAuditInheritance</maml:name>
  2632. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  2633. <maml:name>SecurityDescriptor</maml:name>
  2634. <maml:Description>
  2635. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  2636. </maml:Description>
  2637. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  2638. <dev:type>
  2639. <maml:name>FileSystemSecurity2[]</maml:name>
  2640. <maml:uri />
  2641. </dev:type>
  2642. <dev:defaultValue>None</dev:defaultValue>
  2643. </command:parameter>
  2644. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2645. <maml:name>PassThru</maml:name>
  2646. <maml:Description>
  2647. <maml:para>{{ Fill PassThru Description }}</maml:para>
  2648. </maml:Description>
  2649. <dev:type>
  2650. <maml:name>SwitchParameter</maml:name>
  2651. <maml:uri />
  2652. </dev:type>
  2653. <dev:defaultValue>False</dev:defaultValue>
  2654. </command:parameter>
  2655. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2656. <maml:name>RemoveExplicitAccessRules</maml:name>
  2657. <maml:Description>
  2658. <maml:para>{{ Fill RemoveExplicitAccessRules Description }}</maml:para>
  2659. </maml:Description>
  2660. <dev:type>
  2661. <maml:name>SwitchParameter</maml:name>
  2662. <maml:uri />
  2663. </dev:type>
  2664. <dev:defaultValue>False</dev:defaultValue>
  2665. </command:parameter>
  2666. </command:syntaxItem>
  2667. </command:syntax>
  2668. <command:parameters>
  2669. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2670. <maml:name>PassThru</maml:name>
  2671. <maml:Description>
  2672. <maml:para>{{ Fill PassThru Description }}</maml:para>
  2673. </maml:Description>
  2674. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  2675. <dev:type>
  2676. <maml:name>SwitchParameter</maml:name>
  2677. <maml:uri />
  2678. </dev:type>
  2679. <dev:defaultValue>False</dev:defaultValue>
  2680. </command:parameter>
  2681. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  2682. <maml:name>Path</maml:name>
  2683. <maml:Description>
  2684. <maml:para>{{ Fill Path Description }}</maml:para>
  2685. </maml:Description>
  2686. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  2687. <dev:type>
  2688. <maml:name>String[]</maml:name>
  2689. <maml:uri />
  2690. </dev:type>
  2691. <dev:defaultValue>None</dev:defaultValue>
  2692. </command:parameter>
  2693. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2694. <maml:name>RemoveExplicitAccessRules</maml:name>
  2695. <maml:Description>
  2696. <maml:para>{{ Fill RemoveExplicitAccessRules Description }}</maml:para>
  2697. </maml:Description>
  2698. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  2699. <dev:type>
  2700. <maml:name>SwitchParameter</maml:name>
  2701. <maml:uri />
  2702. </dev:type>
  2703. <dev:defaultValue>False</dev:defaultValue>
  2704. </command:parameter>
  2705. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  2706. <maml:name>SecurityDescriptor</maml:name>
  2707. <maml:Description>
  2708. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  2709. </maml:Description>
  2710. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  2711. <dev:type>
  2712. <maml:name>FileSystemSecurity2[]</maml:name>
  2713. <maml:uri />
  2714. </dev:type>
  2715. <dev:defaultValue>None</dev:defaultValue>
  2716. </command:parameter>
  2717. </command:parameters>
  2718. <command:inputTypes>
  2719. <command:inputType>
  2720. <dev:type>
  2721. <maml:name>System.String[]</maml:name>
  2722. </dev:type>
  2723. <maml:description>
  2724. <maml:para></maml:para>
  2725. </maml:description>
  2726. </command:inputType>
  2727. <command:inputType>
  2728. <dev:type>
  2729. <maml:name>Security2.FileSystemSecurity2[]</maml:name>
  2730. </dev:type>
  2731. <maml:description>
  2732. <maml:para></maml:para>
  2733. </maml:description>
  2734. </command:inputType>
  2735. </command:inputTypes>
  2736. <command:returnValues>
  2737. <command:returnValue>
  2738. <dev:type>
  2739. <maml:name>System.Object</maml:name>
  2740. </dev:type>
  2741. <maml:description>
  2742. <maml:para></maml:para>
  2743. </maml:description>
  2744. </command:returnValue>
  2745. </command:returnValues>
  2746. <maml:alertSet>
  2747. <maml:alert>
  2748. <maml:para></maml:para>
  2749. </maml:alert>
  2750. </maml:alertSet>
  2751. <command:examples>
  2752. <command:example>
  2753. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  2754. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  2755. <dev:remarks>
  2756. <maml:para>{{ Add example description here }}</maml:para>
  2757. </dev:remarks>
  2758. </command:example>
  2759. </command:examples>
  2760. <command:relatedLinks />
  2761. </command:command>
  2762. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  2763. <command:details>
  2764. <command:name>Enable-Privileges</command:name>
  2765. <command:verb>Enable</command:verb>
  2766. <command:noun>Privileges</command:noun>
  2767. <maml:description>
  2768. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  2769. </maml:description>
  2770. </command:details>
  2771. <maml:description>
  2772. <maml:para>{{ Fill in the Description }}</maml:para>
  2773. </maml:description>
  2774. <command:syntax>
  2775. <command:syntaxItem>
  2776. <maml:name>Enable-Privileges</maml:name>
  2777. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2778. <maml:name>PassThru</maml:name>
  2779. <maml:Description>
  2780. <maml:para>{{ Fill PassThru Description }}</maml:para>
  2781. </maml:Description>
  2782. <dev:type>
  2783. <maml:name>SwitchParameter</maml:name>
  2784. <maml:uri />
  2785. </dev:type>
  2786. <dev:defaultValue>False</dev:defaultValue>
  2787. </command:parameter>
  2788. </command:syntaxItem>
  2789. </command:syntax>
  2790. <command:parameters>
  2791. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2792. <maml:name>PassThru</maml:name>
  2793. <maml:Description>
  2794. <maml:para>{{ Fill PassThru Description }}</maml:para>
  2795. </maml:Description>
  2796. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  2797. <dev:type>
  2798. <maml:name>SwitchParameter</maml:name>
  2799. <maml:uri />
  2800. </dev:type>
  2801. <dev:defaultValue>False</dev:defaultValue>
  2802. </command:parameter>
  2803. </command:parameters>
  2804. <command:inputTypes>
  2805. <command:inputType>
  2806. <dev:type>
  2807. <maml:name>None</maml:name>
  2808. </dev:type>
  2809. <maml:description>
  2810. <maml:para></maml:para>
  2811. </maml:description>
  2812. </command:inputType>
  2813. </command:inputTypes>
  2814. <command:returnValues>
  2815. <command:returnValue>
  2816. <dev:type>
  2817. <maml:name>ProcessPrivileges.PrivilegeAndAttributes</maml:name>
  2818. </dev:type>
  2819. <maml:description>
  2820. <maml:para></maml:para>
  2821. </maml:description>
  2822. </command:returnValue>
  2823. </command:returnValues>
  2824. <maml:alertSet>
  2825. <maml:alert>
  2826. <maml:para></maml:para>
  2827. </maml:alert>
  2828. </maml:alertSet>
  2829. <command:examples>
  2830. <command:example>
  2831. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  2832. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  2833. <dev:remarks>
  2834. <maml:para>{{ Add example description here }}</maml:para>
  2835. </dev:remarks>
  2836. </command:example>
  2837. </command:examples>
  2838. <command:relatedLinks />
  2839. </command:command>
  2840. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  2841. <command:details>
  2842. <command:name>Get-ChildItem2</command:name>
  2843. <command:verb>Get</command:verb>
  2844. <command:noun>ChildItem2</command:noun>
  2845. <maml:description>
  2846. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  2847. </maml:description>
  2848. </command:details>
  2849. <maml:description>
  2850. <maml:para>{{ Fill in the Description }}</maml:para>
  2851. </maml:description>
  2852. <command:syntax>
  2853. <command:syntaxItem>
  2854. <maml:name>Get-ChildItem2</maml:name>
  2855. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  2856. <maml:name>Path</maml:name>
  2857. <maml:Description>
  2858. <maml:para>{{ Fill Path Description }}</maml:para>
  2859. </maml:Description>
  2860. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  2861. <dev:type>
  2862. <maml:name>String[]</maml:name>
  2863. <maml:uri />
  2864. </dev:type>
  2865. <dev:defaultValue>None</dev:defaultValue>
  2866. </command:parameter>
  2867. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
  2868. <maml:name>Filter</maml:name>
  2869. <maml:Description>
  2870. <maml:para>{{ Fill Filter Description }}</maml:para>
  2871. </maml:Description>
  2872. <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
  2873. <dev:type>
  2874. <maml:name>String</maml:name>
  2875. <maml:uri />
  2876. </dev:type>
  2877. <dev:defaultValue>None</dev:defaultValue>
  2878. </command:parameter>
  2879. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2880. <maml:name>Attributes</maml:name>
  2881. <maml:Description>
  2882. <maml:para>{{ Fill Attributes Description }}</maml:para>
  2883. </maml:Description>
  2884. <command:parameterValueGroup>
  2885. <command:parameterValue required="false" command:variableLength="false">ReadOnly</command:parameterValue>
  2886. <command:parameterValue required="false" command:variableLength="false">Hidden</command:parameterValue>
  2887. <command:parameterValue required="false" command:variableLength="false">System</command:parameterValue>
  2888. <command:parameterValue required="false" command:variableLength="false">Directory</command:parameterValue>
  2889. <command:parameterValue required="false" command:variableLength="false">Archive</command:parameterValue>
  2890. <command:parameterValue required="false" command:variableLength="false">Device</command:parameterValue>
  2891. <command:parameterValue required="false" command:variableLength="false">Normal</command:parameterValue>
  2892. <command:parameterValue required="false" command:variableLength="false">Temporary</command:parameterValue>
  2893. <command:parameterValue required="false" command:variableLength="false">SparseFile</command:parameterValue>
  2894. <command:parameterValue required="false" command:variableLength="false">ReparsePoint</command:parameterValue>
  2895. <command:parameterValue required="false" command:variableLength="false">Compressed</command:parameterValue>
  2896. <command:parameterValue required="false" command:variableLength="false">Offline</command:parameterValue>
  2897. <command:parameterValue required="false" command:variableLength="false">NotContentIndexed</command:parameterValue>
  2898. <command:parameterValue required="false" command:variableLength="false">Encrypted</command:parameterValue>
  2899. <command:parameterValue required="false" command:variableLength="false">IntegrityStream</command:parameterValue>
  2900. <command:parameterValue required="false" command:variableLength="false">NoScrubData</command:parameterValue>
  2901. </command:parameterValueGroup>
  2902. <command:parameterValue required="true" variableLength="false">FileAttributes</command:parameterValue>
  2903. <dev:type>
  2904. <maml:name>FileAttributes</maml:name>
  2905. <maml:uri />
  2906. </dev:type>
  2907. <dev:defaultValue>None</dev:defaultValue>
  2908. </command:parameter>
  2909. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2910. <maml:name>Depth</maml:name>
  2911. <maml:Description>
  2912. <maml:para>{{ Fill Depth Description }}</maml:para>
  2913. </maml:Description>
  2914. <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
  2915. <dev:type>
  2916. <maml:name>Int32</maml:name>
  2917. <maml:uri />
  2918. </dev:type>
  2919. <dev:defaultValue>None</dev:defaultValue>
  2920. </command:parameter>
  2921. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2922. <maml:name>Directory</maml:name>
  2923. <maml:Description>
  2924. <maml:para>{{ Fill Directory Description }}</maml:para>
  2925. </maml:Description>
  2926. <dev:type>
  2927. <maml:name>SwitchParameter</maml:name>
  2928. <maml:uri />
  2929. </dev:type>
  2930. <dev:defaultValue>False</dev:defaultValue>
  2931. </command:parameter>
  2932. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2933. <maml:name>File</maml:name>
  2934. <maml:Description>
  2935. <maml:para>{{ Fill File Description }}</maml:para>
  2936. </maml:Description>
  2937. <dev:type>
  2938. <maml:name>SwitchParameter</maml:name>
  2939. <maml:uri />
  2940. </dev:type>
  2941. <dev:defaultValue>False</dev:defaultValue>
  2942. </command:parameter>
  2943. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2944. <maml:name>Force</maml:name>
  2945. <maml:Description>
  2946. <maml:para>{{ Fill Force Description }}</maml:para>
  2947. </maml:Description>
  2948. <dev:type>
  2949. <maml:name>SwitchParameter</maml:name>
  2950. <maml:uri />
  2951. </dev:type>
  2952. <dev:defaultValue>False</dev:defaultValue>
  2953. </command:parameter>
  2954. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2955. <maml:name>Hidden</maml:name>
  2956. <maml:Description>
  2957. <maml:para>{{ Fill Hidden Description }}</maml:para>
  2958. </maml:Description>
  2959. <dev:type>
  2960. <maml:name>SwitchParameter</maml:name>
  2961. <maml:uri />
  2962. </dev:type>
  2963. <dev:defaultValue>False</dev:defaultValue>
  2964. </command:parameter>
  2965. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2966. <maml:name>ReadOnly</maml:name>
  2967. <maml:Description>
  2968. <maml:para>{{ Fill ReadOnly Description }}</maml:para>
  2969. </maml:Description>
  2970. <dev:type>
  2971. <maml:name>SwitchParameter</maml:name>
  2972. <maml:uri />
  2973. </dev:type>
  2974. <dev:defaultValue>False</dev:defaultValue>
  2975. </command:parameter>
  2976. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2977. <maml:name>Recurse</maml:name>
  2978. <maml:Description>
  2979. <maml:para>{{ Fill Recurse Description }}</maml:para>
  2980. </maml:Description>
  2981. <dev:type>
  2982. <maml:name>SwitchParameter</maml:name>
  2983. <maml:uri />
  2984. </dev:type>
  2985. <dev:defaultValue>False</dev:defaultValue>
  2986. </command:parameter>
  2987. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2988. <maml:name>SkipMountPoints</maml:name>
  2989. <maml:Description>
  2990. <maml:para>{{ Fill SkipMountPoints Description }}</maml:para>
  2991. </maml:Description>
  2992. <dev:type>
  2993. <maml:name>SwitchParameter</maml:name>
  2994. <maml:uri />
  2995. </dev:type>
  2996. <dev:defaultValue>False</dev:defaultValue>
  2997. </command:parameter>
  2998. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  2999. <maml:name>SkipSymbolicLinks</maml:name>
  3000. <maml:Description>
  3001. <maml:para>{{ Fill SkipSymbolicLinks Description }}</maml:para>
  3002. </maml:Description>
  3003. <dev:type>
  3004. <maml:name>SwitchParameter</maml:name>
  3005. <maml:uri />
  3006. </dev:type>
  3007. <dev:defaultValue>False</dev:defaultValue>
  3008. </command:parameter>
  3009. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  3010. <maml:name>System</maml:name>
  3011. <maml:Description>
  3012. <maml:para>{{ Fill System Description }}</maml:para>
  3013. </maml:Description>
  3014. <dev:type>
  3015. <maml:name>SwitchParameter</maml:name>
  3016. <maml:uri />
  3017. </dev:type>
  3018. <dev:defaultValue>False</dev:defaultValue>
  3019. </command:parameter>
  3020. </command:syntaxItem>
  3021. </command:syntax>
  3022. <command:parameters>
  3023. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  3024. <maml:name>Attributes</maml:name>
  3025. <maml:Description>
  3026. <maml:para>{{ Fill Attributes Description }}</maml:para>
  3027. </maml:Description>
  3028. <command:parameterValue required="true" variableLength="false">FileAttributes</command:parameterValue>
  3029. <dev:type>
  3030. <maml:name>FileAttributes</maml:name>
  3031. <maml:uri />
  3032. </dev:type>
  3033. <dev:defaultValue>None</dev:defaultValue>
  3034. </command:parameter>
  3035. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  3036. <maml:name>Depth</maml:name>
  3037. <maml:Description>
  3038. <maml:para>{{ Fill Depth Description }}</maml:para>
  3039. </maml:Description>
  3040. <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
  3041. <dev:type>
  3042. <maml:name>Int32</maml:name>
  3043. <maml:uri />
  3044. </dev:type>
  3045. <dev:defaultValue>None</dev:defaultValue>
  3046. </command:parameter>
  3047. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  3048. <maml:name>Directory</maml:name>
  3049. <maml:Description>
  3050. <maml:para>{{ Fill Directory Description }}</maml:para>
  3051. </maml:Description>
  3052. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  3053. <dev:type>
  3054. <maml:name>SwitchParameter</maml:name>
  3055. <maml:uri />
  3056. </dev:type>
  3057. <dev:defaultValue>False</dev:defaultValue>
  3058. </command:parameter>
  3059. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  3060. <maml:name>File</maml:name>
  3061. <maml:Description>
  3062. <maml:para>{{ Fill File Description }}</maml:para>
  3063. </maml:Description>
  3064. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  3065. <dev:type>
  3066. <maml:name>SwitchParameter</maml:name>
  3067. <maml:uri />
  3068. </dev:type>
  3069. <dev:defaultValue>False</dev:defaultValue>
  3070. </command:parameter>
  3071. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="2" aliases="none">
  3072. <maml:name>Filter</maml:name>
  3073. <maml:Description>
  3074. <maml:para>{{ Fill Filter Description }}</maml:para>
  3075. </maml:Description>
  3076. <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
  3077. <dev:type>
  3078. <maml:name>String</maml:name>
  3079. <maml:uri />
  3080. </dev:type>
  3081. <dev:defaultValue>None</dev:defaultValue>
  3082. </command:parameter>
  3083. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  3084. <maml:name>Force</maml:name>
  3085. <maml:Description>
  3086. <maml:para>{{ Fill Force Description }}</maml:para>
  3087. </maml:Description>
  3088. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  3089. <dev:type>
  3090. <maml:name>SwitchParameter</maml:name>
  3091. <maml:uri />
  3092. </dev:type>
  3093. <dev:defaultValue>False</dev:defaultValue>
  3094. </command:parameter>
  3095. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  3096. <maml:name>Hidden</maml:name>
  3097. <maml:Description>
  3098. <maml:para>{{ Fill Hidden Description }}</maml:para>
  3099. </maml:Description>
  3100. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  3101. <dev:type>
  3102. <maml:name>SwitchParameter</maml:name>
  3103. <maml:uri />
  3104. </dev:type>
  3105. <dev:defaultValue>False</dev:defaultValue>
  3106. </command:parameter>
  3107. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  3108. <maml:name>Path</maml:name>
  3109. <maml:Description>
  3110. <maml:para>{{ Fill Path Description }}</maml:para>
  3111. </maml:Description>
  3112. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  3113. <dev:type>
  3114. <maml:name>String[]</maml:name>
  3115. <maml:uri />
  3116. </dev:type>
  3117. <dev:defaultValue>None</dev:defaultValue>
  3118. </command:parameter>
  3119. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  3120. <maml:name>ReadOnly</maml:name>
  3121. <maml:Description>
  3122. <maml:para>{{ Fill ReadOnly Description }}</maml:para>
  3123. </maml:Description>
  3124. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  3125. <dev:type>
  3126. <maml:name>SwitchParameter</maml:name>
  3127. <maml:uri />
  3128. </dev:type>
  3129. <dev:defaultValue>False</dev:defaultValue>
  3130. </command:parameter>
  3131. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  3132. <maml:name>Recurse</maml:name>
  3133. <maml:Description>
  3134. <maml:para>{{ Fill Recurse Description }}</maml:para>
  3135. </maml:Description>
  3136. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  3137. <dev:type>
  3138. <maml:name>SwitchParameter</maml:name>
  3139. <maml:uri />
  3140. </dev:type>
  3141. <dev:defaultValue>False</dev:defaultValue>
  3142. </command:parameter>
  3143. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  3144. <maml:name>SkipMountPoints</maml:name>
  3145. <maml:Description>
  3146. <maml:para>{{ Fill SkipMountPoints Description }}</maml:para>
  3147. </maml:Description>
  3148. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  3149. <dev:type>
  3150. <maml:name>SwitchParameter</maml:name>
  3151. <maml:uri />
  3152. </dev:type>
  3153. <dev:defaultValue>False</dev:defaultValue>
  3154. </command:parameter>
  3155. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  3156. <maml:name>SkipSymbolicLinks</maml:name>
  3157. <maml:Description>
  3158. <maml:para>{{ Fill SkipSymbolicLinks Description }}</maml:para>
  3159. </maml:Description>
  3160. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  3161. <dev:type>
  3162. <maml:name>SwitchParameter</maml:name>
  3163. <maml:uri />
  3164. </dev:type>
  3165. <dev:defaultValue>False</dev:defaultValue>
  3166. </command:parameter>
  3167. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  3168. <maml:name>System</maml:name>
  3169. <maml:Description>
  3170. <maml:para>{{ Fill System Description }}</maml:para>
  3171. </maml:Description>
  3172. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  3173. <dev:type>
  3174. <maml:name>SwitchParameter</maml:name>
  3175. <maml:uri />
  3176. </dev:type>
  3177. <dev:defaultValue>False</dev:defaultValue>
  3178. </command:parameter>
  3179. </command:parameters>
  3180. <command:inputTypes>
  3181. <command:inputType>
  3182. <dev:type>
  3183. <maml:name>System.String[]</maml:name>
  3184. </dev:type>
  3185. <maml:description>
  3186. <maml:para></maml:para>
  3187. </maml:description>
  3188. </command:inputType>
  3189. </command:inputTypes>
  3190. <command:returnValues>
  3191. <command:returnValue>
  3192. <dev:type>
  3193. <maml:name>Alphaleonis.Win32.Filesystem.FileInfo</maml:name>
  3194. </dev:type>
  3195. <maml:description>
  3196. <maml:para></maml:para>
  3197. </maml:description>
  3198. </command:returnValue>
  3199. <command:returnValue>
  3200. <dev:type>
  3201. <maml:name>Alphaleonis.Win32.Filesystem.DirectoryInfo</maml:name>
  3202. </dev:type>
  3203. <maml:description>
  3204. <maml:para></maml:para>
  3205. </maml:description>
  3206. </command:returnValue>
  3207. </command:returnValues>
  3208. <maml:alertSet>
  3209. <maml:alert>
  3210. <maml:para></maml:para>
  3211. </maml:alert>
  3212. </maml:alertSet>
  3213. <command:examples>
  3214. <command:example>
  3215. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  3216. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  3217. <dev:remarks>
  3218. <maml:para>{{ Add example description here }}</maml:para>
  3219. </dev:remarks>
  3220. </command:example>
  3221. </command:examples>
  3222. <command:relatedLinks />
  3223. </command:command>
  3224. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  3225. <command:details>
  3226. <command:name>Get-DiskSpace</command:name>
  3227. <command:verb>Get</command:verb>
  3228. <command:noun>DiskSpace</command:noun>
  3229. <maml:description>
  3230. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  3231. </maml:description>
  3232. </command:details>
  3233. <maml:description>
  3234. <maml:para>{{ Fill in the Description }}</maml:para>
  3235. </maml:description>
  3236. <command:syntax>
  3237. <command:syntaxItem>
  3238. <maml:name>Get-DiskSpace</maml:name>
  3239. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
  3240. <maml:name>DriveLetter</maml:name>
  3241. <maml:Description>
  3242. <maml:para>{{ Fill DriveLetter Description }}</maml:para>
  3243. </maml:Description>
  3244. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  3245. <dev:type>
  3246. <maml:name>String[]</maml:name>
  3247. <maml:uri />
  3248. </dev:type>
  3249. <dev:defaultValue>None</dev:defaultValue>
  3250. </command:parameter>
  3251. </command:syntaxItem>
  3252. </command:syntax>
  3253. <command:parameters>
  3254. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none">
  3255. <maml:name>DriveLetter</maml:name>
  3256. <maml:Description>
  3257. <maml:para>{{ Fill DriveLetter Description }}</maml:para>
  3258. </maml:Description>
  3259. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  3260. <dev:type>
  3261. <maml:name>String[]</maml:name>
  3262. <maml:uri />
  3263. </dev:type>
  3264. <dev:defaultValue>None</dev:defaultValue>
  3265. </command:parameter>
  3266. </command:parameters>
  3267. <command:inputTypes>
  3268. <command:inputType>
  3269. <dev:type>
  3270. <maml:name>None</maml:name>
  3271. </dev:type>
  3272. <maml:description>
  3273. <maml:para></maml:para>
  3274. </maml:description>
  3275. </command:inputType>
  3276. </command:inputTypes>
  3277. <command:returnValues>
  3278. <command:returnValue>
  3279. <dev:type>
  3280. <maml:name>Alphaleonis.Win32.Filesystem.DiskSpaceInfo</maml:name>
  3281. </dev:type>
  3282. <maml:description>
  3283. <maml:para></maml:para>
  3284. </maml:description>
  3285. </command:returnValue>
  3286. </command:returnValues>
  3287. <maml:alertSet>
  3288. <maml:alert>
  3289. <maml:para></maml:para>
  3290. </maml:alert>
  3291. </maml:alertSet>
  3292. <command:examples>
  3293. <command:example>
  3294. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  3295. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  3296. <dev:remarks>
  3297. <maml:para>{{ Add example description here }}</maml:para>
  3298. </dev:remarks>
  3299. </command:example>
  3300. </command:examples>
  3301. <command:relatedLinks />
  3302. </command:command>
  3303. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  3304. <command:details>
  3305. <command:name>Get-FileHash2</command:name>
  3306. <command:verb>Get</command:verb>
  3307. <command:noun>FileHash2</command:noun>
  3308. <maml:description>
  3309. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  3310. </maml:description>
  3311. </command:details>
  3312. <maml:description>
  3313. <maml:para>{{ Fill in the Description }}</maml:para>
  3314. </maml:description>
  3315. <command:syntax>
  3316. <command:syntaxItem>
  3317. <maml:name>Get-FileHash2</maml:name>
  3318. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  3319. <maml:name>Path</maml:name>
  3320. <maml:Description>
  3321. <maml:para>{{ Fill Path Description }}</maml:para>
  3322. </maml:Description>
  3323. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  3324. <dev:type>
  3325. <maml:name>String[]</maml:name>
  3326. <maml:uri />
  3327. </dev:type>
  3328. <dev:defaultValue>None</dev:defaultValue>
  3329. </command:parameter>
  3330. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="none">
  3331. <maml:name>Algorithm</maml:name>
  3332. <maml:Description>
  3333. <maml:para>{{ Fill Algorithm Description }}</maml:para>
  3334. </maml:Description>
  3335. <command:parameterValueGroup>
  3336. <command:parameterValue required="false" command:variableLength="false">SHA1</command:parameterValue>
  3337. <command:parameterValue required="false" command:variableLength="false">SHA256</command:parameterValue>
  3338. <command:parameterValue required="false" command:variableLength="false">SHA384</command:parameterValue>
  3339. <command:parameterValue required="false" command:variableLength="false">SHA512</command:parameterValue>
  3340. <command:parameterValue required="false" command:variableLength="false">MACTripleDES</command:parameterValue>
  3341. <command:parameterValue required="false" command:variableLength="false">MD5</command:parameterValue>
  3342. <command:parameterValue required="false" command:variableLength="false">RIPEMD160</command:parameterValue>
  3343. </command:parameterValueGroup>
  3344. <command:parameterValue required="true" variableLength="false">HashAlgorithms</command:parameterValue>
  3345. <dev:type>
  3346. <maml:name>HashAlgorithms</maml:name>
  3347. <maml:uri />
  3348. </dev:type>
  3349. <dev:defaultValue>None</dev:defaultValue>
  3350. </command:parameter>
  3351. </command:syntaxItem>
  3352. </command:syntax>
  3353. <command:parameters>
  3354. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="none">
  3355. <maml:name>Algorithm</maml:name>
  3356. <maml:Description>
  3357. <maml:para>{{ Fill Algorithm Description }}</maml:para>
  3358. </maml:Description>
  3359. <command:parameterValue required="true" variableLength="false">HashAlgorithms</command:parameterValue>
  3360. <dev:type>
  3361. <maml:name>HashAlgorithms</maml:name>
  3362. <maml:uri />
  3363. </dev:type>
  3364. <dev:defaultValue>None</dev:defaultValue>
  3365. </command:parameter>
  3366. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  3367. <maml:name>Path</maml:name>
  3368. <maml:Description>
  3369. <maml:para>{{ Fill Path Description }}</maml:para>
  3370. </maml:Description>
  3371. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  3372. <dev:type>
  3373. <maml:name>String[]</maml:name>
  3374. <maml:uri />
  3375. </dev:type>
  3376. <dev:defaultValue>None</dev:defaultValue>
  3377. </command:parameter>
  3378. </command:parameters>
  3379. <command:inputTypes>
  3380. <command:inputType>
  3381. <dev:type>
  3382. <maml:name>System.String[]</maml:name>
  3383. </dev:type>
  3384. <maml:description>
  3385. <maml:para></maml:para>
  3386. </maml:description>
  3387. </command:inputType>
  3388. <command:inputType>
  3389. <dev:type>
  3390. <maml:name>Security2.FileSystem.FileInfo.HashAlgorithms</maml:name>
  3391. </dev:type>
  3392. <maml:description>
  3393. <maml:para></maml:para>
  3394. </maml:description>
  3395. </command:inputType>
  3396. </command:inputTypes>
  3397. <command:returnValues>
  3398. <command:returnValue>
  3399. <dev:type>
  3400. <maml:name>Security2.FileSystemAccessRule2</maml:name>
  3401. </dev:type>
  3402. <maml:description>
  3403. <maml:para></maml:para>
  3404. </maml:description>
  3405. </command:returnValue>
  3406. </command:returnValues>
  3407. <maml:alertSet>
  3408. <maml:alert>
  3409. <maml:para></maml:para>
  3410. </maml:alert>
  3411. </maml:alertSet>
  3412. <command:examples>
  3413. <command:example>
  3414. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  3415. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  3416. <dev:remarks>
  3417. <maml:para>{{ Add example description here }}</maml:para>
  3418. </dev:remarks>
  3419. </command:example>
  3420. </command:examples>
  3421. <command:relatedLinks />
  3422. </command:command>
  3423. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  3424. <command:details>
  3425. <command:name>Get-Item2</command:name>
  3426. <command:verb>Get</command:verb>
  3427. <command:noun>Item2</command:noun>
  3428. <maml:description>
  3429. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  3430. </maml:description>
  3431. </command:details>
  3432. <maml:description>
  3433. <maml:para>{{ Fill in the Description }}</maml:para>
  3434. </maml:description>
  3435. <command:syntax>
  3436. <command:syntaxItem>
  3437. <maml:name>Get-Item2</maml:name>
  3438. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  3439. <maml:name>Path</maml:name>
  3440. <maml:Description>
  3441. <maml:para>{{ Fill Path Description }}</maml:para>
  3442. </maml:Description>
  3443. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  3444. <dev:type>
  3445. <maml:name>String[]</maml:name>
  3446. <maml:uri />
  3447. </dev:type>
  3448. <dev:defaultValue>None</dev:defaultValue>
  3449. </command:parameter>
  3450. </command:syntaxItem>
  3451. </command:syntax>
  3452. <command:parameters>
  3453. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  3454. <maml:name>Path</maml:name>
  3455. <maml:Description>
  3456. <maml:para>{{ Fill Path Description }}</maml:para>
  3457. </maml:Description>
  3458. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  3459. <dev:type>
  3460. <maml:name>String[]</maml:name>
  3461. <maml:uri />
  3462. </dev:type>
  3463. <dev:defaultValue>None</dev:defaultValue>
  3464. </command:parameter>
  3465. </command:parameters>
  3466. <command:inputTypes>
  3467. <command:inputType>
  3468. <dev:type>
  3469. <maml:name>System.String[]</maml:name>
  3470. </dev:type>
  3471. <maml:description>
  3472. <maml:para></maml:para>
  3473. </maml:description>
  3474. </command:inputType>
  3475. </command:inputTypes>
  3476. <command:returnValues>
  3477. <command:returnValue>
  3478. <dev:type>
  3479. <maml:name>Alphaleonis.Win32.Filesystem.FileInfo</maml:name>
  3480. </dev:type>
  3481. <maml:description>
  3482. <maml:para></maml:para>
  3483. </maml:description>
  3484. </command:returnValue>
  3485. <command:returnValue>
  3486. <dev:type>
  3487. <maml:name>Alphaleonis.Win32.Filesystem.DirectoryInfo</maml:name>
  3488. </dev:type>
  3489. <maml:description>
  3490. <maml:para></maml:para>
  3491. </maml:description>
  3492. </command:returnValue>
  3493. </command:returnValues>
  3494. <maml:alertSet>
  3495. <maml:alert>
  3496. <maml:para></maml:para>
  3497. </maml:alert>
  3498. </maml:alertSet>
  3499. <command:examples>
  3500. <command:example>
  3501. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  3502. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  3503. <dev:remarks>
  3504. <maml:para>{{ Add example description here }}</maml:para>
  3505. </dev:remarks>
  3506. </command:example>
  3507. </command:examples>
  3508. <command:relatedLinks />
  3509. </command:command>
  3510. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  3511. <command:details>
  3512. <command:name>Get-NTFSAccess</command:name>
  3513. <command:verb>Get</command:verb>
  3514. <command:noun>NTFSAccess</command:noun>
  3515. <maml:description>
  3516. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  3517. </maml:description>
  3518. </command:details>
  3519. <maml:description>
  3520. <maml:para>{{ Fill in the Description }}</maml:para>
  3521. </maml:description>
  3522. <command:syntax>
  3523. <command:syntaxItem>
  3524. <maml:name>Get-NTFSAccess</maml:name>
  3525. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  3526. <maml:name>Path</maml:name>
  3527. <maml:Description>
  3528. <maml:para>{{ Fill Path Description }}</maml:para>
  3529. </maml:Description>
  3530. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  3531. <dev:type>
  3532. <maml:name>String[]</maml:name>
  3533. <maml:uri />
  3534. </dev:type>
  3535. <dev:defaultValue>None</dev:defaultValue>
  3536. </command:parameter>
  3537. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="IdentityReference, ID">
  3538. <maml:name>Account</maml:name>
  3539. <maml:Description>
  3540. <maml:para>{{ Fill Account Description }}</maml:para>
  3541. </maml:Description>
  3542. <command:parameterValue required="true" variableLength="false">IdentityReference2</command:parameterValue>
  3543. <dev:type>
  3544. <maml:name>IdentityReference2</maml:name>
  3545. <maml:uri />
  3546. </dev:type>
  3547. <dev:defaultValue>None</dev:defaultValue>
  3548. </command:parameter>
  3549. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  3550. <maml:name>ExcludeExplicit</maml:name>
  3551. <maml:Description>
  3552. <maml:para>{{ Fill ExcludeExplicit Description }}</maml:para>
  3553. </maml:Description>
  3554. <dev:type>
  3555. <maml:name>SwitchParameter</maml:name>
  3556. <maml:uri />
  3557. </dev:type>
  3558. <dev:defaultValue>False</dev:defaultValue>
  3559. </command:parameter>
  3560. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  3561. <maml:name>ExcludeInherited</maml:name>
  3562. <maml:Description>
  3563. <maml:para>{{ Fill ExcludeInherited Description }}</maml:para>
  3564. </maml:Description>
  3565. <dev:type>
  3566. <maml:name>SwitchParameter</maml:name>
  3567. <maml:uri />
  3568. </dev:type>
  3569. <dev:defaultValue>False</dev:defaultValue>
  3570. </command:parameter>
  3571. </command:syntaxItem>
  3572. <command:syntaxItem>
  3573. <maml:name>Get-NTFSAccess</maml:name>
  3574. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  3575. <maml:name>SecurityDescriptor</maml:name>
  3576. <maml:Description>
  3577. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  3578. </maml:Description>
  3579. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  3580. <dev:type>
  3581. <maml:name>FileSystemSecurity2[]</maml:name>
  3582. <maml:uri />
  3583. </dev:type>
  3584. <dev:defaultValue>None</dev:defaultValue>
  3585. </command:parameter>
  3586. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="IdentityReference, ID">
  3587. <maml:name>Account</maml:name>
  3588. <maml:Description>
  3589. <maml:para>{{ Fill Account Description }}</maml:para>
  3590. </maml:Description>
  3591. <command:parameterValue required="true" variableLength="false">IdentityReference2</command:parameterValue>
  3592. <dev:type>
  3593. <maml:name>IdentityReference2</maml:name>
  3594. <maml:uri />
  3595. </dev:type>
  3596. <dev:defaultValue>None</dev:defaultValue>
  3597. </command:parameter>
  3598. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  3599. <maml:name>ExcludeExplicit</maml:name>
  3600. <maml:Description>
  3601. <maml:para>{{ Fill ExcludeExplicit Description }}</maml:para>
  3602. </maml:Description>
  3603. <dev:type>
  3604. <maml:name>SwitchParameter</maml:name>
  3605. <maml:uri />
  3606. </dev:type>
  3607. <dev:defaultValue>False</dev:defaultValue>
  3608. </command:parameter>
  3609. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  3610. <maml:name>ExcludeInherited</maml:name>
  3611. <maml:Description>
  3612. <maml:para>{{ Fill ExcludeInherited Description }}</maml:para>
  3613. </maml:Description>
  3614. <dev:type>
  3615. <maml:name>SwitchParameter</maml:name>
  3616. <maml:uri />
  3617. </dev:type>
  3618. <dev:defaultValue>False</dev:defaultValue>
  3619. </command:parameter>
  3620. </command:syntaxItem>
  3621. </command:syntax>
  3622. <command:parameters>
  3623. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="IdentityReference, ID">
  3624. <maml:name>Account</maml:name>
  3625. <maml:Description>
  3626. <maml:para>{{ Fill Account Description }}</maml:para>
  3627. </maml:Description>
  3628. <command:parameterValue required="true" variableLength="false">IdentityReference2</command:parameterValue>
  3629. <dev:type>
  3630. <maml:name>IdentityReference2</maml:name>
  3631. <maml:uri />
  3632. </dev:type>
  3633. <dev:defaultValue>None</dev:defaultValue>
  3634. </command:parameter>
  3635. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  3636. <maml:name>ExcludeExplicit</maml:name>
  3637. <maml:Description>
  3638. <maml:para>{{ Fill ExcludeExplicit Description }}</maml:para>
  3639. </maml:Description>
  3640. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  3641. <dev:type>
  3642. <maml:name>SwitchParameter</maml:name>
  3643. <maml:uri />
  3644. </dev:type>
  3645. <dev:defaultValue>False</dev:defaultValue>
  3646. </command:parameter>
  3647. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  3648. <maml:name>ExcludeInherited</maml:name>
  3649. <maml:Description>
  3650. <maml:para>{{ Fill ExcludeInherited Description }}</maml:para>
  3651. </maml:Description>
  3652. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  3653. <dev:type>
  3654. <maml:name>SwitchParameter</maml:name>
  3655. <maml:uri />
  3656. </dev:type>
  3657. <dev:defaultValue>False</dev:defaultValue>
  3658. </command:parameter>
  3659. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  3660. <maml:name>Path</maml:name>
  3661. <maml:Description>
  3662. <maml:para>{{ Fill Path Description }}</maml:para>
  3663. </maml:Description>
  3664. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  3665. <dev:type>
  3666. <maml:name>String[]</maml:name>
  3667. <maml:uri />
  3668. </dev:type>
  3669. <dev:defaultValue>None</dev:defaultValue>
  3670. </command:parameter>
  3671. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  3672. <maml:name>SecurityDescriptor</maml:name>
  3673. <maml:Description>
  3674. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  3675. </maml:Description>
  3676. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  3677. <dev:type>
  3678. <maml:name>FileSystemSecurity2[]</maml:name>
  3679. <maml:uri />
  3680. </dev:type>
  3681. <dev:defaultValue>None</dev:defaultValue>
  3682. </command:parameter>
  3683. </command:parameters>
  3684. <command:inputTypes>
  3685. <command:inputType>
  3686. <dev:type>
  3687. <maml:name>System.String[]</maml:name>
  3688. </dev:type>
  3689. <maml:description>
  3690. <maml:para></maml:para>
  3691. </maml:description>
  3692. </command:inputType>
  3693. <command:inputType>
  3694. <dev:type>
  3695. <maml:name>Security2.FileSystemSecurity2[]</maml:name>
  3696. </dev:type>
  3697. <maml:description>
  3698. <maml:para></maml:para>
  3699. </maml:description>
  3700. </command:inputType>
  3701. <command:inputType>
  3702. <dev:type>
  3703. <maml:name>Security2.IdentityReference2</maml:name>
  3704. </dev:type>
  3705. <maml:description>
  3706. <maml:para></maml:para>
  3707. </maml:description>
  3708. </command:inputType>
  3709. </command:inputTypes>
  3710. <command:returnValues>
  3711. <command:returnValue>
  3712. <dev:type>
  3713. <maml:name>Security2.FileSystemAccessRule2</maml:name>
  3714. </dev:type>
  3715. <maml:description>
  3716. <maml:para></maml:para>
  3717. </maml:description>
  3718. </command:returnValue>
  3719. </command:returnValues>
  3720. <maml:alertSet>
  3721. <maml:alert>
  3722. <maml:para></maml:para>
  3723. </maml:alert>
  3724. </maml:alertSet>
  3725. <command:examples>
  3726. <command:example>
  3727. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  3728. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  3729. <dev:remarks>
  3730. <maml:para>{{ Add example description here }}</maml:para>
  3731. </dev:remarks>
  3732. </command:example>
  3733. </command:examples>
  3734. <command:relatedLinks />
  3735. </command:command>
  3736. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  3737. <command:details>
  3738. <command:name>Get-NTFSAudit</command:name>
  3739. <command:verb>Get</command:verb>
  3740. <command:noun>NTFSAudit</command:noun>
  3741. <maml:description>
  3742. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  3743. </maml:description>
  3744. </command:details>
  3745. <maml:description>
  3746. <maml:para>{{ Fill in the Description }}</maml:para>
  3747. </maml:description>
  3748. <command:syntax>
  3749. <command:syntaxItem>
  3750. <maml:name>Get-NTFSAudit</maml:name>
  3751. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  3752. <maml:name>Path</maml:name>
  3753. <maml:Description>
  3754. <maml:para>{{ Fill Path Description }}</maml:para>
  3755. </maml:Description>
  3756. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  3757. <dev:type>
  3758. <maml:name>String[]</maml:name>
  3759. <maml:uri />
  3760. </dev:type>
  3761. <dev:defaultValue>None</dev:defaultValue>
  3762. </command:parameter>
  3763. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="IdentityReference, ID">
  3764. <maml:name>Account</maml:name>
  3765. <maml:Description>
  3766. <maml:para>{{ Fill Account Description }}</maml:para>
  3767. </maml:Description>
  3768. <command:parameterValue required="true" variableLength="false">IdentityReference2</command:parameterValue>
  3769. <dev:type>
  3770. <maml:name>IdentityReference2</maml:name>
  3771. <maml:uri />
  3772. </dev:type>
  3773. <dev:defaultValue>None</dev:defaultValue>
  3774. </command:parameter>
  3775. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  3776. <maml:name>ExcludeExplicit</maml:name>
  3777. <maml:Description>
  3778. <maml:para>{{ Fill ExcludeExplicit Description }}</maml:para>
  3779. </maml:Description>
  3780. <dev:type>
  3781. <maml:name>SwitchParameter</maml:name>
  3782. <maml:uri />
  3783. </dev:type>
  3784. <dev:defaultValue>False</dev:defaultValue>
  3785. </command:parameter>
  3786. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  3787. <maml:name>ExcludeInherited</maml:name>
  3788. <maml:Description>
  3789. <maml:para>{{ Fill ExcludeInherited Description }}</maml:para>
  3790. </maml:Description>
  3791. <dev:type>
  3792. <maml:name>SwitchParameter</maml:name>
  3793. <maml:uri />
  3794. </dev:type>
  3795. <dev:defaultValue>False</dev:defaultValue>
  3796. </command:parameter>
  3797. </command:syntaxItem>
  3798. <command:syntaxItem>
  3799. <maml:name>Get-NTFSAudit</maml:name>
  3800. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  3801. <maml:name>SecurityDescriptor</maml:name>
  3802. <maml:Description>
  3803. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  3804. </maml:Description>
  3805. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  3806. <dev:type>
  3807. <maml:name>FileSystemSecurity2[]</maml:name>
  3808. <maml:uri />
  3809. </dev:type>
  3810. <dev:defaultValue>None</dev:defaultValue>
  3811. </command:parameter>
  3812. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="IdentityReference, ID">
  3813. <maml:name>Account</maml:name>
  3814. <maml:Description>
  3815. <maml:para>{{ Fill Account Description }}</maml:para>
  3816. </maml:Description>
  3817. <command:parameterValue required="true" variableLength="false">IdentityReference2</command:parameterValue>
  3818. <dev:type>
  3819. <maml:name>IdentityReference2</maml:name>
  3820. <maml:uri />
  3821. </dev:type>
  3822. <dev:defaultValue>None</dev:defaultValue>
  3823. </command:parameter>
  3824. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  3825. <maml:name>ExcludeExplicit</maml:name>
  3826. <maml:Description>
  3827. <maml:para>{{ Fill ExcludeExplicit Description }}</maml:para>
  3828. </maml:Description>
  3829. <dev:type>
  3830. <maml:name>SwitchParameter</maml:name>
  3831. <maml:uri />
  3832. </dev:type>
  3833. <dev:defaultValue>False</dev:defaultValue>
  3834. </command:parameter>
  3835. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  3836. <maml:name>ExcludeInherited</maml:name>
  3837. <maml:Description>
  3838. <maml:para>{{ Fill ExcludeInherited Description }}</maml:para>
  3839. </maml:Description>
  3840. <dev:type>
  3841. <maml:name>SwitchParameter</maml:name>
  3842. <maml:uri />
  3843. </dev:type>
  3844. <dev:defaultValue>False</dev:defaultValue>
  3845. </command:parameter>
  3846. </command:syntaxItem>
  3847. </command:syntax>
  3848. <command:parameters>
  3849. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="IdentityReference, ID">
  3850. <maml:name>Account</maml:name>
  3851. <maml:Description>
  3852. <maml:para>{{ Fill Account Description }}</maml:para>
  3853. </maml:Description>
  3854. <command:parameterValue required="true" variableLength="false">IdentityReference2</command:parameterValue>
  3855. <dev:type>
  3856. <maml:name>IdentityReference2</maml:name>
  3857. <maml:uri />
  3858. </dev:type>
  3859. <dev:defaultValue>None</dev:defaultValue>
  3860. </command:parameter>
  3861. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  3862. <maml:name>ExcludeExplicit</maml:name>
  3863. <maml:Description>
  3864. <maml:para>{{ Fill ExcludeExplicit Description }}</maml:para>
  3865. </maml:Description>
  3866. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  3867. <dev:type>
  3868. <maml:name>SwitchParameter</maml:name>
  3869. <maml:uri />
  3870. </dev:type>
  3871. <dev:defaultValue>False</dev:defaultValue>
  3872. </command:parameter>
  3873. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  3874. <maml:name>ExcludeInherited</maml:name>
  3875. <maml:Description>
  3876. <maml:para>{{ Fill ExcludeInherited Description }}</maml:para>
  3877. </maml:Description>
  3878. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  3879. <dev:type>
  3880. <maml:name>SwitchParameter</maml:name>
  3881. <maml:uri />
  3882. </dev:type>
  3883. <dev:defaultValue>False</dev:defaultValue>
  3884. </command:parameter>
  3885. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  3886. <maml:name>Path</maml:name>
  3887. <maml:Description>
  3888. <maml:para>{{ Fill Path Description }}</maml:para>
  3889. </maml:Description>
  3890. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  3891. <dev:type>
  3892. <maml:name>String[]</maml:name>
  3893. <maml:uri />
  3894. </dev:type>
  3895. <dev:defaultValue>None</dev:defaultValue>
  3896. </command:parameter>
  3897. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  3898. <maml:name>SecurityDescriptor</maml:name>
  3899. <maml:Description>
  3900. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  3901. </maml:Description>
  3902. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  3903. <dev:type>
  3904. <maml:name>FileSystemSecurity2[]</maml:name>
  3905. <maml:uri />
  3906. </dev:type>
  3907. <dev:defaultValue>None</dev:defaultValue>
  3908. </command:parameter>
  3909. </command:parameters>
  3910. <command:inputTypes>
  3911. <command:inputType>
  3912. <dev:type>
  3913. <maml:name>System.String[]</maml:name>
  3914. </dev:type>
  3915. <maml:description>
  3916. <maml:para></maml:para>
  3917. </maml:description>
  3918. </command:inputType>
  3919. <command:inputType>
  3920. <dev:type>
  3921. <maml:name>Security2.FileSystemSecurity2[]</maml:name>
  3922. </dev:type>
  3923. <maml:description>
  3924. <maml:para></maml:para>
  3925. </maml:description>
  3926. </command:inputType>
  3927. <command:inputType>
  3928. <dev:type>
  3929. <maml:name>Security2.IdentityReference2</maml:name>
  3930. </dev:type>
  3931. <maml:description>
  3932. <maml:para></maml:para>
  3933. </maml:description>
  3934. </command:inputType>
  3935. </command:inputTypes>
  3936. <command:returnValues>
  3937. <command:returnValue>
  3938. <dev:type>
  3939. <maml:name>Security2.FileSystemAuditRule2</maml:name>
  3940. </dev:type>
  3941. <maml:description>
  3942. <maml:para></maml:para>
  3943. </maml:description>
  3944. </command:returnValue>
  3945. </command:returnValues>
  3946. <maml:alertSet>
  3947. <maml:alert>
  3948. <maml:para></maml:para>
  3949. </maml:alert>
  3950. </maml:alertSet>
  3951. <command:examples>
  3952. <command:example>
  3953. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  3954. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  3955. <dev:remarks>
  3956. <maml:para>{{ Add example description here }}</maml:para>
  3957. </dev:remarks>
  3958. </command:example>
  3959. </command:examples>
  3960. <command:relatedLinks />
  3961. </command:command>
  3962. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  3963. <command:details>
  3964. <command:name>Get-NTFSEffectiveAccess</command:name>
  3965. <command:verb>Get</command:verb>
  3966. <command:noun>NTFSEffectiveAccess</command:noun>
  3967. <maml:description>
  3968. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  3969. </maml:description>
  3970. </command:details>
  3971. <maml:description>
  3972. <maml:para>{{ Fill in the Description }}</maml:para>
  3973. </maml:description>
  3974. <command:syntax>
  3975. <command:syntaxItem>
  3976. <maml:name>Get-NTFSEffectiveAccess</maml:name>
  3977. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  3978. <maml:name>Path</maml:name>
  3979. <maml:Description>
  3980. <maml:para>{{ Fill Path Description }}</maml:para>
  3981. </maml:Description>
  3982. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  3983. <dev:type>
  3984. <maml:name>String[]</maml:name>
  3985. <maml:uri />
  3986. </dev:type>
  3987. <dev:defaultValue>None</dev:defaultValue>
  3988. </command:parameter>
  3989. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="NTAccount, IdentityReference">
  3990. <maml:name>Account</maml:name>
  3991. <maml:Description>
  3992. <maml:para>{{ Fill Account Description }}</maml:para>
  3993. </maml:Description>
  3994. <command:parameterValue required="true" variableLength="false">IdentityReference2</command:parameterValue>
  3995. <dev:type>
  3996. <maml:name>IdentityReference2</maml:name>
  3997. <maml:uri />
  3998. </dev:type>
  3999. <dev:defaultValue>None</dev:defaultValue>
  4000. </command:parameter>
  4001. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  4002. <maml:name>ExcludeNoneAccessEntries</maml:name>
  4003. <maml:Description>
  4004. <maml:para>{{ Fill ExcludeNoneAccessEntries Description }}</maml:para>
  4005. </maml:Description>
  4006. <dev:type>
  4007. <maml:name>SwitchParameter</maml:name>
  4008. <maml:uri />
  4009. </dev:type>
  4010. <dev:defaultValue>False</dev:defaultValue>
  4011. </command:parameter>
  4012. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  4013. <maml:name>ServerName</maml:name>
  4014. <maml:Description>
  4015. <maml:para>{{ Fill ServerName Description }}</maml:para>
  4016. </maml:Description>
  4017. <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
  4018. <dev:type>
  4019. <maml:name>String</maml:name>
  4020. <maml:uri />
  4021. </dev:type>
  4022. <dev:defaultValue>None</dev:defaultValue>
  4023. </command:parameter>
  4024. </command:syntaxItem>
  4025. <command:syntaxItem>
  4026. <maml:name>Get-NTFSEffectiveAccess</maml:name>
  4027. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  4028. <maml:name>SecurityDescriptor</maml:name>
  4029. <maml:Description>
  4030. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  4031. </maml:Description>
  4032. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  4033. <dev:type>
  4034. <maml:name>FileSystemSecurity2[]</maml:name>
  4035. <maml:uri />
  4036. </dev:type>
  4037. <dev:defaultValue>None</dev:defaultValue>
  4038. </command:parameter>
  4039. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="NTAccount, IdentityReference">
  4040. <maml:name>Account</maml:name>
  4041. <maml:Description>
  4042. <maml:para>{{ Fill Account Description }}</maml:para>
  4043. </maml:Description>
  4044. <command:parameterValue required="true" variableLength="false">IdentityReference2</command:parameterValue>
  4045. <dev:type>
  4046. <maml:name>IdentityReference2</maml:name>
  4047. <maml:uri />
  4048. </dev:type>
  4049. <dev:defaultValue>None</dev:defaultValue>
  4050. </command:parameter>
  4051. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  4052. <maml:name>ExcludeNoneAccessEntries</maml:name>
  4053. <maml:Description>
  4054. <maml:para>{{ Fill ExcludeNoneAccessEntries Description }}</maml:para>
  4055. </maml:Description>
  4056. <dev:type>
  4057. <maml:name>SwitchParameter</maml:name>
  4058. <maml:uri />
  4059. </dev:type>
  4060. <dev:defaultValue>False</dev:defaultValue>
  4061. </command:parameter>
  4062. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  4063. <maml:name>ServerName</maml:name>
  4064. <maml:Description>
  4065. <maml:para>{{ Fill ServerName Description }}</maml:para>
  4066. </maml:Description>
  4067. <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
  4068. <dev:type>
  4069. <maml:name>String</maml:name>
  4070. <maml:uri />
  4071. </dev:type>
  4072. <dev:defaultValue>None</dev:defaultValue>
  4073. </command:parameter>
  4074. </command:syntaxItem>
  4075. </command:syntax>
  4076. <command:parameters>
  4077. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="NTAccount, IdentityReference">
  4078. <maml:name>Account</maml:name>
  4079. <maml:Description>
  4080. <maml:para>{{ Fill Account Description }}</maml:para>
  4081. </maml:Description>
  4082. <command:parameterValue required="true" variableLength="false">IdentityReference2</command:parameterValue>
  4083. <dev:type>
  4084. <maml:name>IdentityReference2</maml:name>
  4085. <maml:uri />
  4086. </dev:type>
  4087. <dev:defaultValue>None</dev:defaultValue>
  4088. </command:parameter>
  4089. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  4090. <maml:name>ExcludeNoneAccessEntries</maml:name>
  4091. <maml:Description>
  4092. <maml:para>{{ Fill ExcludeNoneAccessEntries Description }}</maml:para>
  4093. </maml:Description>
  4094. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  4095. <dev:type>
  4096. <maml:name>SwitchParameter</maml:name>
  4097. <maml:uri />
  4098. </dev:type>
  4099. <dev:defaultValue>False</dev:defaultValue>
  4100. </command:parameter>
  4101. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  4102. <maml:name>Path</maml:name>
  4103. <maml:Description>
  4104. <maml:para>{{ Fill Path Description }}</maml:para>
  4105. </maml:Description>
  4106. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  4107. <dev:type>
  4108. <maml:name>String[]</maml:name>
  4109. <maml:uri />
  4110. </dev:type>
  4111. <dev:defaultValue>None</dev:defaultValue>
  4112. </command:parameter>
  4113. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  4114. <maml:name>SecurityDescriptor</maml:name>
  4115. <maml:Description>
  4116. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  4117. </maml:Description>
  4118. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  4119. <dev:type>
  4120. <maml:name>FileSystemSecurity2[]</maml:name>
  4121. <maml:uri />
  4122. </dev:type>
  4123. <dev:defaultValue>None</dev:defaultValue>
  4124. </command:parameter>
  4125. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  4126. <maml:name>ServerName</maml:name>
  4127. <maml:Description>
  4128. <maml:para>{{ Fill ServerName Description }}</maml:para>
  4129. </maml:Description>
  4130. <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
  4131. <dev:type>
  4132. <maml:name>String</maml:name>
  4133. <maml:uri />
  4134. </dev:type>
  4135. <dev:defaultValue>None</dev:defaultValue>
  4136. </command:parameter>
  4137. </command:parameters>
  4138. <command:inputTypes>
  4139. <command:inputType>
  4140. <dev:type>
  4141. <maml:name>System.String[]</maml:name>
  4142. </dev:type>
  4143. <maml:description>
  4144. <maml:para></maml:para>
  4145. </maml:description>
  4146. </command:inputType>
  4147. <command:inputType>
  4148. <dev:type>
  4149. <maml:name>Security2.FileSystemSecurity2[]</maml:name>
  4150. </dev:type>
  4151. <maml:description>
  4152. <maml:para></maml:para>
  4153. </maml:description>
  4154. </command:inputType>
  4155. <command:inputType>
  4156. <dev:type>
  4157. <maml:name>Security2.IdentityReference2</maml:name>
  4158. </dev:type>
  4159. <maml:description>
  4160. <maml:para></maml:para>
  4161. </maml:description>
  4162. </command:inputType>
  4163. </command:inputTypes>
  4164. <command:returnValues>
  4165. <command:returnValue>
  4166. <dev:type>
  4167. <maml:name>Security2.FileSystemAccessRule2</maml:name>
  4168. </dev:type>
  4169. <maml:description>
  4170. <maml:para></maml:para>
  4171. </maml:description>
  4172. </command:returnValue>
  4173. </command:returnValues>
  4174. <maml:alertSet>
  4175. <maml:alert>
  4176. <maml:para></maml:para>
  4177. </maml:alert>
  4178. </maml:alertSet>
  4179. <command:examples>
  4180. <command:example>
  4181. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  4182. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  4183. <dev:remarks>
  4184. <maml:para>{{ Add example description here }}</maml:para>
  4185. </dev:remarks>
  4186. </command:example>
  4187. </command:examples>
  4188. <command:relatedLinks />
  4189. </command:command>
  4190. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  4191. <command:details>
  4192. <command:name>Get-NTFSHardLink</command:name>
  4193. <command:verb>Get</command:verb>
  4194. <command:noun>NTFSHardLink</command:noun>
  4195. <maml:description>
  4196. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  4197. </maml:description>
  4198. </command:details>
  4199. <maml:description>
  4200. <maml:para>{{ Fill in the Description }}</maml:para>
  4201. </maml:description>
  4202. <command:syntax>
  4203. <command:syntaxItem>
  4204. <maml:name>Get-NTFSHardLink</maml:name>
  4205. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  4206. <maml:name>Path</maml:name>
  4207. <maml:Description>
  4208. <maml:para>{{ Fill Path Description }}</maml:para>
  4209. </maml:Description>
  4210. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  4211. <dev:type>
  4212. <maml:name>String[]</maml:name>
  4213. <maml:uri />
  4214. </dev:type>
  4215. <dev:defaultValue>None</dev:defaultValue>
  4216. </command:parameter>
  4217. </command:syntaxItem>
  4218. </command:syntax>
  4219. <command:parameters>
  4220. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  4221. <maml:name>Path</maml:name>
  4222. <maml:Description>
  4223. <maml:para>{{ Fill Path Description }}</maml:para>
  4224. </maml:Description>
  4225. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  4226. <dev:type>
  4227. <maml:name>String[]</maml:name>
  4228. <maml:uri />
  4229. </dev:type>
  4230. <dev:defaultValue>None</dev:defaultValue>
  4231. </command:parameter>
  4232. </command:parameters>
  4233. <command:inputTypes>
  4234. <command:inputType>
  4235. <dev:type>
  4236. <maml:name>System.String[]</maml:name>
  4237. </dev:type>
  4238. <maml:description>
  4239. <maml:para></maml:para>
  4240. </maml:description>
  4241. </command:inputType>
  4242. </command:inputTypes>
  4243. <command:returnValues>
  4244. <command:returnValue>
  4245. <dev:type>
  4246. <maml:name>Alphaleonis.Win32.Filesystem.FileInfo</maml:name>
  4247. </dev:type>
  4248. <maml:description>
  4249. <maml:para></maml:para>
  4250. </maml:description>
  4251. </command:returnValue>
  4252. <command:returnValue>
  4253. <dev:type>
  4254. <maml:name>Alphaleonis.Win32.Filesystem.DirectoryInfo</maml:name>
  4255. </dev:type>
  4256. <maml:description>
  4257. <maml:para></maml:para>
  4258. </maml:description>
  4259. </command:returnValue>
  4260. </command:returnValues>
  4261. <maml:alertSet>
  4262. <maml:alert>
  4263. <maml:para></maml:para>
  4264. </maml:alert>
  4265. </maml:alertSet>
  4266. <command:examples>
  4267. <command:example>
  4268. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  4269. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  4270. <dev:remarks>
  4271. <maml:para>{{ Add example description here }}</maml:para>
  4272. </dev:remarks>
  4273. </command:example>
  4274. </command:examples>
  4275. <command:relatedLinks />
  4276. </command:command>
  4277. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  4278. <command:details>
  4279. <command:name>Get-NTFSInheritance</command:name>
  4280. <command:verb>Get</command:verb>
  4281. <command:noun>NTFSInheritance</command:noun>
  4282. <maml:description>
  4283. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  4284. </maml:description>
  4285. </command:details>
  4286. <maml:description>
  4287. <maml:para>{{ Fill in the Description }}</maml:para>
  4288. </maml:description>
  4289. <command:syntax>
  4290. <command:syntaxItem>
  4291. <maml:name>Get-NTFSInheritance</maml:name>
  4292. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  4293. <maml:name>Path</maml:name>
  4294. <maml:Description>
  4295. <maml:para>{{ Fill Path Description }}</maml:para>
  4296. </maml:Description>
  4297. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  4298. <dev:type>
  4299. <maml:name>String[]</maml:name>
  4300. <maml:uri />
  4301. </dev:type>
  4302. <dev:defaultValue>None</dev:defaultValue>
  4303. </command:parameter>
  4304. </command:syntaxItem>
  4305. <command:syntaxItem>
  4306. <maml:name>Get-NTFSInheritance</maml:name>
  4307. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  4308. <maml:name>SecurityDescriptor</maml:name>
  4309. <maml:Description>
  4310. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  4311. </maml:Description>
  4312. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  4313. <dev:type>
  4314. <maml:name>FileSystemSecurity2[]</maml:name>
  4315. <maml:uri />
  4316. </dev:type>
  4317. <dev:defaultValue>None</dev:defaultValue>
  4318. </command:parameter>
  4319. </command:syntaxItem>
  4320. </command:syntax>
  4321. <command:parameters>
  4322. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  4323. <maml:name>Path</maml:name>
  4324. <maml:Description>
  4325. <maml:para>{{ Fill Path Description }}</maml:para>
  4326. </maml:Description>
  4327. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  4328. <dev:type>
  4329. <maml:name>String[]</maml:name>
  4330. <maml:uri />
  4331. </dev:type>
  4332. <dev:defaultValue>None</dev:defaultValue>
  4333. </command:parameter>
  4334. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  4335. <maml:name>SecurityDescriptor</maml:name>
  4336. <maml:Description>
  4337. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  4338. </maml:Description>
  4339. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  4340. <dev:type>
  4341. <maml:name>FileSystemSecurity2[]</maml:name>
  4342. <maml:uri />
  4343. </dev:type>
  4344. <dev:defaultValue>None</dev:defaultValue>
  4345. </command:parameter>
  4346. </command:parameters>
  4347. <command:inputTypes>
  4348. <command:inputType>
  4349. <dev:type>
  4350. <maml:name>System.String[]</maml:name>
  4351. </dev:type>
  4352. <maml:description>
  4353. <maml:para></maml:para>
  4354. </maml:description>
  4355. </command:inputType>
  4356. <command:inputType>
  4357. <dev:type>
  4358. <maml:name>Security2.FileSystemSecurity2[]</maml:name>
  4359. </dev:type>
  4360. <maml:description>
  4361. <maml:para></maml:para>
  4362. </maml:description>
  4363. </command:inputType>
  4364. </command:inputTypes>
  4365. <command:returnValues>
  4366. <command:returnValue>
  4367. <dev:type>
  4368. <maml:name>Security2.FileSystemInheritanceInfo</maml:name>
  4369. </dev:type>
  4370. <maml:description>
  4371. <maml:para></maml:para>
  4372. </maml:description>
  4373. </command:returnValue>
  4374. </command:returnValues>
  4375. <maml:alertSet>
  4376. <maml:alert>
  4377. <maml:para></maml:para>
  4378. </maml:alert>
  4379. </maml:alertSet>
  4380. <command:examples>
  4381. <command:example>
  4382. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  4383. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  4384. <dev:remarks>
  4385. <maml:para>{{ Add example description here }}</maml:para>
  4386. </dev:remarks>
  4387. </command:example>
  4388. </command:examples>
  4389. <command:relatedLinks />
  4390. </command:command>
  4391. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  4392. <command:details>
  4393. <command:name>Get-NTFSOrphanedAccess</command:name>
  4394. <command:verb>Get</command:verb>
  4395. <command:noun>NTFSOrphanedAccess</command:noun>
  4396. <maml:description>
  4397. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  4398. </maml:description>
  4399. </command:details>
  4400. <maml:description>
  4401. <maml:para>{{ Fill in the Description }}</maml:para>
  4402. </maml:description>
  4403. <command:syntax>
  4404. <command:syntaxItem>
  4405. <maml:name>Get-NTFSOrphanedAccess</maml:name>
  4406. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  4407. <maml:name>Path</maml:name>
  4408. <maml:Description>
  4409. <maml:para>{{ Fill Path Description }}</maml:para>
  4410. </maml:Description>
  4411. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  4412. <dev:type>
  4413. <maml:name>String[]</maml:name>
  4414. <maml:uri />
  4415. </dev:type>
  4416. <dev:defaultValue>None</dev:defaultValue>
  4417. </command:parameter>
  4418. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="IdentityReference, ID">
  4419. <maml:name>Account</maml:name>
  4420. <maml:Description>
  4421. <maml:para>{{ Fill Account Description }}</maml:para>
  4422. </maml:Description>
  4423. <command:parameterValue required="true" variableLength="false">IdentityReference2</command:parameterValue>
  4424. <dev:type>
  4425. <maml:name>IdentityReference2</maml:name>
  4426. <maml:uri />
  4427. </dev:type>
  4428. <dev:defaultValue>None</dev:defaultValue>
  4429. </command:parameter>
  4430. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  4431. <maml:name>ExcludeExplicit</maml:name>
  4432. <maml:Description>
  4433. <maml:para>{{ Fill ExcludeExplicit Description }}</maml:para>
  4434. </maml:Description>
  4435. <dev:type>
  4436. <maml:name>SwitchParameter</maml:name>
  4437. <maml:uri />
  4438. </dev:type>
  4439. <dev:defaultValue>False</dev:defaultValue>
  4440. </command:parameter>
  4441. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  4442. <maml:name>ExcludeInherited</maml:name>
  4443. <maml:Description>
  4444. <maml:para>{{ Fill ExcludeInherited Description }}</maml:para>
  4445. </maml:Description>
  4446. <dev:type>
  4447. <maml:name>SwitchParameter</maml:name>
  4448. <maml:uri />
  4449. </dev:type>
  4450. <dev:defaultValue>False</dev:defaultValue>
  4451. </command:parameter>
  4452. </command:syntaxItem>
  4453. <command:syntaxItem>
  4454. <maml:name>Get-NTFSOrphanedAccess</maml:name>
  4455. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  4456. <maml:name>SecurityDescriptor</maml:name>
  4457. <maml:Description>
  4458. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  4459. </maml:Description>
  4460. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  4461. <dev:type>
  4462. <maml:name>FileSystemSecurity2[]</maml:name>
  4463. <maml:uri />
  4464. </dev:type>
  4465. <dev:defaultValue>None</dev:defaultValue>
  4466. </command:parameter>
  4467. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="IdentityReference, ID">
  4468. <maml:name>Account</maml:name>
  4469. <maml:Description>
  4470. <maml:para>{{ Fill Account Description }}</maml:para>
  4471. </maml:Description>
  4472. <command:parameterValue required="true" variableLength="false">IdentityReference2</command:parameterValue>
  4473. <dev:type>
  4474. <maml:name>IdentityReference2</maml:name>
  4475. <maml:uri />
  4476. </dev:type>
  4477. <dev:defaultValue>None</dev:defaultValue>
  4478. </command:parameter>
  4479. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  4480. <maml:name>ExcludeExplicit</maml:name>
  4481. <maml:Description>
  4482. <maml:para>{{ Fill ExcludeExplicit Description }}</maml:para>
  4483. </maml:Description>
  4484. <dev:type>
  4485. <maml:name>SwitchParameter</maml:name>
  4486. <maml:uri />
  4487. </dev:type>
  4488. <dev:defaultValue>False</dev:defaultValue>
  4489. </command:parameter>
  4490. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  4491. <maml:name>ExcludeInherited</maml:name>
  4492. <maml:Description>
  4493. <maml:para>{{ Fill ExcludeInherited Description }}</maml:para>
  4494. </maml:Description>
  4495. <dev:type>
  4496. <maml:name>SwitchParameter</maml:name>
  4497. <maml:uri />
  4498. </dev:type>
  4499. <dev:defaultValue>False</dev:defaultValue>
  4500. </command:parameter>
  4501. </command:syntaxItem>
  4502. </command:syntax>
  4503. <command:parameters>
  4504. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="IdentityReference, ID">
  4505. <maml:name>Account</maml:name>
  4506. <maml:Description>
  4507. <maml:para>{{ Fill Account Description }}</maml:para>
  4508. </maml:Description>
  4509. <command:parameterValue required="true" variableLength="false">IdentityReference2</command:parameterValue>
  4510. <dev:type>
  4511. <maml:name>IdentityReference2</maml:name>
  4512. <maml:uri />
  4513. </dev:type>
  4514. <dev:defaultValue>None</dev:defaultValue>
  4515. </command:parameter>
  4516. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  4517. <maml:name>ExcludeExplicit</maml:name>
  4518. <maml:Description>
  4519. <maml:para>{{ Fill ExcludeExplicit Description }}</maml:para>
  4520. </maml:Description>
  4521. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  4522. <dev:type>
  4523. <maml:name>SwitchParameter</maml:name>
  4524. <maml:uri />
  4525. </dev:type>
  4526. <dev:defaultValue>False</dev:defaultValue>
  4527. </command:parameter>
  4528. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  4529. <maml:name>ExcludeInherited</maml:name>
  4530. <maml:Description>
  4531. <maml:para>{{ Fill ExcludeInherited Description }}</maml:para>
  4532. </maml:Description>
  4533. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  4534. <dev:type>
  4535. <maml:name>SwitchParameter</maml:name>
  4536. <maml:uri />
  4537. </dev:type>
  4538. <dev:defaultValue>False</dev:defaultValue>
  4539. </command:parameter>
  4540. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  4541. <maml:name>Path</maml:name>
  4542. <maml:Description>
  4543. <maml:para>{{ Fill Path Description }}</maml:para>
  4544. </maml:Description>
  4545. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  4546. <dev:type>
  4547. <maml:name>String[]</maml:name>
  4548. <maml:uri />
  4549. </dev:type>
  4550. <dev:defaultValue>None</dev:defaultValue>
  4551. </command:parameter>
  4552. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  4553. <maml:name>SecurityDescriptor</maml:name>
  4554. <maml:Description>
  4555. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  4556. </maml:Description>
  4557. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  4558. <dev:type>
  4559. <maml:name>FileSystemSecurity2[]</maml:name>
  4560. <maml:uri />
  4561. </dev:type>
  4562. <dev:defaultValue>None</dev:defaultValue>
  4563. </command:parameter>
  4564. </command:parameters>
  4565. <command:inputTypes>
  4566. <command:inputType>
  4567. <dev:type>
  4568. <maml:name>System.String[]</maml:name>
  4569. </dev:type>
  4570. <maml:description>
  4571. <maml:para></maml:para>
  4572. </maml:description>
  4573. </command:inputType>
  4574. <command:inputType>
  4575. <dev:type>
  4576. <maml:name>Security2.FileSystemSecurity2[]</maml:name>
  4577. </dev:type>
  4578. <maml:description>
  4579. <maml:para></maml:para>
  4580. </maml:description>
  4581. </command:inputType>
  4582. <command:inputType>
  4583. <dev:type>
  4584. <maml:name>Security2.IdentityReference2</maml:name>
  4585. </dev:type>
  4586. <maml:description>
  4587. <maml:para></maml:para>
  4588. </maml:description>
  4589. </command:inputType>
  4590. </command:inputTypes>
  4591. <command:returnValues>
  4592. <command:returnValue>
  4593. <dev:type>
  4594. <maml:name>Security2.FileSystemAccessRule2</maml:name>
  4595. </dev:type>
  4596. <maml:description>
  4597. <maml:para></maml:para>
  4598. </maml:description>
  4599. </command:returnValue>
  4600. </command:returnValues>
  4601. <maml:alertSet>
  4602. <maml:alert>
  4603. <maml:para></maml:para>
  4604. </maml:alert>
  4605. </maml:alertSet>
  4606. <command:examples>
  4607. <command:example>
  4608. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  4609. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  4610. <dev:remarks>
  4611. <maml:para>{{ Add example description here }}</maml:para>
  4612. </dev:remarks>
  4613. </command:example>
  4614. </command:examples>
  4615. <command:relatedLinks />
  4616. </command:command>
  4617. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  4618. <command:details>
  4619. <command:name>Get-NTFSOrphanedAudit</command:name>
  4620. <command:verb>Get</command:verb>
  4621. <command:noun>NTFSOrphanedAudit</command:noun>
  4622. <maml:description>
  4623. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  4624. </maml:description>
  4625. </command:details>
  4626. <maml:description>
  4627. <maml:para>{{ Fill in the Description }}</maml:para>
  4628. </maml:description>
  4629. <command:syntax>
  4630. <command:syntaxItem>
  4631. <maml:name>Get-NTFSOrphanedAudit</maml:name>
  4632. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  4633. <maml:name>Path</maml:name>
  4634. <maml:Description>
  4635. <maml:para>{{ Fill Path Description }}</maml:para>
  4636. </maml:Description>
  4637. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  4638. <dev:type>
  4639. <maml:name>String[]</maml:name>
  4640. <maml:uri />
  4641. </dev:type>
  4642. <dev:defaultValue>None</dev:defaultValue>
  4643. </command:parameter>
  4644. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="IdentityReference, ID">
  4645. <maml:name>Account</maml:name>
  4646. <maml:Description>
  4647. <maml:para>{{ Fill Account Description }}</maml:para>
  4648. </maml:Description>
  4649. <command:parameterValue required="true" variableLength="false">IdentityReference2</command:parameterValue>
  4650. <dev:type>
  4651. <maml:name>IdentityReference2</maml:name>
  4652. <maml:uri />
  4653. </dev:type>
  4654. <dev:defaultValue>None</dev:defaultValue>
  4655. </command:parameter>
  4656. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  4657. <maml:name>ExcludeExplicit</maml:name>
  4658. <maml:Description>
  4659. <maml:para>{{ Fill ExcludeExplicit Description }}</maml:para>
  4660. </maml:Description>
  4661. <dev:type>
  4662. <maml:name>SwitchParameter</maml:name>
  4663. <maml:uri />
  4664. </dev:type>
  4665. <dev:defaultValue>False</dev:defaultValue>
  4666. </command:parameter>
  4667. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  4668. <maml:name>ExcludeInherited</maml:name>
  4669. <maml:Description>
  4670. <maml:para>{{ Fill ExcludeInherited Description }}</maml:para>
  4671. </maml:Description>
  4672. <dev:type>
  4673. <maml:name>SwitchParameter</maml:name>
  4674. <maml:uri />
  4675. </dev:type>
  4676. <dev:defaultValue>False</dev:defaultValue>
  4677. </command:parameter>
  4678. </command:syntaxItem>
  4679. <command:syntaxItem>
  4680. <maml:name>Get-NTFSOrphanedAudit</maml:name>
  4681. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  4682. <maml:name>SecurityDescriptor</maml:name>
  4683. <maml:Description>
  4684. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  4685. </maml:Description>
  4686. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  4687. <dev:type>
  4688. <maml:name>FileSystemSecurity2[]</maml:name>
  4689. <maml:uri />
  4690. </dev:type>
  4691. <dev:defaultValue>None</dev:defaultValue>
  4692. </command:parameter>
  4693. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="IdentityReference, ID">
  4694. <maml:name>Account</maml:name>
  4695. <maml:Description>
  4696. <maml:para>{{ Fill Account Description }}</maml:para>
  4697. </maml:Description>
  4698. <command:parameterValue required="true" variableLength="false">IdentityReference2</command:parameterValue>
  4699. <dev:type>
  4700. <maml:name>IdentityReference2</maml:name>
  4701. <maml:uri />
  4702. </dev:type>
  4703. <dev:defaultValue>None</dev:defaultValue>
  4704. </command:parameter>
  4705. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  4706. <maml:name>ExcludeExplicit</maml:name>
  4707. <maml:Description>
  4708. <maml:para>{{ Fill ExcludeExplicit Description }}</maml:para>
  4709. </maml:Description>
  4710. <dev:type>
  4711. <maml:name>SwitchParameter</maml:name>
  4712. <maml:uri />
  4713. </dev:type>
  4714. <dev:defaultValue>False</dev:defaultValue>
  4715. </command:parameter>
  4716. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  4717. <maml:name>ExcludeInherited</maml:name>
  4718. <maml:Description>
  4719. <maml:para>{{ Fill ExcludeInherited Description }}</maml:para>
  4720. </maml:Description>
  4721. <dev:type>
  4722. <maml:name>SwitchParameter</maml:name>
  4723. <maml:uri />
  4724. </dev:type>
  4725. <dev:defaultValue>False</dev:defaultValue>
  4726. </command:parameter>
  4727. </command:syntaxItem>
  4728. </command:syntax>
  4729. <command:parameters>
  4730. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="IdentityReference, ID">
  4731. <maml:name>Account</maml:name>
  4732. <maml:Description>
  4733. <maml:para>{{ Fill Account Description }}</maml:para>
  4734. </maml:Description>
  4735. <command:parameterValue required="true" variableLength="false">IdentityReference2</command:parameterValue>
  4736. <dev:type>
  4737. <maml:name>IdentityReference2</maml:name>
  4738. <maml:uri />
  4739. </dev:type>
  4740. <dev:defaultValue>None</dev:defaultValue>
  4741. </command:parameter>
  4742. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  4743. <maml:name>ExcludeExplicit</maml:name>
  4744. <maml:Description>
  4745. <maml:para>{{ Fill ExcludeExplicit Description }}</maml:para>
  4746. </maml:Description>
  4747. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  4748. <dev:type>
  4749. <maml:name>SwitchParameter</maml:name>
  4750. <maml:uri />
  4751. </dev:type>
  4752. <dev:defaultValue>False</dev:defaultValue>
  4753. </command:parameter>
  4754. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  4755. <maml:name>ExcludeInherited</maml:name>
  4756. <maml:Description>
  4757. <maml:para>{{ Fill ExcludeInherited Description }}</maml:para>
  4758. </maml:Description>
  4759. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  4760. <dev:type>
  4761. <maml:name>SwitchParameter</maml:name>
  4762. <maml:uri />
  4763. </dev:type>
  4764. <dev:defaultValue>False</dev:defaultValue>
  4765. </command:parameter>
  4766. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  4767. <maml:name>Path</maml:name>
  4768. <maml:Description>
  4769. <maml:para>{{ Fill Path Description }}</maml:para>
  4770. </maml:Description>
  4771. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  4772. <dev:type>
  4773. <maml:name>String[]</maml:name>
  4774. <maml:uri />
  4775. </dev:type>
  4776. <dev:defaultValue>None</dev:defaultValue>
  4777. </command:parameter>
  4778. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  4779. <maml:name>SecurityDescriptor</maml:name>
  4780. <maml:Description>
  4781. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  4782. </maml:Description>
  4783. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  4784. <dev:type>
  4785. <maml:name>FileSystemSecurity2[]</maml:name>
  4786. <maml:uri />
  4787. </dev:type>
  4788. <dev:defaultValue>None</dev:defaultValue>
  4789. </command:parameter>
  4790. </command:parameters>
  4791. <command:inputTypes>
  4792. <command:inputType>
  4793. <dev:type>
  4794. <maml:name>System.String[]</maml:name>
  4795. </dev:type>
  4796. <maml:description>
  4797. <maml:para></maml:para>
  4798. </maml:description>
  4799. </command:inputType>
  4800. <command:inputType>
  4801. <dev:type>
  4802. <maml:name>Security2.FileSystemSecurity2[]</maml:name>
  4803. </dev:type>
  4804. <maml:description>
  4805. <maml:para></maml:para>
  4806. </maml:description>
  4807. </command:inputType>
  4808. <command:inputType>
  4809. <dev:type>
  4810. <maml:name>Security2.IdentityReference2</maml:name>
  4811. </dev:type>
  4812. <maml:description>
  4813. <maml:para></maml:para>
  4814. </maml:description>
  4815. </command:inputType>
  4816. </command:inputTypes>
  4817. <command:returnValues>
  4818. <command:returnValue>
  4819. <dev:type>
  4820. <maml:name>Security2.FileSystemAuditRule2</maml:name>
  4821. </dev:type>
  4822. <maml:description>
  4823. <maml:para></maml:para>
  4824. </maml:description>
  4825. </command:returnValue>
  4826. </command:returnValues>
  4827. <maml:alertSet>
  4828. <maml:alert>
  4829. <maml:para></maml:para>
  4830. </maml:alert>
  4831. </maml:alertSet>
  4832. <command:examples>
  4833. <command:example>
  4834. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  4835. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  4836. <dev:remarks>
  4837. <maml:para>{{ Add example description here }}</maml:para>
  4838. </dev:remarks>
  4839. </command:example>
  4840. </command:examples>
  4841. <command:relatedLinks />
  4842. </command:command>
  4843. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  4844. <command:details>
  4845. <command:name>Get-NTFSOwner</command:name>
  4846. <command:verb>Get</command:verb>
  4847. <command:noun>NTFSOwner</command:noun>
  4848. <maml:description>
  4849. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  4850. </maml:description>
  4851. </command:details>
  4852. <maml:description>
  4853. <maml:para>{{ Fill in the Description }}</maml:para>
  4854. </maml:description>
  4855. <command:syntax>
  4856. <command:syntaxItem>
  4857. <maml:name>Get-NTFSOwner</maml:name>
  4858. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  4859. <maml:name>Path</maml:name>
  4860. <maml:Description>
  4861. <maml:para>{{ Fill Path Description }}</maml:para>
  4862. </maml:Description>
  4863. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  4864. <dev:type>
  4865. <maml:name>String[]</maml:name>
  4866. <maml:uri />
  4867. </dev:type>
  4868. <dev:defaultValue>None</dev:defaultValue>
  4869. </command:parameter>
  4870. </command:syntaxItem>
  4871. <command:syntaxItem>
  4872. <maml:name>Get-NTFSOwner</maml:name>
  4873. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  4874. <maml:name>SecurityDescriptor</maml:name>
  4875. <maml:Description>
  4876. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  4877. </maml:Description>
  4878. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  4879. <dev:type>
  4880. <maml:name>FileSystemSecurity2[]</maml:name>
  4881. <maml:uri />
  4882. </dev:type>
  4883. <dev:defaultValue>None</dev:defaultValue>
  4884. </command:parameter>
  4885. </command:syntaxItem>
  4886. </command:syntax>
  4887. <command:parameters>
  4888. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  4889. <maml:name>Path</maml:name>
  4890. <maml:Description>
  4891. <maml:para>{{ Fill Path Description }}</maml:para>
  4892. </maml:Description>
  4893. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  4894. <dev:type>
  4895. <maml:name>String[]</maml:name>
  4896. <maml:uri />
  4897. </dev:type>
  4898. <dev:defaultValue>None</dev:defaultValue>
  4899. </command:parameter>
  4900. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  4901. <maml:name>SecurityDescriptor</maml:name>
  4902. <maml:Description>
  4903. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  4904. </maml:Description>
  4905. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  4906. <dev:type>
  4907. <maml:name>FileSystemSecurity2[]</maml:name>
  4908. <maml:uri />
  4909. </dev:type>
  4910. <dev:defaultValue>None</dev:defaultValue>
  4911. </command:parameter>
  4912. </command:parameters>
  4913. <command:inputTypes>
  4914. <command:inputType>
  4915. <dev:type>
  4916. <maml:name>System.String[]</maml:name>
  4917. </dev:type>
  4918. <maml:description>
  4919. <maml:para></maml:para>
  4920. </maml:description>
  4921. </command:inputType>
  4922. <command:inputType>
  4923. <dev:type>
  4924. <maml:name>Security2.FileSystemSecurity2[]</maml:name>
  4925. </dev:type>
  4926. <maml:description>
  4927. <maml:para></maml:para>
  4928. </maml:description>
  4929. </command:inputType>
  4930. </command:inputTypes>
  4931. <command:returnValues>
  4932. <command:returnValue>
  4933. <dev:type>
  4934. <maml:name>Security2.FileSystemOwner</maml:name>
  4935. </dev:type>
  4936. <maml:description>
  4937. <maml:para></maml:para>
  4938. </maml:description>
  4939. </command:returnValue>
  4940. </command:returnValues>
  4941. <maml:alertSet>
  4942. <maml:alert>
  4943. <maml:para></maml:para>
  4944. </maml:alert>
  4945. </maml:alertSet>
  4946. <command:examples>
  4947. <command:example>
  4948. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  4949. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  4950. <dev:remarks>
  4951. <maml:para>{{ Add example description here }}</maml:para>
  4952. </dev:remarks>
  4953. </command:example>
  4954. </command:examples>
  4955. <command:relatedLinks />
  4956. </command:command>
  4957. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  4958. <command:details>
  4959. <command:name>Get-NTFSSecurityDescriptor</command:name>
  4960. <command:verb>Get</command:verb>
  4961. <command:noun>NTFSSecurityDescriptor</command:noun>
  4962. <maml:description>
  4963. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  4964. </maml:description>
  4965. </command:details>
  4966. <maml:description>
  4967. <maml:para>{{ Fill in the Description }}</maml:para>
  4968. </maml:description>
  4969. <command:syntax>
  4970. <command:syntaxItem>
  4971. <maml:name>Get-NTFSSecurityDescriptor</maml:name>
  4972. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  4973. <maml:name>Path</maml:name>
  4974. <maml:Description>
  4975. <maml:para>{{ Fill Path Description }}</maml:para>
  4976. </maml:Description>
  4977. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  4978. <dev:type>
  4979. <maml:name>String[]</maml:name>
  4980. <maml:uri />
  4981. </dev:type>
  4982. <dev:defaultValue>None</dev:defaultValue>
  4983. </command:parameter>
  4984. </command:syntaxItem>
  4985. </command:syntax>
  4986. <command:parameters>
  4987. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  4988. <maml:name>Path</maml:name>
  4989. <maml:Description>
  4990. <maml:para>{{ Fill Path Description }}</maml:para>
  4991. </maml:Description>
  4992. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  4993. <dev:type>
  4994. <maml:name>String[]</maml:name>
  4995. <maml:uri />
  4996. </dev:type>
  4997. <dev:defaultValue>None</dev:defaultValue>
  4998. </command:parameter>
  4999. </command:parameters>
  5000. <command:inputTypes>
  5001. <command:inputType>
  5002. <dev:type>
  5003. <maml:name>System.String[]</maml:name>
  5004. </dev:type>
  5005. <maml:description>
  5006. <maml:para></maml:para>
  5007. </maml:description>
  5008. </command:inputType>
  5009. </command:inputTypes>
  5010. <command:returnValues>
  5011. <command:returnValue>
  5012. <dev:type>
  5013. <maml:name>Security2.FileSystemSecurity2</maml:name>
  5014. </dev:type>
  5015. <maml:description>
  5016. <maml:para></maml:para>
  5017. </maml:description>
  5018. </command:returnValue>
  5019. </command:returnValues>
  5020. <maml:alertSet>
  5021. <maml:alert>
  5022. <maml:para></maml:para>
  5023. </maml:alert>
  5024. </maml:alertSet>
  5025. <command:examples>
  5026. <command:example>
  5027. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  5028. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  5029. <dev:remarks>
  5030. <maml:para>{{ Add example description here }}</maml:para>
  5031. </dev:remarks>
  5032. </command:example>
  5033. </command:examples>
  5034. <command:relatedLinks />
  5035. </command:command>
  5036. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  5037. <command:details>
  5038. <command:name>Get-NTFSSimpleAccess</command:name>
  5039. <command:verb>Get</command:verb>
  5040. <command:noun>NTFSSimpleAccess</command:noun>
  5041. <maml:description>
  5042. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  5043. </maml:description>
  5044. </command:details>
  5045. <maml:description>
  5046. <maml:para>{{ Fill in the Description }}</maml:para>
  5047. </maml:description>
  5048. <command:syntax>
  5049. <command:syntaxItem>
  5050. <maml:name>Get-NTFSSimpleAccess</maml:name>
  5051. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  5052. <maml:name>Path</maml:name>
  5053. <maml:Description>
  5054. <maml:para>{{ Fill Path Description }}</maml:para>
  5055. </maml:Description>
  5056. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  5057. <dev:type>
  5058. <maml:name>String[]</maml:name>
  5059. <maml:uri />
  5060. </dev:type>
  5061. <dev:defaultValue>None</dev:defaultValue>
  5062. </command:parameter>
  5063. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="IdentityReference, ID">
  5064. <maml:name>Account</maml:name>
  5065. <maml:Description>
  5066. <maml:para>{{ Fill Account Description }}</maml:para>
  5067. </maml:Description>
  5068. <command:parameterValue required="true" variableLength="false">IdentityReference2</command:parameterValue>
  5069. <dev:type>
  5070. <maml:name>IdentityReference2</maml:name>
  5071. <maml:uri />
  5072. </dev:type>
  5073. <dev:defaultValue>None</dev:defaultValue>
  5074. </command:parameter>
  5075. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  5076. <maml:name>ExcludeExplicit</maml:name>
  5077. <maml:Description>
  5078. <maml:para>{{ Fill ExcludeExplicit Description }}</maml:para>
  5079. </maml:Description>
  5080. <dev:type>
  5081. <maml:name>SwitchParameter</maml:name>
  5082. <maml:uri />
  5083. </dev:type>
  5084. <dev:defaultValue>False</dev:defaultValue>
  5085. </command:parameter>
  5086. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  5087. <maml:name>ExcludeInherited</maml:name>
  5088. <maml:Description>
  5089. <maml:para>{{ Fill ExcludeInherited Description }}</maml:para>
  5090. </maml:Description>
  5091. <dev:type>
  5092. <maml:name>SwitchParameter</maml:name>
  5093. <maml:uri />
  5094. </dev:type>
  5095. <dev:defaultValue>False</dev:defaultValue>
  5096. </command:parameter>
  5097. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  5098. <maml:name>IncludeRootFolder</maml:name>
  5099. <maml:Description>
  5100. <maml:para>{{ Fill IncludeRootFolder Description }}</maml:para>
  5101. </maml:Description>
  5102. <dev:type>
  5103. <maml:name>SwitchParameter</maml:name>
  5104. <maml:uri />
  5105. </dev:type>
  5106. <dev:defaultValue>False</dev:defaultValue>
  5107. </command:parameter>
  5108. </command:syntaxItem>
  5109. <command:syntaxItem>
  5110. <maml:name>Get-NTFSSimpleAccess</maml:name>
  5111. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  5112. <maml:name>SecurityDescriptor</maml:name>
  5113. <maml:Description>
  5114. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  5115. </maml:Description>
  5116. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  5117. <dev:type>
  5118. <maml:name>FileSystemSecurity2[]</maml:name>
  5119. <maml:uri />
  5120. </dev:type>
  5121. <dev:defaultValue>None</dev:defaultValue>
  5122. </command:parameter>
  5123. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="IdentityReference, ID">
  5124. <maml:name>Account</maml:name>
  5125. <maml:Description>
  5126. <maml:para>{{ Fill Account Description }}</maml:para>
  5127. </maml:Description>
  5128. <command:parameterValue required="true" variableLength="false">IdentityReference2</command:parameterValue>
  5129. <dev:type>
  5130. <maml:name>IdentityReference2</maml:name>
  5131. <maml:uri />
  5132. </dev:type>
  5133. <dev:defaultValue>None</dev:defaultValue>
  5134. </command:parameter>
  5135. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  5136. <maml:name>ExcludeExplicit</maml:name>
  5137. <maml:Description>
  5138. <maml:para>{{ Fill ExcludeExplicit Description }}</maml:para>
  5139. </maml:Description>
  5140. <dev:type>
  5141. <maml:name>SwitchParameter</maml:name>
  5142. <maml:uri />
  5143. </dev:type>
  5144. <dev:defaultValue>False</dev:defaultValue>
  5145. </command:parameter>
  5146. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  5147. <maml:name>ExcludeInherited</maml:name>
  5148. <maml:Description>
  5149. <maml:para>{{ Fill ExcludeInherited Description }}</maml:para>
  5150. </maml:Description>
  5151. <dev:type>
  5152. <maml:name>SwitchParameter</maml:name>
  5153. <maml:uri />
  5154. </dev:type>
  5155. <dev:defaultValue>False</dev:defaultValue>
  5156. </command:parameter>
  5157. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  5158. <maml:name>IncludeRootFolder</maml:name>
  5159. <maml:Description>
  5160. <maml:para>{{ Fill IncludeRootFolder Description }}</maml:para>
  5161. </maml:Description>
  5162. <dev:type>
  5163. <maml:name>SwitchParameter</maml:name>
  5164. <maml:uri />
  5165. </dev:type>
  5166. <dev:defaultValue>False</dev:defaultValue>
  5167. </command:parameter>
  5168. </command:syntaxItem>
  5169. </command:syntax>
  5170. <command:parameters>
  5171. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="IdentityReference, ID">
  5172. <maml:name>Account</maml:name>
  5173. <maml:Description>
  5174. <maml:para>{{ Fill Account Description }}</maml:para>
  5175. </maml:Description>
  5176. <command:parameterValue required="true" variableLength="false">IdentityReference2</command:parameterValue>
  5177. <dev:type>
  5178. <maml:name>IdentityReference2</maml:name>
  5179. <maml:uri />
  5180. </dev:type>
  5181. <dev:defaultValue>None</dev:defaultValue>
  5182. </command:parameter>
  5183. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  5184. <maml:name>ExcludeExplicit</maml:name>
  5185. <maml:Description>
  5186. <maml:para>{{ Fill ExcludeExplicit Description }}</maml:para>
  5187. </maml:Description>
  5188. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  5189. <dev:type>
  5190. <maml:name>SwitchParameter</maml:name>
  5191. <maml:uri />
  5192. </dev:type>
  5193. <dev:defaultValue>False</dev:defaultValue>
  5194. </command:parameter>
  5195. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  5196. <maml:name>ExcludeInherited</maml:name>
  5197. <maml:Description>
  5198. <maml:para>{{ Fill ExcludeInherited Description }}</maml:para>
  5199. </maml:Description>
  5200. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  5201. <dev:type>
  5202. <maml:name>SwitchParameter</maml:name>
  5203. <maml:uri />
  5204. </dev:type>
  5205. <dev:defaultValue>False</dev:defaultValue>
  5206. </command:parameter>
  5207. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  5208. <maml:name>IncludeRootFolder</maml:name>
  5209. <maml:Description>
  5210. <maml:para>{{ Fill IncludeRootFolder Description }}</maml:para>
  5211. </maml:Description>
  5212. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  5213. <dev:type>
  5214. <maml:name>SwitchParameter</maml:name>
  5215. <maml:uri />
  5216. </dev:type>
  5217. <dev:defaultValue>False</dev:defaultValue>
  5218. </command:parameter>
  5219. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  5220. <maml:name>Path</maml:name>
  5221. <maml:Description>
  5222. <maml:para>{{ Fill Path Description }}</maml:para>
  5223. </maml:Description>
  5224. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  5225. <dev:type>
  5226. <maml:name>String[]</maml:name>
  5227. <maml:uri />
  5228. </dev:type>
  5229. <dev:defaultValue>None</dev:defaultValue>
  5230. </command:parameter>
  5231. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  5232. <maml:name>SecurityDescriptor</maml:name>
  5233. <maml:Description>
  5234. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  5235. </maml:Description>
  5236. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  5237. <dev:type>
  5238. <maml:name>FileSystemSecurity2[]</maml:name>
  5239. <maml:uri />
  5240. </dev:type>
  5241. <dev:defaultValue>None</dev:defaultValue>
  5242. </command:parameter>
  5243. </command:parameters>
  5244. <command:inputTypes>
  5245. <command:inputType>
  5246. <dev:type>
  5247. <maml:name>System.String[]</maml:name>
  5248. </dev:type>
  5249. <maml:description>
  5250. <maml:para></maml:para>
  5251. </maml:description>
  5252. </command:inputType>
  5253. <command:inputType>
  5254. <dev:type>
  5255. <maml:name>Security2.FileSystemSecurity2[]</maml:name>
  5256. </dev:type>
  5257. <maml:description>
  5258. <maml:para></maml:para>
  5259. </maml:description>
  5260. </command:inputType>
  5261. <command:inputType>
  5262. <dev:type>
  5263. <maml:name>Security2.IdentityReference2</maml:name>
  5264. </dev:type>
  5265. <maml:description>
  5266. <maml:para></maml:para>
  5267. </maml:description>
  5268. </command:inputType>
  5269. </command:inputTypes>
  5270. <command:returnValues>
  5271. <command:returnValue>
  5272. <dev:type>
  5273. <maml:name>Security2.SimpleFileSystemAccessRule</maml:name>
  5274. </dev:type>
  5275. <maml:description>
  5276. <maml:para></maml:para>
  5277. </maml:description>
  5278. </command:returnValue>
  5279. </command:returnValues>
  5280. <maml:alertSet>
  5281. <maml:alert>
  5282. <maml:para></maml:para>
  5283. </maml:alert>
  5284. </maml:alertSet>
  5285. <command:examples>
  5286. <command:example>
  5287. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  5288. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  5289. <dev:remarks>
  5290. <maml:para>{{ Add example description here }}</maml:para>
  5291. </dev:remarks>
  5292. </command:example>
  5293. </command:examples>
  5294. <command:relatedLinks />
  5295. </command:command>
  5296. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  5297. <command:details>
  5298. <command:name>Get-Privileges</command:name>
  5299. <command:verb>Get</command:verb>
  5300. <command:noun>Privileges</command:noun>
  5301. <maml:description>
  5302. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  5303. </maml:description>
  5304. </command:details>
  5305. <maml:description>
  5306. <maml:para>{{ Fill in the Description }}</maml:para>
  5307. </maml:description>
  5308. <command:syntax>
  5309. <command:syntaxItem>
  5310. <maml:name>Get-Privileges</maml:name>
  5311. </command:syntaxItem>
  5312. </command:syntax>
  5313. <command:parameters />
  5314. <command:inputTypes>
  5315. <command:inputType>
  5316. <dev:type>
  5317. <maml:name>None</maml:name>
  5318. </dev:type>
  5319. <maml:description>
  5320. <maml:para></maml:para>
  5321. </maml:description>
  5322. </command:inputType>
  5323. </command:inputTypes>
  5324. <command:returnValues>
  5325. <command:returnValue>
  5326. <dev:type>
  5327. <maml:name>ProcessPrivileges.PrivilegeAndAttributes</maml:name>
  5328. </dev:type>
  5329. <maml:description>
  5330. <maml:para></maml:para>
  5331. </maml:description>
  5332. </command:returnValue>
  5333. </command:returnValues>
  5334. <maml:alertSet>
  5335. <maml:alert>
  5336. <maml:para></maml:para>
  5337. </maml:alert>
  5338. </maml:alertSet>
  5339. <command:examples>
  5340. <command:example>
  5341. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  5342. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  5343. <dev:remarks>
  5344. <maml:para>{{ Add example description here }}</maml:para>
  5345. </dev:remarks>
  5346. </command:example>
  5347. </command:examples>
  5348. <command:relatedLinks />
  5349. </command:command>
  5350. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  5351. <command:details>
  5352. <command:name>Move-Item2</command:name>
  5353. <command:verb>Move</command:verb>
  5354. <command:noun>Item2</command:noun>
  5355. <maml:description>
  5356. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  5357. </maml:description>
  5358. </command:details>
  5359. <maml:description>
  5360. <maml:para>{{ Fill in the Description }}</maml:para>
  5361. </maml:description>
  5362. <command:syntax>
  5363. <command:syntaxItem>
  5364. <maml:name>Move-Item2</maml:name>
  5365. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  5366. <maml:name>Path</maml:name>
  5367. <maml:Description>
  5368. <maml:para>{{ Fill Path Description }}</maml:para>
  5369. </maml:Description>
  5370. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  5371. <dev:type>
  5372. <maml:name>String[]</maml:name>
  5373. <maml:uri />
  5374. </dev:type>
  5375. <dev:defaultValue>None</dev:defaultValue>
  5376. </command:parameter>
  5377. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="none">
  5378. <maml:name>Destination</maml:name>
  5379. <maml:Description>
  5380. <maml:para>{{ Fill Destination Description }}</maml:para>
  5381. </maml:Description>
  5382. <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
  5383. <dev:type>
  5384. <maml:name>String</maml:name>
  5385. <maml:uri />
  5386. </dev:type>
  5387. <dev:defaultValue>None</dev:defaultValue>
  5388. </command:parameter>
  5389. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
  5390. <maml:name>Confirm</maml:name>
  5391. <maml:Description>
  5392. <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
  5393. </maml:Description>
  5394. <dev:type>
  5395. <maml:name>SwitchParameter</maml:name>
  5396. <maml:uri />
  5397. </dev:type>
  5398. <dev:defaultValue>False</dev:defaultValue>
  5399. </command:parameter>
  5400. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  5401. <maml:name>Force</maml:name>
  5402. <maml:Description>
  5403. <maml:para>{{ Fill Force Description }}</maml:para>
  5404. </maml:Description>
  5405. <dev:type>
  5406. <maml:name>SwitchParameter</maml:name>
  5407. <maml:uri />
  5408. </dev:type>
  5409. <dev:defaultValue>False</dev:defaultValue>
  5410. </command:parameter>
  5411. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  5412. <maml:name>PassThru</maml:name>
  5413. <maml:Description>
  5414. <maml:para>{{ Fill PassThru Description }}</maml:para>
  5415. </maml:Description>
  5416. <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
  5417. <dev:type>
  5418. <maml:name>Boolean</maml:name>
  5419. <maml:uri />
  5420. </dev:type>
  5421. <dev:defaultValue>None</dev:defaultValue>
  5422. </command:parameter>
  5423. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
  5424. <maml:name>WhatIf</maml:name>
  5425. <maml:Description>
  5426. <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
  5427. </maml:Description>
  5428. <dev:type>
  5429. <maml:name>SwitchParameter</maml:name>
  5430. <maml:uri />
  5431. </dev:type>
  5432. <dev:defaultValue>False</dev:defaultValue>
  5433. </command:parameter>
  5434. </command:syntaxItem>
  5435. </command:syntax>
  5436. <command:parameters>
  5437. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
  5438. <maml:name>Confirm</maml:name>
  5439. <maml:Description>
  5440. <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
  5441. </maml:Description>
  5442. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  5443. <dev:type>
  5444. <maml:name>SwitchParameter</maml:name>
  5445. <maml:uri />
  5446. </dev:type>
  5447. <dev:defaultValue>False</dev:defaultValue>
  5448. </command:parameter>
  5449. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="none">
  5450. <maml:name>Destination</maml:name>
  5451. <maml:Description>
  5452. <maml:para>{{ Fill Destination Description }}</maml:para>
  5453. </maml:Description>
  5454. <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
  5455. <dev:type>
  5456. <maml:name>String</maml:name>
  5457. <maml:uri />
  5458. </dev:type>
  5459. <dev:defaultValue>None</dev:defaultValue>
  5460. </command:parameter>
  5461. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  5462. <maml:name>Force</maml:name>
  5463. <maml:Description>
  5464. <maml:para>{{ Fill Force Description }}</maml:para>
  5465. </maml:Description>
  5466. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  5467. <dev:type>
  5468. <maml:name>SwitchParameter</maml:name>
  5469. <maml:uri />
  5470. </dev:type>
  5471. <dev:defaultValue>False</dev:defaultValue>
  5472. </command:parameter>
  5473. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  5474. <maml:name>PassThru</maml:name>
  5475. <maml:Description>
  5476. <maml:para>{{ Fill PassThru Description }}</maml:para>
  5477. </maml:Description>
  5478. <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
  5479. <dev:type>
  5480. <maml:name>Boolean</maml:name>
  5481. <maml:uri />
  5482. </dev:type>
  5483. <dev:defaultValue>None</dev:defaultValue>
  5484. </command:parameter>
  5485. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  5486. <maml:name>Path</maml:name>
  5487. <maml:Description>
  5488. <maml:para>{{ Fill Path Description }}</maml:para>
  5489. </maml:Description>
  5490. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  5491. <dev:type>
  5492. <maml:name>String[]</maml:name>
  5493. <maml:uri />
  5494. </dev:type>
  5495. <dev:defaultValue>None</dev:defaultValue>
  5496. </command:parameter>
  5497. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
  5498. <maml:name>WhatIf</maml:name>
  5499. <maml:Description>
  5500. <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
  5501. </maml:Description>
  5502. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  5503. <dev:type>
  5504. <maml:name>SwitchParameter</maml:name>
  5505. <maml:uri />
  5506. </dev:type>
  5507. <dev:defaultValue>False</dev:defaultValue>
  5508. </command:parameter>
  5509. </command:parameters>
  5510. <command:inputTypes>
  5511. <command:inputType>
  5512. <dev:type>
  5513. <maml:name>System.String[]</maml:name>
  5514. </dev:type>
  5515. <maml:description>
  5516. <maml:para></maml:para>
  5517. </maml:description>
  5518. </command:inputType>
  5519. <command:inputType>
  5520. <dev:type>
  5521. <maml:name>System.String</maml:name>
  5522. </dev:type>
  5523. <maml:description>
  5524. <maml:para></maml:para>
  5525. </maml:description>
  5526. </command:inputType>
  5527. </command:inputTypes>
  5528. <command:returnValues>
  5529. <command:returnValue>
  5530. <dev:type>
  5531. <maml:name>System.Object</maml:name>
  5532. </dev:type>
  5533. <maml:description>
  5534. <maml:para></maml:para>
  5535. </maml:description>
  5536. </command:returnValue>
  5537. </command:returnValues>
  5538. <maml:alertSet>
  5539. <maml:alert>
  5540. <maml:para></maml:para>
  5541. </maml:alert>
  5542. </maml:alertSet>
  5543. <command:examples>
  5544. <command:example>
  5545. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  5546. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  5547. <dev:remarks>
  5548. <maml:para>{{ Add example description here }}</maml:para>
  5549. </dev:remarks>
  5550. </command:example>
  5551. </command:examples>
  5552. <command:relatedLinks />
  5553. </command:command>
  5554. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  5555. <command:details>
  5556. <command:name>New-NTFSHardLink</command:name>
  5557. <command:verb>New</command:verb>
  5558. <command:noun>NTFSHardLink</command:noun>
  5559. <maml:description>
  5560. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  5561. </maml:description>
  5562. </command:details>
  5563. <maml:description>
  5564. <maml:para>{{ Fill in the Description }}</maml:para>
  5565. </maml:description>
  5566. <command:syntax>
  5567. <command:syntaxItem>
  5568. <maml:name>New-NTFSHardLink</maml:name>
  5569. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  5570. <maml:name>Path</maml:name>
  5571. <maml:Description>
  5572. <maml:para>{{ Fill Path Description }}</maml:para>
  5573. </maml:Description>
  5574. <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
  5575. <dev:type>
  5576. <maml:name>String</maml:name>
  5577. <maml:uri />
  5578. </dev:type>
  5579. <dev:defaultValue>None</dev:defaultValue>
  5580. </command:parameter>
  5581. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="2" aliases="none">
  5582. <maml:name>Target</maml:name>
  5583. <maml:Description>
  5584. <maml:para>{{ Fill Target Description }}</maml:para>
  5585. </maml:Description>
  5586. <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
  5587. <dev:type>
  5588. <maml:name>String</maml:name>
  5589. <maml:uri />
  5590. </dev:type>
  5591. <dev:defaultValue>None</dev:defaultValue>
  5592. </command:parameter>
  5593. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  5594. <maml:name>PassThru</maml:name>
  5595. <maml:Description>
  5596. <maml:para>{{ Fill PassThru Description }}</maml:para>
  5597. </maml:Description>
  5598. <dev:type>
  5599. <maml:name>SwitchParameter</maml:name>
  5600. <maml:uri />
  5601. </dev:type>
  5602. <dev:defaultValue>False</dev:defaultValue>
  5603. </command:parameter>
  5604. </command:syntaxItem>
  5605. </command:syntax>
  5606. <command:parameters>
  5607. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  5608. <maml:name>PassThru</maml:name>
  5609. <maml:Description>
  5610. <maml:para>{{ Fill PassThru Description }}</maml:para>
  5611. </maml:Description>
  5612. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  5613. <dev:type>
  5614. <maml:name>SwitchParameter</maml:name>
  5615. <maml:uri />
  5616. </dev:type>
  5617. <dev:defaultValue>False</dev:defaultValue>
  5618. </command:parameter>
  5619. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  5620. <maml:name>Path</maml:name>
  5621. <maml:Description>
  5622. <maml:para>{{ Fill Path Description }}</maml:para>
  5623. </maml:Description>
  5624. <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
  5625. <dev:type>
  5626. <maml:name>String</maml:name>
  5627. <maml:uri />
  5628. </dev:type>
  5629. <dev:defaultValue>None</dev:defaultValue>
  5630. </command:parameter>
  5631. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="2" aliases="none">
  5632. <maml:name>Target</maml:name>
  5633. <maml:Description>
  5634. <maml:para>{{ Fill Target Description }}</maml:para>
  5635. </maml:Description>
  5636. <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
  5637. <dev:type>
  5638. <maml:name>String</maml:name>
  5639. <maml:uri />
  5640. </dev:type>
  5641. <dev:defaultValue>None</dev:defaultValue>
  5642. </command:parameter>
  5643. </command:parameters>
  5644. <command:inputTypes>
  5645. <command:inputType>
  5646. <dev:type>
  5647. <maml:name>System.String</maml:name>
  5648. </dev:type>
  5649. <maml:description>
  5650. <maml:para></maml:para>
  5651. </maml:description>
  5652. </command:inputType>
  5653. </command:inputTypes>
  5654. <command:returnValues>
  5655. <command:returnValue>
  5656. <dev:type>
  5657. <maml:name>Alphaleonis.Win32.Filesystem.FileInfo</maml:name>
  5658. </dev:type>
  5659. <maml:description>
  5660. <maml:para></maml:para>
  5661. </maml:description>
  5662. </command:returnValue>
  5663. <command:returnValue>
  5664. <dev:type>
  5665. <maml:name>Alphaleonis.Win32.Filesystem.DirectoryInfo</maml:name>
  5666. </dev:type>
  5667. <maml:description>
  5668. <maml:para></maml:para>
  5669. </maml:description>
  5670. </command:returnValue>
  5671. </command:returnValues>
  5672. <maml:alertSet>
  5673. <maml:alert>
  5674. <maml:para></maml:para>
  5675. </maml:alert>
  5676. </maml:alertSet>
  5677. <command:examples>
  5678. <command:example>
  5679. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  5680. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  5681. <dev:remarks>
  5682. <maml:para>{{ Add example description here }}</maml:para>
  5683. </dev:remarks>
  5684. </command:example>
  5685. </command:examples>
  5686. <command:relatedLinks />
  5687. </command:command>
  5688. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  5689. <command:details>
  5690. <command:name>New-NTFSSymbolicLink</command:name>
  5691. <command:verb>New</command:verb>
  5692. <command:noun>NTFSSymbolicLink</command:noun>
  5693. <maml:description>
  5694. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  5695. </maml:description>
  5696. </command:details>
  5697. <maml:description>
  5698. <maml:para>{{ Fill in the Description }}</maml:para>
  5699. </maml:description>
  5700. <command:syntax>
  5701. <command:syntaxItem>
  5702. <maml:name>New-NTFSSymbolicLink</maml:name>
  5703. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  5704. <maml:name>Path</maml:name>
  5705. <maml:Description>
  5706. <maml:para>{{ Fill Path Description }}</maml:para>
  5707. </maml:Description>
  5708. <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
  5709. <dev:type>
  5710. <maml:name>String</maml:name>
  5711. <maml:uri />
  5712. </dev:type>
  5713. <dev:defaultValue>None</dev:defaultValue>
  5714. </command:parameter>
  5715. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="2" aliases="none">
  5716. <maml:name>Target</maml:name>
  5717. <maml:Description>
  5718. <maml:para>{{ Fill Target Description }}</maml:para>
  5719. </maml:Description>
  5720. <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
  5721. <dev:type>
  5722. <maml:name>String</maml:name>
  5723. <maml:uri />
  5724. </dev:type>
  5725. <dev:defaultValue>None</dev:defaultValue>
  5726. </command:parameter>
  5727. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  5728. <maml:name>PassThru</maml:name>
  5729. <maml:Description>
  5730. <maml:para>{{ Fill PassThru Description }}</maml:para>
  5731. </maml:Description>
  5732. <dev:type>
  5733. <maml:name>SwitchParameter</maml:name>
  5734. <maml:uri />
  5735. </dev:type>
  5736. <dev:defaultValue>False</dev:defaultValue>
  5737. </command:parameter>
  5738. </command:syntaxItem>
  5739. </command:syntax>
  5740. <command:parameters>
  5741. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  5742. <maml:name>PassThru</maml:name>
  5743. <maml:Description>
  5744. <maml:para>{{ Fill PassThru Description }}</maml:para>
  5745. </maml:Description>
  5746. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  5747. <dev:type>
  5748. <maml:name>SwitchParameter</maml:name>
  5749. <maml:uri />
  5750. </dev:type>
  5751. <dev:defaultValue>False</dev:defaultValue>
  5752. </command:parameter>
  5753. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  5754. <maml:name>Path</maml:name>
  5755. <maml:Description>
  5756. <maml:para>{{ Fill Path Description }}</maml:para>
  5757. </maml:Description>
  5758. <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
  5759. <dev:type>
  5760. <maml:name>String</maml:name>
  5761. <maml:uri />
  5762. </dev:type>
  5763. <dev:defaultValue>None</dev:defaultValue>
  5764. </command:parameter>
  5765. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="2" aliases="none">
  5766. <maml:name>Target</maml:name>
  5767. <maml:Description>
  5768. <maml:para>{{ Fill Target Description }}</maml:para>
  5769. </maml:Description>
  5770. <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
  5771. <dev:type>
  5772. <maml:name>String</maml:name>
  5773. <maml:uri />
  5774. </dev:type>
  5775. <dev:defaultValue>None</dev:defaultValue>
  5776. </command:parameter>
  5777. </command:parameters>
  5778. <command:inputTypes>
  5779. <command:inputType>
  5780. <dev:type>
  5781. <maml:name>System.String</maml:name>
  5782. </dev:type>
  5783. <maml:description>
  5784. <maml:para></maml:para>
  5785. </maml:description>
  5786. </command:inputType>
  5787. </command:inputTypes>
  5788. <command:returnValues>
  5789. <command:returnValue>
  5790. <dev:type>
  5791. <maml:name>Alphaleonis.Win32.Filesystem.FileInfo</maml:name>
  5792. </dev:type>
  5793. <maml:description>
  5794. <maml:para></maml:para>
  5795. </maml:description>
  5796. </command:returnValue>
  5797. <command:returnValue>
  5798. <dev:type>
  5799. <maml:name>Alphaleonis.Win32.Filesystem.DirectoryInfo</maml:name>
  5800. </dev:type>
  5801. <maml:description>
  5802. <maml:para></maml:para>
  5803. </maml:description>
  5804. </command:returnValue>
  5805. </command:returnValues>
  5806. <maml:alertSet>
  5807. <maml:alert>
  5808. <maml:para></maml:para>
  5809. </maml:alert>
  5810. </maml:alertSet>
  5811. <command:examples>
  5812. <command:example>
  5813. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  5814. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  5815. <dev:remarks>
  5816. <maml:para>{{ Add example description here }}</maml:para>
  5817. </dev:remarks>
  5818. </command:example>
  5819. </command:examples>
  5820. <command:relatedLinks />
  5821. </command:command>
  5822. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  5823. <command:details>
  5824. <command:name>Remove-Item2</command:name>
  5825. <command:verb>Remove</command:verb>
  5826. <command:noun>Item2</command:noun>
  5827. <maml:description>
  5828. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  5829. </maml:description>
  5830. </command:details>
  5831. <maml:description>
  5832. <maml:para>{{ Fill in the Description }}</maml:para>
  5833. </maml:description>
  5834. <command:syntax>
  5835. <command:syntaxItem>
  5836. <maml:name>Remove-Item2</maml:name>
  5837. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  5838. <maml:name>Path</maml:name>
  5839. <maml:Description>
  5840. <maml:para>{{ Fill Path Description }}</maml:para>
  5841. </maml:Description>
  5842. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  5843. <dev:type>
  5844. <maml:name>String[]</maml:name>
  5845. <maml:uri />
  5846. </dev:type>
  5847. <dev:defaultValue>None</dev:defaultValue>
  5848. </command:parameter>
  5849. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
  5850. <maml:name>Confirm</maml:name>
  5851. <maml:Description>
  5852. <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
  5853. </maml:Description>
  5854. <dev:type>
  5855. <maml:name>SwitchParameter</maml:name>
  5856. <maml:uri />
  5857. </dev:type>
  5858. <dev:defaultValue>False</dev:defaultValue>
  5859. </command:parameter>
  5860. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  5861. <maml:name>Force</maml:name>
  5862. <maml:Description>
  5863. <maml:para>{{ Fill Force Description }}</maml:para>
  5864. </maml:Description>
  5865. <dev:type>
  5866. <maml:name>SwitchParameter</maml:name>
  5867. <maml:uri />
  5868. </dev:type>
  5869. <dev:defaultValue>False</dev:defaultValue>
  5870. </command:parameter>
  5871. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  5872. <maml:name>PassThur</maml:name>
  5873. <maml:Description>
  5874. <maml:para>{{ Fill PassThur Description }}</maml:para>
  5875. </maml:Description>
  5876. <dev:type>
  5877. <maml:name>SwitchParameter</maml:name>
  5878. <maml:uri />
  5879. </dev:type>
  5880. <dev:defaultValue>False</dev:defaultValue>
  5881. </command:parameter>
  5882. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  5883. <maml:name>Recurse</maml:name>
  5884. <maml:Description>
  5885. <maml:para>{{ Fill Recurse Description }}</maml:para>
  5886. </maml:Description>
  5887. <dev:type>
  5888. <maml:name>SwitchParameter</maml:name>
  5889. <maml:uri />
  5890. </dev:type>
  5891. <dev:defaultValue>False</dev:defaultValue>
  5892. </command:parameter>
  5893. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
  5894. <maml:name>WhatIf</maml:name>
  5895. <maml:Description>
  5896. <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
  5897. </maml:Description>
  5898. <dev:type>
  5899. <maml:name>SwitchParameter</maml:name>
  5900. <maml:uri />
  5901. </dev:type>
  5902. <dev:defaultValue>False</dev:defaultValue>
  5903. </command:parameter>
  5904. </command:syntaxItem>
  5905. </command:syntax>
  5906. <command:parameters>
  5907. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf">
  5908. <maml:name>Confirm</maml:name>
  5909. <maml:Description>
  5910. <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para>
  5911. </maml:Description>
  5912. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  5913. <dev:type>
  5914. <maml:name>SwitchParameter</maml:name>
  5915. <maml:uri />
  5916. </dev:type>
  5917. <dev:defaultValue>False</dev:defaultValue>
  5918. </command:parameter>
  5919. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  5920. <maml:name>Force</maml:name>
  5921. <maml:Description>
  5922. <maml:para>{{ Fill Force Description }}</maml:para>
  5923. </maml:Description>
  5924. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  5925. <dev:type>
  5926. <maml:name>SwitchParameter</maml:name>
  5927. <maml:uri />
  5928. </dev:type>
  5929. <dev:defaultValue>False</dev:defaultValue>
  5930. </command:parameter>
  5931. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  5932. <maml:name>PassThur</maml:name>
  5933. <maml:Description>
  5934. <maml:para>{{ Fill PassThur Description }}</maml:para>
  5935. </maml:Description>
  5936. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  5937. <dev:type>
  5938. <maml:name>SwitchParameter</maml:name>
  5939. <maml:uri />
  5940. </dev:type>
  5941. <dev:defaultValue>False</dev:defaultValue>
  5942. </command:parameter>
  5943. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  5944. <maml:name>Path</maml:name>
  5945. <maml:Description>
  5946. <maml:para>{{ Fill Path Description }}</maml:para>
  5947. </maml:Description>
  5948. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  5949. <dev:type>
  5950. <maml:name>String[]</maml:name>
  5951. <maml:uri />
  5952. </dev:type>
  5953. <dev:defaultValue>None</dev:defaultValue>
  5954. </command:parameter>
  5955. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  5956. <maml:name>Recurse</maml:name>
  5957. <maml:Description>
  5958. <maml:para>{{ Fill Recurse Description }}</maml:para>
  5959. </maml:Description>
  5960. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  5961. <dev:type>
  5962. <maml:name>SwitchParameter</maml:name>
  5963. <maml:uri />
  5964. </dev:type>
  5965. <dev:defaultValue>False</dev:defaultValue>
  5966. </command:parameter>
  5967. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi">
  5968. <maml:name>WhatIf</maml:name>
  5969. <maml:Description>
  5970. <maml:para>Shows what would happen if the cmdlet runs. The cmdlet is not run.</maml:para>
  5971. </maml:Description>
  5972. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  5973. <dev:type>
  5974. <maml:name>SwitchParameter</maml:name>
  5975. <maml:uri />
  5976. </dev:type>
  5977. <dev:defaultValue>False</dev:defaultValue>
  5978. </command:parameter>
  5979. </command:parameters>
  5980. <command:inputTypes>
  5981. <command:inputType>
  5982. <dev:type>
  5983. <maml:name>System.String[]</maml:name>
  5984. </dev:type>
  5985. <maml:description>
  5986. <maml:para></maml:para>
  5987. </maml:description>
  5988. </command:inputType>
  5989. </command:inputTypes>
  5990. <command:returnValues>
  5991. <command:returnValue>
  5992. <dev:type>
  5993. <maml:name>System.Object</maml:name>
  5994. </dev:type>
  5995. <maml:description>
  5996. <maml:para></maml:para>
  5997. </maml:description>
  5998. </command:returnValue>
  5999. </command:returnValues>
  6000. <maml:alertSet>
  6001. <maml:alert>
  6002. <maml:para></maml:para>
  6003. </maml:alert>
  6004. </maml:alertSet>
  6005. <command:examples>
  6006. <command:example>
  6007. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  6008. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  6009. <dev:remarks>
  6010. <maml:para>{{ Add example description here }}</maml:para>
  6011. </dev:remarks>
  6012. </command:example>
  6013. </command:examples>
  6014. <command:relatedLinks />
  6015. </command:command>
  6016. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  6017. <command:details>
  6018. <command:name>Remove-NTFSAccess</command:name>
  6019. <command:verb>Remove</command:verb>
  6020. <command:noun>NTFSAccess</command:noun>
  6021. <maml:description>
  6022. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  6023. </maml:description>
  6024. </command:details>
  6025. <maml:description>
  6026. <maml:para>{{ Fill in the Description }}</maml:para>
  6027. </maml:description>
  6028. <command:syntax>
  6029. <command:syntaxItem>
  6030. <maml:name>Remove-NTFSAccess</maml:name>
  6031. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  6032. <maml:name>Path</maml:name>
  6033. <maml:Description>
  6034. <maml:para>{{ Fill Path Description }}</maml:para>
  6035. </maml:Description>
  6036. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  6037. <dev:type>
  6038. <maml:name>String[]</maml:name>
  6039. <maml:uri />
  6040. </dev:type>
  6041. <dev:defaultValue>None</dev:defaultValue>
  6042. </command:parameter>
  6043. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="IdentityReference, ID">
  6044. <maml:name>Account</maml:name>
  6045. <maml:Description>
  6046. <maml:para>{{ Fill Account Description }}</maml:para>
  6047. </maml:Description>
  6048. <command:parameterValue required="true" variableLength="false">IdentityReference2[]</command:parameterValue>
  6049. <dev:type>
  6050. <maml:name>IdentityReference2[]</maml:name>
  6051. <maml:uri />
  6052. </dev:type>
  6053. <dev:defaultValue>None</dev:defaultValue>
  6054. </command:parameter>
  6055. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="3" aliases="FileSystemRights">
  6056. <maml:name>AccessRights</maml:name>
  6057. <maml:Description>
  6058. <maml:para>{{ Fill AccessRights Description }}</maml:para>
  6059. </maml:Description>
  6060. <command:parameterValueGroup>
  6061. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  6062. <command:parameterValue required="false" command:variableLength="false">ReadData</command:parameterValue>
  6063. <command:parameterValue required="false" command:variableLength="false">ListDirectory</command:parameterValue>
  6064. <command:parameterValue required="false" command:variableLength="false">WriteData</command:parameterValue>
  6065. <command:parameterValue required="false" command:variableLength="false">CreateFiles</command:parameterValue>
  6066. <command:parameterValue required="false" command:variableLength="false">AppendData</command:parameterValue>
  6067. <command:parameterValue required="false" command:variableLength="false">CreateDirectories</command:parameterValue>
  6068. <command:parameterValue required="false" command:variableLength="false">ReadExtendedAttributes</command:parameterValue>
  6069. <command:parameterValue required="false" command:variableLength="false">WriteExtendedAttributes</command:parameterValue>
  6070. <command:parameterValue required="false" command:variableLength="false">ExecuteFile</command:parameterValue>
  6071. <command:parameterValue required="false" command:variableLength="false">Traverse</command:parameterValue>
  6072. <command:parameterValue required="false" command:variableLength="false">DeleteSubdirectoriesAndFiles</command:parameterValue>
  6073. <command:parameterValue required="false" command:variableLength="false">ReadAttributes</command:parameterValue>
  6074. <command:parameterValue required="false" command:variableLength="false">WriteAttributes</command:parameterValue>
  6075. <command:parameterValue required="false" command:variableLength="false">Write</command:parameterValue>
  6076. <command:parameterValue required="false" command:variableLength="false">Delete</command:parameterValue>
  6077. <command:parameterValue required="false" command:variableLength="false">ReadPermissions</command:parameterValue>
  6078. <command:parameterValue required="false" command:variableLength="false">Read</command:parameterValue>
  6079. <command:parameterValue required="false" command:variableLength="false">ReadAndExecute</command:parameterValue>
  6080. <command:parameterValue required="false" command:variableLength="false">Modify</command:parameterValue>
  6081. <command:parameterValue required="false" command:variableLength="false">ChangePermissions</command:parameterValue>
  6082. <command:parameterValue required="false" command:variableLength="false">TakeOwnership</command:parameterValue>
  6083. <command:parameterValue required="false" command:variableLength="false">Synchronize</command:parameterValue>
  6084. <command:parameterValue required="false" command:variableLength="false">FullControl</command:parameterValue>
  6085. <command:parameterValue required="false" command:variableLength="false">GenericAll</command:parameterValue>
  6086. <command:parameterValue required="false" command:variableLength="false">GenericExecute</command:parameterValue>
  6087. <command:parameterValue required="false" command:variableLength="false">GenericWrite</command:parameterValue>
  6088. <command:parameterValue required="false" command:variableLength="false">GenericRead</command:parameterValue>
  6089. </command:parameterValueGroup>
  6090. <command:parameterValue required="true" variableLength="false">FileSystemRights2</command:parameterValue>
  6091. <dev:type>
  6092. <maml:name>FileSystemRights2</maml:name>
  6093. <maml:uri />
  6094. </dev:type>
  6095. <dev:defaultValue>None</dev:defaultValue>
  6096. </command:parameter>
  6097. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="AccessControlType">
  6098. <maml:name>AccessType</maml:name>
  6099. <maml:Description>
  6100. <maml:para>{{ Fill AccessType Description }}</maml:para>
  6101. </maml:Description>
  6102. <command:parameterValueGroup>
  6103. <command:parameterValue required="false" command:variableLength="false">Allow</command:parameterValue>
  6104. <command:parameterValue required="false" command:variableLength="false">Deny</command:parameterValue>
  6105. </command:parameterValueGroup>
  6106. <command:parameterValue required="true" variableLength="false">AccessControlType</command:parameterValue>
  6107. <dev:type>
  6108. <maml:name>AccessControlType</maml:name>
  6109. <maml:uri />
  6110. </dev:type>
  6111. <dev:defaultValue>None</dev:defaultValue>
  6112. </command:parameter>
  6113. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  6114. <maml:name>AppliesTo</maml:name>
  6115. <maml:Description>
  6116. <maml:para>{{ Fill AppliesTo Description }}</maml:para>
  6117. </maml:Description>
  6118. <command:parameterValueGroup>
  6119. <command:parameterValue required="false" command:variableLength="false">ThisFolderOnly</command:parameterValue>
  6120. <command:parameterValue required="false" command:variableLength="false">ThisFolderSubfoldersAndFiles</command:parameterValue>
  6121. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndSubfolders</command:parameterValue>
  6122. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndFiles</command:parameterValue>
  6123. <command:parameterValue required="false" command:variableLength="false">SubfoldersAndFilesOnly</command:parameterValue>
  6124. <command:parameterValue required="false" command:variableLength="false">SubfoldersOnly</command:parameterValue>
  6125. <command:parameterValue required="false" command:variableLength="false">FilesOnly</command:parameterValue>
  6126. <command:parameterValue required="false" command:variableLength="false">ThisFolderSubfoldersAndFilesOneLevel</command:parameterValue>
  6127. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndSubfoldersOneLevel</command:parameterValue>
  6128. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndFilesOneLevel</command:parameterValue>
  6129. <command:parameterValue required="false" command:variableLength="false">SubfoldersAndFilesOnlyOneLevel</command:parameterValue>
  6130. <command:parameterValue required="false" command:variableLength="false">SubfoldersOnlyOneLevel</command:parameterValue>
  6131. <command:parameterValue required="false" command:variableLength="false">FilesOnlyOneLevel</command:parameterValue>
  6132. </command:parameterValueGroup>
  6133. <command:parameterValue required="true" variableLength="false">ApplyTo</command:parameterValue>
  6134. <dev:type>
  6135. <maml:name>ApplyTo</maml:name>
  6136. <maml:uri />
  6137. </dev:type>
  6138. <dev:defaultValue>None</dev:defaultValue>
  6139. </command:parameter>
  6140. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  6141. <maml:name>PassThru</maml:name>
  6142. <maml:Description>
  6143. <maml:para>{{ Fill PassThru Description }}</maml:para>
  6144. </maml:Description>
  6145. <dev:type>
  6146. <maml:name>SwitchParameter</maml:name>
  6147. <maml:uri />
  6148. </dev:type>
  6149. <dev:defaultValue>False</dev:defaultValue>
  6150. </command:parameter>
  6151. </command:syntaxItem>
  6152. <command:syntaxItem>
  6153. <maml:name>Remove-NTFSAccess</maml:name>
  6154. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  6155. <maml:name>SecurityDescriptor</maml:name>
  6156. <maml:Description>
  6157. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  6158. </maml:Description>
  6159. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  6160. <dev:type>
  6161. <maml:name>FileSystemSecurity2[]</maml:name>
  6162. <maml:uri />
  6163. </dev:type>
  6164. <dev:defaultValue>None</dev:defaultValue>
  6165. </command:parameter>
  6166. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="IdentityReference, ID">
  6167. <maml:name>Account</maml:name>
  6168. <maml:Description>
  6169. <maml:para>{{ Fill Account Description }}</maml:para>
  6170. </maml:Description>
  6171. <command:parameterValue required="true" variableLength="false">IdentityReference2[]</command:parameterValue>
  6172. <dev:type>
  6173. <maml:name>IdentityReference2[]</maml:name>
  6174. <maml:uri />
  6175. </dev:type>
  6176. <dev:defaultValue>None</dev:defaultValue>
  6177. </command:parameter>
  6178. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="3" aliases="FileSystemRights">
  6179. <maml:name>AccessRights</maml:name>
  6180. <maml:Description>
  6181. <maml:para>{{ Fill AccessRights Description }}</maml:para>
  6182. </maml:Description>
  6183. <command:parameterValueGroup>
  6184. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  6185. <command:parameterValue required="false" command:variableLength="false">ReadData</command:parameterValue>
  6186. <command:parameterValue required="false" command:variableLength="false">ListDirectory</command:parameterValue>
  6187. <command:parameterValue required="false" command:variableLength="false">WriteData</command:parameterValue>
  6188. <command:parameterValue required="false" command:variableLength="false">CreateFiles</command:parameterValue>
  6189. <command:parameterValue required="false" command:variableLength="false">AppendData</command:parameterValue>
  6190. <command:parameterValue required="false" command:variableLength="false">CreateDirectories</command:parameterValue>
  6191. <command:parameterValue required="false" command:variableLength="false">ReadExtendedAttributes</command:parameterValue>
  6192. <command:parameterValue required="false" command:variableLength="false">WriteExtendedAttributes</command:parameterValue>
  6193. <command:parameterValue required="false" command:variableLength="false">ExecuteFile</command:parameterValue>
  6194. <command:parameterValue required="false" command:variableLength="false">Traverse</command:parameterValue>
  6195. <command:parameterValue required="false" command:variableLength="false">DeleteSubdirectoriesAndFiles</command:parameterValue>
  6196. <command:parameterValue required="false" command:variableLength="false">ReadAttributes</command:parameterValue>
  6197. <command:parameterValue required="false" command:variableLength="false">WriteAttributes</command:parameterValue>
  6198. <command:parameterValue required="false" command:variableLength="false">Write</command:parameterValue>
  6199. <command:parameterValue required="false" command:variableLength="false">Delete</command:parameterValue>
  6200. <command:parameterValue required="false" command:variableLength="false">ReadPermissions</command:parameterValue>
  6201. <command:parameterValue required="false" command:variableLength="false">Read</command:parameterValue>
  6202. <command:parameterValue required="false" command:variableLength="false">ReadAndExecute</command:parameterValue>
  6203. <command:parameterValue required="false" command:variableLength="false">Modify</command:parameterValue>
  6204. <command:parameterValue required="false" command:variableLength="false">ChangePermissions</command:parameterValue>
  6205. <command:parameterValue required="false" command:variableLength="false">TakeOwnership</command:parameterValue>
  6206. <command:parameterValue required="false" command:variableLength="false">Synchronize</command:parameterValue>
  6207. <command:parameterValue required="false" command:variableLength="false">FullControl</command:parameterValue>
  6208. <command:parameterValue required="false" command:variableLength="false">GenericAll</command:parameterValue>
  6209. <command:parameterValue required="false" command:variableLength="false">GenericExecute</command:parameterValue>
  6210. <command:parameterValue required="false" command:variableLength="false">GenericWrite</command:parameterValue>
  6211. <command:parameterValue required="false" command:variableLength="false">GenericRead</command:parameterValue>
  6212. </command:parameterValueGroup>
  6213. <command:parameterValue required="true" variableLength="false">FileSystemRights2</command:parameterValue>
  6214. <dev:type>
  6215. <maml:name>FileSystemRights2</maml:name>
  6216. <maml:uri />
  6217. </dev:type>
  6218. <dev:defaultValue>None</dev:defaultValue>
  6219. </command:parameter>
  6220. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="AccessControlType">
  6221. <maml:name>AccessType</maml:name>
  6222. <maml:Description>
  6223. <maml:para>{{ Fill AccessType Description }}</maml:para>
  6224. </maml:Description>
  6225. <command:parameterValueGroup>
  6226. <command:parameterValue required="false" command:variableLength="false">Allow</command:parameterValue>
  6227. <command:parameterValue required="false" command:variableLength="false">Deny</command:parameterValue>
  6228. </command:parameterValueGroup>
  6229. <command:parameterValue required="true" variableLength="false">AccessControlType</command:parameterValue>
  6230. <dev:type>
  6231. <maml:name>AccessControlType</maml:name>
  6232. <maml:uri />
  6233. </dev:type>
  6234. <dev:defaultValue>None</dev:defaultValue>
  6235. </command:parameter>
  6236. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  6237. <maml:name>AppliesTo</maml:name>
  6238. <maml:Description>
  6239. <maml:para>{{ Fill AppliesTo Description }}</maml:para>
  6240. </maml:Description>
  6241. <command:parameterValueGroup>
  6242. <command:parameterValue required="false" command:variableLength="false">ThisFolderOnly</command:parameterValue>
  6243. <command:parameterValue required="false" command:variableLength="false">ThisFolderSubfoldersAndFiles</command:parameterValue>
  6244. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndSubfolders</command:parameterValue>
  6245. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndFiles</command:parameterValue>
  6246. <command:parameterValue required="false" command:variableLength="false">SubfoldersAndFilesOnly</command:parameterValue>
  6247. <command:parameterValue required="false" command:variableLength="false">SubfoldersOnly</command:parameterValue>
  6248. <command:parameterValue required="false" command:variableLength="false">FilesOnly</command:parameterValue>
  6249. <command:parameterValue required="false" command:variableLength="false">ThisFolderSubfoldersAndFilesOneLevel</command:parameterValue>
  6250. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndSubfoldersOneLevel</command:parameterValue>
  6251. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndFilesOneLevel</command:parameterValue>
  6252. <command:parameterValue required="false" command:variableLength="false">SubfoldersAndFilesOnlyOneLevel</command:parameterValue>
  6253. <command:parameterValue required="false" command:variableLength="false">SubfoldersOnlyOneLevel</command:parameterValue>
  6254. <command:parameterValue required="false" command:variableLength="false">FilesOnlyOneLevel</command:parameterValue>
  6255. </command:parameterValueGroup>
  6256. <command:parameterValue required="true" variableLength="false">ApplyTo</command:parameterValue>
  6257. <dev:type>
  6258. <maml:name>ApplyTo</maml:name>
  6259. <maml:uri />
  6260. </dev:type>
  6261. <dev:defaultValue>None</dev:defaultValue>
  6262. </command:parameter>
  6263. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  6264. <maml:name>PassThru</maml:name>
  6265. <maml:Description>
  6266. <maml:para>{{ Fill PassThru Description }}</maml:para>
  6267. </maml:Description>
  6268. <dev:type>
  6269. <maml:name>SwitchParameter</maml:name>
  6270. <maml:uri />
  6271. </dev:type>
  6272. <dev:defaultValue>False</dev:defaultValue>
  6273. </command:parameter>
  6274. </command:syntaxItem>
  6275. <command:syntaxItem>
  6276. <maml:name>Remove-NTFSAccess</maml:name>
  6277. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  6278. <maml:name>Path</maml:name>
  6279. <maml:Description>
  6280. <maml:para>{{ Fill Path Description }}</maml:para>
  6281. </maml:Description>
  6282. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  6283. <dev:type>
  6284. <maml:name>String[]</maml:name>
  6285. <maml:uri />
  6286. </dev:type>
  6287. <dev:defaultValue>None</dev:defaultValue>
  6288. </command:parameter>
  6289. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="IdentityReference, ID">
  6290. <maml:name>Account</maml:name>
  6291. <maml:Description>
  6292. <maml:para>{{ Fill Account Description }}</maml:para>
  6293. </maml:Description>
  6294. <command:parameterValue required="true" variableLength="false">IdentityReference2[]</command:parameterValue>
  6295. <dev:type>
  6296. <maml:name>IdentityReference2[]</maml:name>
  6297. <maml:uri />
  6298. </dev:type>
  6299. <dev:defaultValue>None</dev:defaultValue>
  6300. </command:parameter>
  6301. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="3" aliases="FileSystemRights">
  6302. <maml:name>AccessRights</maml:name>
  6303. <maml:Description>
  6304. <maml:para>{{ Fill AccessRights Description }}</maml:para>
  6305. </maml:Description>
  6306. <command:parameterValueGroup>
  6307. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  6308. <command:parameterValue required="false" command:variableLength="false">ReadData</command:parameterValue>
  6309. <command:parameterValue required="false" command:variableLength="false">ListDirectory</command:parameterValue>
  6310. <command:parameterValue required="false" command:variableLength="false">WriteData</command:parameterValue>
  6311. <command:parameterValue required="false" command:variableLength="false">CreateFiles</command:parameterValue>
  6312. <command:parameterValue required="false" command:variableLength="false">AppendData</command:parameterValue>
  6313. <command:parameterValue required="false" command:variableLength="false">CreateDirectories</command:parameterValue>
  6314. <command:parameterValue required="false" command:variableLength="false">ReadExtendedAttributes</command:parameterValue>
  6315. <command:parameterValue required="false" command:variableLength="false">WriteExtendedAttributes</command:parameterValue>
  6316. <command:parameterValue required="false" command:variableLength="false">ExecuteFile</command:parameterValue>
  6317. <command:parameterValue required="false" command:variableLength="false">Traverse</command:parameterValue>
  6318. <command:parameterValue required="false" command:variableLength="false">DeleteSubdirectoriesAndFiles</command:parameterValue>
  6319. <command:parameterValue required="false" command:variableLength="false">ReadAttributes</command:parameterValue>
  6320. <command:parameterValue required="false" command:variableLength="false">WriteAttributes</command:parameterValue>
  6321. <command:parameterValue required="false" command:variableLength="false">Write</command:parameterValue>
  6322. <command:parameterValue required="false" command:variableLength="false">Delete</command:parameterValue>
  6323. <command:parameterValue required="false" command:variableLength="false">ReadPermissions</command:parameterValue>
  6324. <command:parameterValue required="false" command:variableLength="false">Read</command:parameterValue>
  6325. <command:parameterValue required="false" command:variableLength="false">ReadAndExecute</command:parameterValue>
  6326. <command:parameterValue required="false" command:variableLength="false">Modify</command:parameterValue>
  6327. <command:parameterValue required="false" command:variableLength="false">ChangePermissions</command:parameterValue>
  6328. <command:parameterValue required="false" command:variableLength="false">TakeOwnership</command:parameterValue>
  6329. <command:parameterValue required="false" command:variableLength="false">Synchronize</command:parameterValue>
  6330. <command:parameterValue required="false" command:variableLength="false">FullControl</command:parameterValue>
  6331. <command:parameterValue required="false" command:variableLength="false">GenericAll</command:parameterValue>
  6332. <command:parameterValue required="false" command:variableLength="false">GenericExecute</command:parameterValue>
  6333. <command:parameterValue required="false" command:variableLength="false">GenericWrite</command:parameterValue>
  6334. <command:parameterValue required="false" command:variableLength="false">GenericRead</command:parameterValue>
  6335. </command:parameterValueGroup>
  6336. <command:parameterValue required="true" variableLength="false">FileSystemRights2</command:parameterValue>
  6337. <dev:type>
  6338. <maml:name>FileSystemRights2</maml:name>
  6339. <maml:uri />
  6340. </dev:type>
  6341. <dev:defaultValue>None</dev:defaultValue>
  6342. </command:parameter>
  6343. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="AccessControlType">
  6344. <maml:name>AccessType</maml:name>
  6345. <maml:Description>
  6346. <maml:para>{{ Fill AccessType Description }}</maml:para>
  6347. </maml:Description>
  6348. <command:parameterValueGroup>
  6349. <command:parameterValue required="false" command:variableLength="false">Allow</command:parameterValue>
  6350. <command:parameterValue required="false" command:variableLength="false">Deny</command:parameterValue>
  6351. </command:parameterValueGroup>
  6352. <command:parameterValue required="true" variableLength="false">AccessControlType</command:parameterValue>
  6353. <dev:type>
  6354. <maml:name>AccessControlType</maml:name>
  6355. <maml:uri />
  6356. </dev:type>
  6357. <dev:defaultValue>None</dev:defaultValue>
  6358. </command:parameter>
  6359. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  6360. <maml:name>InheritanceFlags</maml:name>
  6361. <maml:Description>
  6362. <maml:para>{{ Fill InheritanceFlags Description }}</maml:para>
  6363. </maml:Description>
  6364. <command:parameterValueGroup>
  6365. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  6366. <command:parameterValue required="false" command:variableLength="false">ContainerInherit</command:parameterValue>
  6367. <command:parameterValue required="false" command:variableLength="false">ObjectInherit</command:parameterValue>
  6368. </command:parameterValueGroup>
  6369. <command:parameterValue required="true" variableLength="false">InheritanceFlags</command:parameterValue>
  6370. <dev:type>
  6371. <maml:name>InheritanceFlags</maml:name>
  6372. <maml:uri />
  6373. </dev:type>
  6374. <dev:defaultValue>None</dev:defaultValue>
  6375. </command:parameter>
  6376. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  6377. <maml:name>PassThru</maml:name>
  6378. <maml:Description>
  6379. <maml:para>{{ Fill PassThru Description }}</maml:para>
  6380. </maml:Description>
  6381. <dev:type>
  6382. <maml:name>SwitchParameter</maml:name>
  6383. <maml:uri />
  6384. </dev:type>
  6385. <dev:defaultValue>False</dev:defaultValue>
  6386. </command:parameter>
  6387. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  6388. <maml:name>PropagationFlags</maml:name>
  6389. <maml:Description>
  6390. <maml:para>{{ Fill PropagationFlags Description }}</maml:para>
  6391. </maml:Description>
  6392. <command:parameterValueGroup>
  6393. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  6394. <command:parameterValue required="false" command:variableLength="false">NoPropagateInherit</command:parameterValue>
  6395. <command:parameterValue required="false" command:variableLength="false">InheritOnly</command:parameterValue>
  6396. </command:parameterValueGroup>
  6397. <command:parameterValue required="true" variableLength="false">PropagationFlags</command:parameterValue>
  6398. <dev:type>
  6399. <maml:name>PropagationFlags</maml:name>
  6400. <maml:uri />
  6401. </dev:type>
  6402. <dev:defaultValue>None</dev:defaultValue>
  6403. </command:parameter>
  6404. </command:syntaxItem>
  6405. <command:syntaxItem>
  6406. <maml:name>Remove-NTFSAccess</maml:name>
  6407. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  6408. <maml:name>SecurityDescriptor</maml:name>
  6409. <maml:Description>
  6410. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  6411. </maml:Description>
  6412. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  6413. <dev:type>
  6414. <maml:name>FileSystemSecurity2[]</maml:name>
  6415. <maml:uri />
  6416. </dev:type>
  6417. <dev:defaultValue>None</dev:defaultValue>
  6418. </command:parameter>
  6419. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="IdentityReference, ID">
  6420. <maml:name>Account</maml:name>
  6421. <maml:Description>
  6422. <maml:para>{{ Fill Account Description }}</maml:para>
  6423. </maml:Description>
  6424. <command:parameterValue required="true" variableLength="false">IdentityReference2[]</command:parameterValue>
  6425. <dev:type>
  6426. <maml:name>IdentityReference2[]</maml:name>
  6427. <maml:uri />
  6428. </dev:type>
  6429. <dev:defaultValue>None</dev:defaultValue>
  6430. </command:parameter>
  6431. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="3" aliases="FileSystemRights">
  6432. <maml:name>AccessRights</maml:name>
  6433. <maml:Description>
  6434. <maml:para>{{ Fill AccessRights Description }}</maml:para>
  6435. </maml:Description>
  6436. <command:parameterValueGroup>
  6437. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  6438. <command:parameterValue required="false" command:variableLength="false">ReadData</command:parameterValue>
  6439. <command:parameterValue required="false" command:variableLength="false">ListDirectory</command:parameterValue>
  6440. <command:parameterValue required="false" command:variableLength="false">WriteData</command:parameterValue>
  6441. <command:parameterValue required="false" command:variableLength="false">CreateFiles</command:parameterValue>
  6442. <command:parameterValue required="false" command:variableLength="false">AppendData</command:parameterValue>
  6443. <command:parameterValue required="false" command:variableLength="false">CreateDirectories</command:parameterValue>
  6444. <command:parameterValue required="false" command:variableLength="false">ReadExtendedAttributes</command:parameterValue>
  6445. <command:parameterValue required="false" command:variableLength="false">WriteExtendedAttributes</command:parameterValue>
  6446. <command:parameterValue required="false" command:variableLength="false">ExecuteFile</command:parameterValue>
  6447. <command:parameterValue required="false" command:variableLength="false">Traverse</command:parameterValue>
  6448. <command:parameterValue required="false" command:variableLength="false">DeleteSubdirectoriesAndFiles</command:parameterValue>
  6449. <command:parameterValue required="false" command:variableLength="false">ReadAttributes</command:parameterValue>
  6450. <command:parameterValue required="false" command:variableLength="false">WriteAttributes</command:parameterValue>
  6451. <command:parameterValue required="false" command:variableLength="false">Write</command:parameterValue>
  6452. <command:parameterValue required="false" command:variableLength="false">Delete</command:parameterValue>
  6453. <command:parameterValue required="false" command:variableLength="false">ReadPermissions</command:parameterValue>
  6454. <command:parameterValue required="false" command:variableLength="false">Read</command:parameterValue>
  6455. <command:parameterValue required="false" command:variableLength="false">ReadAndExecute</command:parameterValue>
  6456. <command:parameterValue required="false" command:variableLength="false">Modify</command:parameterValue>
  6457. <command:parameterValue required="false" command:variableLength="false">ChangePermissions</command:parameterValue>
  6458. <command:parameterValue required="false" command:variableLength="false">TakeOwnership</command:parameterValue>
  6459. <command:parameterValue required="false" command:variableLength="false">Synchronize</command:parameterValue>
  6460. <command:parameterValue required="false" command:variableLength="false">FullControl</command:parameterValue>
  6461. <command:parameterValue required="false" command:variableLength="false">GenericAll</command:parameterValue>
  6462. <command:parameterValue required="false" command:variableLength="false">GenericExecute</command:parameterValue>
  6463. <command:parameterValue required="false" command:variableLength="false">GenericWrite</command:parameterValue>
  6464. <command:parameterValue required="false" command:variableLength="false">GenericRead</command:parameterValue>
  6465. </command:parameterValueGroup>
  6466. <command:parameterValue required="true" variableLength="false">FileSystemRights2</command:parameterValue>
  6467. <dev:type>
  6468. <maml:name>FileSystemRights2</maml:name>
  6469. <maml:uri />
  6470. </dev:type>
  6471. <dev:defaultValue>None</dev:defaultValue>
  6472. </command:parameter>
  6473. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="AccessControlType">
  6474. <maml:name>AccessType</maml:name>
  6475. <maml:Description>
  6476. <maml:para>{{ Fill AccessType Description }}</maml:para>
  6477. </maml:Description>
  6478. <command:parameterValueGroup>
  6479. <command:parameterValue required="false" command:variableLength="false">Allow</command:parameterValue>
  6480. <command:parameterValue required="false" command:variableLength="false">Deny</command:parameterValue>
  6481. </command:parameterValueGroup>
  6482. <command:parameterValue required="true" variableLength="false">AccessControlType</command:parameterValue>
  6483. <dev:type>
  6484. <maml:name>AccessControlType</maml:name>
  6485. <maml:uri />
  6486. </dev:type>
  6487. <dev:defaultValue>None</dev:defaultValue>
  6488. </command:parameter>
  6489. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  6490. <maml:name>InheritanceFlags</maml:name>
  6491. <maml:Description>
  6492. <maml:para>{{ Fill InheritanceFlags Description }}</maml:para>
  6493. </maml:Description>
  6494. <command:parameterValueGroup>
  6495. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  6496. <command:parameterValue required="false" command:variableLength="false">ContainerInherit</command:parameterValue>
  6497. <command:parameterValue required="false" command:variableLength="false">ObjectInherit</command:parameterValue>
  6498. </command:parameterValueGroup>
  6499. <command:parameterValue required="true" variableLength="false">InheritanceFlags</command:parameterValue>
  6500. <dev:type>
  6501. <maml:name>InheritanceFlags</maml:name>
  6502. <maml:uri />
  6503. </dev:type>
  6504. <dev:defaultValue>None</dev:defaultValue>
  6505. </command:parameter>
  6506. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  6507. <maml:name>PassThru</maml:name>
  6508. <maml:Description>
  6509. <maml:para>{{ Fill PassThru Description }}</maml:para>
  6510. </maml:Description>
  6511. <dev:type>
  6512. <maml:name>SwitchParameter</maml:name>
  6513. <maml:uri />
  6514. </dev:type>
  6515. <dev:defaultValue>False</dev:defaultValue>
  6516. </command:parameter>
  6517. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  6518. <maml:name>PropagationFlags</maml:name>
  6519. <maml:Description>
  6520. <maml:para>{{ Fill PropagationFlags Description }}</maml:para>
  6521. </maml:Description>
  6522. <command:parameterValueGroup>
  6523. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  6524. <command:parameterValue required="false" command:variableLength="false">NoPropagateInherit</command:parameterValue>
  6525. <command:parameterValue required="false" command:variableLength="false">InheritOnly</command:parameterValue>
  6526. </command:parameterValueGroup>
  6527. <command:parameterValue required="true" variableLength="false">PropagationFlags</command:parameterValue>
  6528. <dev:type>
  6529. <maml:name>PropagationFlags</maml:name>
  6530. <maml:uri />
  6531. </dev:type>
  6532. <dev:defaultValue>None</dev:defaultValue>
  6533. </command:parameter>
  6534. </command:syntaxItem>
  6535. </command:syntax>
  6536. <command:parameters>
  6537. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="3" aliases="FileSystemRights">
  6538. <maml:name>AccessRights</maml:name>
  6539. <maml:Description>
  6540. <maml:para>{{ Fill AccessRights Description }}</maml:para>
  6541. </maml:Description>
  6542. <command:parameterValue required="true" variableLength="false">FileSystemRights2</command:parameterValue>
  6543. <dev:type>
  6544. <maml:name>FileSystemRights2</maml:name>
  6545. <maml:uri />
  6546. </dev:type>
  6547. <dev:defaultValue>None</dev:defaultValue>
  6548. </command:parameter>
  6549. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="AccessControlType">
  6550. <maml:name>AccessType</maml:name>
  6551. <maml:Description>
  6552. <maml:para>{{ Fill AccessType Description }}</maml:para>
  6553. </maml:Description>
  6554. <command:parameterValue required="true" variableLength="false">AccessControlType</command:parameterValue>
  6555. <dev:type>
  6556. <maml:name>AccessControlType</maml:name>
  6557. <maml:uri />
  6558. </dev:type>
  6559. <dev:defaultValue>None</dev:defaultValue>
  6560. </command:parameter>
  6561. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="IdentityReference, ID">
  6562. <maml:name>Account</maml:name>
  6563. <maml:Description>
  6564. <maml:para>{{ Fill Account Description }}</maml:para>
  6565. </maml:Description>
  6566. <command:parameterValue required="true" variableLength="false">IdentityReference2[]</command:parameterValue>
  6567. <dev:type>
  6568. <maml:name>IdentityReference2[]</maml:name>
  6569. <maml:uri />
  6570. </dev:type>
  6571. <dev:defaultValue>None</dev:defaultValue>
  6572. </command:parameter>
  6573. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  6574. <maml:name>AppliesTo</maml:name>
  6575. <maml:Description>
  6576. <maml:para>{{ Fill AppliesTo Description }}</maml:para>
  6577. </maml:Description>
  6578. <command:parameterValue required="true" variableLength="false">ApplyTo</command:parameterValue>
  6579. <dev:type>
  6580. <maml:name>ApplyTo</maml:name>
  6581. <maml:uri />
  6582. </dev:type>
  6583. <dev:defaultValue>None</dev:defaultValue>
  6584. </command:parameter>
  6585. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  6586. <maml:name>InheritanceFlags</maml:name>
  6587. <maml:Description>
  6588. <maml:para>{{ Fill InheritanceFlags Description }}</maml:para>
  6589. </maml:Description>
  6590. <command:parameterValue required="true" variableLength="false">InheritanceFlags</command:parameterValue>
  6591. <dev:type>
  6592. <maml:name>InheritanceFlags</maml:name>
  6593. <maml:uri />
  6594. </dev:type>
  6595. <dev:defaultValue>None</dev:defaultValue>
  6596. </command:parameter>
  6597. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  6598. <maml:name>PassThru</maml:name>
  6599. <maml:Description>
  6600. <maml:para>{{ Fill PassThru Description }}</maml:para>
  6601. </maml:Description>
  6602. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  6603. <dev:type>
  6604. <maml:name>SwitchParameter</maml:name>
  6605. <maml:uri />
  6606. </dev:type>
  6607. <dev:defaultValue>False</dev:defaultValue>
  6608. </command:parameter>
  6609. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  6610. <maml:name>Path</maml:name>
  6611. <maml:Description>
  6612. <maml:para>{{ Fill Path Description }}</maml:para>
  6613. </maml:Description>
  6614. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  6615. <dev:type>
  6616. <maml:name>String[]</maml:name>
  6617. <maml:uri />
  6618. </dev:type>
  6619. <dev:defaultValue>None</dev:defaultValue>
  6620. </command:parameter>
  6621. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  6622. <maml:name>PropagationFlags</maml:name>
  6623. <maml:Description>
  6624. <maml:para>{{ Fill PropagationFlags Description }}</maml:para>
  6625. </maml:Description>
  6626. <command:parameterValue required="true" variableLength="false">PropagationFlags</command:parameterValue>
  6627. <dev:type>
  6628. <maml:name>PropagationFlags</maml:name>
  6629. <maml:uri />
  6630. </dev:type>
  6631. <dev:defaultValue>None</dev:defaultValue>
  6632. </command:parameter>
  6633. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  6634. <maml:name>SecurityDescriptor</maml:name>
  6635. <maml:Description>
  6636. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  6637. </maml:Description>
  6638. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  6639. <dev:type>
  6640. <maml:name>FileSystemSecurity2[]</maml:name>
  6641. <maml:uri />
  6642. </dev:type>
  6643. <dev:defaultValue>None</dev:defaultValue>
  6644. </command:parameter>
  6645. </command:parameters>
  6646. <command:inputTypes>
  6647. <command:inputType>
  6648. <dev:type>
  6649. <maml:name>System.String[]</maml:name>
  6650. </dev:type>
  6651. <maml:description>
  6652. <maml:para></maml:para>
  6653. </maml:description>
  6654. </command:inputType>
  6655. <command:inputType>
  6656. <dev:type>
  6657. <maml:name>Security2.FileSystemSecurity2[]</maml:name>
  6658. </dev:type>
  6659. <maml:description>
  6660. <maml:para></maml:para>
  6661. </maml:description>
  6662. </command:inputType>
  6663. <command:inputType>
  6664. <dev:type>
  6665. <maml:name>Security2.IdentityReference2[]</maml:name>
  6666. </dev:type>
  6667. <maml:description>
  6668. <maml:para></maml:para>
  6669. </maml:description>
  6670. </command:inputType>
  6671. <command:inputType>
  6672. <dev:type>
  6673. <maml:name>Security2.FileSystemRights2</maml:name>
  6674. </dev:type>
  6675. <maml:description>
  6676. <maml:para></maml:para>
  6677. </maml:description>
  6678. </command:inputType>
  6679. <command:inputType>
  6680. <dev:type>
  6681. <maml:name>System.Security.AccessControl.AccessControlType</maml:name>
  6682. </dev:type>
  6683. <maml:description>
  6684. <maml:para></maml:para>
  6685. </maml:description>
  6686. </command:inputType>
  6687. <command:inputType>
  6688. <dev:type>
  6689. <maml:name>System.Security.AccessControl.InheritanceFlags</maml:name>
  6690. </dev:type>
  6691. <maml:description>
  6692. <maml:para></maml:para>
  6693. </maml:description>
  6694. </command:inputType>
  6695. <command:inputType>
  6696. <dev:type>
  6697. <maml:name>System.Security.AccessControl.PropagationFlags</maml:name>
  6698. </dev:type>
  6699. <maml:description>
  6700. <maml:para></maml:para>
  6701. </maml:description>
  6702. </command:inputType>
  6703. <command:inputType>
  6704. <dev:type>
  6705. <maml:name>Security2.ApplyTo</maml:name>
  6706. </dev:type>
  6707. <maml:description>
  6708. <maml:para></maml:para>
  6709. </maml:description>
  6710. </command:inputType>
  6711. </command:inputTypes>
  6712. <command:returnValues>
  6713. <command:returnValue>
  6714. <dev:type>
  6715. <maml:name>Security2.FileSystemAccessRule2</maml:name>
  6716. </dev:type>
  6717. <maml:description>
  6718. <maml:para></maml:para>
  6719. </maml:description>
  6720. </command:returnValue>
  6721. </command:returnValues>
  6722. <maml:alertSet>
  6723. <maml:alert>
  6724. <maml:para></maml:para>
  6725. </maml:alert>
  6726. </maml:alertSet>
  6727. <command:examples>
  6728. <command:example>
  6729. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  6730. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  6731. <dev:remarks>
  6732. <maml:para>{{ Add example description here }}</maml:para>
  6733. </dev:remarks>
  6734. </command:example>
  6735. </command:examples>
  6736. <command:relatedLinks />
  6737. </command:command>
  6738. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  6739. <command:details>
  6740. <command:name>Remove-NTFSAudit</command:name>
  6741. <command:verb>Remove</command:verb>
  6742. <command:noun>NTFSAudit</command:noun>
  6743. <maml:description>
  6744. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  6745. </maml:description>
  6746. </command:details>
  6747. <maml:description>
  6748. <maml:para>{{ Fill in the Description }}</maml:para>
  6749. </maml:description>
  6750. <command:syntax>
  6751. <command:syntaxItem>
  6752. <maml:name>Remove-NTFSAudit</maml:name>
  6753. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  6754. <maml:name>Path</maml:name>
  6755. <maml:Description>
  6756. <maml:para>{{ Fill Path Description }}</maml:para>
  6757. </maml:Description>
  6758. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  6759. <dev:type>
  6760. <maml:name>String[]</maml:name>
  6761. <maml:uri />
  6762. </dev:type>
  6763. <dev:defaultValue>None</dev:defaultValue>
  6764. </command:parameter>
  6765. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="IdentityReference, ID">
  6766. <maml:name>Account</maml:name>
  6767. <maml:Description>
  6768. <maml:para>{{ Fill Account Description }}</maml:para>
  6769. </maml:Description>
  6770. <command:parameterValue required="true" variableLength="false">IdentityReference2[]</command:parameterValue>
  6771. <dev:type>
  6772. <maml:name>IdentityReference2[]</maml:name>
  6773. <maml:uri />
  6774. </dev:type>
  6775. <dev:defaultValue>None</dev:defaultValue>
  6776. </command:parameter>
  6777. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="3" aliases="FileSystemRights">
  6778. <maml:name>AccessRights</maml:name>
  6779. <maml:Description>
  6780. <maml:para>{{ Fill AccessRights Description }}</maml:para>
  6781. </maml:Description>
  6782. <command:parameterValueGroup>
  6783. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  6784. <command:parameterValue required="false" command:variableLength="false">ReadData</command:parameterValue>
  6785. <command:parameterValue required="false" command:variableLength="false">ListDirectory</command:parameterValue>
  6786. <command:parameterValue required="false" command:variableLength="false">WriteData</command:parameterValue>
  6787. <command:parameterValue required="false" command:variableLength="false">CreateFiles</command:parameterValue>
  6788. <command:parameterValue required="false" command:variableLength="false">AppendData</command:parameterValue>
  6789. <command:parameterValue required="false" command:variableLength="false">CreateDirectories</command:parameterValue>
  6790. <command:parameterValue required="false" command:variableLength="false">ReadExtendedAttributes</command:parameterValue>
  6791. <command:parameterValue required="false" command:variableLength="false">WriteExtendedAttributes</command:parameterValue>
  6792. <command:parameterValue required="false" command:variableLength="false">ExecuteFile</command:parameterValue>
  6793. <command:parameterValue required="false" command:variableLength="false">Traverse</command:parameterValue>
  6794. <command:parameterValue required="false" command:variableLength="false">DeleteSubdirectoriesAndFiles</command:parameterValue>
  6795. <command:parameterValue required="false" command:variableLength="false">ReadAttributes</command:parameterValue>
  6796. <command:parameterValue required="false" command:variableLength="false">WriteAttributes</command:parameterValue>
  6797. <command:parameterValue required="false" command:variableLength="false">Write</command:parameterValue>
  6798. <command:parameterValue required="false" command:variableLength="false">Delete</command:parameterValue>
  6799. <command:parameterValue required="false" command:variableLength="false">ReadPermissions</command:parameterValue>
  6800. <command:parameterValue required="false" command:variableLength="false">Read</command:parameterValue>
  6801. <command:parameterValue required="false" command:variableLength="false">ReadAndExecute</command:parameterValue>
  6802. <command:parameterValue required="false" command:variableLength="false">Modify</command:parameterValue>
  6803. <command:parameterValue required="false" command:variableLength="false">ChangePermissions</command:parameterValue>
  6804. <command:parameterValue required="false" command:variableLength="false">TakeOwnership</command:parameterValue>
  6805. <command:parameterValue required="false" command:variableLength="false">Synchronize</command:parameterValue>
  6806. <command:parameterValue required="false" command:variableLength="false">FullControl</command:parameterValue>
  6807. <command:parameterValue required="false" command:variableLength="false">GenericAll</command:parameterValue>
  6808. <command:parameterValue required="false" command:variableLength="false">GenericExecute</command:parameterValue>
  6809. <command:parameterValue required="false" command:variableLength="false">GenericWrite</command:parameterValue>
  6810. <command:parameterValue required="false" command:variableLength="false">GenericRead</command:parameterValue>
  6811. </command:parameterValueGroup>
  6812. <command:parameterValue required="true" variableLength="false">FileSystemRights2</command:parameterValue>
  6813. <dev:type>
  6814. <maml:name>FileSystemRights2</maml:name>
  6815. <maml:uri />
  6816. </dev:type>
  6817. <dev:defaultValue>None</dev:defaultValue>
  6818. </command:parameter>
  6819. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  6820. <maml:name>AppliesTo</maml:name>
  6821. <maml:Description>
  6822. <maml:para>{{ Fill AppliesTo Description }}</maml:para>
  6823. </maml:Description>
  6824. <command:parameterValueGroup>
  6825. <command:parameterValue required="false" command:variableLength="false">ThisFolderOnly</command:parameterValue>
  6826. <command:parameterValue required="false" command:variableLength="false">ThisFolderSubfoldersAndFiles</command:parameterValue>
  6827. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndSubfolders</command:parameterValue>
  6828. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndFiles</command:parameterValue>
  6829. <command:parameterValue required="false" command:variableLength="false">SubfoldersAndFilesOnly</command:parameterValue>
  6830. <command:parameterValue required="false" command:variableLength="false">SubfoldersOnly</command:parameterValue>
  6831. <command:parameterValue required="false" command:variableLength="false">FilesOnly</command:parameterValue>
  6832. <command:parameterValue required="false" command:variableLength="false">ThisFolderSubfoldersAndFilesOneLevel</command:parameterValue>
  6833. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndSubfoldersOneLevel</command:parameterValue>
  6834. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndFilesOneLevel</command:parameterValue>
  6835. <command:parameterValue required="false" command:variableLength="false">SubfoldersAndFilesOnlyOneLevel</command:parameterValue>
  6836. <command:parameterValue required="false" command:variableLength="false">SubfoldersOnlyOneLevel</command:parameterValue>
  6837. <command:parameterValue required="false" command:variableLength="false">FilesOnlyOneLevel</command:parameterValue>
  6838. </command:parameterValueGroup>
  6839. <command:parameterValue required="true" variableLength="false">ApplyTo</command:parameterValue>
  6840. <dev:type>
  6841. <maml:name>ApplyTo</maml:name>
  6842. <maml:uri />
  6843. </dev:type>
  6844. <dev:defaultValue>None</dev:defaultValue>
  6845. </command:parameter>
  6846. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  6847. <maml:name>AuditFlags</maml:name>
  6848. <maml:Description>
  6849. <maml:para>{{ Fill AuditFlags Description }}</maml:para>
  6850. </maml:Description>
  6851. <command:parameterValueGroup>
  6852. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  6853. <command:parameterValue required="false" command:variableLength="false">Success</command:parameterValue>
  6854. <command:parameterValue required="false" command:variableLength="false">Failure</command:parameterValue>
  6855. </command:parameterValueGroup>
  6856. <command:parameterValue required="true" variableLength="false">AuditFlags</command:parameterValue>
  6857. <dev:type>
  6858. <maml:name>AuditFlags</maml:name>
  6859. <maml:uri />
  6860. </dev:type>
  6861. <dev:defaultValue>None</dev:defaultValue>
  6862. </command:parameter>
  6863. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  6864. <maml:name>PassThru</maml:name>
  6865. <maml:Description>
  6866. <maml:para>{{ Fill PassThru Description }}</maml:para>
  6867. </maml:Description>
  6868. <dev:type>
  6869. <maml:name>SwitchParameter</maml:name>
  6870. <maml:uri />
  6871. </dev:type>
  6872. <dev:defaultValue>False</dev:defaultValue>
  6873. </command:parameter>
  6874. </command:syntaxItem>
  6875. <command:syntaxItem>
  6876. <maml:name>Remove-NTFSAudit</maml:name>
  6877. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  6878. <maml:name>SecurityDescriptor</maml:name>
  6879. <maml:Description>
  6880. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  6881. </maml:Description>
  6882. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  6883. <dev:type>
  6884. <maml:name>FileSystemSecurity2[]</maml:name>
  6885. <maml:uri />
  6886. </dev:type>
  6887. <dev:defaultValue>None</dev:defaultValue>
  6888. </command:parameter>
  6889. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="IdentityReference, ID">
  6890. <maml:name>Account</maml:name>
  6891. <maml:Description>
  6892. <maml:para>{{ Fill Account Description }}</maml:para>
  6893. </maml:Description>
  6894. <command:parameterValue required="true" variableLength="false">IdentityReference2[]</command:parameterValue>
  6895. <dev:type>
  6896. <maml:name>IdentityReference2[]</maml:name>
  6897. <maml:uri />
  6898. </dev:type>
  6899. <dev:defaultValue>None</dev:defaultValue>
  6900. </command:parameter>
  6901. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="3" aliases="FileSystemRights">
  6902. <maml:name>AccessRights</maml:name>
  6903. <maml:Description>
  6904. <maml:para>{{ Fill AccessRights Description }}</maml:para>
  6905. </maml:Description>
  6906. <command:parameterValueGroup>
  6907. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  6908. <command:parameterValue required="false" command:variableLength="false">ReadData</command:parameterValue>
  6909. <command:parameterValue required="false" command:variableLength="false">ListDirectory</command:parameterValue>
  6910. <command:parameterValue required="false" command:variableLength="false">WriteData</command:parameterValue>
  6911. <command:parameterValue required="false" command:variableLength="false">CreateFiles</command:parameterValue>
  6912. <command:parameterValue required="false" command:variableLength="false">AppendData</command:parameterValue>
  6913. <command:parameterValue required="false" command:variableLength="false">CreateDirectories</command:parameterValue>
  6914. <command:parameterValue required="false" command:variableLength="false">ReadExtendedAttributes</command:parameterValue>
  6915. <command:parameterValue required="false" command:variableLength="false">WriteExtendedAttributes</command:parameterValue>
  6916. <command:parameterValue required="false" command:variableLength="false">ExecuteFile</command:parameterValue>
  6917. <command:parameterValue required="false" command:variableLength="false">Traverse</command:parameterValue>
  6918. <command:parameterValue required="false" command:variableLength="false">DeleteSubdirectoriesAndFiles</command:parameterValue>
  6919. <command:parameterValue required="false" command:variableLength="false">ReadAttributes</command:parameterValue>
  6920. <command:parameterValue required="false" command:variableLength="false">WriteAttributes</command:parameterValue>
  6921. <command:parameterValue required="false" command:variableLength="false">Write</command:parameterValue>
  6922. <command:parameterValue required="false" command:variableLength="false">Delete</command:parameterValue>
  6923. <command:parameterValue required="false" command:variableLength="false">ReadPermissions</command:parameterValue>
  6924. <command:parameterValue required="false" command:variableLength="false">Read</command:parameterValue>
  6925. <command:parameterValue required="false" command:variableLength="false">ReadAndExecute</command:parameterValue>
  6926. <command:parameterValue required="false" command:variableLength="false">Modify</command:parameterValue>
  6927. <command:parameterValue required="false" command:variableLength="false">ChangePermissions</command:parameterValue>
  6928. <command:parameterValue required="false" command:variableLength="false">TakeOwnership</command:parameterValue>
  6929. <command:parameterValue required="false" command:variableLength="false">Synchronize</command:parameterValue>
  6930. <command:parameterValue required="false" command:variableLength="false">FullControl</command:parameterValue>
  6931. <command:parameterValue required="false" command:variableLength="false">GenericAll</command:parameterValue>
  6932. <command:parameterValue required="false" command:variableLength="false">GenericExecute</command:parameterValue>
  6933. <command:parameterValue required="false" command:variableLength="false">GenericWrite</command:parameterValue>
  6934. <command:parameterValue required="false" command:variableLength="false">GenericRead</command:parameterValue>
  6935. </command:parameterValueGroup>
  6936. <command:parameterValue required="true" variableLength="false">FileSystemRights2</command:parameterValue>
  6937. <dev:type>
  6938. <maml:name>FileSystemRights2</maml:name>
  6939. <maml:uri />
  6940. </dev:type>
  6941. <dev:defaultValue>None</dev:defaultValue>
  6942. </command:parameter>
  6943. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  6944. <maml:name>AppliesTo</maml:name>
  6945. <maml:Description>
  6946. <maml:para>{{ Fill AppliesTo Description }}</maml:para>
  6947. </maml:Description>
  6948. <command:parameterValueGroup>
  6949. <command:parameterValue required="false" command:variableLength="false">ThisFolderOnly</command:parameterValue>
  6950. <command:parameterValue required="false" command:variableLength="false">ThisFolderSubfoldersAndFiles</command:parameterValue>
  6951. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndSubfolders</command:parameterValue>
  6952. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndFiles</command:parameterValue>
  6953. <command:parameterValue required="false" command:variableLength="false">SubfoldersAndFilesOnly</command:parameterValue>
  6954. <command:parameterValue required="false" command:variableLength="false">SubfoldersOnly</command:parameterValue>
  6955. <command:parameterValue required="false" command:variableLength="false">FilesOnly</command:parameterValue>
  6956. <command:parameterValue required="false" command:variableLength="false">ThisFolderSubfoldersAndFilesOneLevel</command:parameterValue>
  6957. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndSubfoldersOneLevel</command:parameterValue>
  6958. <command:parameterValue required="false" command:variableLength="false">ThisFolderAndFilesOneLevel</command:parameterValue>
  6959. <command:parameterValue required="false" command:variableLength="false">SubfoldersAndFilesOnlyOneLevel</command:parameterValue>
  6960. <command:parameterValue required="false" command:variableLength="false">SubfoldersOnlyOneLevel</command:parameterValue>
  6961. <command:parameterValue required="false" command:variableLength="false">FilesOnlyOneLevel</command:parameterValue>
  6962. </command:parameterValueGroup>
  6963. <command:parameterValue required="true" variableLength="false">ApplyTo</command:parameterValue>
  6964. <dev:type>
  6965. <maml:name>ApplyTo</maml:name>
  6966. <maml:uri />
  6967. </dev:type>
  6968. <dev:defaultValue>None</dev:defaultValue>
  6969. </command:parameter>
  6970. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  6971. <maml:name>AuditFlags</maml:name>
  6972. <maml:Description>
  6973. <maml:para>{{ Fill AuditFlags Description }}</maml:para>
  6974. </maml:Description>
  6975. <command:parameterValueGroup>
  6976. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  6977. <command:parameterValue required="false" command:variableLength="false">Success</command:parameterValue>
  6978. <command:parameterValue required="false" command:variableLength="false">Failure</command:parameterValue>
  6979. </command:parameterValueGroup>
  6980. <command:parameterValue required="true" variableLength="false">AuditFlags</command:parameterValue>
  6981. <dev:type>
  6982. <maml:name>AuditFlags</maml:name>
  6983. <maml:uri />
  6984. </dev:type>
  6985. <dev:defaultValue>None</dev:defaultValue>
  6986. </command:parameter>
  6987. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  6988. <maml:name>PassThru</maml:name>
  6989. <maml:Description>
  6990. <maml:para>{{ Fill PassThru Description }}</maml:para>
  6991. </maml:Description>
  6992. <dev:type>
  6993. <maml:name>SwitchParameter</maml:name>
  6994. <maml:uri />
  6995. </dev:type>
  6996. <dev:defaultValue>False</dev:defaultValue>
  6997. </command:parameter>
  6998. </command:syntaxItem>
  6999. <command:syntaxItem>
  7000. <maml:name>Remove-NTFSAudit</maml:name>
  7001. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  7002. <maml:name>Path</maml:name>
  7003. <maml:Description>
  7004. <maml:para>{{ Fill Path Description }}</maml:para>
  7005. </maml:Description>
  7006. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  7007. <dev:type>
  7008. <maml:name>String[]</maml:name>
  7009. <maml:uri />
  7010. </dev:type>
  7011. <dev:defaultValue>None</dev:defaultValue>
  7012. </command:parameter>
  7013. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="IdentityReference, ID">
  7014. <maml:name>Account</maml:name>
  7015. <maml:Description>
  7016. <maml:para>{{ Fill Account Description }}</maml:para>
  7017. </maml:Description>
  7018. <command:parameterValue required="true" variableLength="false">IdentityReference2[]</command:parameterValue>
  7019. <dev:type>
  7020. <maml:name>IdentityReference2[]</maml:name>
  7021. <maml:uri />
  7022. </dev:type>
  7023. <dev:defaultValue>None</dev:defaultValue>
  7024. </command:parameter>
  7025. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="3" aliases="FileSystemRights">
  7026. <maml:name>AccessRights</maml:name>
  7027. <maml:Description>
  7028. <maml:para>{{ Fill AccessRights Description }}</maml:para>
  7029. </maml:Description>
  7030. <command:parameterValueGroup>
  7031. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  7032. <command:parameterValue required="false" command:variableLength="false">ReadData</command:parameterValue>
  7033. <command:parameterValue required="false" command:variableLength="false">ListDirectory</command:parameterValue>
  7034. <command:parameterValue required="false" command:variableLength="false">WriteData</command:parameterValue>
  7035. <command:parameterValue required="false" command:variableLength="false">CreateFiles</command:parameterValue>
  7036. <command:parameterValue required="false" command:variableLength="false">AppendData</command:parameterValue>
  7037. <command:parameterValue required="false" command:variableLength="false">CreateDirectories</command:parameterValue>
  7038. <command:parameterValue required="false" command:variableLength="false">ReadExtendedAttributes</command:parameterValue>
  7039. <command:parameterValue required="false" command:variableLength="false">WriteExtendedAttributes</command:parameterValue>
  7040. <command:parameterValue required="false" command:variableLength="false">ExecuteFile</command:parameterValue>
  7041. <command:parameterValue required="false" command:variableLength="false">Traverse</command:parameterValue>
  7042. <command:parameterValue required="false" command:variableLength="false">DeleteSubdirectoriesAndFiles</command:parameterValue>
  7043. <command:parameterValue required="false" command:variableLength="false">ReadAttributes</command:parameterValue>
  7044. <command:parameterValue required="false" command:variableLength="false">WriteAttributes</command:parameterValue>
  7045. <command:parameterValue required="false" command:variableLength="false">Write</command:parameterValue>
  7046. <command:parameterValue required="false" command:variableLength="false">Delete</command:parameterValue>
  7047. <command:parameterValue required="false" command:variableLength="false">ReadPermissions</command:parameterValue>
  7048. <command:parameterValue required="false" command:variableLength="false">Read</command:parameterValue>
  7049. <command:parameterValue required="false" command:variableLength="false">ReadAndExecute</command:parameterValue>
  7050. <command:parameterValue required="false" command:variableLength="false">Modify</command:parameterValue>
  7051. <command:parameterValue required="false" command:variableLength="false">ChangePermissions</command:parameterValue>
  7052. <command:parameterValue required="false" command:variableLength="false">TakeOwnership</command:parameterValue>
  7053. <command:parameterValue required="false" command:variableLength="false">Synchronize</command:parameterValue>
  7054. <command:parameterValue required="false" command:variableLength="false">FullControl</command:parameterValue>
  7055. <command:parameterValue required="false" command:variableLength="false">GenericAll</command:parameterValue>
  7056. <command:parameterValue required="false" command:variableLength="false">GenericExecute</command:parameterValue>
  7057. <command:parameterValue required="false" command:variableLength="false">GenericWrite</command:parameterValue>
  7058. <command:parameterValue required="false" command:variableLength="false">GenericRead</command:parameterValue>
  7059. </command:parameterValueGroup>
  7060. <command:parameterValue required="true" variableLength="false">FileSystemRights2</command:parameterValue>
  7061. <dev:type>
  7062. <maml:name>FileSystemRights2</maml:name>
  7063. <maml:uri />
  7064. </dev:type>
  7065. <dev:defaultValue>None</dev:defaultValue>
  7066. </command:parameter>
  7067. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  7068. <maml:name>AuditFlags</maml:name>
  7069. <maml:Description>
  7070. <maml:para>{{ Fill AuditFlags Description }}</maml:para>
  7071. </maml:Description>
  7072. <command:parameterValueGroup>
  7073. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  7074. <command:parameterValue required="false" command:variableLength="false">Success</command:parameterValue>
  7075. <command:parameterValue required="false" command:variableLength="false">Failure</command:parameterValue>
  7076. </command:parameterValueGroup>
  7077. <command:parameterValue required="true" variableLength="false">AuditFlags</command:parameterValue>
  7078. <dev:type>
  7079. <maml:name>AuditFlags</maml:name>
  7080. <maml:uri />
  7081. </dev:type>
  7082. <dev:defaultValue>None</dev:defaultValue>
  7083. </command:parameter>
  7084. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  7085. <maml:name>InheritanceFlags</maml:name>
  7086. <maml:Description>
  7087. <maml:para>{{ Fill InheritanceFlags Description }}</maml:para>
  7088. </maml:Description>
  7089. <command:parameterValueGroup>
  7090. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  7091. <command:parameterValue required="false" command:variableLength="false">ContainerInherit</command:parameterValue>
  7092. <command:parameterValue required="false" command:variableLength="false">ObjectInherit</command:parameterValue>
  7093. </command:parameterValueGroup>
  7094. <command:parameterValue required="true" variableLength="false">InheritanceFlags</command:parameterValue>
  7095. <dev:type>
  7096. <maml:name>InheritanceFlags</maml:name>
  7097. <maml:uri />
  7098. </dev:type>
  7099. <dev:defaultValue>None</dev:defaultValue>
  7100. </command:parameter>
  7101. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  7102. <maml:name>PassThru</maml:name>
  7103. <maml:Description>
  7104. <maml:para>{{ Fill PassThru Description }}</maml:para>
  7105. </maml:Description>
  7106. <dev:type>
  7107. <maml:name>SwitchParameter</maml:name>
  7108. <maml:uri />
  7109. </dev:type>
  7110. <dev:defaultValue>False</dev:defaultValue>
  7111. </command:parameter>
  7112. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  7113. <maml:name>PropagationFlags</maml:name>
  7114. <maml:Description>
  7115. <maml:para>{{ Fill PropagationFlags Description }}</maml:para>
  7116. </maml:Description>
  7117. <command:parameterValueGroup>
  7118. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  7119. <command:parameterValue required="false" command:variableLength="false">NoPropagateInherit</command:parameterValue>
  7120. <command:parameterValue required="false" command:variableLength="false">InheritOnly</command:parameterValue>
  7121. </command:parameterValueGroup>
  7122. <command:parameterValue required="true" variableLength="false">PropagationFlags</command:parameterValue>
  7123. <dev:type>
  7124. <maml:name>PropagationFlags</maml:name>
  7125. <maml:uri />
  7126. </dev:type>
  7127. <dev:defaultValue>None</dev:defaultValue>
  7128. </command:parameter>
  7129. </command:syntaxItem>
  7130. <command:syntaxItem>
  7131. <maml:name>Remove-NTFSAudit</maml:name>
  7132. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  7133. <maml:name>SecurityDescriptor</maml:name>
  7134. <maml:Description>
  7135. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  7136. </maml:Description>
  7137. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  7138. <dev:type>
  7139. <maml:name>FileSystemSecurity2[]</maml:name>
  7140. <maml:uri />
  7141. </dev:type>
  7142. <dev:defaultValue>None</dev:defaultValue>
  7143. </command:parameter>
  7144. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="IdentityReference, ID">
  7145. <maml:name>Account</maml:name>
  7146. <maml:Description>
  7147. <maml:para>{{ Fill Account Description }}</maml:para>
  7148. </maml:Description>
  7149. <command:parameterValue required="true" variableLength="false">IdentityReference2[]</command:parameterValue>
  7150. <dev:type>
  7151. <maml:name>IdentityReference2[]</maml:name>
  7152. <maml:uri />
  7153. </dev:type>
  7154. <dev:defaultValue>None</dev:defaultValue>
  7155. </command:parameter>
  7156. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="3" aliases="FileSystemRights">
  7157. <maml:name>AccessRights</maml:name>
  7158. <maml:Description>
  7159. <maml:para>{{ Fill AccessRights Description }}</maml:para>
  7160. </maml:Description>
  7161. <command:parameterValueGroup>
  7162. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  7163. <command:parameterValue required="false" command:variableLength="false">ReadData</command:parameterValue>
  7164. <command:parameterValue required="false" command:variableLength="false">ListDirectory</command:parameterValue>
  7165. <command:parameterValue required="false" command:variableLength="false">WriteData</command:parameterValue>
  7166. <command:parameterValue required="false" command:variableLength="false">CreateFiles</command:parameterValue>
  7167. <command:parameterValue required="false" command:variableLength="false">AppendData</command:parameterValue>
  7168. <command:parameterValue required="false" command:variableLength="false">CreateDirectories</command:parameterValue>
  7169. <command:parameterValue required="false" command:variableLength="false">ReadExtendedAttributes</command:parameterValue>
  7170. <command:parameterValue required="false" command:variableLength="false">WriteExtendedAttributes</command:parameterValue>
  7171. <command:parameterValue required="false" command:variableLength="false">ExecuteFile</command:parameterValue>
  7172. <command:parameterValue required="false" command:variableLength="false">Traverse</command:parameterValue>
  7173. <command:parameterValue required="false" command:variableLength="false">DeleteSubdirectoriesAndFiles</command:parameterValue>
  7174. <command:parameterValue required="false" command:variableLength="false">ReadAttributes</command:parameterValue>
  7175. <command:parameterValue required="false" command:variableLength="false">WriteAttributes</command:parameterValue>
  7176. <command:parameterValue required="false" command:variableLength="false">Write</command:parameterValue>
  7177. <command:parameterValue required="false" command:variableLength="false">Delete</command:parameterValue>
  7178. <command:parameterValue required="false" command:variableLength="false">ReadPermissions</command:parameterValue>
  7179. <command:parameterValue required="false" command:variableLength="false">Read</command:parameterValue>
  7180. <command:parameterValue required="false" command:variableLength="false">ReadAndExecute</command:parameterValue>
  7181. <command:parameterValue required="false" command:variableLength="false">Modify</command:parameterValue>
  7182. <command:parameterValue required="false" command:variableLength="false">ChangePermissions</command:parameterValue>
  7183. <command:parameterValue required="false" command:variableLength="false">TakeOwnership</command:parameterValue>
  7184. <command:parameterValue required="false" command:variableLength="false">Synchronize</command:parameterValue>
  7185. <command:parameterValue required="false" command:variableLength="false">FullControl</command:parameterValue>
  7186. <command:parameterValue required="false" command:variableLength="false">GenericAll</command:parameterValue>
  7187. <command:parameterValue required="false" command:variableLength="false">GenericExecute</command:parameterValue>
  7188. <command:parameterValue required="false" command:variableLength="false">GenericWrite</command:parameterValue>
  7189. <command:parameterValue required="false" command:variableLength="false">GenericRead</command:parameterValue>
  7190. </command:parameterValueGroup>
  7191. <command:parameterValue required="true" variableLength="false">FileSystemRights2</command:parameterValue>
  7192. <dev:type>
  7193. <maml:name>FileSystemRights2</maml:name>
  7194. <maml:uri />
  7195. </dev:type>
  7196. <dev:defaultValue>None</dev:defaultValue>
  7197. </command:parameter>
  7198. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  7199. <maml:name>AuditFlags</maml:name>
  7200. <maml:Description>
  7201. <maml:para>{{ Fill AuditFlags Description }}</maml:para>
  7202. </maml:Description>
  7203. <command:parameterValueGroup>
  7204. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  7205. <command:parameterValue required="false" command:variableLength="false">Success</command:parameterValue>
  7206. <command:parameterValue required="false" command:variableLength="false">Failure</command:parameterValue>
  7207. </command:parameterValueGroup>
  7208. <command:parameterValue required="true" variableLength="false">AuditFlags</command:parameterValue>
  7209. <dev:type>
  7210. <maml:name>AuditFlags</maml:name>
  7211. <maml:uri />
  7212. </dev:type>
  7213. <dev:defaultValue>None</dev:defaultValue>
  7214. </command:parameter>
  7215. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  7216. <maml:name>InheritanceFlags</maml:name>
  7217. <maml:Description>
  7218. <maml:para>{{ Fill InheritanceFlags Description }}</maml:para>
  7219. </maml:Description>
  7220. <command:parameterValueGroup>
  7221. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  7222. <command:parameterValue required="false" command:variableLength="false">ContainerInherit</command:parameterValue>
  7223. <command:parameterValue required="false" command:variableLength="false">ObjectInherit</command:parameterValue>
  7224. </command:parameterValueGroup>
  7225. <command:parameterValue required="true" variableLength="false">InheritanceFlags</command:parameterValue>
  7226. <dev:type>
  7227. <maml:name>InheritanceFlags</maml:name>
  7228. <maml:uri />
  7229. </dev:type>
  7230. <dev:defaultValue>None</dev:defaultValue>
  7231. </command:parameter>
  7232. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  7233. <maml:name>PassThru</maml:name>
  7234. <maml:Description>
  7235. <maml:para>{{ Fill PassThru Description }}</maml:para>
  7236. </maml:Description>
  7237. <dev:type>
  7238. <maml:name>SwitchParameter</maml:name>
  7239. <maml:uri />
  7240. </dev:type>
  7241. <dev:defaultValue>False</dev:defaultValue>
  7242. </command:parameter>
  7243. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  7244. <maml:name>PropagationFlags</maml:name>
  7245. <maml:Description>
  7246. <maml:para>{{ Fill PropagationFlags Description }}</maml:para>
  7247. </maml:Description>
  7248. <command:parameterValueGroup>
  7249. <command:parameterValue required="false" command:variableLength="false">None</command:parameterValue>
  7250. <command:parameterValue required="false" command:variableLength="false">NoPropagateInherit</command:parameterValue>
  7251. <command:parameterValue required="false" command:variableLength="false">InheritOnly</command:parameterValue>
  7252. </command:parameterValueGroup>
  7253. <command:parameterValue required="true" variableLength="false">PropagationFlags</command:parameterValue>
  7254. <dev:type>
  7255. <maml:name>PropagationFlags</maml:name>
  7256. <maml:uri />
  7257. </dev:type>
  7258. <dev:defaultValue>None</dev:defaultValue>
  7259. </command:parameter>
  7260. </command:syntaxItem>
  7261. </command:syntax>
  7262. <command:parameters>
  7263. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="3" aliases="FileSystemRights">
  7264. <maml:name>AccessRights</maml:name>
  7265. <maml:Description>
  7266. <maml:para>{{ Fill AccessRights Description }}</maml:para>
  7267. </maml:Description>
  7268. <command:parameterValue required="true" variableLength="false">FileSystemRights2</command:parameterValue>
  7269. <dev:type>
  7270. <maml:name>FileSystemRights2</maml:name>
  7271. <maml:uri />
  7272. </dev:type>
  7273. <dev:defaultValue>None</dev:defaultValue>
  7274. </command:parameter>
  7275. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="IdentityReference, ID">
  7276. <maml:name>Account</maml:name>
  7277. <maml:Description>
  7278. <maml:para>{{ Fill Account Description }}</maml:para>
  7279. </maml:Description>
  7280. <command:parameterValue required="true" variableLength="false">IdentityReference2[]</command:parameterValue>
  7281. <dev:type>
  7282. <maml:name>IdentityReference2[]</maml:name>
  7283. <maml:uri />
  7284. </dev:type>
  7285. <dev:defaultValue>None</dev:defaultValue>
  7286. </command:parameter>
  7287. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  7288. <maml:name>AppliesTo</maml:name>
  7289. <maml:Description>
  7290. <maml:para>{{ Fill AppliesTo Description }}</maml:para>
  7291. </maml:Description>
  7292. <command:parameterValue required="true" variableLength="false">ApplyTo</command:parameterValue>
  7293. <dev:type>
  7294. <maml:name>ApplyTo</maml:name>
  7295. <maml:uri />
  7296. </dev:type>
  7297. <dev:defaultValue>None</dev:defaultValue>
  7298. </command:parameter>
  7299. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  7300. <maml:name>AuditFlags</maml:name>
  7301. <maml:Description>
  7302. <maml:para>{{ Fill AuditFlags Description }}</maml:para>
  7303. </maml:Description>
  7304. <command:parameterValue required="true" variableLength="false">AuditFlags</command:parameterValue>
  7305. <dev:type>
  7306. <maml:name>AuditFlags</maml:name>
  7307. <maml:uri />
  7308. </dev:type>
  7309. <dev:defaultValue>None</dev:defaultValue>
  7310. </command:parameter>
  7311. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  7312. <maml:name>InheritanceFlags</maml:name>
  7313. <maml:Description>
  7314. <maml:para>{{ Fill InheritanceFlags Description }}</maml:para>
  7315. </maml:Description>
  7316. <command:parameterValue required="true" variableLength="false">InheritanceFlags</command:parameterValue>
  7317. <dev:type>
  7318. <maml:name>InheritanceFlags</maml:name>
  7319. <maml:uri />
  7320. </dev:type>
  7321. <dev:defaultValue>None</dev:defaultValue>
  7322. </command:parameter>
  7323. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  7324. <maml:name>PassThru</maml:name>
  7325. <maml:Description>
  7326. <maml:para>{{ Fill PassThru Description }}</maml:para>
  7327. </maml:Description>
  7328. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  7329. <dev:type>
  7330. <maml:name>SwitchParameter</maml:name>
  7331. <maml:uri />
  7332. </dev:type>
  7333. <dev:defaultValue>False</dev:defaultValue>
  7334. </command:parameter>
  7335. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  7336. <maml:name>Path</maml:name>
  7337. <maml:Description>
  7338. <maml:para>{{ Fill Path Description }}</maml:para>
  7339. </maml:Description>
  7340. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  7341. <dev:type>
  7342. <maml:name>String[]</maml:name>
  7343. <maml:uri />
  7344. </dev:type>
  7345. <dev:defaultValue>None</dev:defaultValue>
  7346. </command:parameter>
  7347. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  7348. <maml:name>PropagationFlags</maml:name>
  7349. <maml:Description>
  7350. <maml:para>{{ Fill PropagationFlags Description }}</maml:para>
  7351. </maml:Description>
  7352. <command:parameterValue required="true" variableLength="false">PropagationFlags</command:parameterValue>
  7353. <dev:type>
  7354. <maml:name>PropagationFlags</maml:name>
  7355. <maml:uri />
  7356. </dev:type>
  7357. <dev:defaultValue>None</dev:defaultValue>
  7358. </command:parameter>
  7359. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  7360. <maml:name>SecurityDescriptor</maml:name>
  7361. <maml:Description>
  7362. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  7363. </maml:Description>
  7364. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  7365. <dev:type>
  7366. <maml:name>FileSystemSecurity2[]</maml:name>
  7367. <maml:uri />
  7368. </dev:type>
  7369. <dev:defaultValue>None</dev:defaultValue>
  7370. </command:parameter>
  7371. </command:parameters>
  7372. <command:inputTypes>
  7373. <command:inputType>
  7374. <dev:type>
  7375. <maml:name>System.String[]</maml:name>
  7376. </dev:type>
  7377. <maml:description>
  7378. <maml:para></maml:para>
  7379. </maml:description>
  7380. </command:inputType>
  7381. <command:inputType>
  7382. <dev:type>
  7383. <maml:name>Security2.FileSystemSecurity2[]</maml:name>
  7384. </dev:type>
  7385. <maml:description>
  7386. <maml:para></maml:para>
  7387. </maml:description>
  7388. </command:inputType>
  7389. <command:inputType>
  7390. <dev:type>
  7391. <maml:name>Security2.IdentityReference2[]</maml:name>
  7392. </dev:type>
  7393. <maml:description>
  7394. <maml:para></maml:para>
  7395. </maml:description>
  7396. </command:inputType>
  7397. <command:inputType>
  7398. <dev:type>
  7399. <maml:name>Security2.FileSystemRights2</maml:name>
  7400. </dev:type>
  7401. <maml:description>
  7402. <maml:para></maml:para>
  7403. </maml:description>
  7404. </command:inputType>
  7405. <command:inputType>
  7406. <dev:type>
  7407. <maml:name>System.Security.AccessControl.AuditFlags</maml:name>
  7408. </dev:type>
  7409. <maml:description>
  7410. <maml:para></maml:para>
  7411. </maml:description>
  7412. </command:inputType>
  7413. <command:inputType>
  7414. <dev:type>
  7415. <maml:name>System.Security.AccessControl.InheritanceFlags</maml:name>
  7416. </dev:type>
  7417. <maml:description>
  7418. <maml:para></maml:para>
  7419. </maml:description>
  7420. </command:inputType>
  7421. <command:inputType>
  7422. <dev:type>
  7423. <maml:name>System.Security.AccessControl.PropagationFlags</maml:name>
  7424. </dev:type>
  7425. <maml:description>
  7426. <maml:para></maml:para>
  7427. </maml:description>
  7428. </command:inputType>
  7429. <command:inputType>
  7430. <dev:type>
  7431. <maml:name>Security2.ApplyTo</maml:name>
  7432. </dev:type>
  7433. <maml:description>
  7434. <maml:para></maml:para>
  7435. </maml:description>
  7436. </command:inputType>
  7437. </command:inputTypes>
  7438. <command:returnValues>
  7439. <command:returnValue>
  7440. <dev:type>
  7441. <maml:name>Security2.FileSystemAccessRule2</maml:name>
  7442. </dev:type>
  7443. <maml:description>
  7444. <maml:para></maml:para>
  7445. </maml:description>
  7446. </command:returnValue>
  7447. </command:returnValues>
  7448. <maml:alertSet>
  7449. <maml:alert>
  7450. <maml:para></maml:para>
  7451. </maml:alert>
  7452. </maml:alertSet>
  7453. <command:examples>
  7454. <command:example>
  7455. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  7456. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  7457. <dev:remarks>
  7458. <maml:para>{{ Add example description here }}</maml:para>
  7459. </dev:remarks>
  7460. </command:example>
  7461. </command:examples>
  7462. <command:relatedLinks />
  7463. </command:command>
  7464. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  7465. <command:details>
  7466. <command:name>Set-NTFSInheritance</command:name>
  7467. <command:verb>Set</command:verb>
  7468. <command:noun>NTFSInheritance</command:noun>
  7469. <maml:description>
  7470. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  7471. </maml:description>
  7472. </command:details>
  7473. <maml:description>
  7474. <maml:para>{{ Fill in the Description }}</maml:para>
  7475. </maml:description>
  7476. <command:syntax>
  7477. <command:syntaxItem>
  7478. <maml:name>Set-NTFSInheritance</maml:name>
  7479. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  7480. <maml:name>Path</maml:name>
  7481. <maml:Description>
  7482. <maml:para>{{ Fill Path Description }}</maml:para>
  7483. </maml:Description>
  7484. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  7485. <dev:type>
  7486. <maml:name>String[]</maml:name>
  7487. <maml:uri />
  7488. </dev:type>
  7489. <dev:defaultValue>None</dev:defaultValue>
  7490. </command:parameter>
  7491. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  7492. <maml:name>AccessInheritanceEnabled</maml:name>
  7493. <maml:Description>
  7494. <maml:para>{{ Fill AccessInheritanceEnabled Description }}</maml:para>
  7495. </maml:Description>
  7496. <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
  7497. <dev:type>
  7498. <maml:name>Boolean</maml:name>
  7499. <maml:uri />
  7500. </dev:type>
  7501. <dev:defaultValue>None</dev:defaultValue>
  7502. </command:parameter>
  7503. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  7504. <maml:name>AuditInheritanceEnabled</maml:name>
  7505. <maml:Description>
  7506. <maml:para>{{ Fill AuditInheritanceEnabled Description }}</maml:para>
  7507. </maml:Description>
  7508. <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
  7509. <dev:type>
  7510. <maml:name>Boolean</maml:name>
  7511. <maml:uri />
  7512. </dev:type>
  7513. <dev:defaultValue>None</dev:defaultValue>
  7514. </command:parameter>
  7515. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  7516. <maml:name>PassThru</maml:name>
  7517. <maml:Description>
  7518. <maml:para>{{ Fill PassThru Description }}</maml:para>
  7519. </maml:Description>
  7520. <dev:type>
  7521. <maml:name>SwitchParameter</maml:name>
  7522. <maml:uri />
  7523. </dev:type>
  7524. <dev:defaultValue>False</dev:defaultValue>
  7525. </command:parameter>
  7526. </command:syntaxItem>
  7527. <command:syntaxItem>
  7528. <maml:name>Set-NTFSInheritance</maml:name>
  7529. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  7530. <maml:name>SecurityDescriptor</maml:name>
  7531. <maml:Description>
  7532. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  7533. </maml:Description>
  7534. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  7535. <dev:type>
  7536. <maml:name>FileSystemSecurity2[]</maml:name>
  7537. <maml:uri />
  7538. </dev:type>
  7539. <dev:defaultValue>None</dev:defaultValue>
  7540. </command:parameter>
  7541. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  7542. <maml:name>AccessInheritanceEnabled</maml:name>
  7543. <maml:Description>
  7544. <maml:para>{{ Fill AccessInheritanceEnabled Description }}</maml:para>
  7545. </maml:Description>
  7546. <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
  7547. <dev:type>
  7548. <maml:name>Boolean</maml:name>
  7549. <maml:uri />
  7550. </dev:type>
  7551. <dev:defaultValue>None</dev:defaultValue>
  7552. </command:parameter>
  7553. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  7554. <maml:name>AuditInheritanceEnabled</maml:name>
  7555. <maml:Description>
  7556. <maml:para>{{ Fill AuditInheritanceEnabled Description }}</maml:para>
  7557. </maml:Description>
  7558. <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
  7559. <dev:type>
  7560. <maml:name>Boolean</maml:name>
  7561. <maml:uri />
  7562. </dev:type>
  7563. <dev:defaultValue>None</dev:defaultValue>
  7564. </command:parameter>
  7565. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  7566. <maml:name>PassThru</maml:name>
  7567. <maml:Description>
  7568. <maml:para>{{ Fill PassThru Description }}</maml:para>
  7569. </maml:Description>
  7570. <dev:type>
  7571. <maml:name>SwitchParameter</maml:name>
  7572. <maml:uri />
  7573. </dev:type>
  7574. <dev:defaultValue>False</dev:defaultValue>
  7575. </command:parameter>
  7576. </command:syntaxItem>
  7577. </command:syntax>
  7578. <command:parameters>
  7579. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  7580. <maml:name>AccessInheritanceEnabled</maml:name>
  7581. <maml:Description>
  7582. <maml:para>{{ Fill AccessInheritanceEnabled Description }}</maml:para>
  7583. </maml:Description>
  7584. <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
  7585. <dev:type>
  7586. <maml:name>Boolean</maml:name>
  7587. <maml:uri />
  7588. </dev:type>
  7589. <dev:defaultValue>None</dev:defaultValue>
  7590. </command:parameter>
  7591. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  7592. <maml:name>AuditInheritanceEnabled</maml:name>
  7593. <maml:Description>
  7594. <maml:para>{{ Fill AuditInheritanceEnabled Description }}</maml:para>
  7595. </maml:Description>
  7596. <command:parameterValue required="true" variableLength="false">Boolean</command:parameterValue>
  7597. <dev:type>
  7598. <maml:name>Boolean</maml:name>
  7599. <maml:uri />
  7600. </dev:type>
  7601. <dev:defaultValue>None</dev:defaultValue>
  7602. </command:parameter>
  7603. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  7604. <maml:name>PassThru</maml:name>
  7605. <maml:Description>
  7606. <maml:para>{{ Fill PassThru Description }}</maml:para>
  7607. </maml:Description>
  7608. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  7609. <dev:type>
  7610. <maml:name>SwitchParameter</maml:name>
  7611. <maml:uri />
  7612. </dev:type>
  7613. <dev:defaultValue>False</dev:defaultValue>
  7614. </command:parameter>
  7615. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  7616. <maml:name>Path</maml:name>
  7617. <maml:Description>
  7618. <maml:para>{{ Fill Path Description }}</maml:para>
  7619. </maml:Description>
  7620. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  7621. <dev:type>
  7622. <maml:name>String[]</maml:name>
  7623. <maml:uri />
  7624. </dev:type>
  7625. <dev:defaultValue>None</dev:defaultValue>
  7626. </command:parameter>
  7627. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  7628. <maml:name>SecurityDescriptor</maml:name>
  7629. <maml:Description>
  7630. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  7631. </maml:Description>
  7632. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  7633. <dev:type>
  7634. <maml:name>FileSystemSecurity2[]</maml:name>
  7635. <maml:uri />
  7636. </dev:type>
  7637. <dev:defaultValue>None</dev:defaultValue>
  7638. </command:parameter>
  7639. </command:parameters>
  7640. <command:inputTypes>
  7641. <command:inputType>
  7642. <dev:type>
  7643. <maml:name>System.String[]</maml:name>
  7644. </dev:type>
  7645. <maml:description>
  7646. <maml:para></maml:para>
  7647. </maml:description>
  7648. </command:inputType>
  7649. <command:inputType>
  7650. <dev:type>
  7651. <maml:name>Security2.FileSystemSecurity2[]</maml:name>
  7652. </dev:type>
  7653. <maml:description>
  7654. <maml:para></maml:para>
  7655. </maml:description>
  7656. </command:inputType>
  7657. <command:inputType>
  7658. <dev:type>
  7659. <maml:name>System.Nullable`1[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]</maml:name>
  7660. </dev:type>
  7661. <maml:description>
  7662. <maml:para></maml:para>
  7663. </maml:description>
  7664. </command:inputType>
  7665. </command:inputTypes>
  7666. <command:returnValues>
  7667. <command:returnValue>
  7668. <dev:type>
  7669. <maml:name>System.Object</maml:name>
  7670. </dev:type>
  7671. <maml:description>
  7672. <maml:para></maml:para>
  7673. </maml:description>
  7674. </command:returnValue>
  7675. </command:returnValues>
  7676. <maml:alertSet>
  7677. <maml:alert>
  7678. <maml:para></maml:para>
  7679. </maml:alert>
  7680. </maml:alertSet>
  7681. <command:examples>
  7682. <command:example>
  7683. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  7684. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  7685. <dev:remarks>
  7686. <maml:para>{{ Add example description here }}</maml:para>
  7687. </dev:remarks>
  7688. </command:example>
  7689. </command:examples>
  7690. <command:relatedLinks />
  7691. </command:command>
  7692. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  7693. <command:details>
  7694. <command:name>Set-NTFSOwner</command:name>
  7695. <command:verb>Set</command:verb>
  7696. <command:noun>NTFSOwner</command:noun>
  7697. <maml:description>
  7698. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  7699. </maml:description>
  7700. </command:details>
  7701. <maml:description>
  7702. <maml:para>{{ Fill in the Description }}</maml:para>
  7703. </maml:description>
  7704. <command:syntax>
  7705. <command:syntaxItem>
  7706. <maml:name>Set-NTFSOwner</maml:name>
  7707. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  7708. <maml:name>Path</maml:name>
  7709. <maml:Description>
  7710. <maml:para>{{ Fill Path Description }}</maml:para>
  7711. </maml:Description>
  7712. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  7713. <dev:type>
  7714. <maml:name>String[]</maml:name>
  7715. <maml:uri />
  7716. </dev:type>
  7717. <dev:defaultValue>None</dev:defaultValue>
  7718. </command:parameter>
  7719. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="none">
  7720. <maml:name>Account</maml:name>
  7721. <maml:Description>
  7722. <maml:para>{{ Fill Account Description }}</maml:para>
  7723. </maml:Description>
  7724. <command:parameterValue required="true" variableLength="false">IdentityReference2</command:parameterValue>
  7725. <dev:type>
  7726. <maml:name>IdentityReference2</maml:name>
  7727. <maml:uri />
  7728. </dev:type>
  7729. <dev:defaultValue>None</dev:defaultValue>
  7730. </command:parameter>
  7731. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  7732. <maml:name>PassThru</maml:name>
  7733. <maml:Description>
  7734. <maml:para>{{ Fill PassThru Description }}</maml:para>
  7735. </maml:Description>
  7736. <dev:type>
  7737. <maml:name>SwitchParameter</maml:name>
  7738. <maml:uri />
  7739. </dev:type>
  7740. <dev:defaultValue>False</dev:defaultValue>
  7741. </command:parameter>
  7742. </command:syntaxItem>
  7743. <command:syntaxItem>
  7744. <maml:name>Set-NTFSOwner</maml:name>
  7745. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  7746. <maml:name>SecurityDescriptor</maml:name>
  7747. <maml:Description>
  7748. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  7749. </maml:Description>
  7750. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  7751. <dev:type>
  7752. <maml:name>FileSystemSecurity2[]</maml:name>
  7753. <maml:uri />
  7754. </dev:type>
  7755. <dev:defaultValue>None</dev:defaultValue>
  7756. </command:parameter>
  7757. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="none">
  7758. <maml:name>Account</maml:name>
  7759. <maml:Description>
  7760. <maml:para>{{ Fill Account Description }}</maml:para>
  7761. </maml:Description>
  7762. <command:parameterValue required="true" variableLength="false">IdentityReference2</command:parameterValue>
  7763. <dev:type>
  7764. <maml:name>IdentityReference2</maml:name>
  7765. <maml:uri />
  7766. </dev:type>
  7767. <dev:defaultValue>None</dev:defaultValue>
  7768. </command:parameter>
  7769. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  7770. <maml:name>PassThru</maml:name>
  7771. <maml:Description>
  7772. <maml:para>{{ Fill PassThru Description }}</maml:para>
  7773. </maml:Description>
  7774. <dev:type>
  7775. <maml:name>SwitchParameter</maml:name>
  7776. <maml:uri />
  7777. </dev:type>
  7778. <dev:defaultValue>False</dev:defaultValue>
  7779. </command:parameter>
  7780. </command:syntaxItem>
  7781. </command:syntax>
  7782. <command:parameters>
  7783. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="2" aliases="none">
  7784. <maml:name>Account</maml:name>
  7785. <maml:Description>
  7786. <maml:para>{{ Fill Account Description }}</maml:para>
  7787. </maml:Description>
  7788. <command:parameterValue required="true" variableLength="false">IdentityReference2</command:parameterValue>
  7789. <dev:type>
  7790. <maml:name>IdentityReference2</maml:name>
  7791. <maml:uri />
  7792. </dev:type>
  7793. <dev:defaultValue>None</dev:defaultValue>
  7794. </command:parameter>
  7795. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  7796. <maml:name>PassThru</maml:name>
  7797. <maml:Description>
  7798. <maml:para>{{ Fill PassThru Description }}</maml:para>
  7799. </maml:Description>
  7800. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  7801. <dev:type>
  7802. <maml:name>SwitchParameter</maml:name>
  7803. <maml:uri />
  7804. </dev:type>
  7805. <dev:defaultValue>False</dev:defaultValue>
  7806. </command:parameter>
  7807. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  7808. <maml:name>Path</maml:name>
  7809. <maml:Description>
  7810. <maml:para>{{ Fill Path Description }}</maml:para>
  7811. </maml:Description>
  7812. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  7813. <dev:type>
  7814. <maml:name>String[]</maml:name>
  7815. <maml:uri />
  7816. </dev:type>
  7817. <dev:defaultValue>None</dev:defaultValue>
  7818. </command:parameter>
  7819. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="none">
  7820. <maml:name>SecurityDescriptor</maml:name>
  7821. <maml:Description>
  7822. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  7823. </maml:Description>
  7824. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  7825. <dev:type>
  7826. <maml:name>FileSystemSecurity2[]</maml:name>
  7827. <maml:uri />
  7828. </dev:type>
  7829. <dev:defaultValue>None</dev:defaultValue>
  7830. </command:parameter>
  7831. </command:parameters>
  7832. <command:inputTypes>
  7833. <command:inputType>
  7834. <dev:type>
  7835. <maml:name>System.String[]</maml:name>
  7836. </dev:type>
  7837. <maml:description>
  7838. <maml:para></maml:para>
  7839. </maml:description>
  7840. </command:inputType>
  7841. <command:inputType>
  7842. <dev:type>
  7843. <maml:name>Security2.FileSystemSecurity2[]</maml:name>
  7844. </dev:type>
  7845. <maml:description>
  7846. <maml:para></maml:para>
  7847. </maml:description>
  7848. </command:inputType>
  7849. <command:inputType>
  7850. <dev:type>
  7851. <maml:name>Security2.IdentityReference2</maml:name>
  7852. </dev:type>
  7853. <maml:description>
  7854. <maml:para></maml:para>
  7855. </maml:description>
  7856. </command:inputType>
  7857. </command:inputTypes>
  7858. <command:returnValues>
  7859. <command:returnValue>
  7860. <dev:type>
  7861. <maml:name>Security2.FileSystemOwner</maml:name>
  7862. </dev:type>
  7863. <maml:description>
  7864. <maml:para></maml:para>
  7865. </maml:description>
  7866. </command:returnValue>
  7867. </command:returnValues>
  7868. <maml:alertSet>
  7869. <maml:alert>
  7870. <maml:para></maml:para>
  7871. </maml:alert>
  7872. </maml:alertSet>
  7873. <command:examples>
  7874. <command:example>
  7875. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  7876. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  7877. <dev:remarks>
  7878. <maml:para>{{ Add example description here }}</maml:para>
  7879. </dev:remarks>
  7880. </command:example>
  7881. </command:examples>
  7882. <command:relatedLinks />
  7883. </command:command>
  7884. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  7885. <command:details>
  7886. <command:name>Set-NTFSSecurityDescriptor</command:name>
  7887. <command:verb>Set</command:verb>
  7888. <command:noun>NTFSSecurityDescriptor</command:noun>
  7889. <maml:description>
  7890. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  7891. </maml:description>
  7892. </command:details>
  7893. <maml:description>
  7894. <maml:para>{{ Fill in the Description }}</maml:para>
  7895. </maml:description>
  7896. <command:syntax>
  7897. <command:syntaxItem>
  7898. <maml:name>Set-NTFSSecurityDescriptor</maml:name>
  7899. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="2" aliases="none">
  7900. <maml:name>SecurityDescriptor</maml:name>
  7901. <maml:Description>
  7902. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  7903. </maml:Description>
  7904. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  7905. <dev:type>
  7906. <maml:name>FileSystemSecurity2[]</maml:name>
  7907. <maml:uri />
  7908. </dev:type>
  7909. <dev:defaultValue>None</dev:defaultValue>
  7910. </command:parameter>
  7911. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  7912. <maml:name>PassThru</maml:name>
  7913. <maml:Description>
  7914. <maml:para>{{ Fill PassThru Description }}</maml:para>
  7915. </maml:Description>
  7916. <dev:type>
  7917. <maml:name>SwitchParameter</maml:name>
  7918. <maml:uri />
  7919. </dev:type>
  7920. <dev:defaultValue>False</dev:defaultValue>
  7921. </command:parameter>
  7922. </command:syntaxItem>
  7923. </command:syntax>
  7924. <command:parameters>
  7925. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none">
  7926. <maml:name>PassThru</maml:name>
  7927. <maml:Description>
  7928. <maml:para>{{ Fill PassThru Description }}</maml:para>
  7929. </maml:Description>
  7930. <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue>
  7931. <dev:type>
  7932. <maml:name>SwitchParameter</maml:name>
  7933. <maml:uri />
  7934. </dev:type>
  7935. <dev:defaultValue>False</dev:defaultValue>
  7936. </command:parameter>
  7937. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="2" aliases="none">
  7938. <maml:name>SecurityDescriptor</maml:name>
  7939. <maml:Description>
  7940. <maml:para>{{ Fill SecurityDescriptor Description }}</maml:para>
  7941. </maml:Description>
  7942. <command:parameterValue required="true" variableLength="false">FileSystemSecurity2[]</command:parameterValue>
  7943. <dev:type>
  7944. <maml:name>FileSystemSecurity2[]</maml:name>
  7945. <maml:uri />
  7946. </dev:type>
  7947. <dev:defaultValue>None</dev:defaultValue>
  7948. </command:parameter>
  7949. </command:parameters>
  7950. <command:inputTypes>
  7951. <command:inputType>
  7952. <dev:type>
  7953. <maml:name>Security2.FileSystemSecurity2[]</maml:name>
  7954. </dev:type>
  7955. <maml:description>
  7956. <maml:para></maml:para>
  7957. </maml:description>
  7958. </command:inputType>
  7959. </command:inputTypes>
  7960. <command:returnValues>
  7961. <command:returnValue>
  7962. <dev:type>
  7963. <maml:name>Security2.FileSystemSecurity2</maml:name>
  7964. </dev:type>
  7965. <maml:description>
  7966. <maml:para></maml:para>
  7967. </maml:description>
  7968. </command:returnValue>
  7969. </command:returnValues>
  7970. <maml:alertSet>
  7971. <maml:alert>
  7972. <maml:para></maml:para>
  7973. </maml:alert>
  7974. </maml:alertSet>
  7975. <command:examples>
  7976. <command:example>
  7977. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  7978. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  7979. <dev:remarks>
  7980. <maml:para>{{ Add example description here }}</maml:para>
  7981. </dev:remarks>
  7982. </command:example>
  7983. </command:examples>
  7984. <command:relatedLinks />
  7985. </command:command>
  7986. <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
  7987. <command:details>
  7988. <command:name>Test-Path2</command:name>
  7989. <command:verb>Test</command:verb>
  7990. <command:noun>Path2</command:noun>
  7991. <maml:description>
  7992. <maml:para>{{ Fill in the Synopsis }}</maml:para>
  7993. </maml:description>
  7994. </command:details>
  7995. <maml:description>
  7996. <maml:para>{{ Fill in the Description }}</maml:para>
  7997. </maml:description>
  7998. <command:syntax>
  7999. <command:syntaxItem>
  8000. <maml:name>Test-Path2</maml:name>
  8001. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  8002. <maml:name>Path</maml:name>
  8003. <maml:Description>
  8004. <maml:para>{{ Fill Path Description }}</maml:para>
  8005. </maml:Description>
  8006. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  8007. <dev:type>
  8008. <maml:name>String[]</maml:name>
  8009. <maml:uri />
  8010. </dev:type>
  8011. <dev:defaultValue>None</dev:defaultValue>
  8012. </command:parameter>
  8013. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  8014. <maml:name>PathType</maml:name>
  8015. <maml:Description>
  8016. <maml:para>{{ Fill PathType Description }}</maml:para>
  8017. </maml:Description>
  8018. <command:parameterValueGroup>
  8019. <command:parameterValue required="false" command:variableLength="false">Any</command:parameterValue>
  8020. <command:parameterValue required="false" command:variableLength="false">Container</command:parameterValue>
  8021. <command:parameterValue required="false" command:variableLength="false">Leaf</command:parameterValue>
  8022. </command:parameterValueGroup>
  8023. <command:parameterValue required="true" variableLength="false">TestPathType</command:parameterValue>
  8024. <dev:type>
  8025. <maml:name>TestPathType</maml:name>
  8026. <maml:uri />
  8027. </dev:type>
  8028. <dev:defaultValue>None</dev:defaultValue>
  8029. </command:parameter>
  8030. </command:syntaxItem>
  8031. </command:syntax>
  8032. <command:parameters>
  8033. <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="1" aliases="FullName">
  8034. <maml:name>Path</maml:name>
  8035. <maml:Description>
  8036. <maml:para>{{ Fill Path Description }}</maml:para>
  8037. </maml:Description>
  8038. <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue>
  8039. <dev:type>
  8040. <maml:name>String[]</maml:name>
  8041. <maml:uri />
  8042. </dev:type>
  8043. <dev:defaultValue>None</dev:defaultValue>
  8044. </command:parameter>
  8045. <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName)" position="named" aliases="none">
  8046. <maml:name>PathType</maml:name>
  8047. <maml:Description>
  8048. <maml:para>{{ Fill PathType Description }}</maml:para>
  8049. </maml:Description>
  8050. <command:parameterValue required="true" variableLength="false">TestPathType</command:parameterValue>
  8051. <dev:type>
  8052. <maml:name>TestPathType</maml:name>
  8053. <maml:uri />
  8054. </dev:type>
  8055. <dev:defaultValue>None</dev:defaultValue>
  8056. </command:parameter>
  8057. </command:parameters>
  8058. <command:inputTypes>
  8059. <command:inputType>
  8060. <dev:type>
  8061. <maml:name>System.String[]</maml:name>
  8062. </dev:type>
  8063. <maml:description>
  8064. <maml:para></maml:para>
  8065. </maml:description>
  8066. </command:inputType>
  8067. <command:inputType>
  8068. <dev:type>
  8069. <maml:name>NTFSSecurity.TestPathType</maml:name>
  8070. </dev:type>
  8071. <maml:description>
  8072. <maml:para></maml:para>
  8073. </maml:description>
  8074. </command:inputType>
  8075. </command:inputTypes>
  8076. <command:returnValues>
  8077. <command:returnValue>
  8078. <dev:type>
  8079. <maml:name>Alphaleonis.Win32.Filesystem.FileInfo</maml:name>
  8080. </dev:type>
  8081. <maml:description>
  8082. <maml:para></maml:para>
  8083. </maml:description>
  8084. </command:returnValue>
  8085. <command:returnValue>
  8086. <dev:type>
  8087. <maml:name>Alphaleonis.Win32.Filesystem.DirectoryInfo</maml:name>
  8088. </dev:type>
  8089. <maml:description>
  8090. <maml:para></maml:para>
  8091. </maml:description>
  8092. </command:returnValue>
  8093. </command:returnValues>
  8094. <maml:alertSet>
  8095. <maml:alert>
  8096. <maml:para></maml:para>
  8097. </maml:alert>
  8098. </maml:alertSet>
  8099. <command:examples>
  8100. <command:example>
  8101. <maml:title>-------------------------- Example 1 --------------------------</maml:title>
  8102. <dev:code>PS C:\&gt; {{ Add example code here }}</dev:code>
  8103. <dev:remarks>
  8104. <maml:para>{{ Add example description here }}</maml:para>
  8105. </dev:remarks>
  8106. </command:example>
  8107. </command:examples>
  8108. <command:relatedLinks />
  8109. </command:command>
  8110. </helpItems>