en-US/MP.PowerShell.Commands.dll-Help.xml

<?xml version="1.0" encoding="utf-8" ?>
<helpItems schema="maml">
  <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">
    <command:details>
      <command:name>Reset-Ownership</command:name>
      <command:verb>Reset</command:verb>
      <command:noun>Ownership</command:noun>
      <maml:description>
        <maml:para>Changes the owner of a specified directory or file to the currently logged on user.</maml:para>
      </maml:description>
    </command:details>
    <maml:description>
      <maml:para>CmdletDetailedDescription</maml:para>
    </maml:description>
    <command:syntax>
      <command:syntaxItem>
        <maml:name>Reset-Ownership</maml:name>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
          <maml:name>Path</maml:name>
          <maml:description>
            <maml:para>
              Identifies the resource whose owner you want to change. Enter the path to a resource, such as a path to a directory or file. Wildcards are permitted.
            </maml:para>
          </maml:description>
          <command:parameterValue required="true" variableLength="true">string[]</command:parameterValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
          <maml:name>Recurse</maml:name>
          <maml:description>
            <maml:para>
              Gets the items in the specified locations and in all child items of the locations.
 
              Recurse works only when the path points to a container that has child items, such as C:\Windows or C:\Windows\*, and not when it points to items that do not have child items, such as C:\Windows\*.exe.
            </maml:para>
          </maml:description>
        </command:parameter>
      </command:syntaxItem>
    </command:syntax>
  </command:command>
</helpItems>