en-US/DataONTAP.dll-Help.xml

<?xml version="1.0" encoding="utf-8"?>
 
<helpItems xmlns="http://msh" 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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Add-NaAggr</command:name>
        <maml:description>
            <maml:para>Add disks to the specified aggregate.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Add</command:verb>
        <command:noun>NaAggr</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Add disks to the specified aggregate, whether it is free-standing or embedded in a traditional volume. The disks to add are specified in the same way as for &quot;New-NaAggr&quot;. Disks cannot be added to a mirrored aggregate if one or more of the plexes is offline. By the time the API returns, the disk(s) may not yet be completely added. Use &quot;Get-NaAggr&quot; to query the aggregate status to determine when it has finished growing due to the added disk(s).</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Add-NaAggr</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the aggregate to which the disks will be added.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>DiskCount</maml:name>
                <maml:description>
                    <maml:para>Number of disks to add, including the parity disks. The disks will come from the pool of spare disks. The smallest disks in this pool join the aggregate first, unless the &quot;DiskSize&quot; argument is specified. Either the &quot;DiskCount&quot; or &quot;Disks&quot; argument must be specified. Range : [0..2^31-1].</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>DiskSize</maml:name>
                <maml:description>
                    <maml:para>The disk size in bytes. Disks that are within approximately 20% of the specified size will be selected for use in the aggregate. If not specified, existing groups are appended with disks that are the best match for the largest disk in the group. When starting new groups, the smallest disks are selected first. This option is ignored if a specific list of disks to use is specified through the &quot;disks&quot; parameter.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ForceSparePool</maml:name>
                <maml:description>
                    <maml:para>Disks in a plex are not normally permitted to span spare pools. This behavior is overridden with this option when it is set to &quot;true&quot;.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>AllowMixedRpm</maml:name>
                <maml:description>
                    <maml:para>If specified, disks in an aggregate are not required to have the same RPM.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>IgnorePoolChecks</maml:name>
                <maml:description>
                    <maml:para>If specified, disks in a plex are not required to come from the same spare pool. Similarly, if specified, disks in different plexes of a mirrored aggregate are not required to come from different spare pools.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>PreCheck</maml:name>
                <maml:description>
                    <maml:para>If specified, check for warnings without actually adding the disks. If any warnings are found, they are written to the pipeline as errors.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ForceCacheSize</maml:name>
                <maml:description>
                    <maml:para>If specified, force the addition of SSD disks to hybrid enabled aggregate by skipping the check for total (local + partner) hybrid SSD capacity. This can be used when the partner&#39;s cache capacity cannot be retrieved.
 
Warning: If specified, the administrator is responsible to ensure that the total limit will not be exceeded.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>CacheRaidType</maml:name>
                <maml:description>
                    <maml:para>Specifies the raid-type of the new RAID groups being created as part of the disk add operation. This option should be used while adding SSD disks for the first time to a hybrid-enabled aggregate. Possible values: raid4 and raid_dp only. If not specified, the default value is the raid-type of the aggregate.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>RaidGroup</maml:name>
                <maml:description>
                    <maml:para>Specifies the RAID group (for example rg0) to which the indicated disks are to be added. When a RAID group other than the last RAID group is specified, the aggregate can no longer be reverted to a version of ONTAP prior to 6.2. In such a case, the &quot;ForceSparePool&quot; option must be specified as well.
 
By default, the filer fills up one RAID group with disks before starting another RAID group. Suppose an aggregate currently has one RAID group of 12 disks and its RAID group size is 14. If you add 5 disks to this aggregate, it will have one RAID group with 14 disks and another RAID group with 3 disks. The filer does not evenly distribute disks among RAID groups.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Add-NaAggr</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the aggregate to which the disks will be added.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Disks</maml:name>
                <maml:description>
                    <maml:para>Specific list of disks to add to the aggregate. If the aggregate is mirrored and a specific list of disks is supplied, another list (&quot;MirrorDisks&quot;) must also be supplied with the same number of disks. Either the &quot;Disk&quot; or &quot;DiskCount&quot; argument must be specified.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >Object[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ForceSparePool</maml:name>
                <maml:description>
                    <maml:para>Disks in a plex are not normally permitted to span spare pools. This behavior is overridden with this option when it is set to &quot;true&quot;.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>MirrorDisks</maml:name>
                <maml:description>
                    <maml:para>Specific list of mirror disks needed to accompany the list in the &quot;Disks&quot; parameter. This list must contain the same number of disks as specified in &quot;Disks&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >Object[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>AllowSameCarrier</maml:name>
                <maml:description>
                    <maml:para>If specified, allows placing two disks from one carrier in one RAID group.
 
Using two disks from one carrier that houses multiple disks in one RAID group is not desirable. If that happens, Data ONTAP initiates a series of disk copy operations to correct that situation. Sometimes, selection of available spare disks makes it impossible to avoid placing two disks from one carrier in one RAID group. Setting this option to true allows placing two disks from one carrier in one RAID group. This option is only available when specifying specific disks using the Disks parameter.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>AllowMixedRpm</maml:name>
                <maml:description>
                    <maml:para>If specified, disks in an aggregate are not required to have the same RPM.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>IgnorePoolChecks</maml:name>
                <maml:description>
                    <maml:para>If specified, disks in a plex are not required to come from the same spare pool. Similarly, if specified, disks in different plexes of a mirrored aggregate are not required to come from different spare pools.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>PreCheck</maml:name>
                <maml:description>
                    <maml:para>If specified, check for warnings without actually adding the disks. If any warnings are found, they are written to the pipeline as errors.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ForceCacheSize</maml:name>
                <maml:description>
                    <maml:para>If specified, force the addition of SSD disks to hybrid enabled aggregate by skipping the check for total (local + partner) hybrid SSD capacity. This can be used when the partner&#39;s cache capacity cannot be retrieved.
 
Warning: If specified, the administrator is responsible to ensure that the total limit will not be exceeded.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>CacheRaidType</maml:name>
                <maml:description>
                    <maml:para>Specifies the raid-type of the new RAID groups being created as part of the disk add operation. This option should be used while adding SSD disks for the first time to a hybrid-enabled aggregate. Possible values: raid4 and raid_dp only. If not specified, the default value is the raid-type of the aggregate.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>RaidGroup</maml:name>
                <maml:description>
                    <maml:para>Specifies the RAID group (for example rg0) to which the indicated disks are to be added. When a RAID group other than the last RAID group is specified, the aggregate can no longer be reverted to a version of ONTAP prior to 6.2. In such a case, the &quot;ForceSparePool&quot; option must be specified as well.
 
By default, the filer fills up one RAID group with disks before starting another RAID group. Suppose an aggregate currently has one RAID group of 12 disks and its RAID group size is 14. If you add 5 disks to this aggregate, it will have one RAID group with 14 disks and another RAID group with 3 disks. The filer does not evenly distribute disks among RAID groups.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the aggregate to which the disks will be added.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>DiskCount</maml:name>
            <maml:description>
                <maml:para>Number of disks to add, including the parity disks. The disks will come from the pool of spare disks. The smallest disks in this pool join the aggregate first, unless the &quot;DiskSize&quot; argument is specified. Either the &quot;DiskCount&quot; or &quot;Disks&quot; argument must be specified. Range : [0..2^31-1].</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>DiskSize</maml:name>
            <maml:description>
                <maml:para>The disk size in bytes. Disks that are within approximately 20% of the specified size will be selected for use in the aggregate. If not specified, existing groups are appended with disks that are the best match for the largest disk in the group. When starting new groups, the smallest disks are selected first. This option is ignored if a specific list of disks to use is specified through the &quot;disks&quot; parameter.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>ForceSparePool</maml:name>
            <maml:description>
                <maml:para>Disks in a plex are not normally permitted to span spare pools. This behavior is overridden with this option when it is set to &quot;true&quot;.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>AllowMixedRpm</maml:name>
            <maml:description>
                <maml:para>If specified, disks in an aggregate are not required to have the same RPM.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>IgnorePoolChecks</maml:name>
            <maml:description>
                <maml:para>If specified, disks in a plex are not required to come from the same spare pool. Similarly, if specified, disks in different plexes of a mirrored aggregate are not required to come from different spare pools.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>PreCheck</maml:name>
            <maml:description>
                <maml:para>If specified, check for warnings without actually adding the disks. If any warnings are found, they are written to the pipeline as errors.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>ForceCacheSize</maml:name>
            <maml:description>
                <maml:para>If specified, force the addition of SSD disks to hybrid enabled aggregate by skipping the check for total (local + partner) hybrid SSD capacity. This can be used when the partner&#39;s cache capacity cannot be retrieved.
 
Warning: If specified, the administrator is responsible to ensure that the total limit will not be exceeded.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>CacheRaidType</maml:name>
            <maml:description>
                <maml:para>Specifies the raid-type of the new RAID groups being created as part of the disk add operation. This option should be used while adding SSD disks for the first time to a hybrid-enabled aggregate. Possible values: raid4 and raid_dp only. If not specified, the default value is the raid-type of the aggregate.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>RaidGroup</maml:name>
            <maml:description>
                <maml:para>Specifies the RAID group (for example rg0) to which the indicated disks are to be added. When a RAID group other than the last RAID group is specified, the aggregate can no longer be reverted to a version of ONTAP prior to 6.2. In such a case, the &quot;ForceSparePool&quot; option must be specified as well.
 
By default, the filer fills up one RAID group with disks before starting another RAID group. Suppose an aggregate currently has one RAID group of 12 disks and its RAID group size is 14. If you add 5 disks to this aggregate, it will have one RAID group with 14 disks and another RAID group with 3 disks. The filer does not evenly distribute disks among RAID groups.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>Disks</maml:name>
            <maml:description>
                <maml:para>Specific list of disks to add to the aggregate. If the aggregate is mirrored and a specific list of disks is supplied, another list (&quot;MirrorDisks&quot;) must also be supplied with the same number of disks. Either the &quot;Disk&quot; or &quot;DiskCount&quot; argument must be specified.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">Object[]</command:parameterValue>
            <dev:type>
                <maml:name>Object[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>MirrorDisks</maml:name>
            <maml:description>
                <maml:para>Specific list of mirror disks needed to accompany the list in the &quot;Disks&quot; parameter. This list must contain the same number of disks as specified in &quot;Disks&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">Object[]</command:parameterValue>
            <dev:type>
                <maml:name>Object[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>AllowSameCarrier</maml:name>
            <maml:description>
                <maml:para>If specified, allows placing two disks from one carrier in one RAID group.
 
Using two disks from one carrier that houses multiple disks in one RAID group is not desirable. If that happens, Data ONTAP initiates a series of disk copy operations to correct that situation. Sometimes, selection of available spare disks makes it impossible to avoid placing two disks from one carrier in one RAID group. Setting this option to true allows placing two disks from one carrier in one RAID group. This option is only available when specifying specific disks using the Disks parameter.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Aggr.AggrInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para>The AggrInfo class describes a Data ONTAP aggregate.</maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: aggr
API: aggr-add</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Add 2 disks automatically -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaAggr aggr1 -DiskCount 2 -DiskSize 73gb</dev:code>
              <dev:remarks>
                <maml:para>Adds two additional 73 GB disks to aggregate &#39;aggr1&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BlockType :
ChecksumStatus : active
ChecksumStyle : block
DiskCount : 3
FilesTotal : 31142
FilesUsed : 98
IsChecksumEnabled : True
IsInconsistent : False
IsSnaplock : False
MirrorStatus : unmirrored
Name : aggr1
PlexCount : 1
Plexes : {/aggr1/plex0}
RaidSize : 16
RaidStatus : raid_dp,growing
SizeAvailable : 60945756160
SizePercentageUsed : 0
SizeTotal : 60945833984
SizeUsed : 77824
SnaplockType :
State : online
Type : aggr
Uuid : 723cf282-9019-11df-b5ca-00a098052d0c
VolumeCount : 0
Volumes : {}
SizePercentageUsedSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaAggr</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaAggr</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaAggr</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Add-NaCifsShare</command:name>
        <maml:description>
            <maml:para>Creates a new CIFS share rooted at the specified path.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Add</command:verb>
        <command:noun>NaCifsShare</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Creates a new CIFS share rooted at the specified path.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Add-NaCifsShare</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Share</maml:name>
                <maml:description>
                    <maml:para>Name of the share to be added. The name cannot exceed 12 characters for DOS-style shares and 256 characters for others.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Full path name of the directory on the filer corresponding to the root of the new share.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Comment</maml:name>
                <maml:description>
                    <maml:para>If specified, gives description of the new share. CIFS clients see this description when browsing the filer&#39;s shares. If not specified, the description is blank.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>MaxUsers</maml:name>
                <maml:description>
                    <maml:para>If specified, gives the maximum number of simultaneous connections to the new share. It must be a positive number. If not specified, the filer does not impose a limit on the number of connections to the share.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Group</maml:name>
                <maml:description>
                    <maml:para>If specified, provides name of the group to which files to be created in the share belong. The groupname is the name of a group in the UNIX group database. If it is an empty string or else not specified, then files to be created in the share do not belong to a particular UNIX group. That is, each file belongs to the same group as the owner of the file.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Widelink</maml:name>
                <maml:description>
                    <maml:para>If true, allows clients to follow absolute symbolic links outside of this share, subject to NT security. This feature requires an entry in the /etc/symlink.translations file and it requires that the client supports Microsoft&#39;s Distributed File System (DFS). If false or not specified, widelinks in the share are disabled.</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>SymlinkStrictSecurity</maml:name>
                <maml:description>
                    <maml:para>If true or not specified, strict symlink security is enabled. If false, allows clients to follow symbolic links to destinations on this filer but outside of the current share. It is not checked if the client is authenticated to the symbolic link&#39;s destination.</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>VirusScan</maml:name>
                <maml:description>
                    <maml:para>If true or not specified, virus scan is done when clients open files on this share, else no virus scan is done.</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>VirusScanRead</maml:name>
                <maml:description>
                    <maml:para>If true or not specified, virus scan is done when clients open files on this share for read access, else no virus scan is done for read access on this share.</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Browse</maml:name>
                <maml:description>
                    <maml:para>If true or not specified, shares are visible to browsing clients and can be enumerated (e.g. &quot;net view&quot;, SrvMgr, AD).</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Umask</maml:name>
                <maml:description>
                    <maml:para>If specified, sets file mode creation mask for a share in qtrees with Unix or mixed security styles. The mask restricts the initial permissions setting of a newly created file or directory. If not specified, the file mode creation mask of the share is 0. This field is ignored when both DirectoryUmask and FileUmask are present.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>DirectoryUmask</maml:name>
                <maml:description>
                    <maml:para>If specified, sets file mode creation mask for a share in qtrees with Unix or mixed security styles. The mask restricts the initial permissions setting of a newly created directory. For directories, this mask overrides one set with &quot;Umask&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>FileUmask</maml:name>
                <maml:description>
                    <maml:para>If specified, sets file mode creation mask for a share in qtrees with Unix or mixed security styles. The mask restricts the initial permissions setting of a newly created file. For files, this mask overrides one set with &quot;Umask&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Caching</maml:name>
                <maml:description>
                    <maml:para>If specified, the following is done based on the value of the string: &quot;no_caching&quot;: disallow Windows clients from caching any files on this share. This is the default value. &quot;auto_document_caching&quot;: allow Windows clients to cache user documents on this share. &quot;auto_program_caching&quot;: allow Windows clients to cache programs on this share. The actual caching behavior depends on the Windows client.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>AccessBasedEnum</maml:name>
                <maml:description>
                    <maml:para>If specified, Access Based Enumeration (ABE) is enabled, else it is disabled. ABE filtered shared folders are visible to a user based on that individual user&#39;s access rights, preventing the display of folders or other shared resources that the user does not have rights to access.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>NamespaceChaching</maml:name>
                <maml:description>
                    <maml:para>If specified, namespace caching is enabled on the share. If namespace caching is enabled on a share, clients are allowed to cache the directory enumeration results for better performance.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Share</maml:name>
            <maml:description>
                <maml:para>Name of the share to be added. The name cannot exceed 12 characters for DOS-style shares and 256 characters for others.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Full path name of the directory on the filer corresponding to the root of the new share.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Comment</maml:name>
            <maml:description>
                <maml:para>If specified, gives description of the new share. CIFS clients see this description when browsing the filer&#39;s shares. If not specified, the description is blank.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>MaxUsers</maml:name>
            <maml:description>
                <maml:para>If specified, gives the maximum number of simultaneous connections to the new share. It must be a positive number. If not specified, the filer does not impose a limit on the number of connections to the share.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Group</maml:name>
            <maml:description>
                <maml:para>If specified, provides name of the group to which files to be created in the share belong. The groupname is the name of a group in the UNIX group database. If it is an empty string or else not specified, then files to be created in the share do not belong to a particular UNIX group. That is, each file belongs to the same group as the owner of the file.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Widelink</maml:name>
            <maml:description>
                <maml:para>If true, allows clients to follow absolute symbolic links outside of this share, subject to NT security. This feature requires an entry in the /etc/symlink.translations file and it requires that the client supports Microsoft&#39;s Distributed File System (DFS). If false or not specified, widelinks in the share are disabled.</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>SymlinkStrictSecurity</maml:name>
            <maml:description>
                <maml:para>If true or not specified, strict symlink security is enabled. If false, allows clients to follow symbolic links to destinations on this filer but outside of the current share. It is not checked if the client is authenticated to the symbolic link&#39;s destination.</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>VirusScan</maml:name>
            <maml:description>
                <maml:para>If true or not specified, virus scan is done when clients open files on this share, else no virus scan is done.</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>VirusScanRead</maml:name>
            <maml:description>
                <maml:para>If true or not specified, virus scan is done when clients open files on this share for read access, else no virus scan is done for read access on this share.</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Browse</maml:name>
            <maml:description>
                <maml:para>If true or not specified, shares are visible to browsing clients and can be enumerated (e.g. &quot;net view&quot;, SrvMgr, AD).</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Umask</maml:name>
            <maml:description>
                <maml:para>If specified, sets file mode creation mask for a share in qtrees with Unix or mixed security styles. The mask restricts the initial permissions setting of a newly created file or directory. If not specified, the file mode creation mask of the share is 0. This field is ignored when both DirectoryUmask and FileUmask are present.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>DirectoryUmask</maml:name>
            <maml:description>
                <maml:para>If specified, sets file mode creation mask for a share in qtrees with Unix or mixed security styles. The mask restricts the initial permissions setting of a newly created directory. For directories, this mask overrides one set with &quot;Umask&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>FileUmask</maml:name>
            <maml:description>
                <maml:para>If specified, sets file mode creation mask for a share in qtrees with Unix or mixed security styles. The mask restricts the initial permissions setting of a newly created file. For files, this mask overrides one set with &quot;Umask&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Caching</maml:name>
            <maml:description>
                <maml:para>If specified, the following is done based on the value of the string: &quot;no_caching&quot;: disallow Windows clients from caching any files on this share. This is the default value. &quot;auto_document_caching&quot;: allow Windows clients to cache user documents on this share. &quot;auto_program_caching&quot;: allow Windows clients to cache programs on this share. The actual caching behavior depends on the Windows client.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>AccessBasedEnum</maml:name>
            <maml:description>
                <maml:para>If specified, Access Based Enumeration (ABE) is enabled, else it is disabled. ABE filtered shared folders are visible to a user based on that individual user&#39;s access rights, preventing the display of folders or other shared resources that the user does not have rights to access.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>NamespaceChaching</maml:name>
            <maml:description>
                <maml:para>If specified, namespace caching is enabled on the share. If namespace caching is enabled on a share, clients are allowed to cache the directory enumeration results for better performance.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Cifs.CifsShareInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cifs
API: cifs-share-add</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaCifsShare MyFiles /vol/vol2</dev:code>
              <dev:remarks>
                <maml:para>Add a CIFS share &#39;MyFiles&#39; on volume &#39;vol2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Caching :
Description :
DirUmask :
FileUmask :
Forcegroup :
IsSymlinkStrictSecurity :
IsVolOffline :
IsVscan :
IsVscanread :
IsWidelink :
Maxusers :
MountPoint : /vol/vol2
ShareName : MyFiles
Umask :
DirUmaskSpecified : False
FileUmaskSpecified : False
IsSymlinkStrictSecuritySpecified : False
IsVolOfflineSpecified : False
IsVscanSpecified : False
IsVscanreadSpecified : False
IsWidelinkSpecified : False
MaxusersSpecified : False
UmaskSpecified : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Remove-NaCifsShare</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaCifsShare</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaCifsShare</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Add-NaCredential</command:name>
        <maml:description>
            <maml:para>Save login credentials for a Data ONTAP controller.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Add</command:verb>
        <command:noun>NaCredential</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Save login credentials for a Data ONTAP controller. The cached credentials are available to Connect-NaController and Invoke-NaSsh, making these cmdlets as simple to use with HTTP/HTTPS connections as when using RPC connections.
 
The saved credentials are encrypted for safe storage. By default, a set of credentials is saved using the current user context, so that only the same Windows user can retrieve them. If an application of the Toolkit must utilize the cached credentials while running under some other context, specify the -SystemScope parameter. This saves the credentials such that any process or user on the local system can access them, so this option should only be used on a system with limited user access.
 
Any number of Toolkit users may store credentials for a given storage controller in the cache, but a user will only be able to see and utilize credentials saved using his account identity or the system identity.
 
The credentials cache is designed to be interoperable with that created by the PowerShell cmdlets bundled with NetApp&#39;s ApplianceWatch PRO 2.1 and later. However, the AppWatch cmdlets only support saving credentials with System scope, so be sure to use the -SystemScope parameter with Data ONTAP PowerShell Toolkit credential cmdlets if interoperability is important.
 
The controller may be specified by name or address, by an NaController object, or by the value in $global:CurrentNaController.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Add-NaCredential</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Credential</maml:name>
                <maml:description>
                    <maml:para>A System.Management.Automation.PSCredential object containing the credentials needed to log into a storage controller. If specified, this value is used. Otherwise, if an NaController object is specified and has valid credentials, those are used. Finally, if the $global:CurrentNaController contains an instance of NaController with valid credentials, those are used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SystemScope</maml:name>
                <maml:description>
                    <maml:para>Specify to save the credentials such that any process or user on the local system can access them. This option should only be used on a system with limited user access.</maml:para>
                </maml:description>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Add-NaCredential</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>An NaController object, as returned by Connect-NaController. If neither this parameter nor -Name is specified, this cmdlet will use the value in $global:CurrentNaController (if set).</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Credential</maml:name>
                <maml:description>
                    <maml:para>A System.Management.Automation.PSCredential object containing the credentials needed to log into a storage controller. If specified, this value is used. Otherwise, if an NaController object is specified and has valid credentials, those are used. Finally, if the $global:CurrentNaController contains an instance of NaController with valid credentials, those are used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SystemScope</maml:name>
                <maml:description>
                    <maml:para>Specify to save the credentials such that any process or user on the local system can access them. This option should only be used on a system with limited user access.</maml:para>
                </maml:description>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Add-NaCredential</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name or address of a storage controller. If a host name is specified, it must be resolvable to an address. If neither this parameter nor -Controller is specified, this cmdlet will use the value in $global:CurrentNaController (if set).</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Credential</maml:name>
                <maml:description>
                    <maml:para>A System.Management.Automation.PSCredential object containing the credentials needed to log into a storage controller. If specified, this value is used. Otherwise, if an NaController object is specified and has valid credentials, those are used. Finally, if the $global:CurrentNaController contains an instance of NaController with valid credentials, those are used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SystemScope</maml:name>
                <maml:description>
                    <maml:para>Specify to save the credentials such that any process or user on the local system can access them. This option should only be used on a system with limited user access.</maml:para>
                </maml:description>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Credential</maml:name>
            <maml:description>
                <maml:para>A System.Management.Automation.PSCredential object containing the credentials needed to log into a storage controller. If specified, this value is used. Otherwise, if an NaController object is specified and has valid credentials, those are used. Finally, if the $global:CurrentNaController contains an instance of NaController with valid credentials, those are used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
            <dev:type>
                <maml:name>PSCredential</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>SystemScope</maml:name>
            <maml:description>
                <maml:para>Specify to save the credentials such that any process or user on the local system can access them. This option should only be used on a system with limited user access.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>An NaController object, as returned by Connect-NaController. If neither this parameter nor -Name is specified, this cmdlet will use the value in $global:CurrentNaController (if set).</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name or address of a storage controller. If a host name is specified, it must be resolvable to an address. If neither this parameter nor -Controller is specified, this cmdlet will use the value in $global:CurrentNaController (if set).</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.PowerShell.SDK.Cmdlets.Toolkit.Credentials.NaCredential</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: toolkit</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaCredential dunn -Credential root</dev:code>
              <dev:remarks>
                <maml:para>Add root credentials for controller &#39;dunn&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : dunn
Credential : System.Management.Automation.PSCredential
HostUser : RTPRRE\Administrator
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Connect-NaController benson -Credential (Get-Credential)
Add-NaCredential</dev:code>
              <dev:remarks>
                <maml:para>Name : benson
Credential : System.Management.Automation.PSCredential
HostUser : RTPRRE\Administrator</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Add the credential of the currently connected controller (stored in $global:CurrentNaController) to the credentials cache.
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaCredential</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaCredential</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Connect-NaController</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Invoke-NaSsh</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Add-NaFpolicyExtension</command:name>
        <maml:description>
            <maml:para>Adds to the list of extensions in exclude or include set.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Add</command:verb>
        <command:noun>NaFpolicyExtension</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Adds to the list of extensions in exclude or include set. Exlcude set defines extension patterns that won&#39;t trigger fpolicy processing.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Add-NaFpolicyExtension</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the fpolicy to modify extension lists for.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>SetName</maml:name>
                <maml:description>
                    <maml:para>Defines to which set (exclude or include) the add will be applied to. Possible values: &quot;exclude&quot;, &quot;include&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>Extensions</maml:name>
                <maml:description>
                    <maml:para>List of extensions. Allowed are only DOS like, three character long extensions. The extensions are case insensitive. Supported wild card values: &quot;???&quot; to match any extension and &quot;?&quot; to match any character. Examples of allowed extension specifications: EXE ??? ?XT P??</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the fpolicy to modify extension lists for.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>SetName</maml:name>
            <maml:description>
                <maml:para>Defines to which set (exclude or include) the add will be applied to. Possible values: &quot;exclude&quot;, &quot;include&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="3">
            <maml:name>Extensions</maml:name>
            <maml:description>
                <maml:para>List of extensions. Allowed are only DOS like, three character long extensions. The extensions are case insensitive. Supported wild card values: &quot;???&quot; to match any extension and &quot;?&quot; to match any character. Examples of allowed extension specifications: EXE ??? ?XT P??</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fpolicy.PolicyInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fpolicy
API: fpolicy-extensions</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaFpolicyExtension policy1 include EXE ??T J?? | Get-NaFpolicyExtensionList</dev:code>
              <dev:remarks>
                <maml:para>Adds the extensions &quot;EXE&quot;, &quot;??T&quot;, and &quot;J??&quot; to the include list for policy1 then get the extension list for policy1.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : policy1
Include : {???, ??T, EXE, J??}
Exclude : {}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaFpolicyExtension policy1 exclude TXT | Get-NaFpolicyExtensionList</dev:code>
              <dev:remarks>
                <maml:para>Add the extension TXT to the exclude list for policy1 then get the extension list for policy1.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : policy1
Include : {???, ??T, EXE, J??}
Exclude : {TXT}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Remove-NaFpolicyExtension</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaFpolicyExtensionList</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Reset-NaFpolicyExtensionList</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaFpolicyExtensionList</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Add-NaHostIscsiTargetPortal</command:name>
        <maml:description>
            <maml:para>Add a Data ONTAP storage controller to the iSCSI Initiator target portals. This portal is used to discover iSCSI targets.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Add</command:verb>
        <command:noun>NaHostIscsiTargetPortal</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Add a Data ONTAP storage controller to the iSCSI Initiator target portals. This portal is used to discover iSCSI targets.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Add-NaHostIscsiTargetPortal</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Port</maml:name>
                <maml:description>
                    <maml:para>The port to use to connect to the iSCSI target portal. Default is 3260.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller to add as an iSCSI target portal, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Add-NaHostIscsiTargetPortal</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Port</maml:name>
                <maml:description>
                    <maml:para>The port to use to connect to the iSCSI target portal. Default is 3260.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Credential</maml:name>
                <maml:description>
                    <maml:para>The CHAP username/password to use to authenticate the target portal. If not specified, no authentication will be used when connecting to the target portal.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>MutualChap</maml:name>
                <maml:description>
                    <maml:para>If specified, mutual CHAP will be used. To use mutual CHAP, an initiator CHAP secret must be set on the Configuration page of the iSCSI Initiator Properties.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>RadiusVerify</maml:name>
                <maml:description>
                    <maml:para>If specified, use RADIUS to authenticate target credentials.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller to add as an iSCSI target portal, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Add-NaHostIscsiTargetPortal</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Port</maml:name>
                <maml:description>
                    <maml:para>The port to use to connect to the iSCSI target portal. Default is 3260.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>MutualChap</maml:name>
                <maml:description>
                    <maml:para>If specified, mutual CHAP will be used. To use mutual CHAP, an initiator CHAP secret must be set on the Configuration page of the iSCSI Initiator Properties.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>RadiusGenerate</maml:name>
                <maml:description>
                    <maml:para>If specified, use RADIUS to generate user authentication credentials.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>RadiusVerify</maml:name>
                <maml:description>
                    <maml:para>If specified, use RADIUS to authenticate target credentials.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller to add as an iSCSI target portal, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>Port</maml:name>
            <maml:description>
                <maml:para>The port to use to connect to the iSCSI target portal. Default is 3260.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller to add as an iSCSI target portal, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Credential</maml:name>
            <maml:description>
                <maml:para>The CHAP username/password to use to authenticate the target portal. If not specified, no authentication will be used when connecting to the target portal.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
            <dev:type>
                <maml:name>PSCredential</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>MutualChap</maml:name>
            <maml:description>
                <maml:para>If specified, mutual CHAP will be used. To use mutual CHAP, an initiator CHAP secret must be set on the Configuration page of the iSCSI Initiator Properties.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>RadiusVerify</maml:name>
            <maml:description>
                <maml:para>If specified, use RADIUS to authenticate target credentials.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>RadiusGenerate</maml:name>
            <maml:description>
                <maml:para>If specified, use RADIUS to generate user authentication credentials.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.PowerShell.SDK.Cmdlets.Toolkit.Windows.IscsiTargetInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: host</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaHostIscsiTargetPortal</dev:code>
              <dev:remarks>
                <maml:para>Add the controller saved in $global:CurrentNaController to the iSCSI target portal list.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>DiscoveryMechanism : SendTargets:*10.61.169.28 0003260 Root\ISCSIPRT\0000_0
InitiatorName : Root\ISCSIPRT\0000_0
TargetName : iqn.1992-08.com.netapp:sn.135107386
IsConnected : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Connect-NaHostIscsiTarget</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Add-NaIgroupInitiator</command:name>
        <maml:description>
            <maml:para>Adds initiator to an existing initiator group.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Add</command:verb>
        <command:noun>NaIgroupInitiator</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Adds initiator to an existing initiator group.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Add-NaIgroupInitiator</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Igroup</maml:name>
                <maml:description>
                    <maml:para>Name of initiator group.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>Initiator</maml:name>
                <maml:description>
                    <maml:para>Initiator to add.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>Forcibly add the initiator, disabling mapping and type conflict checks with the cluster partner. If not specified all conflict checks are performed.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Igroup</maml:name>
            <maml:description>
                <maml:para>Name of initiator group.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>Initiator</maml:name>
            <maml:description>
                <maml:para>Initiator to add.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>Forcibly add the initiator, disabling mapping and type conflict checks with the cluster partner. If not specified all conflict checks are performed.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.InitiatorGroupInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: igroup
API: igroup-add</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaIgroupInitiator igroup4 iqn.1991-05.com.microsoft:xyratex02</dev:code>
              <dev:remarks>
                <maml:para>Add an initiator on server &#39;xyratex02&#39; to igroup &#39;igroup4&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>InitiatorGroupName : igroup4
InitiatorGroupType : iscsi
Initiators : {iqn.1991-05.com.microsoft:xyratex02}
InitiatorGroupOsType : windows
InitiatorGroupPortsetName :
InitiatorGroupThrottleBorrow : False
InitiatorGroupThrottleReserve : 0
InitiatorGroupUsePartner :
InitiatorGroupAluaEnabled : False
InitiatorGroupVsaEnabled : False
LunId :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaIgroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaIgroupInitiator</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Add-NaIgroupPortset</command:name>
        <maml:description>
            <maml:para>Bind an existing igroup to a given portset.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Add</command:verb>
        <command:noun>NaIgroupPortset</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Bind an existing igroup to a given portset.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Add-NaIgroupPortset</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of initiator group to bind the portset to.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Portset</maml:name>
                <maml:description>
                    <maml:para>Name of portset.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of initiator group to bind the portset to.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Portset</maml:name>
            <maml:description>
                <maml:para>Name of portset.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.InitiatorGroupInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: igroup
API: igroup-bind-portset</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaIgroupPortset fcpIgroup portset1</dev:code>
              <dev:remarks>
                <maml:para>Add portset &#39;test&#39; to igroup &#39;fcpIgroup&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>InitiatorGroupName : fcpIgroup
InitiatorGroupType : fcp
Initiators : {}
InitiatorGroupOsType : default
InitiatorGroupPortsetName : portset1
InitiatorGroupThrottleBorrow : False
InitiatorGroupThrottleReserve : 0
InitiatorGroupUsePartner : True
InitiatorGroupAluaEnabled : False
InitiatorGroupVsaEnabled : False
LunId :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Remove-NaIgroupPortset</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Add-NaIscsiInitiatorAuth</command:name>
        <maml:description>
            <maml:para>Add initiator to the authentication list.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Add</command:verb>
        <command:noun>NaIscsiInitiatorAuth</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Add initiator to the authentication list.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Add-NaIscsiInitiatorAuth</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Initiator</maml:name>
                <maml:description>
                    <maml:para>Name of initiator. i.e. iqn.1987-06.com.initvendor1:appsrv.sn.2346.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>None</maml:name>
                <maml:description>
                    <maml:para>Specify this switch parameter for authentication type &#39;none&#39;.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Add-NaIscsiInitiatorAuth</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Initiator</maml:name>
                <maml:description>
                    <maml:para>Name of initiator. i.e. iqn.1987-06.com.initvendor1:appsrv.sn.2346.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Chap</maml:name>
                <maml:description>
                    <maml:para>Specify this switch parameter for authentication type &#39;CHAP&#39;.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Username</maml:name>
                <maml:description>
                    <maml:para>Inbound CHAP user name. For the CHAP authentication type, the -Username and -Password or -InboundCredential parameters must be specified.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Password</maml:name>
                <maml:description>
                    <maml:para>Inbound CHAP user password. For the CHAP authentication type, the -Username and -Password or -InboundCredential parameters must be specified.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>InboundCredential</maml:name>
                <maml:description>
                    <maml:para>PSCredential object containing inbound CHAP credentials. The username and password supplied in the credential object take precedence over the username and password supplied by the -Username and -Password parameters.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>OutboundUsername</maml:name>
                <maml:description>
                    <maml:para>Outbound CHAP user name. Outbound authentication is optional. If Outbound authentication is not specified, then the initiator can only do inbound traffic.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>OutboundPassword</maml:name>
                <maml:description>
                    <maml:para>Outbound CHAP user password. Outbound authentication is optional. If Outbound authentication is not specified, then the initiator can only do inbound traffic.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>OutboundCredential</maml:name>
                <maml:description>
                    <maml:para>PSCredential object containing outbound CHAP credentials. The username and password supplied in the credential object take precedence over the username and password supplied by the -OutboundUsername and -OutboundPassword parameters.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Add-NaIscsiInitiatorAuth</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Initiator</maml:name>
                <maml:description>
                    <maml:para>Name of initiator. i.e. iqn.1987-06.com.initvendor1:appsrv.sn.2346.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Deny</maml:name>
                <maml:description>
                    <maml:para>Specify this switch parameter for authentication type &#39;deny&#39;.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Initiator</maml:name>
            <maml:description>
                <maml:para>Name of initiator. i.e. iqn.1987-06.com.initvendor1:appsrv.sn.2346.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>None</maml:name>
            <maml:description>
                <maml:para>Specify this switch parameter for authentication type &#39;none&#39;.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Chap</maml:name>
            <maml:description>
                <maml:para>Specify this switch parameter for authentication type &#39;CHAP&#39;.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Username</maml:name>
            <maml:description>
                <maml:para>Inbound CHAP user name. For the CHAP authentication type, the -Username and -Password or -InboundCredential parameters must be specified.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Password</maml:name>
            <maml:description>
                <maml:para>Inbound CHAP user password. For the CHAP authentication type, the -Username and -Password or -InboundCredential parameters must be specified.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>InboundCredential</maml:name>
            <maml:description>
                <maml:para>PSCredential object containing inbound CHAP credentials. The username and password supplied in the credential object take precedence over the username and password supplied by the -Username and -Password parameters.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
            <dev:type>
                <maml:name>PSCredential</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>OutboundUsername</maml:name>
            <maml:description>
                <maml:para>Outbound CHAP user name. Outbound authentication is optional. If Outbound authentication is not specified, then the initiator can only do inbound traffic.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>OutboundPassword</maml:name>
            <maml:description>
                <maml:para>Outbound CHAP user password. Outbound authentication is optional. If Outbound authentication is not specified, then the initiator can only do inbound traffic.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>OutboundCredential</maml:name>
            <maml:description>
                <maml:para>PSCredential object containing outbound CHAP credentials. The username and password supplied in the credential object take precedence over the username and password supplied by the -OutboundUsername and -OutboundPassword parameters.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
            <dev:type>
                <maml:name>PSCredential</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Deny</maml:name>
            <maml:description>
                <maml:para>Specify this switch parameter for authentication type &#39;deny&#39;.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Iscsi.IscsiSecurityEntryInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-initiator-add-auth</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaIscsiInitiatorAuth iqn.1991-05.com.microsoft:x3550rre7.rtprre.testdomain -None</dev:code>
              <dev:remarks>
                <maml:para>Set authentication type to &#39;none&#39; for the specified iSCSI initiator.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>AuthType Initiator OutboundUserName UserName
-------- --------- ---------------- --------
none iqn.1991-05.com....
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Remove-NaIscsiInitiatorAuth</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaIscsiInitiatorAuth</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Add-NaIscsiInterfaceAccess</command:name>
        <maml:description>
            <maml:para>Add the named network interfaces to the accesslist for the specified initiator.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Add</command:verb>
        <command:noun>NaIscsiInterfaceAccess</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Add the named network interfaces to the accesslist for the specified initiator. If there is no accesslist, one will be created.
 
Creating or modifying an accesslist may require shutting down existing iSCSI sessions associated with network interfaces that no longer appear on the accesslist. For example, creating a new accesslist via the add operation may cause sessions to be shut down on network interfaces that are not in the new accesslist. Likewise, removing network interfaces from an existing accesslist via the remove operation may also cause sessions to be shut down. Note that adding all interfaces (using -All) and removing all interfaces (using -All) will not affect any iSCSI sessions.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Add-NaIscsiInterfaceAccess</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Initiator</maml:name>
                <maml:description>
                    <maml:para>The initiator for which to add to the accesslist.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Interface</maml:name>
                <maml:description>
                    <maml:para>One or more interfaces to add to the accesslist.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Add-NaIscsiInterfaceAccess</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Initiator</maml:name>
                <maml:description>
                    <maml:para>The initiator for which to add to the accesslist.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>All</maml:name>
                <maml:description>
                    <maml:para>If specified, all the interfaces will be added to the accesslist.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Initiator</maml:name>
            <maml:description>
                <maml:para>The initiator for which to add to the accesslist.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Interface</maml:name>
            <maml:description>
                <maml:para>One or more interfaces to add to the accesslist.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>All</maml:name>
            <maml:description>
                <maml:para>If specified, all the interfaces will be added to the accesslist.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: system-cli
Privilege: security-priv-admin, cli-iscsi-interface-accesslist-add</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaIscsiInterfaceAccess -Initiator (Get-NaHostIscsiAdapter).Iqn -Interface ns0</dev:code>
              <dev:remarks>
                <maml:para>Add the interface &quot;ns0&quot; to the accesslist for the local host&#39;s initiator.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Remove-NaIscsiInterfaceAccess</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Add-NaIscsiTargetPortalGroupInterface</command:name>
        <maml:description>
            <maml:para>Add an interface to an iSCSI target portal group.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Add</command:verb>
        <command:noun>NaIscsiTargetPortalGroupInterface</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Add an interface to an iSCSI target portal group.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Add-NaIscsiTargetPortalGroupInterface</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Tag</maml:name>
                <maml:description>
                    <maml:para>Portal group tag.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Interfaces</maml:name>
                <maml:description>
                    <maml:para>List of interfaces to add.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Tag</maml:name>
            <maml:description>
                <maml:para>Portal group tag.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>Interfaces</maml:name>
            <maml:description>
                <maml:para>List of interfaces to add.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Iscsi.IscsiTpgroupListEntryInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-tpgroup-interface-add</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaIscsiTargetPortalGroupInterface 1 e0a e0b</dev:code>
              <dev:remarks>
                <maml:para>Add interfaces &#39;e0a&#39; and &#39;e0b&#39; to iSCSI target portal group with tag 1.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>InterfaceListEntries : {e0a, e0b}
TpgroupAluaPreferred : False
TpgroupAluaState : optimized
TpgroupName : tpGroup1
TpgroupTag : 1
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Remove-NaIscsiTargetPortalGroupInterface</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaIscsiTargetPortalGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Add-NaLicense</command:name>
        <maml:description>
            <maml:para>Enable license for a Data ONTAP service.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Add</command:verb>
        <command:noun>NaLicense</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Enable license for a Data ONTAP service.
 
Prior to Data ONTAP 8.2, the added license will be returned if the license is successfully enabled. In Data ONTAP 8.2 and up, if no error is written, the license has been added successfully.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Add-NaLicense</maml:name>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Codes</maml:name>
                <maml:description>
                    <maml:para>One or more license codes of a Data ONTAP service to be enabled.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Codes</maml:name>
            <maml:description>
                <maml:para>One or more license codes of a Data ONTAP service to be enabled.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.License.LicenseInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: license
API: license-add, license-v2-add</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaLicense XXXXXXX YYYYYYY</dev:code>
              <dev:remarks>
                <maml:para>Add licenses for two Data ONTAP services, for which the license codes are &#39;XXXXXXX&#39; and &#39;YYYYYYY&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Code : XXXXXXX
Count : 0
ExpirationTimestamp : 0
ExpirationTimestampDT :
InstallationTimestamp : 1280344876
InstallationTimestampDT : 7/28/2010 7:21:16 PM
IsDemo : False
IsExpired : False
IsLicensed : True
IsSite : True
Length : 0
LengthTS : 00:00:00
NodeCount : 0
Platform :
Service : snaprestore
StorageCount :
ExpirationTimestampSpecified : True
InstallationTimestampSpecified : True
LengthSpecified : True
NodeCountSpecified : True
StorageCountSpecified : False
 
Code : YYYYYYY
Count : 0
ExpirationTimestamp : 0
ExpirationTimestampDT :
InstallationTimestamp : 1280344876
InstallationTimestampDT : 7/28/2010 7:21:16 PM
IsDemo : False
IsExpired : False
IsLicensed : True
IsSite : True
Length : 0
LengthTS : 00:00:00
NodeCount : 0
Platform :
Service : sv_ontap_pri
StorageCount :
ExpirationTimestampSpecified : True
InstallationTimestampSpecified : True
LengthSpecified : True
NodeCountSpecified : True
StorageCountSpecified : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Import-Clixml C:\OntapLicenses.xml | Add-NaLicense</dev:code>
              <dev:remarks>
                <maml:para>Add all licenses that were previously written to an XML file.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaLicense</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaLicense</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Add-NaLunMap</command:name>
        <maml:description>
            <maml:para>Maps the LUN to all the initiators in the specified initiator group.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Add</command:verb>
        <command:noun>NaLunMap</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Maps the LUN to all the initiators in the specified initiator group.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Add-NaLunMap</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>InitiatorGroup</maml:name>
                <maml:description>
                    <maml:para>Initiator group to map to the given LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ID</maml:name>
                <maml:description>
                    <maml:para>If the lun ID is not specified, the smallest number that can be used for the various initiators in the group is automatically picked.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>Forcibly map the lun, disabling mapping conflict checks with the cluster partner. If not specified all conflict checks are performed.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the LUN.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>InitiatorGroup</maml:name>
            <maml:description>
                <maml:para>Initiator group to map to the given LUN.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>ID</maml:name>
            <maml:description>
                <maml:para>If the lun ID is not specified, the smallest number that can be used for the various initiators in the group is automatically picked.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>Forcibly map the lun, disabling mapping conflict checks with the cluster partner. If not specified all conflict checks are performed.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-map</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaLunMap /vol/vol2/lun2 viaRPC.iqn.1991-05.com.microsoft:x3550rre7.rtprre.testdomain</dev:code>
              <dev:remarks>
                <maml:para>Map lun &#39;lun2&#39; to the igroup on server &#39;x3550rre7&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BackingSnapshot :
BlockSize : 512
IsSpaceReservationEnabled : False
Mapped : True
MultiprotocolType : windows_gpt
Online : True
Path : /vol/vol2/lun2
ReadOnly : False
SerialNumber : HnSolJNfoTZK
ShareState : none
Size : 21476206080
Uuid : 7dcc97f4-17ef-11df-9cab-00a09806c227
Comment :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Remove-NaLunMap</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaLunMap</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Add-NaNetRoute</command:name>
        <maml:description>
            <maml:para>Create a new kernel route.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Add</command:verb>
        <command:noun>NaNetRoute</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Create a new kernel route. Modifies active and persistent config.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Add-NaNetRoute</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Destination</maml:name>
                <maml:description>
                    <maml:para>Destination of route. Possible values: An IP address, hostname, or &quot;default&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Gateway</maml:name>
                <maml:description>
                    <maml:para>Next hop (router) IP address.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>Metric</maml:name>
                <maml:description>
                    <maml:para>The number of hops to the destination. If the route is to a destination via a gateway, the metric parameter should be greater than 0. If metric is set to 0, the gateway given is the address of this host on the common network, indicating the interface to be used for transmission. Range: 0-10.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >UInt16</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Host</maml:name>
                <maml:description>
                    <maml:para>Specify to create a route to a specific host instead of a network (subnet) route.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Ipspace</maml:name>
                <maml:description>
                    <maml:para>The ipspace of the route. If not specified, the value used is &quot;default-ipspace&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Creator</maml:name>
                <maml:description>
                    <maml:para>The vfiler that will own this route. If not specified, the default is vfiler0 (i.e. the physical controller).</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ActiveOnly</maml:name>
                <maml:description>
                    <maml:para>If specified, only the active config is modified.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Add-NaNetRoute</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Destination</maml:name>
                <maml:description>
                    <maml:para>Destination of route. Possible values: An IP address, hostname, or &quot;default&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Gateway</maml:name>
                <maml:description>
                    <maml:para>Next hop (router) IP address.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>Metric</maml:name>
                <maml:description>
                    <maml:para>The number of hops to the destination. If the route is to a destination via a gateway, the metric parameter should be greater than 0. If metric is set to 0, the gateway given is the address of this host on the common network, indicating the interface to be used for transmission. Range: 0-10.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >UInt16</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>IPv6</maml:name>
                <maml:description>
                    <maml:para>Specify to create an IPv6 route.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Host</maml:name>
                <maml:description>
                    <maml:para>Specify to create a route to a specific host instead of a network (subnet) route.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>PrefixLength</maml:name>
                <maml:description>
                    <maml:para>Prefix length (netmask) for destination. Specify only for IPv6 routes.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >UInt16</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Ipspace</maml:name>
                <maml:description>
                    <maml:para>The ipspace of the route. If not specified, the value used is &quot;default-ipspace&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Creator</maml:name>
                <maml:description>
                    <maml:para>The vfiler that will own this route. If not specified, the default is vfiler0 (i.e. the physical controller).</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ActiveOnly</maml:name>
                <maml:description>
                    <maml:para>If specified, only the active config is modified.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Add-NaNetRoute</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Host</maml:name>
                <maml:description>
                    <maml:para>Specify to create a route to a specific host instead of a network (subnet) route.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Ipspace</maml:name>
                <maml:description>
                    <maml:para>The ipspace of the route. If not specified, the value used is &quot;default-ipspace&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Creator</maml:name>
                <maml:description>
                    <maml:para>The vfiler that will own this route. If not specified, the default is vfiler0 (i.e. the physical controller).</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue)" position = "named" >
                <maml:name>Route</maml:name>
                <maml:description>
                    <maml:para>A route object as returned by Get-NaNetRoute.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >RouteInfo</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ActiveOnly</maml:name>
                <maml:description>
                    <maml:para>If specified, only the active config is modified.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Destination</maml:name>
            <maml:description>
                <maml:para>Destination of route. Possible values: An IP address, hostname, or &quot;default&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Gateway</maml:name>
            <maml:description>
                <maml:para>Next hop (router) IP address.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
            <maml:name>Metric</maml:name>
            <maml:description>
                <maml:para>The number of hops to the destination. If the route is to a destination via a gateway, the metric parameter should be greater than 0. If metric is set to 0, the gateway given is the address of this host on the common network, indicating the interface to be used for transmission. Range: 0-10.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">UInt16</command:parameterValue>
            <dev:type>
                <maml:name>UInt16</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Host</maml:name>
            <maml:description>
                <maml:para>Specify to create a route to a specific host instead of a network (subnet) route.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Ipspace</maml:name>
            <maml:description>
                <maml:para>The ipspace of the route. If not specified, the value used is &quot;default-ipspace&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Creator</maml:name>
            <maml:description>
                <maml:para>The vfiler that will own this route. If not specified, the default is vfiler0 (i.e. the physical controller).</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>ActiveOnly</maml:name>
            <maml:description>
                <maml:para>If specified, only the active config is modified.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>IPv6</maml:name>
            <maml:description>
                <maml:para>Specify to create an IPv6 route.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>PrefixLength</maml:name>
            <maml:description>
                <maml:para>Prefix length (netmask) for destination. Specify only for IPv6 routes.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">UInt16</command:parameterValue>
            <dev:type>
                <maml:name>UInt16</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named">
            <maml:name>Route</maml:name>
            <maml:description>
                <maml:para>A route object as returned by Get-NaNetRoute.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">RouteInfo</command:parameterValue>
            <dev:type>
                <maml:name>RouteInfo</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Net.RouteInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: net
API: net-route-add</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaNetRoute default 40.40.40.1 1 -Ipspace testspace -Creator vfiler4</dev:code>
              <dev:remarks>
                <maml:para>Create a new default route for vfiler &#39;vfiler4&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Destination : 10.61.165.80
RouteType : host
Prefixlen : 32
NextHop : 40.40.40.1
Metric : 1
AddrFamily : af-inet
Creator : vfiler:vfiler4
IpspaceName : testspace
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaNetRoute 10.61.165.0 10.61.165.1 1</dev:code>
              <dev:remarks>
                <maml:para>Add a subnet route in the default ipspace.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Destination : 10.61.165
RouteType : net
Prefixlen : 24
NextHop : 10.61.165.1
Metric : 1
AddrFamily : af-inet
Creator : vfiler:vfiler0
IpspaceName : default-ipspace
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 3 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaNetRoute -IPv6 default 3ffe:1900:4545:3:200:f8ff:fe21:67ce 1 -PrefixLength 64</dev:code>
              <dev:remarks>
                <maml:para>Add a default IPv6 route.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Destination : default
RouteType : net
Prefixlen :
NextHop : 3ffe:1900:4545:3:200:f8ff:fe21:67ce
Metric : 1
AddrFamily : af-inet6
Creator : vfiler:vfiler0
IpspaceName : default-ipspace
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 4 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaNetRoute -Host 10.10.10.25 10.61.167.1 1</dev:code>
              <dev:remarks>
                <maml:para>Add a route to a specific host.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Destination : 10.10.10.25
RouteType : host
Prefixlen : 32
NextHop : 10.61.167.1
Metric : 1
AddrFamily : af-inet
Creator : vfiler:vfiler0
IpspaceName : default-ipspace
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaNetRoute</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaNetRoute</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Add-NaNetVlan</command:name>
        <maml:description>
            <maml:para>Create a new VLAN interface.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Add</command:verb>
        <command:noun>NaNetVlan</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Create a new VLAN interface. Modifies active and persistent config.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Add-NaNetVlan</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Interface</maml:name>
                <maml:description>
                    <maml:para>The interface to which to add a VLAN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Vlans</maml:name>
                <maml:description>
                    <maml:para>The VLAN IDs to add. Range: [1..4094]</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >UInt16[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Gvrp</maml:name>
                <maml:description>
                    <maml:para>If specified, GVRP will be enabled on all added VLANs.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ActiveOnly</maml:name>
                <maml:description>
                    <maml:para>If specified, only the active config is modified.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Interface</maml:name>
            <maml:description>
                <maml:para>The interface to which to add a VLAN.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Vlans</maml:name>
            <maml:description>
                <maml:para>The VLAN IDs to add. Range: [1..4094]</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">UInt16[]</command:parameterValue>
            <dev:type>
                <maml:name>UInt16[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Gvrp</maml:name>
            <maml:description>
                <maml:para>If specified, GVRP will be enabled on all added VLANs.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>ActiveOnly</maml:name>
            <maml:description>
                <maml:para>If specified, only the active config is modified.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Net.VlanInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: net
API: net-vlan-create</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaNetVlan e0c 40 50</dev:code>
              <dev:remarks>
                <maml:para>Add VLAN tags 40 and 50 to interface &#39;e0c&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Interface ParentInterface Tag GVRP
--------- --------------- --- ----
e0c-40 e0c 40 True
e0c-50 e0c 50 True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaNetVlan</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaNetVlan</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaNetVlan</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Add-NaNfsExport</command:name>
        <maml:description>
            <maml:para>Enables pathnames for mounting according to the rules specified.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Add</command:verb>
        <command:noun>NaNfsExport</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Enables pathnames for mounting according to the rules specified. New rules for the pathnames take effect immediately, ignoring previous rules for specified pathnames. Set the Persistent option to save the rule in the etc/exports file and keep the option persistent upon loading or reboot.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Add-NaNfsExport</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Persistent</maml:name>
                <maml:description>
                    <maml:para>Default value is false. If specified, modifies the etc/exports file to append the rule for a permanent change. (The new rule still takes effect immediately.)</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Directory name or file to export.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>ActualPath</maml:name>
                <maml:description>
                    <maml:para>Pathname inside of the filer which is being exported. The default for this is value in Path.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>SecurityFlavors</maml:name>
                <maml:description>
                    <maml:para>List of possible security flavors this rule supports. Default security is &quot;sys&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Anon</maml:name>
                <maml:description>
                    <maml:para>All hosts with this userid or username have root access to this directory.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>ReadOnly</maml:name>
                <maml:description>
                    <maml:para>An array of hostnames which only have read privileges for all the security flavors found in the SecurityFlavors list.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>ReadWrite</maml:name>
                <maml:description>
                    <maml:para>An array of hostnames which have read and write privileges for all the security flavors found in the SecurityFlavors list. Any hostname in ReadOnly must not be in ReadWrite also. Specify &quot;all-hosts&quot; to enable read/write access from anywhere. By default, if no ReadOnly or ReadWrite hosts are given, then ReadWrite contains a hostname of &quot;all-hosts&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Root</maml:name>
                <maml:description>
                    <maml:para>Array of hostnames which have roots with ReadWrite or ReadOnly privileges.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>NoSuid</maml:name>
                <maml:description>
                    <maml:para>If specified, causes the server file system to silently ignore any attempt to enable the setuid or setgid mode bits. Default value is false.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Persistent</maml:name>
            <maml:description>
                <maml:para>Default value is false. If specified, modifies the etc/exports file to append the rule for a permanent change. (The new rule still takes effect immediately.)</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Directory name or file to export.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>ActualPath</maml:name>
            <maml:description>
                <maml:para>Pathname inside of the filer which is being exported. The default for this is value in Path.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>SecurityFlavors</maml:name>
            <maml:description>
                <maml:para>List of possible security flavors this rule supports. Default security is &quot;sys&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>sys</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Anon</maml:name>
            <maml:description>
                <maml:para>All hosts with this userid or username have root access to this directory.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>ReadOnly</maml:name>
            <maml:description>
                <maml:para>An array of hostnames which only have read privileges for all the security flavors found in the SecurityFlavors list.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>ReadWrite</maml:name>
            <maml:description>
                <maml:para>An array of hostnames which have read and write privileges for all the security flavors found in the SecurityFlavors list. Any hostname in ReadOnly must not be in ReadWrite also. Specify &quot;all-hosts&quot; to enable read/write access from anywhere. By default, if no ReadOnly or ReadWrite hosts are given, then ReadWrite contains a hostname of &quot;all-hosts&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Root</maml:name>
            <maml:description>
                <maml:para>Array of hostnames which have roots with ReadWrite or ReadOnly privileges.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>NoSuid</maml:name>
            <maml:description>
                <maml:para>If specified, causes the server file system to silently ignore any attempt to enable the setuid or setgid mode bits. Default value is false.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Nfs.AddedRules</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: nfs
API: nfs-exportfs-append-rules-2</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaNfsExport /vol/testvol -Persistent -ReadWrite all-hosts -NoSuid -SecurityFlavors sys,krb5</dev:code>
              <dev:remarks>
                <maml:para>Export volume &#39;testvol&#39; with read/write access from all hosts.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>LoadedPathnames ExportedPathnames
--------------- -----------------
{/vol/testvol} {/vol/testvol}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaNfsExport</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaNfsExport</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaNfsExport</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Add-NaNfsMonitor</command:name>
        <maml:description>
            <maml:para>Starts monitoring the specified hosts for NFS lock recovery purposes.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Add</command:verb>
        <command:noun>NaNfsMonitor</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Starts monitoring the specified hosts for NFS lock recovery purposes. The specified hosts are added to the list of of clients that will be notified of lock recovery in the event of an NFS server crash/reboot.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Add-NaNfsMonitor</maml:name>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Hosts</maml:name>
                <maml:description>
                    <maml:para>An array of hosts that are to be monitored.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Hosts</maml:name>
            <maml:description>
                <maml:para>An array of hosts that are to be monitored.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: nfs
API: nfs-monitor-add</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaNfsMonitor sportster</dev:code>
              <dev:remarks>
                <maml:para>Begin monitoring NFS client &#39;sportster&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaNfsMonitor</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaNfsMonitor</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Add-NaPortsetPort</command:name>
        <maml:description>
            <maml:para>Add a port to an existing port set</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Add</command:verb>
        <command:noun>NaPortsetPort</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Add a port to an existing port set</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Add-NaPortsetPort</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of port set.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Port</maml:name>
                <maml:description>
                    <maml:para>This is the name of the port that is to be added to the portset. It can be input in two styles.
 
The filername:slotletter format will add the port from a specific filer. For example: “buxton:4a”
 
The slotletter format will add the port from both the local and partner filers. For example: &quot;4a&quot;</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of port set.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Port</maml:name>
            <maml:description>
                <maml:para>This is the name of the port that is to be added to the portset. It can be input in two styles.
 
The filername:slotletter format will add the port from a specific filer. For example: “buxton:4a”
 
The slotletter format will add the port from both the local and partner filers. For example: &quot;4a&quot;</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Portset.PortsetInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: portset
API: portset-add</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaPortsetPort portset1 0c</dev:code>
              <dev:remarks>
                <maml:para>Add port &#39;0c&#39; to portset &#39;portset1&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>PortsetName : portset1
PortsetPortInfo : {dunn:0c, benson:0c}
PortsetPortTotal : 2
PortsetType : fcp
InitiatorGroupInfo : {}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Remove-NaPortsetPort</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Add-NaQuota</command:name>
        <maml:description>
            <maml:para>Adds a quota entry.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Add</command:verb>
        <command:noun>NaQuota</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Adds a quota entry. If the type, target, volume, and tree do not exist, a new entry is created. If the type, target, volume, and tree exist, then an error is returned.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Add-NaQuota</maml:name>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>UserName</maml:name>
                <maml:description>
                    <maml:para>A user can be specfied as a: unix user name, numerical user ID, windows account name, Windows SID or a comma separated list of multiple users.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>This is the volume name that the quota resides on.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Qtree</maml:name>
                <maml:description>
                    <maml:para>This is the qtree name that the quota resides on. It can be the qtree name or omitted if no qtree.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>DiskLimit</maml:name>
                <maml:description>
                    <maml:para>This is the amount of disk space that is reserved for the the target. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>FileLimit</maml:name>
                <maml:description>
                    <maml:para>This is the number of files that the target can have. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Threshold</maml:name>
                <maml:description>
                    <maml:para>This is the amount of disk space the target would have to exceed before a message is logged. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>SoftDiskLimit</maml:name>
                <maml:description>
                    <maml:para>This is the amount of disk space the target would have to exceed before a message is logged and an SNMP trap is generated. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>SoftFileLimit</maml:name>
                <maml:description>
                    <maml:para>This is the number of files the target would have to exceed before a message is logged and an SNMP trap is generated. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Add-NaQuota</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>GroupId</maml:name>
                <maml:description>
                    <maml:para>May be one of the following: Unix group name, numerical group id (If the group id is 0, no limits set will be enforced, but usage will still be tracked), or the pathname of a file owned by that group (specifying a file or directory will not affect the quota on that file or directory, only the GID).</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>This is the volume name that the quota resides on.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Qtree</maml:name>
                <maml:description>
                    <maml:para>This is the qtree name that the quota resides on. It can be the qtree name or omitted if no qtree.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>DiskLimit</maml:name>
                <maml:description>
                    <maml:para>This is the amount of disk space that is reserved for the the target. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>FileLimit</maml:name>
                <maml:description>
                    <maml:para>This is the number of files that the target can have. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Threshold</maml:name>
                <maml:description>
                    <maml:para>This is the amount of disk space the target would have to exceed before a message is logged. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>SoftDiskLimit</maml:name>
                <maml:description>
                    <maml:para>This is the amount of disk space the target would have to exceed before a message is logged and an SNMP trap is generated. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>SoftFileLimit</maml:name>
                <maml:description>
                    <maml:para>This is the number of files the target would have to exceed before a message is logged and an SNMP trap is generated. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Add-NaQuota</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>A complete path to an existing qtree.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>DiskLimit</maml:name>
                <maml:description>
                    <maml:para>This is the amount of disk space that is reserved for the the target. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>FileLimit</maml:name>
                <maml:description>
                    <maml:para>This is the number of files that the target can have. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Threshold</maml:name>
                <maml:description>
                    <maml:para>This is the amount of disk space the target would have to exceed before a message is logged. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>SoftDiskLimit</maml:name>
                <maml:description>
                    <maml:para>This is the amount of disk space the target would have to exceed before a message is logged and an SNMP trap is generated. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>SoftFileLimit</maml:name>
                <maml:description>
                    <maml:para>This is the number of files the target would have to exceed before a message is logged and an SNMP trap is generated. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Add-NaQuota</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Type</maml:name>
                <maml:description>
                    <maml:para>This is the quota type: &quot;user&quot;, &quot;group&quot;, or &quot;tree&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>This is the quota target of the type specified. The target can be of the form: &lt;name&gt;, &lt;number&gt;, or &lt;path name&gt;. Multiple targets can be specified by a comma-separated list.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>This is the volume name that the quota resides on.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Qtree</maml:name>
                <maml:description>
                    <maml:para>This is the qtree name that the quota resides on. It can be the qtree name or omitted if no qtree.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>DiskLimit</maml:name>
                <maml:description>
                    <maml:para>This is the amount of disk space that is reserved for the the target. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>FileLimit</maml:name>
                <maml:description>
                    <maml:para>This is the number of files that the target can have. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Threshold</maml:name>
                <maml:description>
                    <maml:para>This is the amount of disk space the target would have to exceed before a message is logged. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>SoftDiskLimit</maml:name>
                <maml:description>
                    <maml:para>This is the amount of disk space the target would have to exceed before a message is logged and an SNMP trap is generated. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>SoftFileLimit</maml:name>
                <maml:description>
                    <maml:para>This is the number of files the target would have to exceed before a message is logged and an SNMP trap is generated. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>UserName</maml:name>
            <maml:description>
                <maml:para>A user can be specfied as a: unix user name, numerical user ID, windows account name, Windows SID or a comma separated list of multiple users.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>This is the volume name that the quota resides on.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Qtree</maml:name>
            <maml:description>
                <maml:para>This is the qtree name that the quota resides on. It can be the qtree name or omitted if no qtree.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>DiskLimit</maml:name>
            <maml:description>
                <maml:para>This is the amount of disk space that is reserved for the the target. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>unlimited</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>FileLimit</maml:name>
            <maml:description>
                <maml:para>This is the number of files that the target can have. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>unlimited</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Threshold</maml:name>
            <maml:description>
                <maml:para>This is the amount of disk space the target would have to exceed before a message is logged. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>unlimited</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>SoftDiskLimit</maml:name>
            <maml:description>
                <maml:para>This is the amount of disk space the target would have to exceed before a message is logged and an SNMP trap is generated. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>unlimited</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>SoftFileLimit</maml:name>
            <maml:description>
                <maml:para>This is the number of files the target would have to exceed before a message is logged and an SNMP trap is generated. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>unlimited</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>GroupId</maml:name>
            <maml:description>
                <maml:para>May be one of the following: Unix group name, numerical group id (If the group id is 0, no limits set will be enforced, but usage will still be tracked), or the pathname of a file owned by that group (specifying a file or directory will not affect the quota on that file or directory, only the GID).</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>A complete path to an existing qtree.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Type</maml:name>
            <maml:description>
                <maml:para>This is the quota type: &quot;user&quot;, &quot;group&quot;, or &quot;tree&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>Target</maml:name>
            <maml:description>
                <maml:para>This is the quota target of the type specified. The target can be of the form: &lt;name&gt;, &lt;number&gt;, or &lt;path name&gt;. Multiple targets can be specified by a comma-separated list.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Quota.QuotaEntryInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: quota
API: quota-add-entry</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaQuota tree * vol0 -DiskLimit 50g</dev:code>
              <dev:remarks>
                <maml:para>Set the disk limit on volume &#39;vol&#39; to 50 gigabytes. This is a default tree quota.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>DiskLimit : 53687091200
FileLimit : -
PerformUserMapping : False
QuotaError :
SoftDiskLimit : -
SoftFileLimit : -
Threshold : -
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaQuota tree /vol/vol0/qt_hypervibe vol0 -Threshold 10g</dev:code>
              <dev:remarks>
                <maml:para>Add a threshold limit to a qtree.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>DiskLimit : -
FileLimit : -
PerformUserMapping : False
QuotaError :
SoftDiskLimit : -
SoftFileLimit : -
Threshold : 10737418240
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 3 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaQuota -GroupId Users -Volume testvol -Qtree qtree2 -DiskLimit 5g</dev:code>
              <dev:remarks>
                <maml:para>Add a group quota.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Type : group
Target : {Users}
Volume : testvol
Qtree : qtree2
DiskLimit : 5368709120
FileLimit : -
PerformUserMapping : False
QuotaError :
 
SoftDiskLimit : -
SoftFileLimit : -
Threshold : -
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 4 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaQuota -Path /vol/testvol/qtree2 -DiskLimit 5g</dev:code>
              <dev:remarks>
                <maml:para>Add a tree quota for qtree2 on testvol.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Type : tree
Target : {/vol/testvol/qtree2}
Volume : testvol
Qtree :
DiskLimit : 5368709120
FileLimit : -
PerformUserMapping : False
QuotaError :
SoftDiskLimit : -
SoftFileLimit : -
Threshold : -
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 5 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaQuota -UserName vf1user -Volume testvol -Qtree qtree2 -DiskLimit 5g</dev:code>
              <dev:remarks>
                <maml:para>Add a quota for the user vf1user.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Type : user
Target : {vf1user}
Volume : testvol
Qtree : qtree2
DiskLimit : 5368709120
FileLimit : -
PerformUserMapping : False
QuotaError :
 
SoftDiskLimit : -
SoftFileLimit : -
Threshold : -
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaQuota</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaQuota</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Add-NaRadiusServer</command:name>
        <maml:description>
            <maml:para>Add a radius server to the radius client service.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Add</command:verb>
        <command:noun>NaRadiusServer</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Add a radius server to the radius client service.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Add-NaRadiusServer</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>IpAddress</maml:name>
                <maml:description>
                    <maml:para>The hostname or IP address (in dotted-decimal format) of the radius server to add. For example &quot;192.168.11.12&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Port</maml:name>
                <maml:description>
                    <maml:para>The UDP port number of the radius server. The default port number is 1812 if not specified.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>DefaultServer</maml:name>
                <maml:description>
                    <maml:para>If specified, set this server as the default server.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>IpAddress</maml:name>
            <maml:description>
                <maml:para>The hostname or IP address (in dotted-decimal format) of the radius server to add. For example &quot;192.168.11.12&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>Port</maml:name>
            <maml:description>
                <maml:para>The UDP port number of the radius server. The default port number is 1812 if not specified.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>DefaultServer</maml:name>
            <maml:description>
                <maml:para>If specified, set this server as the default server.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: radius
API: radius-server-add</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaRadiusServer 10.10.10.9</dev:code>
              <dev:remarks>
                <maml:para>Add the radius service with IP 10.10.10.9.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Remove-NaRadiusServer</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaRadiusServer</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Add-NaSnapvaultSoftlock</command:name>
        <maml:description>
            <maml:para>Request the system to add softlock for the specified snapshot.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Add</command:verb>
        <command:noun>NaSnapvaultSoftlock</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Request the system to add softlock for the specified snapshot. Softlocks can be added to preserve the snapshots which the user wants to retain down the cascade.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Add-NaSnapvaultSoftlock</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Name of the volume where the snapshot exists.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>Snapshot</maml:name>
                <maml:description>
                    <maml:para>Name of the snapshot to be softlocked.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "3" >
                <maml:name>SoftlockName</maml:name>
                <maml:description>
                    <maml:para>Name of softlock which uniquely identifies the softlock for the snapshot. When not specified, softlock will be added with default name. Name of softlock can contain letters, numbers, and underscore character (_), and can be up to 64 characters long.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>Name of the volume where the snapshot exists.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>Snapshot</maml:name>
            <maml:description>
                <maml:para>Name of the snapshot to be softlocked.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="3">
            <maml:name>SoftlockName</maml:name>
            <maml:description>
                <maml:para>Name of softlock which uniquely identifies the softlock for the snapshot. When not specified, softlock will be added with default name. Name of softlock can contain letters, numbers, and underscore character (_), and can be up to 64 characters long.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapvault.SnapvaultSoftlockInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-add-softlock</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaSnapvaultSoftlock vol0 vol0_sv_sched.1 lock1</dev:code>
              <dev:remarks>
                <maml:para>Lock snapshot &#39;vol0_sv_sched.1&#39; in volume &#39;vol0&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>SoftlockName Type
------------ ----
lock1 api
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Remove-NaSnapvaultSoftlock</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvaultSoftlock</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Add-NaSnmpCommunity</command:name>
        <maml:description>
            <maml:para>Adds a community to the list of communities.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Add</command:verb>
        <command:noun>NaSnmpCommunity</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Adds a community to the list of communities.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Add-NaSnmpCommunity</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Community</maml:name>
                <maml:description>
                    <maml:para>Community name to be added.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Community</maml:name>
            <maml:description>
                <maml:para>Community name to be added.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snmp.SnmpStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snmp
API: snmp-community-add</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaSnmpCommunity public</dev:code>
              <dev:remarks>
                <maml:para>Add the community &quot;public&quot;</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Communities : {public}
Contact : Bill Smith
IsTrapEnabled : True
Location : Main lab
Traphosts : {x3550rre8.rtprre.testdomain}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnmp</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaSnmpCommunity</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Add-NaSnmpTrapHost</command:name>
        <maml:description>
            <maml:para>Adds a host to the list of trap hosts.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Add</command:verb>
        <command:noun>NaSnmpTrapHost</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Adds a host to the list of trap hosts.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Add-NaSnmpTrapHost</maml:name>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Hosts</maml:name>
                <maml:description>
                    <maml:para>Specify the host(s) to be added. Host may be specified in Domain Name format such as MyHost.MyNetwork.com, or as an IP address such as 10.20.30.40. If a Domain Name is used, the host must resolve to an IP address.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Hosts</maml:name>
            <maml:description>
                <maml:para>Specify the host(s) to be added. Host may be specified in Domain Name format such as MyHost.MyNetwork.com, or as an IP address such as 10.20.30.40. If a Domain Name is used, the host must resolve to an IP address.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snmp.SnmpStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snmp
API: snmp-traphost-add</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Add-NaSnmpTrapHost 10.10.10.10 10.10.10.20</dev:code>
              <dev:remarks>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Communities : {DataONTAP.Types.Snmp.CommunityInfo}
Contact :
IsTrapEnabled : True
Location :
Traphosts : {x3550rre8.rtprre.testdomain, 10.10.10.10, 10.10.10.20}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Remove-NaSnmpTrapHost</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnmp</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Clear-NaClone</command:name>
        <maml:description>
            <maml:para>Clears information of a failed clone operation.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Clear</command:verb>
        <command:noun>NaClone</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Clears information of a failed clone operation. If not successful, the error code will be returned as API error.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Clear-NaClone</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>VolumeUuid</maml:name>
                <maml:description>
                    <maml:para>UUID of volume on which this clone exists. If a volume object is passed in via the pipeline, this cmdlet can use its Uuid value.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>CloneId</maml:name>
                <maml:description>
                    <maml:para>Unique ID information of the clone operation, as returned by Get-NaClone or Start-NaClone.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Decimal</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Clear-NaClone</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue)" position = "1" >
                <maml:name>OpsInfo</maml:name>
                <maml:description>
                    <maml:para>Alternate parameter for specifying a clone operation, as returned by Get-NaClone or Start-NaClone.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >OpsInfo</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>VolumeUuid</maml:name>
            <maml:description>
                <maml:para>UUID of volume on which this clone exists. If a volume object is passed in via the pipeline, this cmdlet can use its Uuid value.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>CloneId</maml:name>
            <maml:description>
                <maml:para>Unique ID information of the clone operation, as returned by Get-NaClone or Start-NaClone.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Decimal</command:parameterValue>
            <dev:type>
                <maml:name>Decimal</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
            <maml:name>OpsInfo</maml:name>
            <maml:description>
                <maml:para>Alternate parameter for specifying a clone operation, as returned by Get-NaClone or Start-NaClone.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">OpsInfo</command:parameterValue>
            <dev:type>
                <maml:name>OpsInfo</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: clone
API: clone-clear</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Clear-NaClone (Get-NaVol vol2).Uuid 19</dev:code>
              <dev:remarks>
                <maml:para>Clear failed clone information for clone ID 19 on volume &#39;vol2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaClone</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Start-NaClone</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Stop-NaClone</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Clear-NaDiskOwner</command:name>
        <maml:description>
            <maml:para>Removes ownership information on a disk.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Clear</command:verb>
        <command:noun>NaDiskOwner</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Removes ownership information on a disk. Default usage is to remove ownership information for all disks owned by the local node, in maintenance mode.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Clear-NaDiskOwner</maml:name>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para></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>OwnerID</maml:name>
                <maml:description>
                    <maml:para>Remove ownership of all disks owned by this owner-id (maintenance mode only). Range [0..2^32-1</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >UInt32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>All</maml:name>
                <maml:description>
                    <maml:para>If &#39;true&#39; remove ownership information from all disks. (maintenance mode only)</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>OwnerID</maml:name>
            <maml:description>
                <maml:para>Remove ownership of all disks owned by this owner-id (maintenance mode only). Range [0..2^32-1</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">UInt32</command:parameterValue>
            <dev:type>
                <maml:name>UInt32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>All</maml:name>
            <maml:description>
                <maml:para>If &#39;true&#39; remove ownership information from all disks. (maintenance mode only)</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Disk.DiskSanownDetailInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: disk
API: disk-sanown-remove-ownership</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Clear-NaDiskOwner 0a.29</dev:code>
              <dev:remarks>
                <maml:para>Clears owner of disk &#39;0a.29&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Checksum :
Home :
HomeId :
IsFailed : False
Name : 0a.29
Owner :
OwnerId :
Pool :
ReservedBy : 0
SerialNo : 3KS66QVV00009732P3XW
HomeIdSpecified : False
OwnerIdSpecified : False
PoolSpecified : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaDiskOwner</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaDiskOwner</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Switch-NaDiskOwner</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Clear-NaFcpAdapterStatistics</command:name>
        <maml:description>
            <maml:para>Resets the stats for the specified Fibre Channel Target Adapter.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Clear</command:verb>
        <command:noun>NaFcpAdapterStatistics</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Resets the stats for the specified Fibre Channel Target Adapter. If none specified, reset stats for all FC adapters.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Clear-NaFcpAdapterStatistics</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Adapter</maml:name>
                <maml:description>
                    <maml:para>FC Target adapter.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Adapter</maml:name>
            <maml:description>
                <maml:para>FC Target adapter.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fcp.FcpConfigAdapterInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fcp
API: fcp-adapter-reset-stats</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Clear-NaFcpAdapterStatistics</dev:code>
              <dev:remarks>
                <maml:para>Clear statistics on all FC target adapters.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaFcpAdapterStatistics</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Clear-NaFcpPortNameAlias</command:name>
        <maml:description>
            <maml:para>Remove an alias for a World Wide Port Name of an initiator.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Clear</command:verb>
        <command:noun>NaFcpPortNameAlias</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Remove an alias for a World Wide Port Name of an initiator. Either the alias or the wwpn argument must be provided (but not both).</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Clear-NaFcpPortNameAlias</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>PortName</maml:name>
                <maml:description>
                    <maml:para>WWPN for which all aliases are to be removed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Clear-NaFcpPortNameAlias</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Alias</maml:name>
                <maml:description>
                    <maml:para>WWPN Alias to be removed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>PortName</maml:name>
            <maml:description>
                <maml:para>WWPN for which all aliases are to be removed.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Alias</maml:name>
            <maml:description>
                <maml:para>WWPN Alias to be removed.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fcp
API: fcp-wwpnalias-remove</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Clear-NaFcpPortNameAlias 50:0a:09:81:97:09:3b:1f</dev:code>
              <dev:remarks>
                <maml:para>Remove the alias from the specified WWPN.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaFcpPortNameAlias</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaFcpPortNameAlias</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Clear-NaIscsiStatistics</command:name>
        <maml:description>
            <maml:para>Zero all iSCSI statistics counters.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Clear</command:verb>
        <command:noun>NaIscsiStatistics</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Zero all iSCSI statistics counters.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Clear-NaIscsiStatistics</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-reset-stats</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Clear-NaIscsiStatistics</dev:code>
              <dev:remarks>
                <maml:para>Zero all iSCSI statistics counters.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaIscsiStatistics</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Clear-NaLunPersistentReservation</command:name>
        <maml:description>
            <maml:para>Clear the persistent reservation information for a given LUN.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Clear</command:verb>
        <command:noun>NaLunPersistentReservation</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Clear the persistent reservation information for a given LUN.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Clear-NaLunPersistentReservation</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN. The path should start with &#39;/vol/&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the LUN. The path should start with &#39;/vol/&#39;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-clear-persistent-reservation-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Clear-NaLunPersistentReservation /vol/vol2/lun4</dev:code>
              <dev:remarks>
                <maml:para>Clear persistent reservation info for LUN &#39;/vol/vol2/lun4&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BackingSnapshot :
BlockSize : 512
CloneBackingSnapshot :
DeviceId :
IsSpaceReservationEnabled : False
Mapped : False
MultiprotocolType : windows_gpt
Online : True
Path : /vol/vol2/lun4
ReadOnly : False
SerialNumber : HnSolJNdGgp4
ShareState : none
Size : 21632486400
SizeUsed : 90636288
Staging : False
Uuid : c16b15f0-f930-11dd-b803-00a09806c227
DeviceIdSpecified : False
Comment :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaLunPersistentReservation</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Clear-NaLunStatistics</command:name>
        <maml:description>
            <maml:para>Resets (zeroes) block-protocol access statistics for LUN(s).</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Clear</command:verb>
        <command:noun>NaLunStatistics</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Resets (zeroes) block-protocol access statistics for LUN(s).</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Clear-NaLunStatistics</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN. If path is specified, the stats of that LUN will be reset. If path is not specified, stats of all LUNs are reset.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the LUN. If path is specified, the stats of that LUN will be reset. If path is not specified, stats of all LUNs are reset.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-reset-stats</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Clear-NaLunStatistics</dev:code>
              <dev:remarks>
                <maml:para>Clear access statistics for all LUNs.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaLunStatistics</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Clear-NaNfsExportCache</command:name>
        <maml:description>
            <maml:para>For the given path, or all paths, renew or flush the access cache.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Clear</command:verb>
        <command:noun>NaNfsExportCache</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>For the given path, or all paths, renew or flush the access cache.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Clear-NaNfsExportCache</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Pathname to flush. If this input is not provided, all of the paths in the exports table are flushed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Pathname to flush. If this input is not provided, all of the paths in the exports table are flushed.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: nfs
API: nfs-exportfs-flush-cache</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Clear-NaNfsExportCache</dev:code>
              <dev:remarks>
                <maml:para>Flush the cache for all paths in the exports table.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Update-NaNfsExport</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Clear-NaNfsLock</command:name>
        <maml:description>
            <maml:para>Reclaims NFS locks.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Clear</command:verb>
        <command:noun>NaNfsLock</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Reclaims the NFS locks for the specified client hosts. If no hosts are specified, then all the clients locks are removed and are notified about lock recovery, as if an NFS server crash/reboot had happened. If any hosts are specified, then only those client hosts locks are reclaimed. If a host and process ID are specified, only the locks for that process are removed.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Clear-NaNfsLock</maml:name>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Hosts</maml:name>
                <maml:description>
                    <maml:para>Hosts whose locks have to be reclaimed. If no hosts are specified, then all the clients locks are reclaimed.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Clear-NaNfsLock</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Host</maml:name>
                <maml:description>
                    <maml:para>Specify Host to reclaim the locks on one specific process on that host.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>PID</maml:name>
                <maml:description>
                    <maml:para>Specify PID to reclaim the locks on one specific process.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Hosts</maml:name>
            <maml:description>
                <maml:para>Hosts whose locks have to be reclaimed. If no hosts are specified, then all the clients locks are reclaimed.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Host</maml:name>
            <maml:description>
                <maml:para>Specify Host to reclaim the locks on one specific process on that host.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>PID</maml:name>
            <maml:description>
                <maml:para>Specify PID to reclaim the locks on one specific process.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: nfs
API: nfs-monitor-reclaim, nfs-monitor-remove-locks</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Clear-NaNfsLock -Hosts sportster</dev:code>
              <dev:remarks>
                <maml:para>Reclaim all NFS locks from host &#39;sportster&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaNfsMonitor</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Clear-NaNfsStatistics</command:name>
        <maml:description>
            <maml:para>Set all NFS statistics to zero.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Clear</command:verb>
        <command:noun>NaNfsStatistics</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set all NFS statistics to zero.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Clear-NaNfsStatistics</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: nfs
API: nfs-stats-zero-stats</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Clear-NaNfsStatistics</dev:code>
              <dev:remarks>
                <maml:para>Clear all NFS statistics.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaNfsStatistics</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Compare-NaOption</command:name>
        <maml:description>
            <maml:para>Compare option values between two controllers.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Compare</command:verb>
        <command:noun>NaOption</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Compare option values between two controllers. Only options that differ are written to the pipeline.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Compare-NaOption</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>OtherController</maml:name>
                <maml:description>
                    <maml:para>The NaController object, as returned by Connect-NaController, of the other controller.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>OtherController</maml:name>
            <maml:description>
                <maml:para>The NaController object, as returned by Connect-NaController, of the other controller.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Options.OptionInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: options
API: options-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>$benson = Connect-NaController benson
Connect-NaController dunn
Compare-NaOption -OtherController $benson</dev:code>
              <dev:remarks>
                <maml:para>Find all option values that differ between the current controller (&#39;dunn&#39;) and another controller (&#39;benson&#39;).</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ClusterConstraint Name Value
----------------- ---- -----
none snmp.enable on
none ssh.enable on
none ssh2.enable on
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>$benson = Connect-NaController benson
Connect-NaController dunn
Compare-NaOption -OtherController $benson | Set-NaOption -Controller $benson</dev:code>
              <dev:remarks>
                <maml:para>Find all option values that differ between the current controller (&#39;dunn&#39;) and another controller (&#39;benson&#39;), and then synchronize both controllers by copying option values from &#39;dunn&#39; to &#39;benson&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ClusterConstraint Name Value
----------------- ---- -----
none snmp.enable on
none ssh.enable on
none ssh2.enable on
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaOption</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaOption</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Complete-NaVfilerMigrate</command:name>
        <maml:description>
            <maml:para>Complete the migration by stopping the remote vfiler and activating the vfiler on the local machine. This can be executed only from the pfiler. The source vfiler unit will be destroyed after migration is complete.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Complete</command:verb>
        <command:noun>NaVfilerMigrate</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Complete the migration by stopping the remote vfiler and activating the vfiler on the local machine. This can be executed only from the pfiler. The source vfiler unit will be destroyed after migration is complete.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Complete-NaVfilerMigrate</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the remote vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>RemoteFiler</maml:name>
                <maml:description>
                    <maml:para>Name of the remote filer hosting the vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Credential</maml:name>
                <maml:description>
                    <maml:para>Login name and password to use on the remote filer. Use this option if the password has been changed at the remote filer after configuring migrate start.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Secure</maml:name>
                <maml:description>
                    <maml:para>Set true to use the secure command channel while communicating with remote filer. Default is false.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>If this value is true, the vfiler should be migrated even under various conditions which would normally prevent a migration. Without the Force switch, the complete operation may fail under the following conditions: If the source filer file system version is not the same as the local file system version; if NFS, CIFS, DAFS, or iSCSI are allowed on the source vfiler but not licensed locally; if clustering is licensed on the source filer but not licensed locally. The Force switch overrides these checks. However, even if the Force switch is supplied the vfiler will not be migrated if the source filer&#39;s file system version is greater than the local filer&#39;s file system version.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the remote vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>RemoteFiler</maml:name>
            <maml:description>
                <maml:para>Name of the remote filer hosting the vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Credential</maml:name>
            <maml:description>
                <maml:para>Login name and password to use on the remote filer. Use this option if the password has been changed at the remote filer after configuring migrate start.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
            <dev:type>
                <maml:name>PSCredential</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Secure</maml:name>
            <maml:description>
                <maml:para>Set true to use the secure command channel while communicating with remote filer. Default is false.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>If this value is true, the vfiler should be migrated even under various conditions which would normally prevent a migration. Without the Force switch, the complete operation may fail under the following conditions: If the source filer file system version is not the same as the local file system version; if NFS, CIFS, DAFS, or iSCSI are allowed on the source vfiler but not licensed locally; if clustering is licensed on the source filer but not licensed locally. The Force switch overrides these checks. However, even if the Force switch is supplied the vfiler will not be migrated if the source filer&#39;s file system version is greater than the local filer&#39;s file system version.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Vfiler.VfilerInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: vfiler
API: vfiler-migrate-complete</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Complete-NaVfilerMigrate -Name vfiler3 -RemoteFiler dunn</dev:code>
              <dev:remarks>
                <maml:para>Complete the vfiler migration by stopping the vfiler on the remote filer and activating the vfiler on the local filer.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>VfNetCount : 1
VfStoreCount : 1
AdminHost :
DnsInfo : DataONTAP.Types.Vfiler.DnsInfo
Ipspace : default-ipspace
Name : vfiler3
NisInfo : DataONTAP.Types.Vfiler.NisInfo
Status : running
Uuid : f6cc4052-3222-11e0-a455-00a09806c227
Vfnets : {10.61.167.9}
Vfstores : {/vol/testvol3}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Start-NaVfilerMigrate</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Stop-NaVfilerMigrate</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaVfilerMigrate</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Confirm-NaAggrSpareLow</command:name>
        <maml:description>
            <maml:para>Return true if there is no suitable spare disk available for any filesystem (parity or data) disk.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Confirm</command:verb>
        <command:noun>NaAggrSpareLow</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Return true if there is no suitable spare disk available for any filesystem (parity or data) disk.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Confirm-NaAggrSpareLow</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.Boolean</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: aggr
API: aggr-check-spare-low</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- No arguments -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Confirm-NaAggrSpareLow</dev:code>
              <dev:remarks>
                <maml:para>Checks whether the current controller has sufficient spare disks.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>$true
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaAggr</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Connect-NaController</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Confirm-NaLunHasScsiReservation</command:name>
        <maml:description>
            <maml:para>Queries for all types of scsi reservations covering both iSCSI and FCP.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Confirm</command:verb>
        <command:noun>NaLunHasScsiReservation</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Queries for all types of scsi reservations covering both iSCSI and FCP.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Confirm-NaLunHasScsiReservation</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the lun. The path should start with &#39;/vol/&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Confirm-NaLunHasScsiReservation</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the lun. The path should start with &#39;/vol/&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Port</maml:name>
                <maml:description>
                    <maml:para>Name of the initiator port.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the lun. The path should start with &#39;/vol/&#39;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Port</maml:name>
            <maml:description>
                <maml:para>Name of the initiator port.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.Boolean</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-has-scsi-reservations, lun-port-has-scsi-reservations</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Confirm-NaLunHasScsiReservation /vol/vol2/lun2</dev:code>
              <dev:remarks>
                <maml:para>Check if LUN &#39;lun2&#39; has any SCSI reservations.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Confirm-NaLunHasScsiReservation /vol/vol2/lun2 iqn.1991-05.com.microsoft:x3550rre8.rtprre.testdomain</dev:code>
              <dev:remarks>
                <maml:para>Check if LUN &#39;lun2&#39; has any SCSI reservations for a given initiator on server &#39;x3550rre8&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaLun</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaLunMap</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Confirm-NaLunInitiatorLoggedIn</command:name>
        <maml:description>
            <maml:para>Determine if an initiator is logged in via fcp or iSCSI</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Confirm</command:verb>
        <command:noun>NaLunInitiatorLoggedIn</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Determine if an initiator is logged in via fcp or iSCSI</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Confirm-NaLunInitiatorLoggedIn</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Initiator</maml:name>
                <maml:description>
                    <maml:para>The initiator to check.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Initiator</maml:name>
            <maml:description>
                <maml:para>The initiator to check.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.Boolean</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-initiator-logged-in</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Confirm-NaLunInitiatorLoggedIn iqn.1991-05.com.microsoft:x3550rre8.rtprre.testdomain</dev:code>
              <dev:remarks>
                <maml:para>Check if a specific initiator on server &#39;x3550rre8&#39; is logged in to this controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Confirm-NaLunRestore</command:name>
        <maml:description>
            <maml:para>Get state of LUN restore.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Confirm</command:verb>
        <command:noun>NaLunRestore</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Check if file restore is currently running for this vdisk.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Confirm-NaLunRestore</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the LUN.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.Boolean</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-restore-status</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Confirm-NaLunRestore /vol/vol2/lun2</dev:code>
              <dev:remarks>
                <maml:para>Check if file restore is running for lun &#39;lun2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Connect-NaController</command:name>
        <maml:description>
            <maml:para>Establish a connection to a Data ONTAP storage controller.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Connect</command:verb>
        <command:noun>NaController</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Establish a connection to a Data ONTAP storage controller. Unless &#39;Transient&#39; is true, this connection is saved in the global variable CurrentNaController. All other cmdlets in the Data ONTAP PowerShell Toolkit utilize this global variable if their &#39;Controller&#39; parameter is not explicitly provided.
 
Connections are established using RPC by default. To use HTTPS (with automatic fallback to HTTP), supply the Credential parameter (see examples) or save credentials in the Toolkit credentials cache.
 
Use the RPC/HTTP/HTTPS parameters to limit connections to a specific protocol.
 
Use the Vfiler parameter to initiate a connection to a vfiler context.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Connect-NaController</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the storage controller. This value may also be a string representation of an IP address. If not an address, the name must be resolvable to an address.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Port</maml:name>
                <maml:description>
                    <maml:para>The port on which to connect to the storage controller. If not set, it defaults to 80 for HTTP and 443 for HTTPS. This parameter only applies to HTTP/HTTPS protocols.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >UInt16</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Credential</maml:name>
                <maml:description>
                    <maml:para>A System.Management.Automation.PSCredential object containing the credentials needed to log into the storage controller. Specify this value to default to using HTTP/HTTPS instead of RPC.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>HTTPS</maml:name>
                <maml:description>
                    <maml:para>When using HTTP/HTTPS, this cmdlet always tries to establish a secure HTTPS connection to the storage controller, but it will fall back to HTTP if necessary. Specify -HTTPS to fail the connection attempt in that case rather than fall back to HTTP.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>HTTP</maml:name>
                <maml:description>
                    <maml:para>When using HTTP/HTTPS, this cmdlet always tries to establish a secure HTTPS connection to the storage controller, but it will fall back to HTTP if necessary. Specify -HTTP to skip the HTTPS connection attempt and only try HTTP.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>RPC</maml:name>
                <maml:description>
                    <maml:para>Specify -RPC to limit the connection protocol to RPC, even if valid credentials are available.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Transient</maml:name>
                <maml:description>
                    <maml:para>Set to true to prevent setting the global variable CurrentNaController.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Vfiler</maml:name>
                <maml:description>
                    <maml:para>Name of vfiler to tunnel commands to. If not specified, all commands are sent to the physical filer.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Timeout</maml:name>
                <maml:description>
                    <maml:para>Connection timeout in milliseconds. Only applies to HTTP/HTTPS connections.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the storage controller. This value may also be a string representation of an IP address. If not an address, the name must be resolvable to an address.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Port</maml:name>
            <maml:description>
                <maml:para>The port on which to connect to the storage controller. If not set, it defaults to 80 for HTTP and 443 for HTTPS. This parameter only applies to HTTP/HTTPS protocols.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">UInt16</command:parameterValue>
            <dev:type>
                <maml:name>UInt16</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>80/443</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Credential</maml:name>
            <maml:description>
                <maml:para>A System.Management.Automation.PSCredential object containing the credentials needed to log into the storage controller. Specify this value to default to using HTTP/HTTPS instead of RPC.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
            <dev:type>
                <maml:name>PSCredential</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>HTTPS</maml:name>
            <maml:description>
                <maml:para>When using HTTP/HTTPS, this cmdlet always tries to establish a secure HTTPS connection to the storage controller, but it will fall back to HTTP if necessary. Specify -HTTPS to fail the connection attempt in that case rather than fall back to HTTP.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>HTTP</maml:name>
            <maml:description>
                <maml:para>When using HTTP/HTTPS, this cmdlet always tries to establish a secure HTTPS connection to the storage controller, but it will fall back to HTTP if necessary. Specify -HTTP to skip the HTTPS connection attempt and only try HTTP.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>RPC</maml:name>
            <maml:description>
                <maml:para>Specify -RPC to limit the connection protocol to RPC, even if valid credentials are available.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Transient</maml:name>
            <maml:description>
                <maml:para>Set to true to prevent setting the global variable CurrentNaController.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Vfiler</maml:name>
            <maml:description>
                <maml:para>Name of vfiler to tunnel commands to. If not specified, all commands are sent to the physical filer.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Timeout</maml:name>
            <maml:description>
                <maml:para>Connection timeout in milliseconds. Only applies to HTTP/HTTPS connections.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>60000</dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>NetApp.Ontapi.Filer.NaController</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: toolkit</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Connect-NaController 10.61.167.61</dev:code>
              <dev:remarks>
                <maml:para>Connect to controller at address &#39;10.61.167.61&#39; using RPC.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Ontapi : 1.12
OntapiMajorVersion : 1
OntapiMinorVersion : 12
Version : NetApp Release 7.3.3: Thu Mar 11 22:29:52 PST 2010
Protocol : RPC
Proxy :
TimeoutMsec : 10000
Vfiler :
Name : 10.61.167.61
Address : 10.61.167.61
Port : 0
Credentials :
ValidateIncoming : False
ValidateOutgoing : False
Trace : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Connect-NaController dunn -Credential (Get-Credential)</dev:code>
              <dev:remarks>
                <maml:para>Connect to controller &#39;dunn&#39; using HTTPS/HTTP. PowerShell will prompt for credentials.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Ontapi : 1.12
OntapiMajorVersion : 1
OntapiMinorVersion : 12
Version : NetApp Release 7.3.3: Thu Mar 11 22:29:52 PST 2010
Protocol : HTTPS
Proxy :
TimeoutMsec : 10000
Vfiler :
Name : dunn
Address : 10.61.167.60
Port : 443
Credentials : System.Net.NetworkCredential
ValidateIncoming : False
ValidateOutgoing : False
Trace : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 3 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Connect-NaController dunn -Vfiler vfiler1</dev:code>
              <dev:remarks>
                <maml:para>Connect to vfiler &#39;vfiler1&#39; on controller &#39;dunn&#39; using RPC.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Ontapi : 1.12
OntapiMajorVersion : 1
OntapiMinorVersion : 12
Version : NetApp Release 7.3.3: Thu Mar 11 22:29:52 PST 2010
Protocol : RPC
Proxy :
TimeoutMsec : 10000
Vfiler : vfiler1
Name : dunn
Address : 10.61.167.60
Port : 0
Credentials :
ValidateIncoming : False
ValidateOutgoing : False
Trace : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 4 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>$password = ConvertTo-SecureString &quot;p@ssword&quot; -AsPlainText –Force
$cred = New-Object -TypeName System.Management.Automation.PSCredential -ArgumentList &quot;root&quot;,$password
Connect-NaController benson -Credential $cred</dev:code>
              <dev:remarks>
                <maml:para>Connect to controller &#39;benson&#39; using HTTP/HTTPS but suppress the credential prompt by creating a PSCredential object programmatically.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Ontapi : 1.12
OntapiMajorVersion : 1
OntapiMinorVersion : 12
Version : NetApp Release 7.3.3: Thu Mar 11 22:29:52 PST 2010
Protocol : HTTPS
Proxy :
TimeoutMsec : 10000
Vfiler :
Name : benson
Address : 10.61.167.61
Port : 443
Credentials : System.Net.NetworkCredential
ValidateIncoming : False
ValidateOutgoing : False
Trace : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Find-NaController</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Initialize-NaController</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Add-NaCredential</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>ConvertFrom-SerializedString</command:name>
        <maml:description>
            <maml:para>Convert a serialized .NET object back into a native one.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>ConvertFrom</command:verb>
        <command:noun>SerializedString</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Convert a serialized .NET object back into a native one.
 
This cmdlet is the companion of ConvertTo-SerializedString.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>ConvertFrom-SerializedString</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue)" position = "1" >
                <maml:name>Data</maml:name>
                <maml:description>
                    <maml:para>The string that was generated by ConvertTo-SerializedString.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
            <maml:name>Data</maml:name>
            <maml:description>
                <maml:para>The string that was generated by ConvertTo-SerializedString.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.Object</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: toolkit</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>$str = Connect-NaController dunn | ConvertTo-SerializedString
Get-NaSystemVersion -Controller (ConvertFrom-SerializedString $str)</dev:code>
              <dev:remarks>
                <maml:para>Reconstitute a controller instance from a serialized string and use it subsequent Toolkit cmdlet invocations.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>NetApp Release 7.3.5: Mon Nov 22 21:32:44 PST 2010
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>ConvertTo-SerializedString</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>ConvertTo-DateTime</command:name>
        <maml:description>
            <maml:para>Convert unix time (as supplied by Data ONTAP) to a .NET DateTime struct.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>ConvertTo</command:verb>
        <command:noun>DateTime</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Convert unix time (as supplied by Data ONTAP) to a .NET DateTime struct.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>ConvertTo-DateTime</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Seconds</maml:name>
                <maml:description>
                    <maml:para>Seconds since January 1, 1970. Most time values reported by Data ONTAP are in this format.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Seconds</maml:name>
            <maml:description>
                <maml:para>Seconds since January 1, 1970. Most time values reported by Data ONTAP are in this format.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.DateTime</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: toolkit</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapshot vol0 | ft Name,@{Name=&quot;AccessTime&quot;;Expression={ConvertTo-
DateTime $_.AccessTime}}</dev:code>
              <dev:remarks>
                <maml:para>Get the snapshots for volume &#39;vol0&#39; and convert the access time to a DateTime value.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name AccessTime
---- ----------
weekly.0 6/14/2010 4:00:32 AM
benson(0118045471)_vol0_svq-src.0 6/3/2010 9:14:47 PM
hourly.0 2/12/2009 12:00:16 PM
hourly.1 2/12/2009 8:00:15 AM
nightly.0 2/12/2009 12:00:16 AM
hourly.2 2/11/2009 8:00:16 PM
hourly.3 2/11/2009 4:00:16 PM
hourly.4 2/11/2009 12:00:16 PM
hourly.5 2/11/2009 8:00:16 AM
nightly.1 2/11/2009 12:00:31 AM
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>ConvertTo-FormattedNumber</command:name>
        <maml:description>
            <maml:para>Numerical formatter used in various ways by the DataONTAP module&#39;s data formatters.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>ConvertTo</command:verb>
        <command:noun>FormattedNumber</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Numerical formatter used in various ways by the DataONTAP module&#39;s data formatters.
 
This cmdlet is referenced in DataONTAP.Format.ps1xml. It accepts numerical values and outputs them as defined by other input arguments.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>ConvertTo-FormattedNumber</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Value</maml:name>
                <maml:description>
                    <maml:para>The numerical value to be formatted as a string.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Decimal</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Type</maml:name>
                <maml:description>
                    <maml:para>The type of formatting required. Supported types are DataSize, Count, Percent, RPM.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>NumberFormatString</maml:name>
                <maml:description>
                    <maml:para>.NET numeric formatting string, i.e. &quot;0.0&quot;. If not supplied, the default is &quot;0&quot;. This affects only the numerical portion of the output string.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>ConvertTo-FormattedNumber</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Type</maml:name>
                <maml:description>
                    <maml:para>The type of formatting required. Supported types are DataSize, Count, Percent, RPM.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>NumberFormatString</maml:name>
                <maml:description>
                    <maml:para>.NET numeric formatting string, i.e. &quot;0.0&quot;. If not supplied, the default is &quot;0&quot;. This affects only the numerical portion of the output string.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>StringValue</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Value</maml:name>
            <maml:description>
                <maml:para>The numerical value to be formatted as a string.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Decimal</command:parameterValue>
            <dev:type>
                <maml:name>Decimal</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Type</maml:name>
            <maml:description>
                <maml:para>The type of formatting required. Supported types are DataSize, Count, Percent, RPM.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
            <maml:name>NumberFormatString</maml:name>
            <maml:description>
                <maml:para>.NET numeric formatting string, i.e. &quot;0.0&quot;. If not supplied, the default is &quot;0&quot;. This affects only the numerical portion of the output string.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>StringValue</maml:name>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name>System.Int64</maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.String</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: toolkit</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>ConvertTo-FormattedNumber 1024 DataSize &quot;0.0&quot;</dev:code>
              <dev:remarks>
                <maml:para>Data size</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>1.0 KB
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>ConvertTo-FormattedNumber 1234567 Count &quot;0.00&quot;</dev:code>
              <dev:remarks>
                <maml:para>Count</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>1.20M
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 3 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>ConvertTo-FormattedNumber 57.523 Percent</dev:code>
              <dev:remarks>
                <maml:para>Percent</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>58%
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 4 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>ConvertTo-FormattedNumber 15000 RPM</dev:code>
              <dev:remarks>
                <maml:para>RPM. This is a special case that provides special handling for common disk rotational speeds.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>15k
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>ConvertTo-NaUnixUser</command:name>
        <maml:description>
            <maml:para>Obtain a unix user name and user id from a windows username or SID, using whatever mechanism the controller&#39;s nameservice is currently using.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>ConvertTo</command:verb>
        <command:noun>NaUnixUser</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Obtain a unix user name and user id from a windows username or SID, using whatever mechanism the controller&#39;s nameservice is currently using.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>ConvertTo-NaUnixUser</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Domain</maml:name>
                <maml:description>
                    <maml:para>Windows domain of the user.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Username</maml:name>
                <maml:description>
                    <maml:para>A Windows user name.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>ConvertTo-NaUnixUser</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Sid</maml:name>
                <maml:description>
                    <maml:para>A Windows SID.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Domain</maml:name>
            <maml:description>
                <maml:para>Windows domain of the user.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Username</maml:name>
            <maml:description>
                <maml:para>A Windows user name.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Sid</maml:name>
            <maml:description>
                <maml:para>A Windows SID.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Nameservice.UnixUser</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: nameservice
API: nameservice-map-windows-to-unix, nameservice-map-sid-to-uid, nameservice-map-user-name-to-uid, nameservice-map-uid-to-user-name</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>ConvertTo-NaUnixUser -Domain KENNETH -Username steven</dev:code>
              <dev:remarks>
                <maml:para>Get the unix user that the Windows user &quot;steven&quot; in the &quot;KENNETH&quot; domain maps to.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>UserName UserId
-------- ------
pcuser 65534
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>ConvertTo-NaUnixUser -Sid S-1-5-21-1088268088-1183557120-1454356382-500</dev:code>
              <dev:remarks>
                <maml:para>Get the unix user that the Windows user with the given SID maps to.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>UserName UserId
-------- ------
root 0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>ConvertTo-NaWindowsUser</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>ConvertTo-NaWindowsUser</command:name>
        <maml:description>
            <maml:para>Obtain windows user information for a given unix user name or user id, using whatever mechanism the controller&#39;s nameservice is currently using.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>ConvertTo</command:verb>
        <command:noun>NaWindowsUser</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Obtain windows user information for a given unix user name or user id, using whatever mechanism the controller&#39;s nameservice is currently using.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>ConvertTo-NaWindowsUser</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Username</maml:name>
                <maml:description>
                    <maml:para>A Unix user name.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>ConvertTo-NaWindowsUser</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Uid</maml:name>
                <maml:description>
                    <maml:para>A Unix user Id.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Username</maml:name>
            <maml:description>
                <maml:para>A Unix user name.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Uid</maml:name>
            <maml:description>
                <maml:para>A Unix user Id.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Nameservice.WindowsUser</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: nameservice
API: nameservice-map-unix-to-windows, nameservice-map-uid-to-user-name</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>ConvertTo-NaWindowsUser -Uid 65531</dev:code>
              <dev:remarks>
                <maml:para>Get the Windows user that the Unix user with UID 65531 maps to.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>UserName Domain
-------- ------
homer KENNETH
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>ConvertTo-NaWindowsUser -Username simpson</dev:code>
              <dev:remarks>
                <maml:para>Get the Windows user that the Unix user with username simpson maps to.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>UserName Domain
-------- ------
homer KENNETH
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>ConvertTo-NaUnixUser</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>ConvertTo-SerializedString</command:name>
        <maml:description>
            <maml:para>Convert any .NET object that is marked as Serializable to a Base64-encoded string.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>ConvertTo</command:verb>
        <command:noun>SerializedString</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Convert any .NET object that is marked as Serializable to a Base64-encoded string.
 
This cmdlet is the companion of ConvertFrom-SerializedString.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>ConvertTo-SerializedString</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue)" position = "1" >
                <maml:name>Input</maml:name>
                <maml:description>
                    <maml:para>The serializable object.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Object</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
            <maml:name>Input</maml:name>
            <maml:description>
                <maml:para>The serializable object.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
            <dev:type>
                <maml:name>Object</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.String</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: toolkit</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>$str = Connect-NaController dunn | ConvertTo-SerializedString</dev:code>
              <dev:remarks>
                <maml:para>Save a controller connection context for use later.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>ConvertFrom-SerializedString</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Disable-NaCifs</command:name>
        <maml:description>
            <maml:para>Stops the CIFS service for all users or a particular workstation, if specified.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Disable</command:verb>
        <command:noun>NaCifs</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Stops the CIFS service for all users or a particular workstation, if specified. Appropriate warning should be given to connected clients before calling this API, as it will immediately terminate those sessions regardless of their current state. See the Get-NaCifsSession API for the list of clients that are currently connected.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Disable-NaCifs</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Workstation</maml:name>
                <maml:description>
                    <maml:para>The name or IP address of a workstation that will be disconnected from the CIFS service. Note that the CIFS service does not stop if this value is specified, it simply disconnects related sessions.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Workstation</maml:name>
            <maml:description>
                <maml:para>The name or IP address of a workstation that will be disconnected from the CIFS service. Note that the CIFS service does not stop if this value is specified, it simply disconnects related sessions.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cifs
API: cifs-stop</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Connect-NaController dunn -Credential (Get-Credential)
Disable-NaCifs</dev:code>
              <dev:remarks>
                <maml:para>Stop the CIFS service. This is best accomplished while connected via HTTP rather than RPC.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaCifs</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Test-NaCifs</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Disable-NaCluster</command:name>
        <maml:description>
            <maml:para>Disables the takeover capability of this filer in the cluster.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Disable</command:verb>
        <command:noun>NaCluster</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Disables the takeover capability of this filer in the cluster.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Disable-NaCluster</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Cf.ClusterStatus</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cf
API: cf-service-disable</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Disable-NaCluster</dev:code>
              <dev:remarks>
                <maml:para>Disable cluster failover.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>State :
Partner : benson
IsEnabled : False
IsInterconnectUp : True
TimeMasterStatus :
TimeUntilTakeoverTS :
CurrentTimeDT : 8/26/2010 10:50:45 PM
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaCluster</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaCluster</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Disable-NaCopyOffload</command:name>
        <maml:description>
            <maml:para>Disable the copy offload feature.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Disable</command:verb>
        <command:noun>NaCopyOffload</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Disable the copy offload feature.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Disable-NaCopyOffload</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: copyoffload
API: copyoffload-modify</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Disable-NaCopyOffload</dev:code>
              <dev:remarks>
                <maml:para>Disable the copy offload feature.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaCopyOffload</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Test-NaCopyOffload</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Disable-NaFcAdapter</command:name>
        <maml:description>
            <maml:para>Call the corresponding adapter driver disable function to bring the adapter offline.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Disable</command:verb>
        <command:noun>NaFcAdapter</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Call the corresponding adapter driver disable function to bring the adapter offline. Under some circumstances an adapter can not be put offline. (e.g. when the adapter is being used by the RAID sub-system to provide disks in a volume). In some cases, manual intervention is required. When this happens, an appropriate error messages is returned.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Disable-NaFcAdapter</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Adapter</maml:name>
                <maml:description>
                    <maml:para>FC adapter name (e.g. 0a)</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Adapter</maml:name>
            <maml:description>
                <maml:para>FC adapter name (e.g. 0a)</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fc.FcConfigInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fc
API: fc-config-adapter-disable</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Disable-NaFcAdapter 0d</dev:code>
              <dev:remarks>
                <maml:para>Disable FC adapter 0d.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>AdapterName : 0d
AdapterState : CONFIGURED
AdapterStatus : offline
AdapterType : target
PendingFcType :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaFcAdapter</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Disable-NaFcpAdapter</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaFcAdapter</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Disable-NaFcp</command:name>
        <maml:description>
            <maml:para>Stops FCP service.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Disable</command:verb>
        <command:noun>NaFcp</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Stops FCP service. When FCP service is stopped, the adapters are brought offline. Service will be unavaliable once the call returns with success.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Disable-NaFcp</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fcp
API: fcp-service-stop</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Disable-NaFcp</dev:code>
              <dev:remarks>
                <maml:para>Stops FCP service.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaFcp</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Disable-NaFcpAdapter</command:name>
        <maml:description>
            <maml:para>Bring the adapter offline.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Disable</command:verb>
        <command:noun>NaFcpAdapter</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Bring the adapter offline. If FCP service is not running, then the adapters are automatically offlined. The adapter may not be offline immediately after the call returns, it may take up to a few seconds for the adapter to change state.
 
Note: this cmdlet only applies to FCP target adapters. To affect all FC adapters, use Disable-NaFcAdapter.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Disable-NaFcpAdapter</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Adapter</maml:name>
                <maml:description>
                    <maml:para>FC adapter to take offline.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Adapter</maml:name>
            <maml:description>
                <maml:para>FC adapter to take offline.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fcp.FcpConfigAdapterInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fcp
API: fcp-adapter-config-down</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Disable-NaFcpAdapter 0c</dev:code>
              <dev:remarks>
                <maml:para>Take FCP adapter 0c offline.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Adapter : 0c
AdapterType : Local
CacheLineSize : 16
ConnectionEstablished : loop
DataLinkRate : 0
ErrorMsg :
ExternalGbicEnabled : False
FabricEstablished : False
FirmwareRev : 4.5.2
HardwareRev : 2
InfoName : Dual-channel, QLogic 2432 (2462)
LoopId :
MediaType : auto
NodeName : 50:0a:09:80:87:09:3b:1f
PacketSize : 2048
PartnerAdapter :
PciBusWidth :
PciClockSpeed :
PortAddress : 0
PortId :
PortName : 50:0a:09:83:97:09:3b:1f
Speed : auto
SramParityEnabled : True
Standby : False
State : offlined by user/system
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaFcpAdapter</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Disable-NaFpolicy</command:name>
        <maml:description>
            <maml:para>Sets options fpolicy enable to off. If a name is given, disables a specific named policy.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Disable</command:verb>
        <command:noun>NaFpolicy</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Sets options fpolicy enable to off. If a name is given, disables a specific named policy.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Disable-NaFpolicy</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the fpolicy to disable. If this value is not given, options fpolicy disable is set to on.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the fpolicy to disable. If this value is not given, options fpolicy disable is set to on.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fpolicy.PolicyInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fpolicy
API: fpolicy-disable, fpolicy-disable-policy</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Disable-NaFpolicy policy1</dev:code>
              <dev:remarks>
                <maml:para>Disables the fpolicy policy1.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>IsEnabled : False
MonitoredOperations : {}
MonitoredProtocols : {}
Name : policy1
NumberOfScreenFailures : 0
NumberOfScreenedFiles : 0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Disable-NaIscsi</command:name>
        <maml:description>
            <maml:para>Stops iSCSI service.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Disable</command:verb>
        <command:noun>NaIscsi</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Stops iSCSI service. Service will be no available once the call returns with success.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Disable-NaIscsi</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-service-stop</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Disable-NaIscsi</dev:code>
              <dev:remarks>
                <maml:para>Stop the iSCSI service.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaIscsi</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Test-NaIscsi</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Disable-NaIscsiInterface</command:name>
        <maml:description>
            <maml:para>Disables one or more interfaces for use by iSCSI.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Disable</command:verb>
        <command:noun>NaIscsiInterface</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Disables one or more interfaces for use by iSCSI.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Disable-NaIscsiInterface</maml:name>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Interfaces</maml:name>
                <maml:description>
                    <maml:para>A list of interfaces disable for iSCSI.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Disable-NaIscsiInterface</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>Interfaces</maml:name>
            <maml:description>
                <maml:para>A list of interfaces disable for iSCSI.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Iscsi.IscsiInterfaceListEntryInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-interface-disable</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Disable-NaIscsiInterface e0b</dev:code>
              <dev:remarks>
                <maml:para>Disallow iSCSI traffic on interface e0b.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Interface Enabled TpgroupTag TpgroupName
--------- ------- ---------- -----------
e0b False 1001 e0b_default
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaIscsiInterface</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Enable-NaIscsiInterface</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Disable-NaIsns</command:name>
        <maml:description>
            <maml:para>Stops iSNS service.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Disable</command:verb>
        <command:noun>NaIsns</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Stops iSNS service. Service will not be available once the call returns with success.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Disable-NaIsns</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-isns-stop</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Disable-NaIsns</dev:code>
              <dev:remarks>
                <maml:para>Stop the iSNS service.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaIsns</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaIsns</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Disable-NaNdmp</command:name>
        <maml:description>
            <maml:para>Disable NDMP request-handling by the daemon.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Disable</command:verb>
        <command:noun>NaNdmp</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Disable NDMP request-handling by the daemon. Processing continues for requests that are already in progress. New requests are rejected. By default, NDMP service is disabled at system startup.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Disable-NaNdmp</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: ndmp
API: system-cli
Privilege: security-priv-advanced, cli-ndmp</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Disable-NaNdmp</dev:code>
              <dev:remarks>
                <maml:para>Disable NDMP on the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaNdmp</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Disable-NaNfs</command:name>
        <maml:description>
            <maml:para>Stops the NFS service.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Disable</command:verb>
        <command:noun>NaNfs</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Stops the NFS service.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Disable-NaNfs</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: nfs
API: nfs-disable</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Disable-NaNfs</dev:code>
              <dev:remarks>
                <maml:para>Stop the NFS service.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaNfs</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Test-NaNfs</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Disable-NaNfsExportFence</command:name>
        <maml:description>
            <maml:para>Disables fencing to the given exports for the given entry.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Disable</command:verb>
        <command:noun>NaNfsExportFence</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Disables fencing to the given exports for the given entry. This means that the entry will have write permission to the exports. The rule changes take effect immediately. Set the persistent option to true to save the rule in the /etc/exports file and keep the option persistent upon loading or reboot.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Disable-NaNfsExportFence</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Persistent</maml:name>
                <maml:description>
                    <maml:para>Default value is false. If true, modifies the etc/exports file to append the rule for a permanent change. (The new rule still takes effect immediately.) If false, only change the exports in memory.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>RemoveLocks</maml:name>
                <maml:description>
                    <maml:para>Default value is false. Set to true to reclaim locks of the specified Hosts.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Hosts</maml:name>
                <maml:description>
                    <maml:para>An array of hostnames which are to be unfenced.
 
A hostname can be ONE of the following formats.
 
 * machine-name: Alphanumeric string based on DNS.
 * netgroup: Alphanumeric string describing a group of machine names
 * IP: An IPV4 address in dotted decimal format AAA.BBB.CCC.DDD
 * IPv6: An IPv6 address in RFC 2732 format [AAAA:BBBB::GGGG]
 * IPv4 subnet: &quot;[network] subnet [netmask] netmask&quot;
 * IPv4/v6-subnet: IP/numbits. The IP is a subnet number and the numbits specifies the size of the subnet by the number of leading bits of the netmask.
 * dns: A DNS domain. An Alphanumeric starting with a &#39;.&#39;</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Paths</maml:name>
                <maml:description>
                    <maml:para>An array of paths which are to be unfenced.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Disable-NaNfsExportFence</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Persistent</maml:name>
                <maml:description>
                    <maml:para>Default value is false. If true, modifies the etc/exports file to append the rule for a permanent change. (The new rule still takes effect immediately.) If false, only change the exports in memory.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>RemoveLocks</maml:name>
                <maml:description>
                    <maml:para>Default value is false. Set to true to reclaim locks of the specified Hosts.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>AllPaths</maml:name>
                <maml:description>
                    <maml:para>Default value is false. Set to true to unfence all rules. Paths must be left empty if this option is true.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Hosts</maml:name>
                <maml:description>
                    <maml:para>An array of hostnames which are to be unfenced.
 
A hostname can be ONE of the following formats.
 
 * machine-name: Alphanumeric string based on DNS.
 * netgroup: Alphanumeric string describing a group of machine names
 * IP: An IPV4 address in dotted decimal format AAA.BBB.CCC.DDD
 * IPv6: An IPv6 address in RFC 2732 format [AAAA:BBBB::GGGG]
 * IPv4 subnet: &quot;[network] subnet [netmask] netmask&quot;
 * IPv4/v6-subnet: IP/numbits. The IP is a subnet number and the numbits specifies the size of the subnet by the number of leading bits of the netmask.
 * dns: A DNS domain. An Alphanumeric starting with a &#39;.&#39;</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Disable-NaNfsExportFence</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Persistent</maml:name>
                <maml:description>
                    <maml:para>Default value is false. If true, modifies the etc/exports file to append the rule for a permanent change. (The new rule still takes effect immediately.) If false, only change the exports in memory.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>RemoveLocks</maml:name>
                <maml:description>
                    <maml:para>Default value is false. Set to true to reclaim locks of the specified Hosts.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>AllPaths</maml:name>
                <maml:description>
                    <maml:para>Default value is false. Set to true to unfence all rules. Paths must be left empty if this option is true.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>AllHosts</maml:name>
                <maml:description>
                    <maml:para>Default value is false. Set to true to unfence all hosts. Hosts must be left empty if this option is true.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Disable-NaNfsExportFence</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Persistent</maml:name>
                <maml:description>
                    <maml:para>Default value is false. If true, modifies the etc/exports file to append the rule for a permanent change. (The new rule still takes effect immediately.) If false, only change the exports in memory.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>RemoveLocks</maml:name>
                <maml:description>
                    <maml:para>Default value is false. Set to true to reclaim locks of the specified Hosts.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>AllHosts</maml:name>
                <maml:description>
                    <maml:para>Default value is false. Set to true to unfence all hosts. Hosts must be left empty if this option is true.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Paths</maml:name>
                <maml:description>
                    <maml:para>An array of paths which are to be unfenced.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Persistent</maml:name>
            <maml:description>
                <maml:para>Default value is false. If true, modifies the etc/exports file to append the rule for a permanent change. (The new rule still takes effect immediately.) If false, only change the exports in memory.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>RemoveLocks</maml:name>
            <maml:description>
                <maml:para>Default value is false. Set to true to reclaim locks of the specified Hosts.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Hosts</maml:name>
            <maml:description>
                <maml:para>An array of hostnames which are to be unfenced.
 
A hostname can be ONE of the following formats.
 
 * machine-name: Alphanumeric string based on DNS.
 * netgroup: Alphanumeric string describing a group of machine names
 * IP: An IPV4 address in dotted decimal format AAA.BBB.CCC.DDD
 * IPv6: An IPv6 address in RFC 2732 format [AAAA:BBBB::GGGG]
 * IPv4 subnet: &quot;[network] subnet [netmask] netmask&quot;
 * IPv4/v6-subnet: IP/numbits. The IP is a subnet number and the numbits specifies the size of the subnet by the number of leading bits of the netmask.
 * dns: A DNS domain. An Alphanumeric starting with a &#39;.&#39;</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Paths</maml:name>
            <maml:description>
                <maml:para>An array of paths which are to be unfenced.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>AllPaths</maml:name>
            <maml:description>
                <maml:para>Default value is false. Set to true to unfence all rules. Paths must be left empty if this option is true.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>AllHosts</maml:name>
            <maml:description>
                <maml:para>Default value is false. Set to true to unfence all hosts. Hosts must be left empty if this option is true.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: nfs
API: nfs-exportfs-fence-disable</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Disable-NaNfsExportFence -Persistent -AllPaths -AllHosts</dev:code>
              <dev:remarks>
                <maml:para>Unfence all exports.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Disable-NaNfsExportFence -Persistent -Hosts 10.10.10.10 -AllPaths</dev:code>
              <dev:remarks>
                <maml:para>Unfence all exports from host 10.10.10.10.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 3 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Disable-NaNfsExportFence -Persistent -Paths /vol/vol2 -AllHosts</dev:code>
              <dev:remarks>
                <maml:para>Unfence all hosts from path /vol/vol2.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 4 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Disable-NaNfsExportFence -Persistent -Paths /vol/vol2 -Hosts .mycorp.com</dev:code>
              <dev:remarks>
                <maml:para>Unfence all hosts at .mycorp.com from path /vol/vol2.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaNfsExportFence</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaNfsExport</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Disable-NaPriority</command:name>
        <maml:description>
            <maml:para>Globally disable priority scheduling.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Disable</command:verb>
        <command:noun>NaPriority</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Globally disable priority scheduling.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Disable-NaPriority</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: priority
API: priority-disable</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Disable-NaPriority</dev:code>
              <dev:remarks>
                <maml:para>Disable the priority scheduler.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaPriority</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Disable-NaRadius</command:name>
        <maml:description>
            <maml:para>Stop radius client service. Service will no longer be available once the call returns with success.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Disable</command:verb>
        <command:noun>NaRadius</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Stop radius client service. Service will no longer be available once the call returns with success.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Disable-NaRadius</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: radius
API: radius-service-stop</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Disable-NaRadius</dev:code>
              <dev:remarks>
                <maml:para>Disable the radius client service.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaRadius</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Test-NaRadius</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Disable-NaReallocate</command:name>
        <maml:description>
            <maml:para>Globally disables WAFL reallocation jobs.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Disable</command:verb>
        <command:noun>NaReallocate</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Globally disables WAFL reallocation jobs.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Disable-NaReallocate</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: reallocate
API: reallocate-off</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Disable-NaReallocate</dev:code>
              <dev:remarks>
                <maml:para>Disable all reallocate jobs.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaReallocate</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaReallocate</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Disable-NaSis</command:name>
        <maml:description>
            <maml:para>Disables SIS operation on a volume.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Disable</command:verb>
        <command:noun>NaSis</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Disables SIS operation on a volume. If the SIS operation is active on the volume, it needs to be stopped by &quot;Stop-NaSis&quot; cmdlet before disabling.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Disable-NaSis</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>The full path of the SIS volume, /vol/&lt;vol_name&gt;. Only one path can be specified at a time. The /vol/ prefix may be omitted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Disable-NaSis</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue)" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Rather than specifying the volume name, this cmdlet alternatively accepts a VolumeInfo object.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >VolumeInfo</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>The full path of the SIS volume, /vol/&lt;vol_name&gt;. Only one path can be specified at a time. The /vol/ prefix may be omitted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>Rather than specifying the volume name, this cmdlet alternatively accepts a VolumeInfo object.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">VolumeInfo</command:parameterValue>
            <dev:type>
                <maml:name>VolumeInfo</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: sis
API: sis-disable</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Disable-NaSis /vol/vol2</dev:code>
              <dev:remarks>
                <maml:para>Disable dedupe on volume &#39;vol2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>DedupeEnabled : False
ChecksumStyle : block
CloneChildren : {vol2clone}
CloneParent :
ContainingAggregate : aggr1
DiskCount : 8
FilesTotal : 6381567
FilesUsed : 208
IsChecksumEnabled : True
IsInconsistent : False
IsSnaplock : False
IsUnrecoverable : False
MirrorStatus : unmirrored
Name : vol2
PercentageUsed : 62
PlexCount : 1
Plexes : {/aggr1/plex0}
QuotaInit : 0
RaidSize : 16
RaidStatus : raid_dp,sis
Reserve : 7332700160
ReserveRequired : 7332700160
ReserveUsed : 0
Sis : idle
SizeAvailable : 74303881216
SizeTotal : 193273528320
SizeUsed : 118969647104
SnaplockType :
SpaceReserve : volume
SpaceReserveEnabled : True
State : online
Type : flex
Uuid : e91dc1f8-ab4f-11dd-867f-00a09806c227
IsUnrecoverableSpecified : True
PercentageUsedSpecified : True
SpaceReserveEnabledSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaSis</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Stop-NaSis</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Disable-NaSnapmirror</command:name>
        <maml:description>
            <maml:para>Disables SnapMirror data transfers and turns off the SnapMirror scheduler.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Disable</command:verb>
        <command:noun>NaSnapmirror</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Disables SnapMirror data transfers and turns off the SnapMirror scheduler.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Disable-NaSnapmirror</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapmirror
API: snapmirror-off</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Disable-NaSnapmirror</dev:code>
              <dev:remarks>
                <maml:para>Disable Snapmirror.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaSnapmirror</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Test-NaSnapmirror</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Disable-NaSnmp</command:name>
        <maml:description>
            <maml:para>Disables SNMP protocol.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Disable</command:verb>
        <command:noun>NaSnmp</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Disables SNMP protocol.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Disable-NaSnmp</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snmp.SnmpStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snmp
API: snmp-disable</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Disable-NaSnmp</dev:code>
              <dev:remarks>
                <maml:para>Disables snmp protocol.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Communities : {public}
Contact : Bill Smith
IsTrapEnabled : True
Location : Main lab
Traphosts : {x3550rre8.rtprre.testdomain}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnmp</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Enable-NaSnmp</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Disable-NaSnmpTrap</command:name>
        <maml:description>
            <maml:para>Disables SNMP traps.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Disable</command:verb>
        <command:noun>NaSnmpTrap</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Disables SNMP traps.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Disable-NaSnmpTrap</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snmp.SnmpStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snmp
API: snmp-trap-disable</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Disable-NaSnmpTrap</dev:code>
              <dev:remarks>
                <maml:para>Disables snmp traps.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Communities : {public}
Contact : Bill Smith
IsTrapEnabled : False
Location : Main lab
Traphosts : {x3550rre8.rtprre.testdomain}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaSnmpTrap</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnmp</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Disable-NaVolQuota</command:name>
        <maml:description>
            <maml:para>Turns the quota subsystem off for a volume.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Disable</command:verb>
        <command:noun>NaVolQuota</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Turns the quota subsystem off for a volume.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Disable-NaVolQuota</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Name of the volume on which to turn quotas off.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>Name of the volume on which to turn quotas off.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: quota
API: quota-off</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Disable-NaVolQuota vol0 | Get-NaVolQuotaStatus</dev:code>
              <dev:remarks>
                <maml:para>Disable quotas on volume &#39;vol0&#39; and show the new status.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Value
---- -----
PercentComplete
Substatus none
Status off
QuotaErrors
Reason
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaVolQuota</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaVolQuotaStatus</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Disconnect-NaRshSession</command:name>
        <maml:description>
            <maml:para>Kill a remote shell (rsh) session.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Disconnect</command:verb>
        <command:noun>NaRshSession</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Kill a remote shell (rsh) session.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Disconnect-NaRshSession</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Session</maml:name>
                <maml:description>
                    <maml:para>Session ID of Rsh session to be killed. Use Get-NaRshSession to list the current session IDs.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Session</maml:name>
            <maml:description>
                <maml:para>Session ID of Rsh session to be killed. Use Get-NaRshSession to list the current session IDs.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: rsh
API: rsh-kill</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Disconnect-NaRshSession 0</dev:code>
              <dev:remarks>
                <maml:para>Kill rsh session with ID &#39;0&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaRshSession</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Dismount-NaController</command:name>
        <maml:description>
            <maml:para>Remove one or more PSDrive objects created by the DataONTAP PowerShell Provider.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Dismount</command:verb>
        <command:noun>NaController</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Remove one or more PSDrive objects created by the DataONTAP PowerShell Provider.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Dismount-NaController</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Scope</maml:name>
                <maml:description>
                    <maml:para>The PowerShell scope from which the drive is being removed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>Force PowerShell to remove the drive even if it is in use, or if the provider throws an exception while trying to remove the drive.</maml:para>
                </maml:description>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Dismount-NaController</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The Name of the PSDrive object to be removed. Specify either this or the Controller or Drive parameters, or specify none of them to remove all PSDrives associated with the value in the global variable CurrentNaController.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Scope</maml:name>
                <maml:description>
                    <maml:para>The PowerShell scope from which the drive is being removed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>Force PowerShell to remove the drive even if it is in use, or if the provider throws an exception while trying to remove the drive.</maml:para>
                </maml:description>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Dismount-NaController</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>Specify the Controller parameter to remove all PSDrives associated with that controller. If neither Controller nor Name nor Drive is specified, this cmdlet will remove all PSDrives associated with the value in the global variable CurrentNaController.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Scope</maml:name>
                <maml:description>
                    <maml:para>The PowerShell scope from which the drive is being removed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>Force PowerShell to remove the drive even if it is in use, or if the provider throws an exception while trying to remove the drive.</maml:para>
                </maml:description>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Dismount-NaController</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Drive</maml:name>
                <maml:description>
                    <maml:para>Specify Drive to remove a specific PSDrive instance. This parameter is mutually exclusive with the Name and Controller parameters.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaDriveInfo</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Scope</maml:name>
                <maml:description>
                    <maml:para>The PowerShell scope from which the drive is being removed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>Force PowerShell to remove the drive even if it is in use, or if the provider throws an exception while trying to remove the drive.</maml:para>
                </maml:description>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Scope</maml:name>
            <maml:description>
                <maml:para>The PowerShell scope from which the drive is being removed.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>Force PowerShell to remove the drive even if it is in use, or if the provider throws an exception while trying to remove the drive.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The Name of the PSDrive object to be removed. Specify either this or the Controller or Drive parameters, or specify none of them to remove all PSDrives associated with the value in the global variable CurrentNaController.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>Specify the Controller parameter to remove all PSDrives associated with that controller. If neither Controller nor Name nor Drive is specified, this cmdlet will remove all PSDrives associated with the value in the global variable CurrentNaController.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Drive</maml:name>
            <maml:description>
                <maml:para>Specify Drive to remove a specific PSDrive instance. This parameter is mutually exclusive with the Name and Controller parameters.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaDriveInfo</command:parameterValue>
            <dev:type>
                <maml:name>NaDriveInfo</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: toolkit</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Dismount-NaController dunn</dev:code>
              <dev:remarks>
                <maml:para>Dismount the PSDrive object named &#39;dunn&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-PSDrive -PSProvider DataONTAP | Dismount-NaController</dev:code>
              <dev:remarks>
                <maml:para>Remove all PSDrive objects created by the DataONTAP provider.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 3 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Dismount-NaController</dev:code>
              <dev:remarks>
                <maml:para>Remove all PSDrive objects associated with the NaController value in the global variable CurrentNaController.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Mount-NaController</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Enable-NaCifs</command:name>
        <maml:description>
            <maml:para>Starts the CIFS service.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Enable</command:verb>
        <command:noun>NaCifs</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Starts the CIFS service, usually after a previous call to Disable-NaCifs as the CIFS service starts automatically when Set-NaCifs completes successfully or the system reboots.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Enable-NaCifs</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cifs
API: cifs-start</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Enable-NaCifs</dev:code>
              <dev:remarks>
                <maml:para>Start the CIFS service.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Disable-NaCifs</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Test-NaCifs</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Enable-NaCluster</command:name>
        <maml:description>
            <maml:para>Enables the takeover capability of this filer in the cluster.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Enable</command:verb>
        <command:noun>NaCluster</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Enables the takeover capability of this filer in the cluster. This spawns a process to enable the service</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Enable-NaCluster</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Cf.ClusterStatus</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cf
API: cf-service-enable</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Enable-NaCluster</dev:code>
              <dev:remarks>
                <maml:para>Enable cluster failover.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>State : WAITING
Partner : benson
IsEnabled : True
IsInterconnectUp : True
TimeMasterStatus : master
TimeUntilTakeoverTS :
CurrentTimeDT : 8/26/2010 10:50:52 PM
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Disable-NaCluster</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaCluster</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Enable-NaCopyOffload</command:name>
        <maml:description>
            <maml:para>Enable the copy offload feature.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Enable</command:verb>
        <command:noun>NaCopyOffload</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Enable the copy offload feature.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Enable-NaCopyOffload</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: copyoffload
API: copyoffload-modify</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Enable-NaCopyOffload</dev:code>
              <dev:remarks>
                <maml:para>Enables the copy offload feature.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Disable-NaCopyOffload</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Test-NaCopyOffload</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Enable-NaFcAdapter</command:name>
        <maml:description>
            <maml:para>Call the corresponding adapter driver enable function to bring the adapter online.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Enable</command:verb>
        <command:noun>NaFcAdapter</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Call the corresponding adapter driver enable function to bring the adapter online. Under some circumstances an adapter can not be brought online. (e.g. when that adapter is in the UNCONFIGURED state, or when there is no cable attached to the adapter port). When this happens, an appropriate error messages is returned.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Enable-NaFcAdapter</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Adapter</maml:name>
                <maml:description>
                    <maml:para>FC adapter name (e.g. 0a)</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Adapter</maml:name>
            <maml:description>
                <maml:para>FC adapter name (e.g. 0a)</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fc.FcConfigInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fc
API: fc-config-adapter-enable</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Enable-NaFcAdapter 0d</dev:code>
              <dev:remarks>
                <maml:para>Enable FC adapter 0d.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>AdapterName : 0d
AdapterState : CONFIGURED
AdapterStatus : online
AdapterType : target
PendingFcType :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Disable-NaFcAdapter</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Enable-NaFcpAdapter</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaFcAdapter</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Enable-NaFcp</command:name>
        <maml:description>
            <maml:para>Starts FCP service.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Enable</command:verb>
        <command:noun>NaFcp</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Starts FCP service. When FCP service is started, the adapters are brought online. Service will be avaliable once the call returns with success. The adapters however, may not be available immediately after the call, it may take up to a few seconds for the adapters to initialize.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Enable-NaFcp</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fcp
API: fcp-service-start</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Enable-NaFcp</dev:code>
              <dev:remarks>
                <maml:para>Starts FCP service.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Disable-NaFcp</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Enable-NaFcpAdapter</command:name>
        <maml:description>
            <maml:para>Bring the adapter online.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Enable</command:verb>
        <command:noun>NaFcpAdapter</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Bring the adapter online. If FCP service is not running, then the adapters are automatically offlined. They cannot be brought online again until FCP service is started. The adapter may not be online immediately after the call returns, it may take up to a few seconds for the adapter to initialize.
 
Note: this cmdlet only applies to FCP target adapters. To affect all FC adapters, use Enable-NaFcAdapter.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Enable-NaFcpAdapter</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Adapter</maml:name>
                <maml:description>
                    <maml:para>FC adapter to bring online.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Adapter</maml:name>
            <maml:description>
                <maml:para>FC adapter to bring online.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fcp.FcpConfigAdapterInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fcp
API: fcp-adapter-config-up</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Enable-NaFcpAdapter 0c</dev:code>
              <dev:remarks>
                <maml:para>Bring FCP adapter 0c online.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Adapter : 0c
AdapterType : Local
CacheLineSize : 16
ConnectionEstablished : loop
DataLinkRate : 0
ErrorMsg :
ExternalGbicEnabled : False
FabricEstablished : False
FirmwareRev : 4.5.2
HardwareRev : 2
InfoName : Dual-channel, QLogic 2432 (2462)
LoopId :
MediaType : auto
NodeName : 50:0a:09:80:87:09:3b:1f
PacketSize : 2048
PartnerAdapter :
PciBusWidth :
PciClockSpeed :
PortAddress : 0
PortId :
PortName : 50:0a:09:83:97:09:3b:1f
Speed : auto
SramParityEnabled : True
Standby : False
State : link not connected
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Disable-NaFcpAdapter</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Enable-NaFpolicy</command:name>
        <maml:description>
            <maml:para>Sets options fpolicy enable to on. If a name is given, enables a specific named policy. The operation will fail if the policy doesn&#39;t exist.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Enable</command:verb>
        <command:noun>NaFpolicy</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Sets options fpolicy enable to on. If a name is given, enables a specific named policy. The operation will fail if the policy doesn&#39;t exist.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Enable-NaFpolicy</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the fpolicy to enable. If this value is not given, options fpolicy enable is set to on.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the fpolicy to enable. If this value is not given, options fpolicy enable is set to on.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fpolicy.PolicyInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fpolicy
API: fpolicy-enable, fpolicy-enable-policy</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Enable-NaFpolicy policy1</dev:code>
              <dev:remarks>
                <maml:para>Enables the fpolicy policy1.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>IsEnabled : True
MonitoredOperations : {}
MonitoredProtocols : {}
Name : policy1
NumberOfScreenFailures : 0
NumberOfScreenedFiles : 0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Disable-NaFpolicy</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Enable-NaIscsi</command:name>
        <maml:description>
            <maml:para>Starts iSCSI service.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Enable</command:verb>
        <command:noun>NaIscsi</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Starts iSCSI service. Service will be avaliable once the call returns with success.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Enable-NaIscsi</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-service-start</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Enable-NaIscsi</dev:code>
              <dev:remarks>
                <maml:para>Start the iSCSI service.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Disable-NaIscsi</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Test-NaIscsi</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Enable-NaIscsiInterface</command:name>
        <maml:description>
            <maml:para>Enables one or more interfaces for use by iSCSI.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Enable</command:verb>
        <command:noun>NaIscsiInterface</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Enables one or more interfaces for use by iSCSI.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Enable-NaIscsiInterface</maml:name>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Interfaces</maml:name>
                <maml:description>
                    <maml:para>A list of interfaces to enable for iSCSI.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Enable-NaIscsiInterface</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>Interfaces</maml:name>
            <maml:description>
                <maml:para>A list of interfaces to enable for iSCSI.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Iscsi.IscsiInterfaceListEntryInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-interface-enable</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Enable-NaIscsiInterface e0b</dev:code>
              <dev:remarks>
                <maml:para>Permit iSCSI traffic on interface e0b.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Interface Enabled TpgroupTag TpgroupName
--------- ------- ---------- -----------
e0b True 1001 e0b_default
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaIscsiInterface</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Disable-NaIscsiInterface</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Enable-NaIsns</command:name>
        <maml:description>
            <maml:para>Starts iSNS service.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Enable</command:verb>
        <command:noun>NaIsns</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Starts iSNS service. Service will be avaliable once the call returns with success.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Enable-NaIsns</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-isns-start</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Enable-NaIsns</dev:code>
              <dev:remarks>
                <maml:para>Start the iSNS service.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Disable-NaIsns</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaIsns</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Enable-NaNdmp</command:name>
        <maml:description>
            <maml:para>Enable NDMP request-handling by the daemon.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Enable</command:verb>
        <command:noun>NaNdmp</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Enable NDMP request-handling by the daemon. Enabling NDMP persists across reboots. NDMP can only be enabled on vfilers which are rooted on volumes.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Enable-NaNdmp</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: ndmp
API: system-cli
Privilege: security-priv-advanced, cli-ndmp</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Enable-NaNdmp</dev:code>
              <dev:remarks>
                <maml:para>Enable NDMP on the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Disable-NaNdmp</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Enable-NaNfs</command:name>
        <maml:description>
            <maml:para>Starts the NFS service.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Enable</command:verb>
        <command:noun>NaNfs</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Starts the NFS service.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Enable-NaNfs</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: nfs
API: nfs-enable</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Enable-NaNfs</dev:code>
              <dev:remarks>
                <maml:para>Start the NFS service.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Disable-NaNfs</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Test-NaNfs</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Enable-NaNfsExportFence</command:name>
        <maml:description>
            <maml:para>Enables fencing to the given exports for the given entry.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Enable</command:verb>
        <command:noun>NaNfsExportFence</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Enables fencing to the given exports for the given entry. This means that the entry will not have write permission to the exports. The rule changes take effect immediately. Set the persistent option to true to save the rule in the /etc/exports file and keep the option persistent upon loading or reboot.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Enable-NaNfsExportFence</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Persistent</maml:name>
                <maml:description>
                    <maml:para>Default value is false. If true, modifies the etc/exports file to append the rule for a permanent change. (The new rule still takes effect immediately.) If false, only change the exports in memory.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Hosts</maml:name>
                <maml:description>
                    <maml:para>An array of hostnames which are to be fenced off.
 
A hostname can be ONE of the following formats.
 
 * machine-name: Alphanumeric string based on DNS.
 * netgroup: Alphanumeric string describing a group of machine names
 * IP: An IPV4 address in dotted decimal format AAA.BBB.CCC.DDD
 * IPv6: An IPv6 address in RFC 2732 format [AAAA:BBBB::GGGG]
 * IPv4 subnet: &quot;[network] subnet [netmask] netmask&quot;
 * IPv4/v6-subnet: IP/numbits. The IP is a subnet number and the numbits specifies the size of the subnet by the number of leading bits of the netmask.
 * dns: A DNS domain. An Alphanumeric starting with a &#39;.&#39;</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Paths</maml:name>
                <maml:description>
                    <maml:para>An array of paths which are to be fenced off.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Enable-NaNfsExportFence</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Persistent</maml:name>
                <maml:description>
                    <maml:para>Default value is false. If true, modifies the etc/exports file to append the rule for a permanent change. (The new rule still takes effect immediately.) If false, only change the exports in memory.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>AllPaths</maml:name>
                <maml:description>
                    <maml:para>Default value is false. Set to true to fence all rules. Paths must be left empty if this option is true.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Hosts</maml:name>
                <maml:description>
                    <maml:para>An array of hostnames which are to be fenced off.
 
A hostname can be ONE of the following formats.
 
 * machine-name: Alphanumeric string based on DNS.
 * netgroup: Alphanumeric string describing a group of machine names
 * IP: An IPV4 address in dotted decimal format AAA.BBB.CCC.DDD
 * IPv6: An IPv6 address in RFC 2732 format [AAAA:BBBB::GGGG]
 * IPv4 subnet: &quot;[network] subnet [netmask] netmask&quot;
 * IPv4/v6-subnet: IP/numbits. The IP is a subnet number and the numbits specifies the size of the subnet by the number of leading bits of the netmask.
 * dns: A DNS domain. An Alphanumeric starting with a &#39;.&#39;</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Enable-NaNfsExportFence</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Persistent</maml:name>
                <maml:description>
                    <maml:para>Default value is false. If true, modifies the etc/exports file to append the rule for a permanent change. (The new rule still takes effect immediately.) If false, only change the exports in memory.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>AllPaths</maml:name>
                <maml:description>
                    <maml:para>Default value is false. Set to true to fence all rules. Paths must be left empty if this option is true.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>AllHosts</maml:name>
                <maml:description>
                    <maml:para>Default value is false. Set to true to fence all hosts. Hosts must be left empty if this option is true.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Enable-NaNfsExportFence</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Persistent</maml:name>
                <maml:description>
                    <maml:para>Default value is false. If true, modifies the etc/exports file to append the rule for a permanent change. (The new rule still takes effect immediately.) If false, only change the exports in memory.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>AllHosts</maml:name>
                <maml:description>
                    <maml:para>Default value is false. Set to true to fence all hosts. Hosts must be left empty if this option is true.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Paths</maml:name>
                <maml:description>
                    <maml:para>An array of paths which are to be fenced off.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Persistent</maml:name>
            <maml:description>
                <maml:para>Default value is false. If true, modifies the etc/exports file to append the rule for a permanent change. (The new rule still takes effect immediately.) If false, only change the exports in memory.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Hosts</maml:name>
            <maml:description>
                <maml:para>An array of hostnames which are to be fenced off.
 
A hostname can be ONE of the following formats.
 
 * machine-name: Alphanumeric string based on DNS.
 * netgroup: Alphanumeric string describing a group of machine names
 * IP: An IPV4 address in dotted decimal format AAA.BBB.CCC.DDD
 * IPv6: An IPv6 address in RFC 2732 format [AAAA:BBBB::GGGG]
 * IPv4 subnet: &quot;[network] subnet [netmask] netmask&quot;
 * IPv4/v6-subnet: IP/numbits. The IP is a subnet number and the numbits specifies the size of the subnet by the number of leading bits of the netmask.
 * dns: A DNS domain. An Alphanumeric starting with a &#39;.&#39;</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Paths</maml:name>
            <maml:description>
                <maml:para>An array of paths which are to be fenced off.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>AllPaths</maml:name>
            <maml:description>
                <maml:para>Default value is false. Set to true to fence all rules. Paths must be left empty if this option is true.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>AllHosts</maml:name>
            <maml:description>
                <maml:para>Default value is false. Set to true to fence all hosts. Hosts must be left empty if this option is true.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: nfs
API: nfs-exportfs-fence-enable</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Enable-NaNfsExportFence -Persistent -Hosts 10.10.10.10 -AllPaths</dev:code>
              <dev:remarks>
                <maml:para>Fence all exports from host 10.10.10.10.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Enable-NaNfsExportFence -Persistent -Paths /vol/vol2 -AllHosts</dev:code>
              <dev:remarks>
                <maml:para>Fence /vol/vol2 from all hosts.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 3 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Enable-NaNfsExportFence -Persistent -Paths /vol/vol2 -Hosts .mycorp.com</dev:code>
              <dev:remarks>
                <maml:para>Fence all hosts at .mycorp.com from the /vol/vol2 export.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaNfsExport</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Disable-NaNfsExportFence</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Enable-NaPriority</command:name>
        <maml:description>
            <maml:para>Globally enable priority scheduling.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Enable</command:verb>
        <command:noun>NaPriority</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Globally enable priority scheduling.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Enable-NaPriority</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: priority
API: priority-enable</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Enable-NaPriority</dev:code>
              <dev:remarks>
                <maml:para>Enable the priority scheduler.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Disable-NaPriority</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Enable-NaRadius</command:name>
        <maml:description>
            <maml:para>Start radius client service. Service will be available once the call returns with success.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Enable</command:verb>
        <command:noun>NaRadius</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Start radius client service. Service will be available once the call returns with success.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Enable-NaRadius</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: radius
API: radius-service-start</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Enable-NaRadius</dev:code>
              <dev:remarks>
                <maml:para>Enable the client radius service.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Disable-NaRadius</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Test-NaRadius</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Enable-NaReallocate</command:name>
        <maml:description>
            <maml:para>Globally enables WAFL reallocation jobs.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Enable</command:verb>
        <command:noun>NaReallocate</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Globally enables WAFL reallocation jobs.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Enable-NaReallocate</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: reallocate
API: reallocate-on</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Enable-NaReallocate</dev:code>
              <dev:remarks>
                <maml:para>Enable all reallocate jobs.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Disable-NaReallocate</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaReallocate</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Enable-NaSis</command:name>
        <maml:description>
            <maml:para>Enables SIS on a volume.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Enable</command:verb>
        <command:noun>NaSis</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Enables SIS on a volume. On a non-SnapVault secondary volume, the SIS operation will be started periodically according to a per-volume schedule. On a SnapVault secondary volume, the SIS operation will be kicked off at the end of the SnapVault transfer. See the &quot;Set-NaSis&quot; cmdlet for the details about the schedule. Users can also start SIS operation with &quot;Start-NaSis&quot; cmdlet.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Enable-NaSis</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>The full path of the SIS volume, /vol/&lt;vol_name&gt;. Only one path can be specified at a time. The volume must be online to enable SIS operation. The /vol/ prefix may be omitted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Enable-NaSis</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue)" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Rather than specifying the volume name, this cmdlet alternatively accepts a VolumeInfo object.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >VolumeInfo</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>The full path of the SIS volume, /vol/&lt;vol_name&gt;. Only one path can be specified at a time. The volume must be online to enable SIS operation. The /vol/ prefix may be omitted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>Rather than specifying the volume name, this cmdlet alternatively accepts a VolumeInfo object.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">VolumeInfo</command:parameterValue>
            <dev:type>
                <maml:name>VolumeInfo</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: sis
API: sis-enable</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Enable-NaSis /vol/vol2</dev:code>
              <dev:remarks>
                <maml:para>Enable dedupe on volume &#39;vol2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>DedupeEnabled : True
ChecksumStyle : block
CloneChildren : {vol2clone}
CloneParent :
ContainingAggregate : aggr1
DiskCount : 8
FilesTotal : 6381567
FilesUsed : 208
IsChecksumEnabled : True
IsInconsistent : False
IsSnaplock : False
IsUnrecoverable : False
MirrorStatus : unmirrored
Name : vol2
PercentageUsed : 62
PlexCount : 1
Plexes : {/aggr1/plex0}
QuotaInit : 0
RaidSize : 16
RaidStatus : raid_dp,sis
Reserve : 7332700160
ReserveRequired : 7332700160
ReserveUsed : 0
Sis : idle
SizeAvailable : 74303881216
SizeTotal : 193273528320
SizeUsed : 118969647104
SnaplockType :
SpaceReserve : volume
SpaceReserveEnabled : True
State : online
Type : flex
Uuid : e91dc1f8-ab4f-11dd-867f-00a09806c227
IsUnrecoverableSpecified : True
PercentageUsedSpecified : True
SpaceReserveEnabledSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Disable-NaSis</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Start-NaSis</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Enable-NaSnapmirror</command:name>
        <maml:description>
            <maml:para>Enables SnapMirror data transfers and turns on the SnapMirror scheduler.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Enable</command:verb>
        <command:noun>NaSnapmirror</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Enables SnapMirror data transfers and turns on the SnapMirror scheduler.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Enable-NaSnapmirror</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapmirror
API: snapmirror-on</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Enable-NaSnapmirror</dev:code>
              <dev:remarks>
                <maml:para>Enable Snapmirror.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Disable-NaSnapmirror</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Test-NaSnapmirror</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Enable-NaSnmp</command:name>
        <maml:description>
            <maml:para>Enables SNMP protocol.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Enable</command:verb>
        <command:noun>NaSnmp</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Enables SNMP protocol.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Enable-NaSnmp</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snmp.SnmpStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snmp
API: snmp-enable</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Enable-NaSnmp</dev:code>
              <dev:remarks>
                <maml:para>Enables snmp protocol.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Communities : {public}
Contact : Bill Smith
IsTrapEnabled : False
Location : Main lab
Traphosts : {x3550rre8.rtprre.testdomain}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Disable-NaSnmp</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnmp</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Enable-NaSnmpTrap</command:name>
        <maml:description>
            <maml:para>Enables SNMP traps.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Enable</command:verb>
        <command:noun>NaSnmpTrap</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Enables SNMP traps.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Enable-NaSnmpTrap</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snmp.SnmpStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snmp
API: snmp-trap-enable</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Enable-NaSnmpTrap</dev:code>
              <dev:remarks>
                <maml:para>Enables snmp traps.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Communities : {public}
Contact : Bill Smith
IsTrapEnabled : True
Location : Main lab
Traphosts : {x3550rre8.rtprre.testdomain}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Disable-NaSnmpTrap</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnmp</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Enable-NaStorageAdapter</command:name>
        <maml:description>
            <maml:para>Enables specified host adapter.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Enable</command:verb>
        <command:noun>NaStorageAdapter</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Enables specified host adapter. I/O traffic can be issued on the adapter.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Enable-NaStorageAdapter</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The adapter name is either a slot number, or, if a port letter is also presented, a slot number and port letter concatenated into a single name, for example &#39;8a&#39; or &#39;11b&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The adapter name is either a slot number, or, if a port letter is also presented, a slot number and port letter concatenated into a single name, for example &#39;8a&#39; or &#39;11b&#39;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: storage adapter
API: storage-adapter-enable-adapter</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Enable-NaStorageAdapter 0a</dev:code>
              <dev:remarks>
                <maml:para>Enable storage adapter &#39;0a&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaStorageAdapter</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaStorageAdapterInfo</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Enable-NaVolQuota</command:name>
        <maml:description>
            <maml:para>Starts to turn quotas on for a volume.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Enable</command:verb>
        <command:noun>NaVolQuota</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Starts to turn quotas on for a volume. A successful return from this API does not mean that quotas are on, merely that an attempt to start it has been triggered. Use the Get-NaVolQuotaStatus to check the status.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Enable-NaVolQuota</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Name of the volume on which to enable quotas.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>Name of the volume on which to enable quotas.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: quota
API: quota-on</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Enable-NaVolQuota vol0 | Get-NaVolQuotaStatus</dev:code>
              <dev:remarks>
                <maml:para>Enable quotas on volume &#39;vol0&#39; and show the new status.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Value
---- -----
PercentComplete 0
Substatus etc scanning
Status initializing
QuotaErrors
Reason
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Disable-NaVolQuota</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaVolQuotaStatus</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Find-NaController</command:name>
        <maml:description>
            <maml:para>Discover Data ONTAP controllers.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Find</command:verb>
        <command:noun>NaController</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Discover Data ONTAP controllers. This cmdlet is used in various ways to find controllers on the network. It uses SNMP to perform the discovery, so SNMP must be enabled on the controllers. It does not rely on any SNMP functionality in the Microsoft Windows host operating system. This cmdlet does support IPv6.
 
To discover a single controller:
 
Find-NaController -Address 10.61.167.60
 
To discover controllers within a range of addresses:
 
Find-NaController -StartAddress 10.61.167.1 -EndAddress 10.61.167.100
 
To discover controllers on a subnet:
 
Find-NaController -Address 10.61.167.1 -Mask 255.255.255.0
 
or use CIDR notation:
 
Find-NaController -Address 10.61.167.0/24</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Find-NaController</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Community</maml:name>
                <maml:description>
                    <maml:para>If specified, this is the community string to use during SNMP discovery. The default value is &#39;public&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Address</maml:name>
                <maml:description>
                    <maml:para>Specify to discover a single address, or to specify any address within a subnet when using the -Mask parameter, or to specify a subnet in CIDR format.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Timeout</maml:name>
                <maml:description>
                    <maml:para>Timeout value for discovery, specified in milliseconds. Default is 5000.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>NoPing</maml:name>
                <maml:description>
                    <maml:para>For efficiency, the discovery engine first attempts to ping a controller before sending any SNMP commands. But if ICMP traffic is blocked within a network, specify this option to forego pinging and proceed to the SNMP query stage.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>All</maml:name>
                <maml:description>
                    <maml:para>Specify to return all SNMP devices, not just Data ONTAP controllers.</maml:para>
                </maml:description>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Find-NaController</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Community</maml:name>
                <maml:description>
                    <maml:para>If specified, this is the community string to use during SNMP discovery. The default value is &#39;public&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Address</maml:name>
                <maml:description>
                    <maml:para>Specify to discover a single address, or to specify any address within a subnet when using the -Mask parameter, or to specify a subnet in CIDR format.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Mask</maml:name>
                <maml:description>
                    <maml:para>Specify in dotted quad notation when specifying a subnet to query.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Timeout</maml:name>
                <maml:description>
                    <maml:para>Timeout value for discovery, specified in milliseconds. Default is 5000.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>NoPing</maml:name>
                <maml:description>
                    <maml:para>For efficiency, the discovery engine first attempts to ping a controller before sending any SNMP commands. But if ICMP traffic is blocked within a network, specify this option to forego pinging and proceed to the SNMP query stage.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>All</maml:name>
                <maml:description>
                    <maml:para>Specify to return all SNMP devices, not just Data ONTAP controllers.</maml:para>
                </maml:description>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Find-NaController</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Community</maml:name>
                <maml:description>
                    <maml:para>If specified, this is the community string to use during SNMP discovery. The default value is &#39;public&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>StartAddress</maml:name>
                <maml:description>
                    <maml:para>The starting address within an address range to query.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>EndAddress</maml:name>
                <maml:description>
                    <maml:para>The ending address within an address range to query.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Timeout</maml:name>
                <maml:description>
                    <maml:para>Timeout value for discovery, specified in milliseconds. Default is 5000.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>NoPing</maml:name>
                <maml:description>
                    <maml:para>For efficiency, the discovery engine first attempts to ping a controller before sending any SNMP commands. But if ICMP traffic is blocked within a network, specify this option to forego pinging and proceed to the SNMP query stage.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>All</maml:name>
                <maml:description>
                    <maml:para>Specify to return all SNMP devices, not just Data ONTAP controllers.</maml:para>
                </maml:description>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Community</maml:name>
            <maml:description>
                <maml:para>If specified, this is the community string to use during SNMP discovery. The default value is &#39;public&#39;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>public</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>Address</maml:name>
            <maml:description>
                <maml:para>Specify to discover a single address, or to specify any address within a subnet when using the -Mask parameter, or to specify a subnet in CIDR format.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Timeout</maml:name>
            <maml:description>
                <maml:para>Timeout value for discovery, specified in milliseconds. Default is 5000.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>5000</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>NoPing</maml:name>
            <maml:description>
                <maml:para>For efficiency, the discovery engine first attempts to ping a controller before sending any SNMP commands. But if ICMP traffic is blocked within a network, specify this option to forego pinging and proceed to the SNMP query stage.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>All</maml:name>
            <maml:description>
                <maml:para>Specify to return all SNMP devices, not just Data ONTAP controllers.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>Mask</maml:name>
            <maml:description>
                <maml:para>Specify in dotted quad notation when specifying a subnet to query.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>StartAddress</maml:name>
            <maml:description>
                <maml:para>The starting address within an address range to query.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>EndAddress</maml:name>
            <maml:description>
                <maml:para>The ending address within an address range to query.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.PowerShell.SDK.Cmdlets.Discovery.Controller</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: toolkit</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Find-NaController 10.61.167.60</dev:code>
              <dev:remarks>
                <maml:para>Discover a controller (if any exists) at address &#39;10.61.167.60&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : dunn
Type : CLUSTERED_CONTROLLER
Model : FAS3040
VolumeCount : 10
AggregateCount : 3
Address : 10.61.167.60
PartnerName : benson
SystemID : 118044195
Description : NetApp Release 7.3.3: Thu Mar 11 22:29:52 PST 2010
SerialNumber : 1086295
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Find-NaController -StartAddress 10.61.167.60 -EndAddress 10.61.167.65</dev:code>
              <dev:remarks>
                <maml:para>Discover all controllers between the addresses &#39;10.61.167.60&#39; and &#39;10.61.167.65&#39;, inclusive.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : dunn
Type : CLUSTERED_CONTROLLER
Model : FAS3040
VolumeCount : 10
AggregateCount : 3
Address : 10.61.167.60
PartnerName : benson
SystemID : 118044195
Description : NetApp Release 7.3.3: Thu Mar 11 22:29:52 PST 2010
SerialNumber : 1086295
 
Name : benson
Type : CLUSTERED_CONTROLLER
Model : FAS3040
VolumeCount : 4
AggregateCount : 2
Address : 10.61.167.61
PartnerName : dunn
SystemID : 118045471
Description : NetApp Release 7.3.3: Thu Mar 11 22:29:52 PST 2010
SerialNumber : 1086297
 
Name : sas1
Type : CLUSTERED_CONTROLLER
Model : FAS3070
VolumeCount : 3
AggregateCount : 2
Address : 10.61.167.64
PartnerName :
SystemID : 118043753
Description : NetApp Release 7.3.3: Thu Mar 11 22:29:52 PST 2010
SerialNumber : 1080000
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 3 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Find-NaController -Address 10.61.168.0 -Mask 255.255.255.0</dev:code>
              <dev:remarks>
                <maml:para>Find all controllers on a subnet. The -Address parameter is any address on the subnet, while the -Mask parameter defines the range of addresses using the subnet mask.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : netappwh13a
Type : CLUSTERED_CONTROLLER
Model : FAS3170
VolumeCount : 3
AggregateCount : 2
Address : 10.61.168.3
PartnerName : netappwh13b
SystemID : 151697004
Description : NetApp Release 8.0RC3 7-Mode
SerialNumber : 30015609
 
Name : netappwh13b
Type : CLUSTERED_CONTROLLER
Model : FAS3170
VolumeCount : 1
AggregateCount : 2
Address : 10.61.168.4
PartnerName : netappwh13a
SystemID : 151697086
Description : NetApp Release 8.0RC3 7-Mode
SerialNumber : 30015610
 
Name : bert
Type : CLUSTERED_CONTROLLER
Model : FAS3050
VolumeCount : 34
AggregateCount : 2
Address : 10.61.168.8
PartnerName : ernie
SystemID : 101193945
Description : NetApp Release 7.3.1.1: Mon Apr 20 22:58:46 PDT 2009
SerialNumber : 3070513
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 4 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Find-NaController -Address 10.61.169.1/24 -Timeout 1000</dev:code>
              <dev:remarks>
                <maml:para>Find all controllers on a subnet.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : ntapfiler13
Type : CLUSTERED_CONTROLLER
Model : FAS6030
VolumeCount : 8
AggregateCount : 3
Address : 10.61.169.22
PartnerName : ntapfiler14
SystemID : 118056066
Description : NetApp Release 7.3.3: Thu Mar 11 22:29:52 PST 2010
SerialNumber : 1072453
 
Name : ntapfiler14
Type : CLUSTERED_CONTROLLER
Model : FAS6030
VolumeCount : 6
AggregateCount : 3
Address : 10.61.169.23
PartnerName : ntapfiler13
SystemID : 118042982
Description : NetApp Release 7.3.3: Thu Mar 11 22:29:52 PST 2010
SerialNumber : 1072355
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 5 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Find-NaController 10.61.165.1/24 -All -Timeout 500 | ft Name, Address, Description</dev:code>
              <dev:remarks>
                <maml:para>List all SNMP devices on a subnet.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Address Description
---- ------- -----------
nasbetor 10.61.165.23 NetApp Release 7.2.6.1...
naspike 10.61.165.24 NetApp Release 7.2.6.1...
prak 10.61.165.41 NetApp Release 7.2.3P4...
brocade_p1 10.61.165.55 Fibre Channel Switch.
fabric2_60 10.61.165.60 SANbox 5602 FC Switch
BRO_3200_65 10.61.165.65 Fibre Channel Switch
Xsigo VP780 Chassis 10.61.165.70 Xsigo System
sulu1 10.61.165.71 NetApp Release 7.3.3X1...
Cp0 10.61.165.83 Fibre Channel Switch.
cp1 10.61.165.84 Fibre Channel Switch.
brocade200e-13 10.61.165.100 Fibre Channel Switch.
warf 10.61.165.110 SunOS warf 5.10 Generi...
sulu2 10.61.165.115 NetApp Release 7.3.3X1...
ak_sw2 10.61.165.119 Fibre Channel Switch
brocade4100-5 10.61.165.121 Fibre Channel Switch.
jabba 10.61.165.122 NetApp Release 7.3.1.1...
hutt 10.61.165.123 NetApp Release 7.3.1.1...
elrond 10.61.165.125 SunOS elrond 5.10 Gene...
brocade3800_2 10.61.165.128 Fibre Channel Switch
brocade4100-6 10.61.165.129 Fibre Channel Switch.
MCD6140-rtp2 10.61.165.131 MCDATA ED-6140 Model 0...
sato 10.61.165.134 NetApp Release 7.3.1.1...
FB060003420 10.61.165.141 Fibre Channel Switch.
brocade4100_9 10.61.165.146 Fibre Channel Switch.
FB030002056 10.61.165.159 Fibre Channel Switch.
malibu 10.61.165.175 SunOS malibu 5.10 Gene...
kes 10.61.165.176 SunOS kes 5.10 Generic...
sybok 10.61.165.180 SunOS sybok 5.10 Gener...
joker1 10.61.165.183 SunOS joker1 5.10 Gene...
FAS270c1 10.61.165.187 NetApp Release 7.3.1: ...
FAS270c2 10.61.165.188 NetApp Release 7.3.1: ...
brocade3850-2 10.61.165.191 Fibre Channel Switch.
NH060029600 10.61.165.192 Fibre Channel Switch.
borg1of5 10.61.165.221 Sun SNMP Agent,
indy 10.61.165.227 NetApp Release 7.2.7: ...
monza 10.61.165.229 NetApp Release 7.2.7: ...
bele 10.61.165.232 NetApp Release 7.2.3: ...
mira 10.61.165.233 NetApp Release 7.2.3: ...
brocade4100-7 10.61.165.251 Fibre Channel Switch.
brocade4100-8 10.61.165.252 Fibre Channel Switch.
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Connect-NaController</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Initialize-NaController</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaAggr</command:name>
        <maml:description>
            <maml:para>Gets the aggregates for the current controller.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaAggr</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>The Get-NaAggr cmdlet retrieves one or more aggregates from a Data ONTAP controller. Wildcards are supported for the aggregate name.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaAggr</maml:name>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para></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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name>System.String</maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para>The name of the aggregate to retrieve.</maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Aggr.AggrInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para>The AggrInfo class describes a Data ONTAP aggregate.</maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: aggr
API: aggr-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- All aggregates -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaAggr</dev:code>
              <dev:remarks>
                <maml:para>Retrieves all aggregates from the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- A specific aggregate -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaAggr aggr1</dev:code>
              <dev:remarks>
                <maml:para>Retrieves the aggregate named &#39;aggr1&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Wildcards -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaAggr aggr1*</dev:code>
              <dev:remarks>
                <maml:para>Retrieves all aggregates whose names begin with &#39;aggr1&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaAggr</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaAggr</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Connect-NaController</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaAggrFilerInfo</command:name>
        <maml:description>
            <maml:para>Get information on what possibilities and parameters exist for aggregates on a given filer.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaAggrFilerInfo</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get information on what possibilities and parameters exist for aggregates on a given filer.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaAggrFilerInfo</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Aggr.AggrFilerInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: aggr
API: aggr-get-filer-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaAggrFilerInfo</dev:code>
              <dev:remarks>
                <maml:para>Get information on what possibilities and parameters exist for aggregates on the current filer.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>AllowedRaidTypes : {raid0}
ChecksumTypes : block
DefaultRaidType : raid_dp
DiskTypes : 520
RaidGroupSize : {DataONTAP.Types.Volume.RaidgroupSizeInfo, DataONTAP.Types.Volume.RaidgroupSizeInfo, DataONTAP.Types.Volume.RaidgroupSizeInfo}
RootVolume : vol0
SnapshotsMax : 255
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Connect-NaController</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaAggrMediaScrub</command:name>
        <maml:description>
            <maml:para>Get the status of media scrubbing on the named aggregate, plex, or RAID group.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaAggrMediaScrub</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the status of media scrubbing on the named aggregate, plex, or RAID group. Status includes percentage complete and the media scrub&#39;s status.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaAggrMediaScrub</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of an existing aggregate, plex, or RAID group, using the following format:
 
[/vol/]&lt;aggrname&gt;[&lt;plexinfo&gt;][&lt;groupinfo&gt;]
 
If no name is given, then status is generated for all RAID groups currently being media-scrubbed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of an existing aggregate, plex, or RAID group, using the following format:
 
[/vol/]&lt;aggrname&gt;[&lt;plexinfo&gt;][&lt;groupinfo&gt;]
 
If no name is given, then status is generated for all RAID groups currently being media-scrubbed.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.MediascrubDetailInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: aggr
API: aggr-mediascrub-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- All aggregates -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaAggrMediaScrub | Format-List</dev:code>
              <dev:remarks>
                <maml:para>List scrub status for all aggregates on the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>PercentageComplete : 96
RaidGroup : /testaggr/plex0/rg0
PercentageCompleteSpecified : True
 
PercentageComplete : 255
RaidGroup : /aggr0/plex0/rg0
PercentageCompleteSpecified : True
 
PercentageComplete : 20
RaidGroup : /aggr1/plex0/rg0
PercentageCompleteSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Connect-NaController</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaAggrOption</command:name>
        <maml:description>
            <maml:para>Get the options that have been set for the specified aggregate.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaAggrOption</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the options that have been set for the specified aggregate.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaAggrOption</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the aggregate whose options we want.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Hashtable</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the aggregate whose options we want.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Hashtable</maml:name>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Aggr.AggrOptionInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: aggr
API: aggr-options-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaAggrOption aggr1</dev:code>
              <dev:remarks>
                <maml:para>Get all options for aggregate &#39;aggr1&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Value
---- -----
fs_size_fixed off
ignore_inconsistent off
no_i2p off
no_delete_log off
nosnap off
schedsnapname ordinal
raidsize 16
raidtype raid_dp
resyncsnaptime 60
root false
snapmirrored off
upgraded_replica false
snapshot_autodelete on
lost_write_protect on
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaAggr aggr1 | Get-NaAggrOption | ? {$_.name -eq &quot;raidtype&quot;}</dev:code>
              <dev:remarks>
                <maml:para>Get raid type option for aggr1.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Value
---- -----
raidtype raid_dp
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaAggrOption</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaAggrScrub</command:name>
        <maml:description>
            <maml:para>Get the status of parity scrubbing on the named aggregate, plex, or RAID group.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaAggrScrub</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the status of parity scrubbing on the named aggregate, plex, or RAID group. Status includes percentage complete and the scrub&#39;s suspended status (if appropriate).</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaAggrScrub</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of an existing aggregate, plex, or RAID group using the following format:
 
[/vol/]&lt;aggrname&gt;[&lt;plexinfo&gt;][&lt;groupinfo&gt;]
 
If no name is given, then status is generated for all RAID groups currently being scrubbed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of an existing aggregate, plex, or RAID group using the following format:
 
[/vol/]&lt;aggrname&gt;[&lt;plexinfo&gt;][&lt;groupinfo&gt;]
 
If no name is given, then status is generated for all RAID groups currently being scrubbed.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.ScrubDetailInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: aggr
API: aggr-scrub-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaAggrScrub aggr1</dev:code>
              <dev:remarks>
                <maml:para>Get scrub status for aggregate &#39;aggr1&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>IsSuspended : False
LastScrubTimestamp : 1280033111
LastScrubTimestampDT : 7/25/2010 4:45:11 AM
PercentageComplete : 0
RaidGroup : /aggr1/plex0/rg0
LastScrubTimestampSpecified : True
PercentageCompleteSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaAggrMediaScrub</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaAggr</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaAggrSpace</command:name>
        <maml:description>
            <maml:para>Show the space usage of the aggregate on a per flexible volume basis.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaAggrSpace</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Show the space usage of the aggregate on a per flexible volume basis.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaAggrSpace</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The aggregate to get the space information for. If not specified the space information for all aggregates is obtained.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The aggregate to get the space information for. If not specified the space information for all aggregates is obtained.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Aggr.AggrSpaceInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: aggr
API: aggr-space-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaAggrSpace aggr0</dev:code>
              <dev:remarks>
                <maml:para>Gets space info for aggregate &#39;aggr0&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>AggregateName : aggr0
SizeFree : 5558628352
SizeMetadata : 1510596608
SizeNominal : 128326356992
SizeSnapUsed : 1110417408
SizeUsed : 116351414272
SizeVolumeAllocated : 116342484992
SizeVolumeUsed : 8156282880
VolumeCount : 1
Volumes : {vol0}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaAggr</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaAggrVerify</command:name>
        <maml:description>
            <maml:para>Get the status of RAID mirror verification on the named aggregate.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaAggrVerify</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the status of RAID mirror verification on the named aggregate. Status includes percentage complete and whether it&#39;s currently suspended.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaAggrVerify</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of an existing aggregate. If no name is given, then mirror verification status is generated for all aggregates currently being verified.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of an existing aggregate. If no name is given, then mirror verification status is generated for all aggregates currently being verified.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VerifyDetailInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: aggr
API: aggr-verify-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaAggrScrub</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaAggr</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaCifs</command:name>
        <maml:description>
            <maml:para>Display the CIFS configuration.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaCifs</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Display the CIFS configuration.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaCifs</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Cifs.CifsConfigInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cifs
API: cifs-list-config</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaCifs</dev:code>
              <dev:remarks>
                <maml:para>Get the current CIFS configuration.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ADSite : Default-First-Site-Name
AuthType : ad
DCConnection : {DataONTAP.Types.Cifs.ConnectionInfo}
DNSDomainname : rtprre.testdomain
LDAPConnection : {DataONTAP.Types.Cifs.ConnectionInfo}
NetBIOSDomainname : RTPRRE
NetBIOSServername : BENSON
SecurityStyle : ntfs
WindowsType : Windows 2003
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaCifs</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Test-NaCifs</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaCifsBranchCacheHashStatistics</command:name>
        <maml:description>
            <maml:para>Get the CIFS BranchCache statistics.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaCifsBranchCacheHashStatistics</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the CIFS BranchCache statistics.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaCifsBranchCacheHashStatistics</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Cifs.CifsBranchcacheHashStatistics</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cifs
API: cifs-branchcache-hash-stat</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaCifsBranchCacheHashStatistics</dev:code>
              <dev:remarks>
                <maml:para>Get the BranchCache hash statistics for the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>HashesFlashedPostFirstTimeout : 0
HashesFlashedPostSecondTimeout : 0
HashesFlashedPostThirdTimeout : 0
HashesFlashedPostFourthTimeout : 0
HashesFlashedPostFifthTimeout : 0
FilesizeRange0kbTo10kb : 0
FilesizeRange10kbTo100kb : 0
FilesizeRange100kbTo250kb : 0
FilesizeRange250kbTo1mb : 0
FilesizeRange1mbTo10mb : 0
FilesizeRange10mbTo100mb : 0
FilesizeMoreThan100mb : 0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaCifsBranchCacheKey</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaCifsHomeDirectory</command:name>
        <maml:description>
            <maml:para>Return path to the user&#39;s CIFS home directory if it exists, or return the paths to all home directories.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaCifsHomeDirectory</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Return path to the user&#39;s CIFS home directory if it exists, or return the paths to all home directories.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaCifsHomeDirectory</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>User</maml:name>
                <maml:description>
                    <maml:para>Name of the user. If the filer is using the &quot;mapped&quot; CIFS home directory naming style, then a mapped Unix name is provided. For the domain naming style, a domain/user is provided. Otherwise the filer will expect the NT name for the user. The filer&#39;s CIFS home directory naming style can be obtained with the Get-NaOption cmdlet, using parameter &quot;cifs.home_dir_namestyle&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>User</maml:name>
            <maml:description>
                <maml:para>Name of the user. If the filer is using the &quot;mapped&quot; CIFS home directory naming style, then a mapped Unix name is provided. For the domain naming style, a domain/user is provided. Otherwise the filer will expect the NT name for the user. The filer&#39;s CIFS home directory naming style can be obtained with the Get-NaOption cmdlet, using parameter &quot;cifs.home_dir_namestyle&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.String</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cifs
API: cifs-homedir-paths-get, cifs-homedir-path-get-for-user</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaCifsHomeDirectory</dev:code>
              <dev:remarks>
                <maml:para>Return the list of home directories on the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>/vol/vol0/user1
/vol/vol0/user2
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaCifsHomeDirectory</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaCifsNetBiosAlias</command:name>
        <maml:description>
            <maml:para>Return the current list of NetBIOS alias names for the controller.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaCifsNetBiosAlias</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Return the current list of NetBIOS alias names for the controller.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaCifsNetBiosAlias</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Cifs.NbaliasNameInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cifs
API: cifs-nbalias-names-get</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaCifsNetBiosAlias</dev:code>
              <dev:remarks>
                <maml:para>Get the current list of NetBIOS alias names for the controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name
----
DUNN
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaCifsNetBiosAlias</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaCifsOrganizationalUnit</command:name>
        <maml:description>
            <maml:para>Gathers a list of joinable organizational units from Active Directory.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaCifsOrganizationalUnit</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Gathers a list of joinable organizational units from Active Directory for the login-user specified. For more information regarding Active Directory organizational units and their use, please reference Microsoft&#39;s Active Directory documentation.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaCifsOrganizationalUnit</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Domain</maml:name>
                <maml:description>
                    <maml:para>The name of the domain that the CIFS server will join. Examples: cifsdomain, cifs.domain.com</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>User</maml:name>
                <maml:description>
                    <maml:para>The name of a domain user that has the ability to add the CIFS server to the domain given in Domain. Examples: username (assumes Domain is the user&#39;s domain), cifsdomain\username, cifs.domain.com\username</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>Password</maml:name>
                <maml:description>
                    <maml:para>The password for User.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Get-NaCifsOrganizationalUnit</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Credential</maml:name>
                <maml:description>
                    <maml:para>Credentials of a domain user that has the ability to add the CIFS server to the domain.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Domain</maml:name>
            <maml:description>
                <maml:para>The name of the domain that the CIFS server will join. Examples: cifsdomain, cifs.domain.com</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>User</maml:name>
            <maml:description>
                <maml:para>The name of a domain user that has the ability to add the CIFS server to the domain given in Domain. Examples: username (assumes Domain is the user&#39;s domain), cifsdomain\username, cifs.domain.com\username</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
            <maml:name>Password</maml:name>
            <maml:description>
                <maml:para>The password for User.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Credential</maml:name>
            <maml:description>
                <maml:para>Credentials of a domain user that has the ability to add the CIFS server to the domain.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
            <dev:type>
                <maml:name>PSCredential</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Cifs.CifsSetupOu</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cifs
API: cifs-setup-ou-list-iter-start, cifs-setup-ou-list-iter-next, cifs-setup-ou-list-iter-end</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaCifsOrganizationalUnit rtprre.testdomain Administrator my@passw0rd</dev:code>
              <dev:remarks>
                <maml:para>Get the OU list from Active Directory in domain &#39;rtprre.testdomain&#39;</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>OrganizationalUnit
------------------
CN=computers
OU=Domain Controllers
OU=XenDesktop
OU=XenDesktopFarm,OU=XenDesktop
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaCifsSite</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaCifsSession</command:name>
        <maml:description>
            <maml:para>Gives information on current CIFS activity.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaCifsSession</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Gives information on current CIFS activity. Without arguments, it returns a summary of information about the filer and lists the users who are connected to the filer.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaCifsSession</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>User</maml:name>
                <maml:description>
                    <maml:para>User name. If user is specified , this api returns information about the specified user, along with the names and access level of files that the user has opened. This api returns information about all the users, if the user is specified as &#39;*&#39; or is not specified.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Host</maml:name>
                <maml:description>
                    <maml:para>IP address/machine name of the user&#39;s client machine.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>User</maml:name>
            <maml:description>
                <maml:para>User name. If user is specified , this api returns information about the specified user, along with the names and access level of files that the user has opened. This api returns information about all the users, if the user is specified as &#39;*&#39; or is not specified.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Host</maml:name>
            <maml:description>
                <maml:para>IP address/machine name of the user&#39;s client machine.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Cifs.CifsSessionInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cifs
API: cifs-session-list-iter-start, cifs-session-list-iter-next, cifs-session-list-iter-end</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaCifsSession</dev:code>
              <dev:remarks>
                <maml:para>List all current CIFS connections.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ChangeNotifies : 0
Dirs : 0
Files : 0
HostIp : 10.61.167.22
HostName : 10.61.167.22
Shares : 0
User : (RTPRRE\administrator - pcuser)
VolumesList : {}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaCifsShare</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaCifsShare</command:name>
        <maml:description>
            <maml:para>Gives information about one or more shares.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaCifsShare</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Gives information about one or more shares.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaCifsShare</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Share</maml:name>
                <maml:description>
                    <maml:para>Cifs share name. If Share is specified, only information about that share is returned. If Share is not specified, then information about all the shares is returned. If the name contains the wildcard characters * or ?, then all the shares matching the specified name are listed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Share</maml:name>
            <maml:description>
                <maml:para>Cifs share name. If Share is specified, only information about that share is returned. If Share is not specified, then information about all the shares is returned. If the name contains the wildcard characters * or ?, then all the shares matching the specified name are listed.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Cifs.CifsShareInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cifs
API: cifs-share-list-iter-start, cifs-share-list-iter-next, cifs-share-list-iter-end</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaCifsShare *Files</dev:code>
              <dev:remarks>
                <maml:para>Get all CIFS shares with share name like &#39;*Files&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Caching :
Description :
DirUmask :
FileUmask :
Forcegroup :
IsSymlinkStrictSecurity :
IsVolOffline :
IsVscan :
IsVscanread :
IsWidelink :
Maxusers :
MountPoint : /vol/vol2
ShareName : MyFiles
Umask :
DirUmaskSpecified : False
FileUmaskSpecified : False
IsSymlinkStrictSecuritySpecified : False
IsVolOfflineSpecified : False
IsVscanSpecified : False
IsVscanreadSpecified : False
IsWidelinkSpecified : False
MaxusersSpecified : False
UmaskSpecified : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaCifsShare</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaCifsShare</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaCifsShareAcl</command:name>
        <maml:description>
            <maml:para>Gives information about one or more CIFS shares&#39; access control list (ACL).</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaCifsShareAcl</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Gives information about one or more CIFS shares&#39; access control list (ACL).</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaCifsShareAcl</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Share</maml:name>
                <maml:description>
                    <maml:para>Cifs share name. If specified, only information about that share is returned. If not specified, then information about all shares is returned. If the name contains the wildcard characters * or ?, then all the shares matching the specified pattern are listed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Share</maml:name>
            <maml:description>
                <maml:para>Cifs share name. If specified, only information about that share is returned. If not specified, then information about all shares is returned. If the name contains the wildcard characters * or ?, then all the shares matching the specified pattern are listed.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Cifs.CifsShareAclInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cifs
API: cifs-share-acl-list-iter-start, cifs-share-acl-list-iter-next, cifs-share-acl-list-iter-end</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaCifsShareAcl</dev:code>
              <dev:remarks>
                <maml:para>List ACL info for all CIFS shares.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ShareName UserAclInfo
--------- -----------
ETC$ {BUILTIN\Administrators}
HOME {everyone, root}
C$ {BUILTIN\Administrators}
test {everyone, DUNN\krusty}
clinton_backup {DUNN\cknight}
alfredo_backup {everyone}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaCifsShare</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaCifsShareAcl</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaCifsShareAcl</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaCifsSite</command:name>
        <maml:description>
            <maml:para>Gathers a list of joinable sites units from Active Directory.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaCifsSite</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Gathers a list of joinable sites from Active Directory for the login-user specified. For more information regarding Active Directory sites and their use, please reference Microsoft&#39;s Active Directory documentation.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaCifsSite</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Domain</maml:name>
                <maml:description>
                    <maml:para>The name of the domain that the CIFS server will join. Examples: cifsdomain, cifs.domain.com</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>User</maml:name>
                <maml:description>
                    <maml:para>The name of a domain user that has the ability to add the CIFS server to the domain given in Domain. Examples: username (assumes Domain is the user&#39;s domain), cifsdomain\username, cifs.domain.com\username</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>Password</maml:name>
                <maml:description>
                    <maml:para>The password for User.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>DefaultSite</maml:name>
                <maml:description>
                    <maml:para>Specify to limit the results to the default site listed in Active Directory.</maml:para>
                </maml:description>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Get-NaCifsSite</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Credential</maml:name>
                <maml:description>
                    <maml:para>Credentials of a domain user that has the ability to add the CIFS server to the domain.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>DefaultSite</maml:name>
                <maml:description>
                    <maml:para>Specify to limit the results to the default site listed in Active Directory.</maml:para>
                </maml:description>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Domain</maml:name>
            <maml:description>
                <maml:para>The name of the domain that the CIFS server will join. Examples: cifsdomain, cifs.domain.com</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>User</maml:name>
            <maml:description>
                <maml:para>The name of a domain user that has the ability to add the CIFS server to the domain given in Domain. Examples: username (assumes Domain is the user&#39;s domain), cifsdomain\username, cifs.domain.com\username</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
            <maml:name>Password</maml:name>
            <maml:description>
                <maml:para>The password for User.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>DefaultSite</maml:name>
            <maml:description>
                <maml:para>Specify to limit the results to the default site listed in Active Directory.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Credential</maml:name>
            <maml:description>
                <maml:para>Credentials of a domain user that has the ability to add the CIFS server to the domain.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
            <dev:type>
                <maml:name>PSCredential</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Cifs.CifsSetupSite</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cifs
API: cifs-setup-site-list-iter-start, cifs-setup-site-list-iter-next, cifs-setup-site-list-iter-end</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaCifsSite rtprre.testdomain Administrator my@passw0rd</dev:code>
              <dev:remarks>
                <maml:para>List all sites known to AD.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Site
----
Default-First-Site-Name
Test-Site
Test-Site2
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaCifsOrganizationalUnit</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaCifsStatistics</command:name>
        <maml:description>
            <maml:para>Display CIFS client statistics.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaCifsStatistics</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Display CIFS client statistics. The read/write size statistics are provided in bytes/second.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaCifsStatistics</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>SortGroup</maml:name>
                <maml:description>
                    <maml:para>If specified, the client statistics are sorted by the value of the string: &quot;ops&quot;: Sort by the number of operations per second of any type. &quot;reads&quot;: Sort by kbytes/sec of data in response to read requests. &quot;writes&quot;: Sort by kbytes/sec of data written to the filer. &quot;ios&quot;: Sort by the combined total of reads plus writes for each client. &quot;suspicious&quot;: Sort by the number of &quot;suspicious&quot; events per second by each client.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>MaxClients</maml:name>
                <maml:description>
                    <maml:para>Specifies the maximum number of top clients to display (the default is 20).</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>AverageType</maml:name>
                <maml:description>
                    <maml:para>Specifies how the client statistics are to be averaged for display: &quot;smooth&quot;: Use a smoothed average which is weighted towards recent behavior but takes into account previous history of the client. &quot;now&quot;: Use a one-second sample taken immediately and no history is taken into account. &quot;total&quot;: Use the total count of each statistic divided by the total time since sampling started. If the is-verbose option is also set, the totals are given without dividing by the sample time.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>SortGroup</maml:name>
            <maml:description>
                <maml:para>If specified, the client statistics are sorted by the value of the string: &quot;ops&quot;: Sort by the number of operations per second of any type. &quot;reads&quot;: Sort by kbytes/sec of data in response to read requests. &quot;writes&quot;: Sort by kbytes/sec of data written to the filer. &quot;ios&quot;: Sort by the combined total of reads plus writes for each client. &quot;suspicious&quot;: Sort by the number of &quot;suspicious&quot; events per second by each client.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>MaxClients</maml:name>
            <maml:description>
                <maml:para>Specifies the maximum number of top clients to display (the default is 20).</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>AverageType</maml:name>
            <maml:description>
                <maml:para>Specifies how the client statistics are to be averaged for display: &quot;smooth&quot;: Use a smoothed average which is weighted towards recent behavior but takes into account previous history of the client. &quot;now&quot;: Use a one-second sample taken immediately and no history is taken into account. &quot;total&quot;: Use the total count of each statistic divided by the total time since sampling started. If the is-verbose option is also set, the totals are given without dividing by the sample time.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Cifs.CifsTopInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cifs
API: cifs-top-iter-start, cifs-top-iter-next, cifs-top-iter-end</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaCifsStatistics</dev:code>
              <dev:remarks>
                <maml:para>Get CIFS client statistics.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>OpsPerSec : 1740
ReadOps : 0
ReadSize : 0
SuspiciousPerSec : 131
UserInfo : 10.61.167.22 RTPRRE\administrator
WriteOps : 519
WriteSize : 14196736
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaClone</command:name>
        <maml:description>
            <maml:para>Gets the information of a clone operations identified by CloneId.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaClone</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Gets the information of a clone operations identified by CloneId. If CloneId is not specified, then it will get the status of all running and failed clone operation on the filer. It will get the status as &#39;running&#39;, &#39;failed&#39; or &#39;completed&#39;. User may see some other transient status for the clone operation, but any other status should be considered for polling clone-list-status again.
 
User should keep polling Get-NaClone till status returned is &#39;failed&#39; or &#39;completed&#39;. If status is &#39;completed&#39;, the clone operation has been completed successfully. If status is &#39;failed&#39;, then user is responsible for doing clone-clear to clean the status of the clone information.
 
When a clone operation is aborted using Stop-NaClone, it may take some time to stop the clone operation. User should poll Get-NaClone till status returned is &#39;completed&#39;. When status returned is &#39;completed&#39; after Stop-NaClone, the clone operation has been stopped successfully.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaClone</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Get-NaClone</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>VolumeUuid</maml:name>
                <maml:description>
                    <maml:para>UUID of volume on which this clone exists. If not specified, it will get the status of all running and failed clone operations on the filer. If a volume object is passed in via the pipeline, this cmdlet can use its Uuid value.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>CloneId</maml:name>
                <maml:description>
                    <maml:para>ID information of the clone operation. If not specified, it will get the status of all running and failed clone operations on the filer.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Decimal</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Get-NaClone</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue)" position = "1" >
                <maml:name>OpsInfo</maml:name>
                <maml:description>
                    <maml:para>Alternate parameter for specifying a clone operation, as returned by Get-NaClone or Start-NaClone.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >OpsInfo</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>VolumeUuid</maml:name>
            <maml:description>
                <maml:para>UUID of volume on which this clone exists. If not specified, it will get the status of all running and failed clone operations on the filer. If a volume object is passed in via the pipeline, this cmdlet can use its Uuid value.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>CloneId</maml:name>
            <maml:description>
                <maml:para>ID information of the clone operation. If not specified, it will get the status of all running and failed clone operations on the filer.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Decimal</command:parameterValue>
            <dev:type>
                <maml:name>Decimal</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
            <maml:name>OpsInfo</maml:name>
            <maml:description>
                <maml:para>Alternate parameter for specifying a clone operation, as returned by Get-NaClone or Start-NaClone.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">OpsInfo</command:parameterValue>
            <dev:type>
                <maml:name>OpsInfo</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Clone.OpsInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: clone
API: clone-list-status</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaClone</dev:code>
              <dev:remarks>
                <maml:para>Get status of all running and failed clone operations on the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>SourceFile : /vol/vol2/lun1
DestinationFile : /vol/vol2/lun1clone
CloneState : running
TotalBytes : 21476192256
PercentDone : 11
BytesCopied : 65654784
CloneType : lun
CloneId : 12
Error :
Reason :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>$clone = Start-NaClone /vol/vol2/lun2 /vol/vol2/lun2clone
&lt;...more script...&gt;
Get-NaClone $clone</dev:code>
              <dev:remarks>
                <maml:para>Start a clone operation and save the operation status in a variable $clone. Later, get the status of the same operation by passing in the saved $clone value.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>SourceFile : /vol/vol2/lun2
DestinationFile : /vol/vol2/lun2clone
CloneState : running
TotalBytes : 21476192256
PercentDone : 8
BytesCopied : 0
CloneType : lun
CloneId : 12
Error :
Reason :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Start-NaClone</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Stop-NaClone</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Clear-NaClone</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaCluster</command:name>
        <maml:description>
            <maml:para>Get useful information about the status of the clustering service.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaCluster</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get useful information about the status of the clustering service. If the monitor is not initialized, this returns an error.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaCluster</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Cf.ClusterStatus</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cf
API: cf-status</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaCluster</dev:code>
              <dev:remarks>
                <maml:para>Get the status of the HA pair.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>State : CONNECTED
Partner : benson
IsEnabled : True
IsInterconnectUp : True
TimeMasterStatus : master
TimeUntilTakeoverTS :
CurrentTimeDT : 8/26/2010 10:50:32 PM
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaCluster</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Disable-NaCluster</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaClusterHwAssist</command:name>
        <maml:description>
            <maml:para>Get useful information about the status of hw_assist functionality.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaClusterHwAssist</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get useful information about the status of hw_assist functionality.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaClusterHwAssist</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Cf.ClusterHaHwAssistStatus</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cf
API: cf-hwassist-status</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaClusterHwAssist</dev:code>
              <dev:remarks>
                <maml:para>Get the status of the hardware assisted takeover.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaClusterHwAssistStats</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaClusterHwAssistStats</command:name>
        <maml:description>
            <maml:para>Get useful information about statistics of hardware assisted takeover functionality.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaClusterHwAssistStats</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get useful information about statistics of hardware assisted takeover functionality.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaClusterHwAssistStats</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Cf.ClusterHaHwAssistStats</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cf
API: cf-hwassist-stats</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaClusterHwAssistStats</dev:code>
              <dev:remarks>
                <maml:para>Get the stats of the hardware assisted takeover functionality.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaClusterHwAssist</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaClusterPartner</command:name>
        <maml:description>
            <maml:para>Get the host name of the partner.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaClusterPartner</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the host name of the partner. If the name is unknown, it will return partner-unknown.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaClusterPartner</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.String</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cf
API: cf-get-partner</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaClusterPartner</dev:code>
              <dev:remarks>
                <maml:para>Get the name of this HA pair member&#39;s partner.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>filer2
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaCluster</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaCommand</command:name>
        <maml:description>
            <maml:para>Get a list of Data ONTAP cmdlets.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaCommand</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get a list of Data ONTAP cmdlets.
 
Get-NaCommand is similar in functionality to Get-NaHelp, while offering advanced filtering of available cmdlets in the DataONTAP module. Cmdlets may be searched by Name, Api, Category, Verb and/or Noun.
 
The ListAvailable switch will restrict the results to only cmdlets available on the given (or current) controller connection.
 
The ListUnavailable switch will restrict the results to only cmdlets unavailable on the given (or current) controller connection.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaCommand</maml:name>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the cmdlet. Wildcards are accepted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Api</maml:name>
                <maml:description>
                    <maml:para>Api of the cmdlet. Wildcards are accepted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Category</maml:name>
                <maml:description>
                    <maml:para>Category the cmdlet belongs to. Wildcards are accepted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Verb</maml:name>
                <maml:description>
                    <maml:para>Cmdlet verb. Wildcards are accepted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Noun</maml:name>
                <maml:description>
                    <maml:para>Cmdlet noun. Wildcards are accepted.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Get-NaCommand</maml:name>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the cmdlet. Wildcards are accepted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Api</maml:name>
                <maml:description>
                    <maml:para>Api of the cmdlet. Wildcards are accepted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Category</maml:name>
                <maml:description>
                    <maml:para>Category the cmdlet belongs to. Wildcards are accepted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Verb</maml:name>
                <maml:description>
                    <maml:para>Cmdlet verb. Wildcards are accepted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Noun</maml:name>
                <maml:description>
                    <maml:para>Cmdlet noun. Wildcards are accepted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ListAvailable</maml:name>
                <maml:description>
                    <maml:para>If specified, only cmdlets compatible with the given controller are listed.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Get-NaCommand</maml:name>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the cmdlet. Wildcards are accepted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Api</maml:name>
                <maml:description>
                    <maml:para>Api of the cmdlet. Wildcards are accepted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Category</maml:name>
                <maml:description>
                    <maml:para>Category the cmdlet belongs to. Wildcards are accepted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Verb</maml:name>
                <maml:description>
                    <maml:para>Cmdlet verb. Wildcards are accepted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Noun</maml:name>
                <maml:description>
                    <maml:para>Cmdlet noun. Wildcards are accepted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ListUnavailable</maml:name>
                <maml:description>
                    <maml:para>If specified, only cmdlets unavailable on the given controller are listed.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the cmdlet. Wildcards are accepted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Api</maml:name>
            <maml:description>
                <maml:para>Api of the cmdlet. Wildcards are accepted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Category</maml:name>
            <maml:description>
                <maml:para>Category the cmdlet belongs to. Wildcards are accepted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Verb</maml:name>
            <maml:description>
                <maml:para>Cmdlet verb. Wildcards are accepted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Noun</maml:name>
            <maml:description>
                <maml:para>Cmdlet noun. Wildcards are accepted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>ListAvailable</maml:name>
            <maml:description>
                <maml:para>If specified, only cmdlets compatible with the given controller are listed.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>ListUnavailable</maml:name>
            <maml:description>
                <maml:para>If specified, only cmdlets unavailable on the given controller are listed.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.PowerShell.SDK.Cmdlets.Help.HelpInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: toolkit</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaCommand -Category net -Verb Get, Set</dev:code>
              <dev:remarks>
                <maml:para>Get all of the get and set commands in the net category.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Category Api
---- -------- ---
Get-NaNetActiveConfig net {net-config-get-active}
Get-NaNetDcb net {net-dcb-list-info}
Get-NaNetDcbPriority net {net-dcb-priority-list-info}
Get-NaNetInterface net {net-ifconfig-get}
Get-NaNetIpspace net {net-ipspace-list}
Get-NaNetPersistentConfig net {net-config-get-persistent}
Get-NaNetRoute net {net-config-get-active}
Get-NaNetVif net {net-config-get-active}
Get-NaNetVlan net {net-config-get-active}
Set-NaNetInterface net {system-cli, net-ifconfig-set}
Set-NaNetIpspace net {net-ipspace-assign}
Set-NaNetPersistentConfig net {net-config-set-persistent}
Set-NaNetVif net {system-cli}
Set-NaNetVlan net {system-cli}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaCommand -Category net -Verb Get, Set -ListAvailable</dev:code>
              <dev:remarks>
                <maml:para>Get all of the get and set commands in the net category that are available to run on the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Category Api
---- -------- ---
Get-NaNetActiveConfig net {net-config-get-active}
Get-NaNetInterface net {net-ifconfig-get}
Get-NaNetIpspace net {net-ipspace-list}
Get-NaNetPersistentConfig net {net-config-get-persistent}
Get-NaNetRoute net {net-config-get-active}
Get-NaNetVif net {net-config-get-active}
Get-NaNetVlan net {net-config-get-active}
Set-NaNetInterface net {system-cli, net-ifconfig-set}
Set-NaNetIpspace net {net-ipspace-assign}
Set-NaNetPersistentConfig net {net-config-set-persistent}
Set-NaNetVif net {system-cli}
Set-NaNetVlan net {system-cli}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 3 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaCommand -Category net -Verb Get, Set -ListUnavailable</dev:code>
              <dev:remarks>
                <maml:para>Get all of the get and set cmdlets in the net category are not available to run on the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Category Api
---- -------- ---
Get-NaNetDcb net {net-dcb-list-info}
Get-NaNetDcbPriority net {net-dcb-priority-list-info}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaControllerError</command:name>
        <maml:description>
            <maml:para>Get a description of a Data ONTAP error code.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaControllerError</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get a description of a Data ONTAP error code. A specific error may be retrieved by numerical code or by its shorthand name, both of which are normally returned by Data ONTAP if an API error occurs. Specify neither to get a listing of all defined error codes.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaControllerError</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Code</maml:name>
                <maml:description>
                    <maml:para>The numerical error code returned by Data ONTAP.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Get-NaControllerError</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>An error name returned by Data ONTAP, such as &#39;EDEST_IS_LS_VOLUME2&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Code</maml:name>
            <maml:description>
                <maml:para>The numerical error code returned by Data ONTAP.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>An error name returned by Data ONTAP, such as &#39;EDEST_IS_LS_VOLUME2&#39;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Toolkit.Utils.ControllerErrorInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: toolkit</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaControllerError 1004</dev:code>
              <dev:remarks>
                <maml:para>Look up a Data ONTAP error code by number.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : ENOPARTNERIFC
Code : 1004
Description : Partner interface configured does not exist on partner.
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaControllerError EQUOTADIRECTIVE</dev:code>
              <dev:remarks>
                <maml:para>Look up a Data ONTAP error code by name.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : EQUOTADIRECTIVE
Code : 13054
Description : Cannot process quota directives in /etc/quotas.
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaCopyOffload</command:name>
        <maml:description>
            <maml:para>Provides status on an on-going copyoffload-copy-file request. The response will indicate the state of the on-going operation and the number of bytes copied thus far.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaCopyOffload</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Provide status on an on-going copyoffload-copy-file request. The response will indicate the state of the on-going operation and the number of bytes copied thus far.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaCopyOffload</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>CopyId</maml:name>
                <maml:description>
                    <maml:para>Unique identifier for an on-going copy operation.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>CopyId</maml:name>
            <maml:description>
                <maml:para>Unique identifier for an on-going copy operation.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Copyoffload.CopyoffloadStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: copyoffload
API: copyoffload-copy-status</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaCopyOffload</dev:code>
              <dev:remarks>
                <maml:para>Gets all the currently running copy offload operations.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BytesCopied : 22282241
CopyId : ada4e460-3cfe-11e0-adb2-00a09826e442
CopyoffloadError : 0
CopyoffloadState : running
DestinationPath : /vol/vol1/copy2
Length : 681867016
SourcePath : /vol/vol1/copy
CopyoffloadErrorSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Start-NaCopyOffload</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Stop-NaCopyOffload</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaCredential</command:name>
        <maml:description>
            <maml:para>List entries in the credentials cache.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaCredential</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>List entries in the credentials cache. Only entries that are usable by the current user are listed. This may include credentials that were saved with user or system scope.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaCredential</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>An NaController object, as returned by Connect-NaController. If neither this parameter nor -Name is specified, this cmdlet will return all entries visible to the current user.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SystemScope</maml:name>
                <maml:description>
                    <maml:para>Specify true to get credentials with system-wide scope, false for user-specific credentials, or null for all credentials.</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Get-NaCredential</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name or address of a storage controller. If a host name is specified, it must be resolvable to an address. Wildcards are supported. If neither this parameter nor -Name is specified, this cmdlet will return all entries visible to the current user.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SystemScope</maml:name>
                <maml:description>
                    <maml:para>Specify true to get credentials with system-wide scope, false for user-specific credentials, or null for all credentials.</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>An NaController object, as returned by Connect-NaController. If neither this parameter nor -Name is specified, this cmdlet will return all entries visible to the current user.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>SystemScope</maml:name>
            <maml:description>
                <maml:para>Specify true to get credentials with system-wide scope, false for user-specific credentials, or null for all credentials.</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name or address of a storage controller. If a host name is specified, it must be resolvable to an address. Wildcards are supported. If neither this parameter nor -Name is specified, this cmdlet will return all entries visible to the current user.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.PowerShell.SDK.Cmdlets.Toolkit.Credentials.NaCredential</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: toolkit</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaCredential | ft -AutoSize</dev:code>
              <dev:remarks>
                <maml:para>List all credentials visible to the current user.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Credential HostUser
---- ---------- --------
dunn System.Management.Automation.PSCredential RTPRRE\Administrator
dunn System.Management.Automation.PSCredential SYSTEM
benson System.Management.Automation.PSCredential RTPRRE\Administrator
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Connect-NaController dunn -Credential (Get-NaCredential dunn -SystemScope $false).Credential</dev:code>
              <dev:remarks>
                <maml:para>Connect using credentials that are explicitly pulled from the credentials cache.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : dunn
Address : 10.61.167.60
Ontapi : 1.12
Version : NetApp Release 7.3.3: Thu Mar 11 22:29:52 PST 2010
Protocol : HTTPS
Port : 443
Vfiler :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaCredential</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaCredential</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaDisk</command:name>
        <maml:description>
            <maml:para>Get disk status information from RAID.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaDisk</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get disk status information from RAID. Only disks owned by the filer or its partner are eligible for inclusion in the returned list. To obtain information about disks connected to the filer but not owned by the local filer or its CFO partner, use the &quot;Get-NaDiskOwner&quot; API.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaDisk</maml:name>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of one or more disks to get. 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>Old</maml:name>
                <maml:description>
                    <maml:para>If specified, use the disk-list-info API instead of storage-disk-get-iter API even when storage-disk-get-iter is available.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of one or more disks to get. Wildcards are permitted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Old</maml:name>
            <maml:description>
                <maml:para>If specified, use the disk-list-info API instead of storage-disk-get-iter API even when storage-disk-get-iter is available.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Disk.DiskDetailInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: disk
API: disk-list-info, storage-disk-get-iter</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaDisk</dev:code>
              <dev:remarks>
                <maml:para>Get all disks.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaDisk 0a.24</dev:code>
              <dev:remarks>
                <maml:para>Get disk named &#39;0a.24&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Aggregate : aggr1
Bay : 8
BlocksRead : 1676026176
BlocksWritten : 3397624
BrokenDetails :
BytesPerSector : 520
ChecksumCompatibility : zoned/block
CopyDestination :
CopyPercent :
DiskModel : X274_S10K7146F10
DiskType : FCAL
DiskUid : 20000018:628493E3:00000000:00000000:00000000:00000000:00000000:00000000:00000000:00000000
FirmwareRevision : NA07
GrownDefectListCount : 0
HostAdapter : 0a
Id : 1638401
IsDynamicallyQualified : False
IsOffline :
IsPrefailed : False
IsReplacing : False
IsZeroed :
Name : 0a.24
PhysicalBlocks : 280790184
PhysicalSpace : 143764574208
Plex : plex0
Pool : Pool0
Port : A
PortName : FC:A
PoweronHours :
PoweronHoursTS :
RaidGroup : rg0
RaidState : present
RaidType : data
RawDiskSectors : 280790184
ReconstructionPercent :
Rpm : 10000
ScrubCount : 69
ScrubLastDone : 0
ScrubLastDoneTS : 00:00:00
SecondaryName :
SecondaryPort :
SerialNumber : 3KS6650J000097311W0S
Shelf : 1
ShmTimeInterval : 3417951
ShmTimeIntervalTS : 39.13:25:51
UsedBlocks : 278528000
UsedSpace : 142606336000
VSeriesDetailInfo :
VendorId : NETAPP
Volume :
ZeroingPercent :
CopyPercentSpecified : False
IsOfflineSpecified : False
IsPrefailedSpecified : True
IsReplacingSpecified : True
IsZeroedSpecified : False
PoweronHoursSpecified : False
ReconstructionPercentSpecified : False
RpmSpecified : True
ZeroingPercentSpecified : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 3 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>(Get-NaDisk 0a.*).Count</dev:code>
              <dev:remarks>
                <maml:para>Get the number of disks on adapter 0a.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>14
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaDiskOwner</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaDiskOwner</command:name>
        <maml:description>
            <maml:para>Get sanown disk information.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaDiskOwner</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get sanown disk information.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaDiskOwner</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Get ownership status for given disk, or if not supplied, get ownership for all disks. If OwnershipType is supplied, get ownership info for disks of specific type. Wildcarding is supported.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>OwnershipType</maml:name>
                <maml:description>
                    <maml:para>Possible values are:
 
&#39;all&#39; which will list all disks.
&#39;unowned&#39; which will list all disks without owners.
&#39;owned&#39; which will list all disks with owners.
&#39;unknown&#39; which will list all disks with unknown owners.
&#39;visible&#39; which will list all disks belonging to the local and partner filer.
 
Default is &#39;all&#39;. If specific disk is specified, OwnershipType will be ignored.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Get ownership status for given disk, or if not supplied, get ownership for all disks. If OwnershipType is supplied, get ownership info for disks of specific type. Wildcarding is supported.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>OwnershipType</maml:name>
            <maml:description>
                <maml:para>Possible values are:
 
&#39;all&#39; which will list all disks.
&#39;unowned&#39; which will list all disks without owners.
&#39;owned&#39; which will list all disks with owners.
&#39;unknown&#39; which will list all disks with unknown owners.
&#39;visible&#39; which will list all disks belonging to the local and partner filer.
 
Default is &#39;all&#39;. If specific disk is specified, OwnershipType will be ignored.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>all</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Disk.DiskSanownDetailInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: disk
API: disk-sanown-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaDiskOwner 0a.29</dev:code>
              <dev:remarks>
                <maml:para>Get ownership info for disk &#39;0a.29&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Checksum :
Home : benson
HomeId : 118045471
IsFailed : False
Name : 0a.29
Owner : benson
OwnerId : 118045471
Pool : 0
ReservedBy : 118045471
SerialNo : 3KS66QVV00009732P3XW
HomeIdSpecified : True
OwnerIdSpecified : True
PoolSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Clear-NaDiskOwner</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaDiskOwner</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Switch-NaDiskOwner</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaDiskOwnerFiler</command:name>
        <maml:description>
            <maml:para>Get sanown filer information.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaDiskOwnerFiler</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get sanown filer information.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaDiskOwnerFiler</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Disk.DiskSanownFilerDetailInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: disk
API: disk-sanown-filer-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaDiskOwnerFiler</dev:code>
              <dev:remarks>
                <maml:para>Get sanown filer information.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>FilerId FilerName
  ------- ---------
118044195 dunn
118045471 benson
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaDiskOwner</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Switch-NaDiskOwner</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaDomainUser</command:name>
        <maml:description>
            <maml:para>List all of the domain users in a given group.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaDomainUser</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>List all of the domain users in a given group. This API is only used in a Windows environment.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaDomainUser</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Group</maml:name>
                <maml:description>
                    <maml:para>List only the SIDs in this group.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Group</maml:name>
            <maml:description>
                <maml:para>List only the SIDs in this group.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Useradmin.DomainUser</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: useradmin
API: useradmin-domainuser-list, system-cli
Privilege: security-priv-admin, cli-cifs-lookup</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaDomainUser Administrators</dev:code>
              <dev:remarks>
                <maml:para>List domain users in this controller&#39;s Administrators group.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>SID Name
--- ----
S-1-5-21-1088268088-1183557120-1454356382-1253 RTPRRE\sysadmin
S-1-5-21-1088268088-1183557120-1454356382-512 RTPRRE\Domain Admins
S-1-5-21-882373162-175273868-1218636855-131072 DUNN\SnapDriveUser
S-1-5-21-882373162-175273868-1218636855-131090 DUNN\cknight
S-1-5-21-882373162-175273868-1218636855-131094 DUNN\krusty
S-1-5-21-882373162-175273868-1218636855-500 DUNN\administrator
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaGroup | Get-NaDomainUser</dev:code>
              <dev:remarks>
                <maml:para>List all domain users known to the controller. The output in this example will contain duplicates if any users are members of multiple groups.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>SID Name
--- ----
S-1-5-21-1088268088-1183557120-1454356382-1253 RTPRRE\sysadmin
S-1-5-21-1088268088-1183557120-1454356382-512 RTPRRE\Domain Admins
S-1-5-21-882373162-175273868-1218636855-131072 DUNN\SnapDriveUser
S-1-5-21-882373162-175273868-1218636855-131090 DUNN\cknight
S-1-5-21-882373162-175273868-1218636855-131094 DUNN\krusty
S-1-5-21-882373162-175273868-1218636855-500 DUNN\administrator
S-1-5-21-1088268088-1183557120-1454356382-514 RTPRRE\Domain Guests
S-1-5-21-1088268088-1183557120-1454356382-513 RTPRRE\Domain Users
S-1-5-21-882373162-175273868-1218636855-131072 DUNN\SnapDriveUser
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaDomainUser</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaUser</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaEfficiency</command:name>
        <maml:description>
            <maml:para>Get efficiency information for a set of aggregates or volumes.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaEfficiency</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get efficiency information for a set of aggregates or volumes. The efficiency information includes the space savings that result from using several NetApp space savings technologies.
 
The cmdlet returns an EfficiencyInfo object for each storage object it investigates. An EfficiencyInfo object contains the following values:
    - Capacity: The capacity of the storage object.
    - Used: The amount of space used on the storage object.
    - Free: The amount of space free on the storage object.
    - Returns: A ReturnsInfo object which describes the storage efficiency returns.
    - Children: If the recurse switch is specified, this is a collection of child storage objects.
 
An AggrEfficiencyInfo object contains the following values:
    - RawCapacity: The total capacity of the disks contained in the aggregate, including parity disks. The size of the disks are determined by the PhysicalSpace value returned by Get-NaDisk.
    - RawDataCapacity: The total capacity of the disks contained in the aggregate including only data disks.
    - SnapUsage: A SnapshotUsageInfo object detailing the snapshot usage of this aggregate. A SnapshotUsageInfo object contains the number of snapshots of the aggregate, the size of the snapshot reserve, the amount of used snapshot space, and the amount of snapshot overflow space (used snapshot space outside of the snapshot reserve).
    - TotalVolumeSize: The total size, in bytes, of all the volumes contained in this aggregate. This value is only valid when the -Recurse switch is present.
    - OverProvisioningPercent: The volume over-provisioning percent of this aggregate. This is equal to (TotalVolumeSize / Capacity) * 100. This value is only valid when the -Recurse switch is present.
 
A VolEfficiencyInfo object contains the following values:
    - TotalSize: The size of the volume including the snapshot reserve.
    - SnapUsage: A SnapshotUsageInfo object detailing the snapshot usage of this volume. A SnapshotUsageInfo object contains the number of snapshots of the volume, the size of the snapshot reserve, the amount of used snapshot space, and the amount of snapshot overflow space (used snapshot space outside of the snapshot reserve).
    - QuotaCommitted: The total amount of space committed on the volume to tree quotas.
    - QuotaUsed: The amount of space used on the volume by qtrees with tree quotas set.
    - QuotaOvercommit: The amount of space overcommitted to tree quotas. If QuotaCommitted &lt; Capacity then the quota overcommit is zero.
    - TotalLunSize: Total size of all the LUNs contained within this volume. This value is only valid when the -Recurse switch is present.
    - OverProvisioningPercent: The LUN over-provisioning percent of the volume. This value is equal to (TotalLunSize / Capacity) * 100. This value is only valid when the -Recurse switch is present.
    - Reserve: The amount of space in the overwrite reserve. This space is saved as overwrite space for luns and files that have space reservation enabled.
    - ReserveUsed: The amount of reserve space that is currently in use.
    - SpaceReserve: The type of space reservation of the volume. This value can be: volume, file, or none.
    - PhysicalUsed: The amount of space consumed on the volume&#39;s containing aggregate as reported by aggr show_space.
    - Allocated: The amount of space allocated for this volume on the containing aggregate as reported by aggr show_space.
    - EffectiveUsed: The amount of space that would be used without NetApp storage efficiency technologies. It is equal to Used plus Returns.
    - EfficiencyPercentage: A percentage representing the overall storage efficiency of the volume. It is equal to the Effective Used divided by the Capacity of the volume.
 
The ReturnsInfo object details the storage efficiency returns of a storage object.
Aggregate ReturnsInfo:
    - RaidDp: The savings that result from using Raid-DP as compared to mirroring.
    - Snapshot: The savings that result from using aggregate snapshots. This is equal to: snapshot savings = data used space - (snapshot used space / number of snapshots). We divide the snapshot used space by the number of snapshots to get an accurate savings calculation from aggregates with long-running snapshots that effectively consume more space than the space consumed by the data.
 
Volume ReturnsInfo:
    - Dedupe: The savings that results from using deduplication.
    - Compression: The savings that results from using compression.
    - Snapshot: The savings that results from using volume snapshots. This is equal to: snapshot savings = data used space - (snapshot used space / number of snapshots). We divide the snapshot used space by the number of snapshots to get an accurate savings calculation from volumes with long-running snapshots that effectively consume more space than the space consumed by the data.
    - Cloning: The savings that result from using NetApp Volume FlexClones. The value is equal to the result of the volume-clone-split-estimate API.
 
Lun ReturnsInfo:
    - Thin: The savings that results from Thin Provisioning. This is equal to size minus space consumed.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaEfficiency</maml:name>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>List of volume names to get efficiency information for. Wildcards are accepted.</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>If specified, the cmdlet will find efficiency information for embedded objects. Aggregates will gather information for volumes, volumes will gather information for qtrees and LUNs.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Hashtable</maml:name>
                <maml:description>
                    <maml:para>If specified, the cmdlet will write the output as a Hashtable. The key is the name of the volume (or aggregate) and the value is the associated EfficiencyInfo object.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Get-NaEfficiency</maml:name>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Aggregate</maml:name>
                <maml:description>
                    <maml:para>List of aggregate names to get efficiency information for. Wildcards are accepted.</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>If specified, the cmdlet will find efficiency information for embedded objects. Aggregates will gather information for volumes, volumes will gather information for qtrees and LUNs.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Hashtable</maml:name>
                <maml:description>
                    <maml:para>If specified, the cmdlet will write the output as a Hashtable. The key is the name of the volume (or aggregate) and the value is the associated EfficiencyInfo object.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>List of volume names to get efficiency information for. Wildcards are accepted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Recurse</maml:name>
            <maml:description>
                <maml:para>If specified, the cmdlet will find efficiency information for embedded objects. Aggregates will gather information for volumes, volumes will gather information for qtrees and LUNs.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Hashtable</maml:name>
            <maml:description>
                <maml:para>If specified, the cmdlet will write the output as a Hashtable. The key is the name of the volume (or aggregate) and the value is the associated EfficiencyInfo object.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>Aggregate</maml:name>
            <maml:description>
                <maml:para>List of aggregate names to get efficiency information for. Wildcards are accepted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.PowerShell.SDK.Cmdlets.Toolkit.Efficiency.EfficiencyInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: toolkit</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaEfficiency *</dev:code>
              <dev:remarks>
                <maml:para>Get the efficiency information for all volumes on the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Capacity Used Free SnapUsage Reserve Returns EfficiencyPercentage
---- -------- ---- ---- --------- ------- ------- --------------------
vol0 537.3 GB 3.0 GB 534.3 GB 266.2 MB 0 3.0 GB 1%
luns 400.0 GB 82.9 GB 317.1 GB 830.8 MB 0 125.7 GB 52%
cifs 400.0 GB 70.3 GB 329.7 GB 98.6 GB 0 63.7 GB 33%
testvol 16.0 GB 1.0 MB 16.0 GB 4.8 MB 0 436.0 KB 0%
tmp_root 4.0 GB 2.6 GB 1.4 GB 1.6 MB 0 2.6 GB 128%
tmp_luns1 4.0 GB 480.0 KB 4.0 GB 1.4 MB 0 297.5 KB 0%
snapsource0 4.0 GB 168.0 KB 4.0 GB 540.0 KB 0 108.0 KB 0%
vol1 20.0 GB 6.6 GB 13.4 GB 304.9 MB 0 6.3 GB 64%
WSFCRRE_dest 100.0 GB 57.7 GB 42.3 GB 3.9 MB 0 57.7 GB 115%
testluns 16.0 GB 6.0 GB 10.0 GB 4.1 MB 48.0 KB 6.0 GB 75%
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaEfficiency -Aggregate aggr0 -Recurse</dev:code>
              <dev:remarks>
                <maml:para>Get the efficiency information for aggr0 and all the volumes contained in aggr0.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>RawCapacity : 5334426058752
RawDataCapacity : 3556284039168
SnapUsage : 60539224064
Name : aggr0
Capacity : 3039371522048
Used : 1131791167488
Free : 1907580354560
Returns : 2008754332467
Children : {[vol0, DataONTAP.PowerShell.SDK.Cmdlets.Toolkit.Efficiency.VolEfficiencyInfo], [luns, DataONTAP.PowerShell.SDK.Cmdlets.Toolkit.Efficiency.VolEfficiencyInfo], [cifs, DataONTAP.PowerShell.SDK.Cmdlets.Toolkit.Efficiency.VolEfficiencyInfo], [testvol, DataONTAP.PowerShell.SDK.Cmdlets.Toolkit.Efficiency.VolEfficiencyInfo]...}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 3 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaEfficiency vol1 -Recurse | %{$_.Children.Values}</dev:code>
              <dev:remarks>
                <maml:para>Get a list of qtrees on vol1 and their space usage information (if a tree quota disk limit is set).</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name HasTreeQuota Capacity Used Free
---- ------------ -------- ---- ----
/vol/vol1/ False 0 0 0
/vol/vol1/qtree1 True 5.0 GB 1.3 MB 5.0 GB
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 4 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaEfficiency vol1 -Recurse | %{$_.Children.Values} | %{$_.Children.Values}</dev:code>
              <dev:remarks>
                <maml:para>Get a list of luns contained in vol1 and their efficiency info.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name IsThin Capacity Used Free
---- ------ -------- ---- ----
/vol/vol1/lun0_clone True 10.0 GB 160.0 KB 10.0 GB
/vol/vol1/lun0 True 10.0 GB 3.1 GB 6.9 GB
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 5 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaEfficiency -Aggregate * -Recurse | select Name, Capacity, TotalVolumeSize, OverProvisioningPercent</dev:code>
              <dev:remarks>
                <maml:para>Get the volume over-provisioning of all the aggregates on the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Capacity TotalVolumeSize OverProvisioningPercent
---- -------- --------------- -----------------------
aggr0 121910042624 92559769600 75
aggr1 853370273792 1391064113152 163
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 6 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaEfficiency -Recurse | select Name, Capacity, TotalLunSize, OverProvisioningPercent</dev:code>
              <dev:remarks>
                <maml:para>Get the LUN over-provisioning of all the volumes on the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Capacity TotalLunSize OverProvisioningPercent
---- -------- ------------ -----------------------
testvol3 17179869184 0 0
vol4 161061273600 390675440128 242
vol0 92559769600 0 0
vol1 968009834496 342566461440 35
dunn_vol2_mirror 193273528320 252075026944 130
vfiler1 17179869184 0 0
testvol2 17179869184 0 0
testvol 17179869184 0 0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaFcAdapter</command:name>
        <maml:description>
            <maml:para>Get the list of FC adapters.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaFcAdapter</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the list of FC adapters.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaFcAdapter</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Adapter</maml:name>
                <maml:description>
                    <maml:para>FC adapter name (e.g. 0a). If not specified, all adapters are returned. Wildcards are supported.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Adapter</maml:name>
            <maml:description>
                <maml:para>FC adapter name (e.g. 0a). If not specified, all adapters are returned. Wildcards are supported.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fc.FcConfigInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fc
API: fc-config-list-iter-start, fc-config-list-iter-next, fc-config-list-iter-end</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaFcAdapter</dev:code>
              <dev:remarks>
                <maml:para>Get all FC adapters.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>AdapterName : 0a
AdapterState : CONFIGURED
AdapterStatus : online
AdapterType : initiator
PendingFcType :
 
AdapterName : 0b
AdapterState : CONFIGURED.
AdapterStatus : online
AdapterType : initiator
PendingFcType :
 
AdapterName : 0c
AdapterState : CONFIGURED
AdapterStatus : offline
AdapterType : target
PendingFcType :
 
AdapterName : 0d
AdapterState : CONFIGURED
AdapterStatus : offline
AdapterType : target
PendingFcType :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaFcpAdapter</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaFcpAdapter</command:name>
        <maml:description>
            <maml:para>Gets information such as nodename/portname and link state about the specified Fiber Channel target adapter, or if no adapter is specified, about all the FC target adapters.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaFcpAdapter</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Gets information such as nodename/portname and link state about the specified Fiber Channel target adapter, or if no adapter is specified, about all the FC target adapters.
 
Note: this cmdlet only applies to FCP target adapters. To list all FC adapters, use Get-NaFcAdapter.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaFcpAdapter</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Adapter</maml:name>
                <maml:description>
                    <maml:para>FC target Adapter to get config information for. If no adapter is specified, information is returned for all FC target Adapters.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>PartnerOnly</maml:name>
                <maml:description>
                    <maml:para>If specified, only adapters that are operating on behalf of partners will be returned.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Adapter</maml:name>
            <maml:description>
                <maml:para>FC target Adapter to get config information for. If no adapter is specified, information is returned for all FC target Adapters.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>PartnerOnly</maml:name>
            <maml:description>
                <maml:para>If specified, only adapters that are operating on behalf of partners will be returned.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fcp.FcpConfigAdapterInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fcp
API: fcp-adapter-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaFcpAdapter 0c</dev:code>
              <dev:remarks>
                <maml:para>Get configuration details for FC target adapter 0c.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Adapter : 0c
AdapterType : Local
CacheLineSize : 16
ConnectionEstablished : loop
DataLinkRate : 0
ErrorMsg :
ExternalGbicEnabled : False
FabricEstablished : False
FirmwareRev : 4.5.2
HardwareRev : 2
InfoName : Dual-channel, QLogic 2432 (2462)
LoopId :
MediaType : auto
NodeName : 50:0a:09:80:87:09:3b:1f
PacketSize : 2048
PartnerAdapter :
PciBusWidth :
PciClockSpeed :
PortAddress : 0
PortId :
PortName : 50:0a:09:83:97:09:3b:1f
Speed : auto
SramParityEnabled : True
Standby : False
State : offlined by user/system
 
Adapter : 0d
AdapterType : Local
CacheLineSize : 16
ConnectionEstablished : loop
DataLinkRate : 0
ErrorMsg :
ExternalGbicEnabled : False
FabricEstablished : False
FirmwareRev : 4.5.2
HardwareRev : 2
InfoName : Dual-channel, QLogic 2432 (2462)
LoopId :
MediaType : auto
NodeName : 50:0a:09:80:87:09:3b:1f
PacketSize : 2048
PartnerAdapter :
PciBusWidth :
PciClockSpeed :
PortAddress : 0
PortId :
PortName : 50:0a:09:82:97:09:3b:1f
Speed : auto
SramParityEnabled : True
Standby : False
State : offlined by user/system
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaFcpAdapter</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaFcpAdapterStatistics</command:name>
        <maml:description>
            <maml:para>Get statistics about the Fibre Channel target adapters.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaFcpAdapterStatistics</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get statistics about the Fibre Channel target adapters. Statistics of adapters running on behalf of partners are not included in the list when requesting stats for all adapters. If listing stats for all adapters and an error occurred for while retrieving stats for an adapter, stats for that adapter will not be returned, and the API will continue on with the rest of the adapters without erroring out. You can get the error msg for that adapter, by specifically specifying that adapter.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaFcpAdapterStatistics</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Adapter</maml:name>
                <maml:description>
                    <maml:para>FC target Adapter. If no adapter is specified, stats for all adapters are returned.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Adapter</maml:name>
            <maml:description>
                <maml:para>FC target Adapter. If no adapter is specified, stats for all adapters are returned.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fcp.FcpAdapterStatsInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fcp
API: fcp-adapter-stats-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaFcpAdapterStatistics 0c</dev:code>
              <dev:remarks>
                <maml:para>Get statistics for FC target adapter 0c.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Adapter : 0c
AdapterResets : 1
CrcErrors : 0
DiscardedFrames : 0
FrameOverruns : 0
FrameUnderruns : 0
InitiatorsConnected : 0
InvalidXmitWords : 0
IsSpfOpticalTransceiverValid : True
LinkBreaks : 0
LipResets : 0
LrReceived : 0
LrSent : 0
NosReceived : 0
OlsReceived : 0
ProtocolErrors : 0
QueueDepth : 0
ScsiRequestsDropped :
SfpConnector : LC
SfpDateCode : 06:09:2
SfpEncoding : 8B10B
SfpFcSpeedCapabilties :
SfpFormfactor : SFP
SfpPartNumber : FTLF8524P2BNV
SfpRev : A
SfpSerialNumber : PAD2YBC
SfpVendorName : FINISAR CORP.
SfpVendorOui : 0:144:101
SfpWavelength : 850
SpuriousInterrupts : 0
TotalLogins : 0
TotalLogouts : 0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Clear-NaFcpAdapterStatistics</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaFcpClusterMode</command:name>
        <maml:description>
            <maml:para>Get the current cfmode setting for the system.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaFcpClusterMode</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the current cfmode setting for the system.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaFcpClusterMode</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.String</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fcp
API: fcp-get-cfmode</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaFcpClusterMode</dev:code>
              <dev:remarks>
                <maml:para>Get cfmode for the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>single_image
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaFcpClusterMode</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaFcpInitiator</command:name>
        <maml:description>
            <maml:para>Get the list of initiators currently connected to the specified Fibre Channel target adapter.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaFcpInitiator</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the list of initiators currently connected to the specified Fibre Channel target adapter, or if none specified, a list of initiators connected to any FC target adapter. Information returned for each initiator includes the portname of initiators that are currently logged in with the the FC target adapters. If the portname is in an initiator group, then the group name is also included. Also the Fibre Channel host address and the nodename/portname of the initiators are included as well. Connectivity of adapters running on behalf of partners are not included in the list when requesting for all adapters. If listing for all adapters and an error occurred for while retrieving connection status for an adapter, status for that adapter will not be returned, and the API will continue on with the rest of the adapters without erroring out. You can get the error msg for that adapter, by specifically specifying that adapter.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaFcpInitiator</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Adapter</maml:name>
                <maml:description>
                    <maml:para>Adapter to get initiator list for. If no adapter is specified, information is returned for all initiators connected through any fcp adapter in the system.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Adapter</maml:name>
            <maml:description>
                <maml:para>Adapter to get initiator list for. If no adapter is specified, information is returned for all initiators connected through any fcp adapter in the system.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fcp.FcpAdapterInitiatorsInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fcp
API: fcp-adapter-initiators-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaFcpInitiator</dev:code>
              <dev:remarks>
                <maml:para>Get all initiators connected to all FC target adapters.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Adapter FcpConnectedInitiators
------- ----------------------
0c {20:00:00:e0:8b:9d:c5:4d, 20:00:00:0...
0d {20:01:00:e0:8b:bd:c5:4d, 20:00:00:0...
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaFcpNodeName</command:name>
        <maml:description>
            <maml:para>Get the current FCP node name.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaFcpNodeName</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the current FCP node name. This nodename is in the form of a Fibre Channel world wide name, which is in the form XX:XX:XX:XX:XX:XX:XX:XX where X is a hexadecimal digit.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaFcpNodeName</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.String</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fcp
API: fcp-node-get-name</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaFcpNodeName</dev:code>
              <dev:remarks>
                <maml:para>Get the WWNN for the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>50:0a:09:80:87:69:70:72
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaFcpNodeName</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaFcpPortName</command:name>
        <maml:description>
            <maml:para>Get the list of valid Fibre Channel target port names on a filer&#39;s local adapters.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaFcpPortName</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the list of valid Fibre Channel target port names on a filer&#39;s local adapters. The filer needs to be in standby or single_image cfmode.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaFcpPortName</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fcp.FcpPortNameInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fcp
API: fcp-port-name-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaFcpPortName | ? {$_.IsUsed -eq $true}</dev:code>
              <dev:remarks>
                <maml:para>Get all of the WWPN&#39;s that are currently in use on the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>FcpAdapter IsUsed PortName
---------- ------ --------
0c True 50:0a:09:81:97:09:3b:1f
0d True 50:0a:09:83:97:09:3b:1f
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaFcpPortNameAlias</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaFcpPortName</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaFcpPortNameAlias</command:name>
        <maml:description>
            <maml:para>Get the list of WWPN for a given alias or an alias for for a given WWPN or complete list of all current alias-WWPN mappings.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaFcpPortNameAlias</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the list of WWPN for a given alias or an alias for for a given WWPN or complete list of all current alias-WWPN mappings.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaFcpPortNameAlias</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>PortName</maml:name>
                <maml:description>
                    <maml:para>WWPN for which all aliases will be returned. When supplied all aliases for that WWPN will be returned. Otherwise, all aliases with their WWPNs present in the system will be returned.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Alias</maml:name>
                <maml:description>
                    <maml:para>Alias for a WWPN is the 32-character alias that may contain A-Z, a-z, 0-9, _,-,.,{,} and no spaces. When supplied, the alias with the corresponding WWPN will be returned. Otherwise, all aliases with their WWPNs present in the system will be returned.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>PortName</maml:name>
            <maml:description>
                <maml:para>WWPN for which all aliases will be returned. When supplied all aliases for that WWPN will be returned. Otherwise, all aliases with their WWPNs present in the system will be returned.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Alias</maml:name>
            <maml:description>
                <maml:para>Alias for a WWPN is the 32-character alias that may contain A-Z, a-z, 0-9, _,-,.,{,} and no spaces. When supplied, the alias with the corresponding WWPN will be returned. Otherwise, all aliases with their WWPNs present in the system will be returned.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fcp.AliasesInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fcp
API: fcp-wwpnalias-get-alias-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaFcpPortNameAlias -Alias port1</dev:code>
              <dev:remarks>
                <maml:para>Get the WWPN having the alias &#39;port1&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>AliasesAlias AliasesWwpn
------------ -----------
port1 50:0a:09:81:97:09:3b:1f
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaFcpPortNameAlias -PortName 50:0a:09:81:97:09:3b:1f</dev:code>
              <dev:remarks>
                <maml:para>Get the alias for the specified WWPN.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>AliasesAlias AliasesWwpn
------------ -----------
port1 50:0a:09:81:97:09:3b:1f
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaFcpPortNameAlias</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Clear-NaFcpPortNameAlias</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaFeatureStatus</command:name>
        <maml:description>
            <maml:para>Get status information for managed features.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaFeatureStatus</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get status information for managed features.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaFeatureStatus</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Managed feature name. Wildcards are accepted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Managed feature name. Wildcards are accepted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Feature.ManagedFeatureStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: feature
API: feature-status-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaFeatureStatus</dev:code>
              <dev:remarks>
                <maml:para>Get the status of all managed features.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>FeatureName Notes Status
----------- ----- ------
CDMI Feature not licensed not_available
CIFS - available
Compression - on
Dedupe - on
FCP Feature not licensed not_available
FlexCache - off
FlexClone - available
iSCSI - on
Multistore - on
NDMP - on
NFS - available
snapdrive_unix Feature not licensed not_available
snapdrive_windows Feature not licensed not_available
SnapLock Feature not licensed not_available
Snaplock_Enterprise Feature not licensed not_available
snapmanager_exchange Feature not licensed not_available
snapmanager_hyperv Feature not licensed not_available
snapmanager_oracle Feature not licensed not_available
snapmanager_sap Feature not licensed not_available
snapmanager_sharepoint Feature not licensed not_available
snapmanager_sql Feature not licensed not_available
Snapmirror - on
Snaprestore - available
Snapvault_Primary - on
Snapvault_Secondary - on
Syncmirror - on
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaFile</command:name>
        <maml:description>
            <maml:para>Obtains information for a file or directory.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaFile</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Obtains information for a file or directory.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaFile</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the file or directory, i.e. /vol/&lt;volumename&gt;/&lt;filename&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the file or directory, i.e. /vol/&lt;volumename&gt;/&lt;filename&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.File.FileInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: file
API: file-get-file-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaFile /vol/vol0/etc | fl</dev:code>
              <dev:remarks>
                <maml:para>Get info for the etc directory.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : /vol/vol0/etc
FileType : directory
FileSize : 12288
CreationTimestampDT : 8/12/2008 9:16:03 PM
ChangedTimestampDT : 8/30/2010 9:12:32 PM
ModifiedTimestampDT : 8/30/2010 9:12:32 PM
AccessedTimestampDT : 8/30/2010 7:10:40 PM
AclType : nt_acl
OwnerId : 0
GroupId : 0
Perm : 1070
HardLinksCount : 31
InodeNumber : 96
IsEmpty :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Read-NaDirectory</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaFileFingerprint</command:name>
        <maml:description>
            <maml:para>Get the fingerprint or digest of a file.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaFileFingerprint</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the fingerprint or digest of a file. Fingerprint is calculated using md5 or sha-256 digest algorithm depending on the algorithm specified. Fingerprint is calculated over the file data or metadata or on both data and metadata depending on the scope selected. Data fingerprint is calculated over file contents. Metadata fingerprint is calculated over the selected attributes of the file. Attributes used for metadata fingerprint calculations are file type (file-type), file size (file-size), file crtime (creation-time), file mtime (modified-time), file ctime (changed-time), file retention time (retention-time, is-wraparound), file uid (owner-id), file gid (group-id). File retention time is applicable to worm protected files only. The fingerprints are base64 encoded.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaFileFingerprint</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the file, i.e. /vol/&lt;volumename&gt;/&lt;filename&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Scope</maml:name>
                <maml:description>
                    <maml:para>Part of the file for which fingerprint is computed. Possible values: &quot;metadata_only&quot;, &quot;data_only&quot;, &quot;data_and_metadata&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Algorithm</maml:name>
                <maml:description>
                    <maml:para>Digest algorithm used for fingerprint computation. Possible values: &quot;sha-256&quot; or &quot;md5&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the file, i.e. /vol/&lt;volumename&gt;/&lt;filename&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Scope</maml:name>
            <maml:description>
                <maml:para>Part of the file for which fingerprint is computed. Possible values: &quot;metadata_only&quot;, &quot;data_only&quot;, &quot;data_and_metadata&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>data_and_metadata</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Algorithm</maml:name>
            <maml:description>
                <maml:para>Digest algorithm used for fingerprint computation. Possible values: &quot;sha-256&quot; or &quot;md5&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>sha-256</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.File.FingerprintInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: file
API: file-get-fingerprint</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaFileFingerprint /vol/vol0/etc/hosts</dev:code>
              <dev:remarks>
                <maml:para>Get fingerprint info for the /etc/hosts file.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>AggregateUuid : 31d60ef0-6a41-11dd-8d86-00a09806c227
FilerId : 118044195
FilerName : dunn
FingerprintAlgorithm : sha-256
FingerprintEndTime : 1287529445
FingerprintEndTimeDT : 10/19/2010 11:04:05 PM
FingerprintInputPath : /vol/vol0/etc/hosts
FingerprintScope : data_and_metadata
FingerprintStartTime : 1287529445
FingerprintStartTimeDT : 10/19/2010 11:04:05 PM
FingerprintVersion : 1
IsVolumeExpiryDateWraparound :
MetadataFiles : {sH36/f8m+/xmp5X4vN4JEFsjLYv932Fzzb7oews0uu4=}
SnaplockComplianceClock :
SnaplockComplianceClockDT :
SnaplockLicense :
VolumeContainingAggregate : aggr0
VolumeExpiryDate :
VolumeExpiryDateDT :
VolumeName : vol0
VolumeSnaplockType :
VolumeType : flexible
VolumeUuid : 336bf130-6a41-11dd-8d86-00a09806c227
IsVolumeExpiryDateWraparoundSpecified : False
SnaplockComplianceClockSpecified : False
VolumeExpiryDateSpecified : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaFile</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaFileSymlink</command:name>
        <maml:description>
            <maml:para>Read the contents of a symlink.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaFileSymlink</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Read the contents of a symlink.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaFileSymlink</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the symlink, i.e. /vol/&lt;volumename&gt;/&lt;symlinkname&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the symlink, i.e. /vol/&lt;volumename&gt;/&lt;symlinkname&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.String</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: file
API: file-read-symlink</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaFileSymlink /vol/vol0/etc/symhosts</dev:code>
              <dev:remarks>
                <maml:para>Get the file path pointed to by symlink /vol/vol0/etc/symhosts.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>/vol/vol0/etc/hosts
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaFileSymlink</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaFlashDevice</command:name>
        <maml:description>
            <maml:para>Retrieves information about the flash devices in the controller registered with Flash Management Module (FMM).</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaFlashDevice</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Retrieves information about the flash devices in the controller registered with Flash Management Module (FMM).</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaFlashDevice</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Slot</maml:name>
                <maml:description>
                    <maml:para>PCI-e slot number of the flash device. If not provided, information of all the registered devices will be given.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>Slot</maml:name>
            <maml:description>
                <maml:para>PCI-e slot number of the flash device. If not provided, information of all the registered devices will be given.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Flash.FlashDeviceInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: flash
API: flash-device-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaFlashDevice</dev:code>
              <dev:remarks>
                <maml:para>Gets a list of all the flash devices installed on the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>AverageEraseCycleCount : 21
Capacity : 274877906944
FirmwareRevision : 1:6
LastChangeTime : 0
LastChangeTimeDT :
ModelName : X1937A-R5
PartNumber : 111-00660
PercentOnline : 100
SerialNumber : 5000009783
ServiceTime : 11344
ServiceTimeTS : 472.16:00:00
SlotNumber : 2
Status : online
ThresholdProfile : default
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaFlashProfile</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaFlashThreshold</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaFlashProfile</command:name>
        <maml:description>
            <maml:para>Get a list of threshold profiles used by flash devices on this controller.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaFlashProfile</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get a list of threshold profiles used by flash devices on this controller.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaFlashProfile</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.String</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: flash
API: flash-get-thresholds</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaFlashProfile</dev:code>
              <dev:remarks>
                <maml:para>Gets a list of all the flash profiles being used by the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>default
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaFlashDevice</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaFlashThreshold</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaFlashThreshold</command:name>
        <maml:description>
            <maml:para>Get threshold profiles available in Flash Management Module.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaFlashThreshold</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get threshold profiles available in Flash Management Module.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaFlashThreshold</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Profile</maml:name>
                <maml:description>
                    <maml:para>Name of the threshold profile.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Profile</maml:name>
            <maml:description>
                <maml:para>Name of the threshold profile.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Flash.FlashThresholdProfile</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: flash
API: flash-get-thresholds</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaFlashThreshold default</dev:code>
              <dev:remarks>
                <maml:para>Gets the threshold values for the default profile.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Action : log an EMS event, and disable the chip
Domain : chip
ThresholdUnits : percentage
ThresholdValue : 9
TimeSlice :
ThresholdValueTS :
 
Action : log an EMS event
Domain : bank
ThresholdUnits : percentage
ThresholdValue : 10
TimeSlice :
ThresholdValueTS :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaFlashDevice -Slot 2 | Get-NaFlashThreshold</dev:code>
              <dev:remarks>
                <maml:para>Gets the flash threshold values for the flash device in slot 2.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Action : log an EMS event
Domain : card
ThresholdUnits : percentage
ThresholdValue : 25
TimeSlice :
ThresholdValueTS :
 
Action : log an EMS event, send an AutoSupport message, and disable the card
Domain : card
ThresholdUnits : percentage
ThresholdValue : 30
TimeSlice :
ThresholdValueTS :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaFlashProfile</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaFpolicy</command:name>
        <maml:description>
            <maml:para>Returns a list of existing policies.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaFpolicy</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Returns a list of existing policies.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaFpolicy</maml:name>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para></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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fpolicy.PolicyInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fpolicy
API: fpolicy-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaFpolicy</dev:code>
              <dev:remarks>
                <maml:para>Gets info for all the fpolicies on the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>IsEnabled : False
MonitoredOperations : {}
MonitoredProtocols : {}
Name : policy1
NumberOfScreenFailures : 0
NumberOfScreenedFiles : 0
 
IsEnabled : False
MonitoredOperations : {}
MonitoredProtocols : {}
Name : policy2
NumberOfScreenFailures : 0
NumberOfScreenedFiles : 0
 
IsEnabled : False
MonitoredOperations : {file-create}
MonitoredProtocols : {}
Name : test
NumberOfScreenFailures : 0
NumberOfScreenedFiles : 0
 
IsEnabled : False
MonitoredOperations : {}
MonitoredProtocols : {}
Name : test2
NumberOfScreenFailures : 0
NumberOfScreenedFiles : 0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaFpolicy policy*</dev:code>
              <dev:remarks>
                <maml:para>Gets fpolicy info for all policies whose names begin with &quot;policy&quot;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>IsEnabled : False
MonitoredOperations : {}
MonitoredProtocols : {}
Name : policy1
NumberOfScreenFailures : 0
NumberOfScreenedFiles : 0
 
IsEnabled : False
MonitoredOperations : {}
MonitoredProtocols : {}
Name : policy2
NumberOfScreenFailures : 0
NumberOfScreenedFiles : 0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaFpolicy</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaFpolicy</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaFpolicyExtensionList</command:name>
        <maml:description>
            <maml:para>Returns information on existing extension sets.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaFpolicyExtensionList</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Returns information on existing extension sets. Both the include and exclude sets are returned.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaFpolicyExtensionList</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the fpolicy to get extension lists for. This parameter accepts wildcards.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the fpolicy to get extension lists for. This parameter accepts wildcards.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fpolicy.ExtensionList</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fpolicy
API: fpolicy-extensions-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaFpolicyExtensionList policy1</dev:code>
              <dev:remarks>
                <maml:para>Gets the policy extension list for fpolicy policy1.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : policy1
Include : {???, ??T, EXE, J??}
Exclude : {TXT}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaFpolicyExtensionList test*</dev:code>
              <dev:remarks>
                <maml:para>Gets the fpolicy extension list for all the policies whose names begin with &quot;test&quot;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : test
Include : {EXE, P?T, XNN}
Exclude : {PPT}
 
Name : test2
Include : {???}
Exclude : {?X?, TXT}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaFpolicyExtension</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaFpolicyExtension</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaFpolicyExtensionList</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Reset-NaFpolicyExtensionList</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaFpolicyOption</command:name>
        <maml:description>
            <maml:para>Shows value of policy options.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaFpolicyOption</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Shows value of policy options.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaFpolicyOption</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the fpolicy to get the options for.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the fpolicy to get the options for.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fpolicy.FpolicyOptions</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fpolicy
API: fpolicy-get-policy-options</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaFpolicyOption policy1</dev:code>
              <dev:remarks>
                <maml:para>Gets the fpolicy options for policy1.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : policy1
IsRequired : False
IsCifsSetAttrEnabled : False
IsAdsMonitored : False
ReqCancelTimeout : 100
ServerProgressTimeout : 100
IsCifsDisconnectCheckEnabled : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaFpolicyOption</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaFpolicySecondaryServer</command:name>
        <maml:description>
            <maml:para>Gets a list of secondary servers for this fpolicy.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaFpolicySecondaryServer</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Gets a list of secondary servers for this fpolicy. These servers will be used if all primary servers are not available, thus increasing system availabilty.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaFpolicySecondaryServer</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the fpolicy to get secondary servers for. Wildcards are supported.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the fpolicy to get secondary servers for. Wildcards are supported.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fpolicy.FpolicySecondaryServerInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fpolicy
API: fpolicy-get-secondary-servers-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaFpolicySecondaryServer policy*</dev:code>
              <dev:remarks>
                <maml:para>Get a list of secondary servers for all fpolicies whose names start with &quot;policy&quot;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : policy1
IpAddresses : {10.23.45.67, 10.61.52.43}
 
Name : policy2
IpAddresses : {10.56.78.9}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaFpolicySecondaryServer</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaFpolicyServer</command:name>
        <maml:description>
            <maml:para>Shows a list of primary servers serving the policy.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaFpolicyServer</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Shows a list of primary servers serving the policy.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaFpolicyServer</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the fpolicy to get servers for.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the fpolicy to get servers for.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fpolicy.ServerInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fpolicy
API: fpolicy-server-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaFpolicyServer policy2</dev:code>
              <dev:remarks>
                <maml:para>Get the primary servers handling policy &#39;policy2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>IsAsynchronous : False
NumberOfScreenedFiles : 176900899
OfflineFilterBit : none
ServerIp : 10.20.252.12
IsAsynchronousSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaFpolicy</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaFpolicyVolumeList</command:name>
        <maml:description>
            <maml:para>Returns a volume-regular-expression list for an exclude or include set.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaFpolicyVolumeList</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Returns a volume-regular-expression list for an exclude or include set. The list describes limits to the set of volumes for which client requests trigger (include) or suppress (exclude) fpolicy processing for the provided policy. Note that if a policy has both an exclude list and an include list, the include list is ignored by the filer.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaFpolicyVolumeList</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the fpolicy to get volume list info from. Wildcards are accepted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the fpolicy to get volume list info from. Wildcards are accepted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fpolicy.VolumeList</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fpolicy
API: fpolicy-volume-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaFpolicyVolumeList policy1</dev:code>
              <dev:remarks>
                <maml:para>Gets the volume list for the fpolicy policy1.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : policy1
Include : {vol*}
Exclude : {tmp*}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaFpolicyVolumeList</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaGroup</command:name>
        <maml:description>
            <maml:para>Lists full information for all groups on the system.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaGroup</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Lists full information for all groups on the system.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaGroup</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Group</maml:name>
                <maml:description>
                    <maml:para>List only the information associated with this group.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>GetCapabilities</maml:name>
                <maml:description>
                    <maml:para>Default is false. If set to true, then the allowed capabilities are placed into the group-info structure. Depending on number of groups and roles, this operation may take a long time.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Group</maml:name>
            <maml:description>
                <maml:para>List only the information associated with this group.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>GetCapabilities</maml:name>
            <maml:description>
                <maml:para>Default is false. If set to true, then the allowed capabilities are placed into the group-info structure. Depending on number of groups and roles, this operation may take a long time.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Useradmin.UseradminGroupInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: useradmin
API: useradmin-group-list</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaGroup -GetCapabilities</dev:code>
              <dev:remarks>
                <maml:para>Get all of the groups on the current controller, including the capabilities for each.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : Administrators
Comment : Members can fully administer the filer
UseradminRoles : {admin}
AllowedCapabilities :
Rid : 544
 
Name : Backup Operators
Comment : Members can bypass file security to backup files
UseradminRoles : {backup, none}
AllowedCapabilities :
Rid : 551
 
Name : Compliance Administrators
Comment : Members can perform compliance operations
UseradminRoles : {compliance}
AllowedCapabilities :
Rid : 131073
 
Name : Guests
Comment : Users granted Guest Access
UseradminRoles : {none}
AllowedCapabilities :
Rid : 546
 
Name : Power Users
Comment : Members that can share directories
UseradminRoles : {power}
AllowedCapabilities :
Rid : 547
 
Name : Replicators
Comment : not supported
UseradminRoles : {none}
AllowedCapabilities :
Rid : 552
 
Name : SuperUsers
Comment : group2comment
UseradminRoles : {audit}
AllowedCapabilities :
Rid : 131080
 
Name : Users
Comment : Ordinary Users
UseradminRoles : {audit}
AllowedCapabilities :
Rid : 545
 
Name : VirtAdmins
Comment : HyperV VM administrators
UseradminRoles : {power, audit}
AllowedCapabilities :
Rid : 131085
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>New-NaGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaHelp</command:name>
        <maml:description>
            <maml:para>List cmdlets in the DataONTAP module, filtered by API, category, or cmdlet name.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaHelp</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>List cmdlets in the DataONTAP module, filtered by API, category, or cmdlet name.
 
This cmdlet provides a convenient mechanism to determine which DataONTAP cmdlets are available by supporting filtering on API or category.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaHelp</maml:name>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Cmdlet</maml:name>
                <maml:description>
                    <maml:para>Specify one or more cmdlet names to list only those cmdlets. Wildcards are supported.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Get-NaHelp</maml:name>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Category</maml:name>
                <maml:description>
                    <maml:para>Specify one or more category names to find all cmdlets in any of them. Wildcards are supported.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Get-NaHelp</maml:name>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Api</maml:name>
                <maml:description>
                    <maml:para>Specify one or more API names to find all cmdlets that use any of them. Wildcards are supported.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Get-NaHelp</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ApiList</maml:name>
                <maml:description>
                    <maml:para>Specify to get a listing of all APIs supported by the toolkit.</maml:para>
                </maml:description>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Get-NaHelp</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>CategoryList</maml:name>
                <maml:description>
                    <maml:para>Specify to get a listing of all cmdlet categories.</maml:para>
                </maml:description>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="1">
            <maml:name>Cmdlet</maml:name>
            <maml:description>
                <maml:para>Specify one or more cmdlet names to list only those cmdlets. Wildcards are supported.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>Category</maml:name>
            <maml:description>
                <maml:para>Specify one or more category names to find all cmdlets in any of them. Wildcards are supported.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>Api</maml:name>
            <maml:description>
                <maml:para>Specify one or more API names to find all cmdlets that use any of them. Wildcards are supported.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>ApiList</maml:name>
            <maml:description>
                <maml:para>Specify to get a listing of all APIs supported by the toolkit.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>CategoryList</maml:name>
            <maml:description>
                <maml:para>Specify to get a listing of all cmdlet categories.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.PowerShell.SDK.Cmdlets.Help.HelpInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: toolkit</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaHelp</dev:code>
              <dev:remarks>
                <maml:para>List all cmdlets in the Data ONTAP PowerShell toolkit.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Api Category
---- --- --------
Add-NaAggr {aggr-add} aggr
Add-NaCifsShare {cifs-share-add} cifs
Add-NaIgroupInitiator {igroup-add} igroup
Add-NaIgroupPortset {igroup-bind-portset} igroup
Add-NaIscsiInitiatorAuth {iscsi-initiator-add-auth} iscsi
Add-NaIscsiTargetPortal... {iscsi-tpgroup-interfac... iscsi
Add-NaLicense {license-add} license
Add-NaLunMap {lun-map} lun
Add-NaNfsExport {nfs-exportfs-append-ru... nfs
...
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaHelp -CategoryList</dev:code>
              <dev:remarks>
                <maml:para>List the cmdlet categories supported by the Data ONTAP PowerShell Toolkit.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>aggr
cf
cifs
clock
clone
disk
fc
fcp
igroup
iscsi
license
lun
net
nfs
options
portset
qtree
quota
sis
snapmirror
snapshot
snmp
system
toolkit
useradmin
vfiler
volume
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 3 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaHelp -Category snap* | sort Category</dev:code>
              <dev:remarks>
                <maml:para>List all cmdlets with category names like &#39;snap*&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Api Category
---- --- --------
Invoke-NaSnapmirrorResume {snapmirror-resume} snapmirror
Invoke-NaSnapmirrorResync {snapmirror-resync} snapmirror
Invoke-NaSnapmirrorUpdate {snapmirror-update} snapmirror
Invoke-NaSnapmirrorRelease {snapmirror-release} snapmirror
Invoke-NaSnapmirrorBreak {snapmirror-break} snapmirror
Invoke-NaSnapmirrorInit... {snapmirror-initialize} snapmirror
Invoke-NaSnapmirrorQuiesce {snapmirror-quiesce} snapmirror
Set-NaSnapmirrorSyncSch... {snapmirror-set-sync-sc... snapmirror
Test-NaSnapmirror {snapmirror-get-status} snapmirror
Test-NaSnapmirrorVolume {snapmirror-get-volume-... snapmirror
Set-NaSnapmirrorSchedule {snapmirror-set-schedule} snapmirror
Remove-NaSnapmirror {snapmirror-get-status,... snapmirror
Remove-NaSnapmirrorSche... {snapmirror-delete-sche... snapmirror
Remove-NaSnapmirrorSync... {snapmirror-delete-sync... snapmirror
Get-NaSnapmirrorDestina... {snapmirror-list-destin... snapmirror
Get-NaSnapmirrorSchedule {snapmirror-list-schedule} snapmirror
Get-NaSnapmirrorSyncSch... {snapmirror-list-sync-s... snapmirror
Disable-NaSnapmirror {snapmirror-off} snapmirror
Enable-NaSnapmirror {snapmirror-on} snapmirror
Get-NaSnapmirror {snapmirror-get-status} snapmirror
Invoke-NaSnapmirrorAbort {snapmirror-abort} snapmirror
Set-NaSnapshotAutodelete {snapshot-autodelete-se... snapshot
Get-NaSnapshotSchedule {snapshot-get-schedule} snapshot
Get-NaSnapshotReserve {snapshot-get-reserve} snapshot
Set-NaSnapshotReserve {snapshot-set-reserve} snapshot
Get-NaSnapshotAutodelete {snapshot-autodelete-li... snapshot
Get-NaSnapshotVolumeSpace {snapshot-volume-info} snapshot
Set-NaSnapshotSchedule {snapshot-set-schedule} snapshot
Restore-NaSnapshotVolume {snapshot-restore-volume} snapshot
Get-NaSnapshotDelta {snapshot-delta-info} snapshot
Get-NaSnapshot {snapshot-list-info} snapshot
New-NaSnapshot {snapshot-create} snapshot
Get-NaSnapshotReclaimable {snapshot-reclaimable-i... snapshot
Restore-NaSnapshotFile {snapshot-restore-file} snapshot
Rename-NaSnapshot {snapshot-rename} snapshot
Remove-NaSnapshot {snapshot-delete} snapshot
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 4 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaHelp -Api clock*</dev:code>
              <dev:remarks>
                <maml:para>List all cmdlets that support the clock APIs.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Api Category
---- --- --------
Get-NaTime {clock-get-clock} clock
Get-NaTimezone {clock-get-timezone} clock
Set-NaTime {clock-set-clock} clock
Set-NaTimezone {clock-set-timezone} clock
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 5 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaHelp -ApiList</dev:code>
              <dev:remarks>
                <maml:para>List the APIs supported by the Data ONTAP PowerShell Toolkit.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>aggr-add
aggr-check-spare-low
aggr-create
aggr-destroy
aggr-get-filer-info
aggr-get-root-name
aggr-list-info
aggr-mediascrub-list-info
aggr-mirror
aggr-offline
aggr-online
aggr-options-list-info
aggr-rename
aggr-restrict
aggr-scrub-list-info
aggr-scrub-resume
aggr-scrub-start
aggr-scrub-stop
aggr-scrub-suspend
aggr-set-option
aggr-space-list-info
aggr-split
aggr-verify-list-info
aggr-verify-resume
aggr-verify-start
aggr-verify-stop
aggr-verify-suspend
cf-force-takeover
cf-get-partner
...
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-Help</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Show-NaHelp</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaHelpAlias</command:name>
        <maml:description>
            <maml:para>List aliases for cmdlet parameters.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaHelpAlias</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>List aliases for cmdlet parameters. Parameter aliases are not included in the output of PowerShell&#39;s Get-Help cmdlet. This cmdlet works for all PowerShell cmdlets available in the current session, not just those in the Data ONTAP PowerShell Toolkit.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaHelpAlias</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Cmdlet</maml:name>
                <maml:description>
                    <maml:para>The cmdlet name. Wildcards are supported.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Cmdlet</maml:name>
            <maml:description>
                <maml:para>The cmdlet name. Wildcards are supported.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Help.CmdletAliasInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: toolkit</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaHelpAlias Connect-NaController</dev:code>
              <dev:remarks>
                <maml:para>Show parameter aliases for the Connect-NaController cmdlet.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Aliases
---- -------
Name {Filer}
Port {}
Credential {Cred, Creds}
ForceSecure {HTTPS, SSL, Secure}
ForceUnsecure {HTTP, NoSSL, Unsecure}
Transient {}
Vfiler {}
Timeout {}
Verbose {vb}
Debug {db}
ErrorAction {ea}
WarningAction {wa}
ErrorVariable {ev}
WarningVariable {wv}
OutVariable {ov}
OutBuffer {ob}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaHelp -Category clone | Get-NaHelpAlias -Verbose</dev:code>
              <dev:remarks>
                <maml:para>Get cmdlet parameter aliases for all cmdlets in the clone API category. The -Verbose switch prints the cmdlet name to demarcate the output sections.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>VERBOSE: Clear-NaClone
 
Name Aliases
---- -------
VolumeUuid {Uuid}
CloneId {}
OpsInfo {}
Controller {Filer, Server}
Verbose {vb}
Debug {db}
ErrorAction {ea}
WarningAction {wa}
ErrorVariable {ev}
WarningVariable {wv}
OutVariable {ov}
OutBuffer {ob}
VERBOSE: Get-NaClone
VolumeUuid {Uuid}
CloneId {}
OpsInfo {}
Controller {Filer, Server}
Verbose {vb}
Debug {db}
ErrorAction {ea}
WarningAction {wa}
ErrorVariable {ev}
WarningVariable {wv}
OutVariable {ov}
OutBuffer {ob}
VERBOSE: Start-NaClone
SourcePath {Source}
DestinationPath {Destination}
NoSnap {}
ChangeLog {}
BlockRanges {}
Controller {Filer, Server}
Verbose {vb}
Debug {db}
ErrorAction {ea}
WarningAction {wa}
ErrorVariable {ev}
WarningVariable {wv}
OutVariable {ov}
OutBuffer {ob}
VERBOSE: Stop-NaClone
VolumeUuid {Uuid}
CloneId {}
OpsInfo {}
Controller {Filer, Server}
Verbose {vb}
Debug {db}
ErrorAction {ea}
WarningAction {wa}
ErrorVariable {ev}
WarningVariable {wv}
OutVariable {ov}
OutBuffer {ob}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaHelp</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaHelpUnsupported</command:name>
        <maml:description>
            <maml:para>Lists Toolkit cmdlets that rely on APIs that are not supported by a Data ONTAP controller.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaHelpUnsupported</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Lists Toolkit cmdlets that rely on APIs that are not supported by a Data ONTAP controller.
 
This cmdlet retrieves the supported API list from the current controller and correlates that with the Toolkit. Any cmdlet that uses an API that isn&#39;t in the list is written to the pipeline. Note that there are known false positives where the controller claims to support an API but in fact does not. Nevertheless, this cmdlet can be useful for highlighting areas where Toolkit isn&#39;t fully available with a given controller.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaHelpUnsupported</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.PowerShell.SDK.Cmdlets.Help.HelpInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: toolkit
API: system-api-list</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaUnsupportedCmdlet | fw -Column 1</dev:code>
              <dev:remarks>
                <maml:para>While connected to a controller running Data ONTAP 7.2.7, list the Toolkit cmdlets that use APIs that aren&#39;t available on that controller version.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Add-NaNetRoute
Add-NaNetVlan
Add-NaSnapvaultSoftlock
Clear-NaClone
Clear-NaFcpPortNameAlias
Clear-NaLunPersistentReservation
Get-NaCifsShareAcl
Get-NaClone
Get-NaFcpPortName
Get-NaFcpPortNameAlias
Get-NaFileFingerprint
Get-NaLunPersistentReservation
Get-NaNetActiveConfig
Get-NaNetInterface
Get-NaNetIpspace
Get-NaNetPersistentConfig
Get-NaNetRoute
Get-NaNetVif
Get-NaNetVlan
Get-NaShelfEnvironment
Get-NaSnapvaultSoftlock
Get-NaSnapvaultSoftlockedSnapshot
Get-NaSystemAvailableReplicationTransfers
Invoke-NaSnapmirrorThrottle
New-NaNetIpspace
Remove-NaCifsShareAcl
Remove-NaNetIpspace
Remove-NaNetRoute
Remove-NaNetVlan
Remove-NaQtree
Remove-NaSnapvaultSoftlock
Rename-NaQtree
Set-NaCifsShareAcl
Set-NaFcpPortName
Set-NaFcpPortNameAlias
Set-NaLunDeviceId
Set-NaNetIpspace
Set-NaNetPersistentConfig
Start-NaClone
Start-NaSnapvaultPriRestoreTransfer
Stop-NaClone
Switch-NaFcpPortName
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaHelp</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaIgroup</command:name>
        <maml:description>
            <maml:para>Get information for initiator group(s).</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaIgroup</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get information for initiator group(s).</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaIgroup</maml:name>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para></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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.InitiatorGroupInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: igroup
API: igroup-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaIgroup *x3550rre8* *3550rre7*</dev:code>
              <dev:remarks>
                <maml:para>Get initiator groups associated with the server cluster pair x3550rre7/x3550rre8.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>InitiatorGroupName : viaRPC.iqn.1991-05.com.microsoft:x3550rre8.rtprre.testdomain
InitiatorGroupType : iscsi
Initiators : {iqn.1991-05.com.microsoft:x3550rre8.rtprre.testdomain}
InitiatorGroupOsType : windows
InitiatorGroupPortsetName :
InitiatorGroupThrottleBorrow : False
InitiatorGroupThrottleReserve : 0
InitiatorGroupUsePartner :
InitiatorGroupAluaEnabled : False
InitiatorGroupVsaEnabled : False
LunId :
 
InitiatorGroupName : viaRPC.iqn.1991-05.com.microsoft:x3550rre7.rtprre.testdomain
InitiatorGroupType : iscsi
Initiators : {iqn.1991-05.com.microsoft:x3550rre7.rtprre.testdomain}
InitiatorGroupOsType : windows
InitiatorGroupPortsetName :
InitiatorGroupThrottleBorrow : False
InitiatorGroupThrottleReserve : 0
InitiatorGroupUsePartner :
InitiatorGroupAluaEnabled : False
InitiatorGroupVsaEnabled : False
LunId :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaIgroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaIgroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaIscsiConnection</command:name>
        <maml:description>
            <maml:para>List all iSCSI connections.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaIscsiConnection</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>List all iSCSI connections.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaIscsiConnection</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Iscsi.IscsiConnectionListEntryInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-connection-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaIscsiConnection</dev:code>
              <dev:remarks>
                <maml:para>List all iSCSI connections.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ConnectionId : 1
ConnectionState : Full_Feature_Phase
HasSession : True
InterfaceName : e0a
LocalIpAddress : 10.61.167.60
LocalIpPort : 63556
RemoteIpAddress : 10.61.167.22
RemoteIpPort : 63556
SessionId : 853
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaIscsiSession</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaIscsiInitiator</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaIscsiInitiator</command:name>
        <maml:description>
            <maml:para>Gives list of initiators logged in.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaIscsiInitiator</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Gives list of initiators logged in.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaIscsiInitiator</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Iscsi.IscsiInitiatorListEntryInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-initiator-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaIscsiInitiator</dev:code>
              <dev:remarks>
                <maml:para>List logged-in initiators.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>InitiatorAliasname :
InitiatorNodename : iqn.1991-05.com.microsoft:x3550rre7.rtprre.testdomain
Isid : 40:00:01:37:00:00
TargetSessionId : 853
TpgroupTag : 1000
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaIscsiSession</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaIscsiConnection</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaIscsiInitiatorAuth</command:name>
        <maml:description>
            <maml:para>Get the authentication info for an initiator.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaIscsiInitiatorAuth</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the authentication info for an initiator. If auth type is CHAP, only the username is returned; the password is not returned for security purposes. If no initiator is specified, all initiators in the authentication list are returned.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaIscsiInitiatorAuth</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Initiator</maml:name>
                <maml:description>
                    <maml:para>Name of initiator (i.e. iqn.1987-06.com.initvendor1:appsrv.sn.2346). If initiator is not found, default authentication method is returned. If not specified, all initiators are returned.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Initiator</maml:name>
            <maml:description>
                <maml:para>Name of initiator (i.e. iqn.1987-06.com.initvendor1:appsrv.sn.2346). If initiator is not found, default authentication method is returned. If not specified, all initiators are returned.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Iscsi.IscsiSecurityEntryInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-initiator-get-auth, iscsi-initiator-auth-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaIscsiInitiatorAuth</dev:code>
              <dev:remarks>
                <maml:para>Get the authentication info for all initiators in the authentication list.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>AuthType Initiator OutboundUserName UserName
-------- --------- ---------------- --------
none iqn.1991-05.com....
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaIscsiInitiatorAuth</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaIscsiInitiatorAuth</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaIscsiInitiatorDefaultAuth</command:name>
        <maml:description>
            <maml:para>Get the default auth info for iSCSI.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaIscsiInitiatorDefaultAuth</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the default auth info for iSCSI. If the auth type is CHAP, only the username is retuned, and not the password, for security purposes.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaIscsiInitiatorDefaultAuth</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Iscsi.IscsiSecurityEntryInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-initiator-get-default-auth</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaIscsiInitiatorDefaultAuth</dev:code>
              <dev:remarks>
                <maml:para>Get the default auth info for iSCSI.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>AuthType Initiator OutboundUserName UserName
-------- --------- ---------------- --------
CHAP admin
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaIscsiInitiatorDefaultAuth</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Add-NaIscsiInitiatorAuth</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaIscsiInterface</command:name>
        <maml:description>
            <maml:para>Lists interfaces and their status for iSCSI.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaIscsiInterface</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Lists interfaces and their status for iSCSI.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaIscsiInterface</maml:name>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Interfaces</maml:name>
                <maml:description>
                    <maml:para>Name of interface(s) (e.g. e4) to report; if not supplied, all interfaces are listed. Wildcards are supported.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Interfaces</maml:name>
            <maml:description>
                <maml:para>Name of interface(s) (e.g. e4) to report; if not supplied, all interfaces are listed. Wildcards are supported.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Iscsi.IscsiInterfaceListEntryInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-interface-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaIscsiInterface</dev:code>
              <dev:remarks>
                <maml:para>List interfaces and their status for iSCSI.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Interface Enabled TpgroupTag TpgroupName
--------- ------- ---------- -----------
e0a True 1000 e0a_default
e0b True 1001 e0b_default
testvif True 2000 testvif_default
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaIscsiInterface</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Disable-NaIscsiInterface</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaIscsiNodeName</command:name>
        <maml:description>
            <maml:para>Return the current iSCSI node name.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaIscsiNodeName</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Return the current iSCSI node name.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaIscsiNodeName</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.String</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-node-get-name</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaIscsiNodeName</dev:code>
              <dev:remarks>
                <maml:para>Get the current iSCSI node name.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>iqn.1992-08.com.netapp:sn.118044195
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaIscsiNodeName</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaIscsiPortal</command:name>
        <maml:description>
            <maml:para>List iSCSI portals.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaIscsiPortal</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>List iSCSI portals.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaIscsiPortal</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Iscsi.IscsiPortalListEntryInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-portal-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaIscsiPortal</dev:code>
              <dev:remarks>
                <maml:para>List all of the iSCSI portals.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Interface Address Port TpgroupTag
--------- ------- ---- ----------
e0a 10.61.167.60 3260 1000
e0a 10.10.10.11 3260 1000
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaIscsiTargetPortalGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaIscsiSession</command:name>
        <maml:description>
            <maml:para>Get list of active iSCSI sessions.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaIscsiSession</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get list of active iSCSI sessions.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaIscsiSession</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>SessionId</maml:name>
                <maml:description>
                    <maml:para>Target session ID handle for specific session.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>SessionId</maml:name>
            <maml:description>
                <maml:para>Target session ID handle for specific session.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Iscsi.IscsiSessionListEntryInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-session-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaIscsiSession</dev:code>
              <dev:remarks>
                <maml:para>List all current iSCSI sessions.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>CmdWindowSize : 128
DataPduInOrder : True
DataSequenceInOrder : True
DefaultTimeToRetain : 20
DefaultTimeToRetainTS : 00:00:20
DefaultTimeToWait : 0
DefaultTimeToWaitTS : 00:00:00
ErrorRecoveryLevel : 0
FirstBurstLength : 65536
ImmediateDataEnabled : True
InitialR2tEnabled : False
InitiatorAliasname :
InitiatorNodename : iqn.1991-05.com.microsoft:x3550rre8.rtprre.testdomain
IscsiSessionConnectionListEntries : {e0a}
IscsiSesssionCmdListEntries :
Isid : 40:00:01:37:00:01
MaxBurstLength : 65536
MaxConnections : 32
MaxOutstandingR2t : 1
SessionType : normal
TargetSessionId : 1
TpgroupTag : 1000
 
CmdWindowSize : 128
DataPduInOrder : True
DataSequenceInOrder : True
DefaultTimeToRetain : 20
DefaultTimeToRetainTS : 00:00:20
DefaultTimeToWait : 0
DefaultTimeToWaitTS : 00:00:00
ErrorRecoveryLevel : 0
FirstBurstLength : 65536
ImmediateDataEnabled : True
InitialR2tEnabled : False
InitiatorAliasname :
InitiatorNodename : iqn.1991-05.com.microsoft:x3550rre7.rtprre.testdomain
IscsiSessionConnectionListEntries : {e0a}
IscsiSesssionCmdListEntries :
Isid : 40:00:01:37:00:00
MaxBurstLength : 65536
MaxConnections : 32
MaxOutstandingR2t : 1
SessionType : normal
TargetSessionId : 2
TpgroupTag : 1000
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaIscsiInitiator</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaIscsiConnection</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaIscsiStatistics</command:name>
        <maml:description>
            <maml:para>Get iSCSI statistics for the current controller.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaIscsiStatistics</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get iSCSI statistics for the current controller.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaIscsiStatistics</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Iscsi.IscsiStatsInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-stats-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaIscsiStatistics</dev:code>
              <dev:remarks>
                <maml:para>Show the types of statistics available.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Cdb Error Received Transmitted
--- ----- -------- -----------
NetApp.Ontapi.Fi... NetApp.Ontapi.Fi... NetApp.Ontapi.Fi... NetApp.Ontapi.Fi...
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>(Get-NaIscsiStatistics).Error.Stats</dev:code>
              <dev:remarks>
                <maml:para>Show iSCSI error statistics.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>DataDigest : 0
FailedLogins : 109
FailedLogouts : 0
FailedTaskMgt : 0
FailedTextCmd : 0
HdrDigest : 0
InvalidHeader : 0
OutsideCmdSnWindow : 0
Protocol : 0
Total : 109
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Clear-NaIscsiStatistics</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaIscsiTargetAlias</command:name>
        <maml:description>
            <maml:para>Return the current iSCSI target alias.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaIscsiTargetAlias</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Return the current iSCSI target alias.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaIscsiTargetAlias</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Iscsi.TargetAlias</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-target-alias-get-alias</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaIscsiTargetAlias</dev:code>
              <dev:remarks>
                <maml:para>Get the iSCSI target alias.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>AliasName : target1
IsAliasAssigned : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaIscsiTargetAlias</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaIscsiTargetPortalGroup</command:name>
        <maml:description>
            <maml:para>List information about iSCSI target portal groups.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaIscsiTargetPortalGroup</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>List information about iSCSI target portal groups.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaIscsiTargetPortalGroup</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Tag</maml:name>
                <maml:description>
                    <maml:para>Portal group being queried; if not supplied, information on all portal groups is returned</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Tag</maml:name>
            <maml:description>
                <maml:para>Portal group being queried; if not supplied, information on all portal groups is returned</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Iscsi.IscsiTpgroupListEntryInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-tpgroup-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaIscsiTargetPortalGroup</dev:code>
              <dev:remarks>
                <maml:para>List all target portal groups.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>TpgroupName : e0a_default
InterfaceListEntries : {e0a}
TpgroupTag : 1000
TpgroupAluaState : optimized
TpgroupAluaPreferred : True
 
TpgroupName : e0b_default
InterfaceListEntries : {e0b}
TpgroupTag : 1001
TpgroupAluaState : optimized
TpgroupAluaPreferred : True
 
TpgroupName : testvif_default
InterfaceListEntries : {testvif}
TpgroupTag : 2000
TpgroupAluaState : optimized
TpgroupAluaPreferred : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaIscsiTargetPortalGroup 1000</dev:code>
              <dev:remarks>
                <maml:para>Get iSCSI target portal group with group tag &#39;1000&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>TpgroupName : e0a_default
InterfaceListEntries : {e0a}
TpgroupTag : 1000
TpgroupAluaState : optimized
TpgroupAluaPreferred : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaIscsiTargetPortalGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaIscsiTargetPortalGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaIsns</command:name>
        <maml:description>
            <maml:para>Gets iSNS service configuration.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaIsns</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Gets iSNS service configuration.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaIsns</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Iscsi.IsnsStatus</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-isns-get-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaIsns | fl</dev:code>
              <dev:remarks>
                <maml:para>Get the iSNS configuration.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>IsIsnsEnabled : False
IsnsEntityId :
IsnsIpAddr : 10.10.10.10
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaIsnsAddress</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaLicense</command:name>
        <maml:description>
            <maml:para>Returns information about the current list of licensed Data ONTAP services.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaLicense</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Returns information about the current list of licensed Data ONTAP services, their codes, the type of license, and, if it is a time limited license, the expiration date. It also tells the services that are not licensed for your appliance, or if a time limited licensed service has expired.
 
For Data ONTAP 8.2 and up, only current licensed packages are returned. Prior to Data ONTAP 8.2, use the -Installed switch to list only installed services.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaLicense</maml:name>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The names of the licenses desired, or blank to list them all.</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>Installed</maml:name>
                <maml:description>
                    <maml:para>Specify to retrieve only installed licenses.
 
For Data ONTAP 8.2 and up, this parameter has no effect.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The names of the licenses desired, or blank to list them all.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Installed</maml:name>
            <maml:description>
                <maml:para>Specify to retrieve only installed licenses.
 
For Data ONTAP 8.2 and up, this parameter has no effect.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.License.LicenseInfoBase</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: license
API: license-list-info,license-v2-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLicense</dev:code>
              <dev:remarks>
                <maml:para>List all Data ONTAP licenses.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLicense | ? {$_.Code -ne $null} | Export-Clixml c:\OntapLicenses.xml</dev:code>
              <dev:remarks>
                <maml:para>Get all valid licenses and store in an XML file.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 3 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLicense snapman* -Installed</dev:code>
              <dev:remarks>
                <maml:para>Get all installed SnapManager licenses.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Code : XXXXXXX
Count : 0
ExpirationTimestamp : 0
ExpirationTimestampDT :
InstallationTimestamp : 1265913914
InstallationTimestampDT : 2/11/2010 6:45:14 PM
IsDemo : False
IsExpired : False
IsLicensed : True
IsSite : True
Length : 0
LengthTS : 00:00:00
NodeCount : 0
Platform :
Service : snapmanager_hyperv
StorageCount :
ExpirationTimestampSpecified : True
InstallationTimestampSpecified : True
LengthSpecified : True
NodeCountSpecified : True
StorageCountSpecified : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 4 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLicense</dev:code>
              <dev:remarks>
                <maml:para>Get all installed licenses for a Data ONTAP 8.2 controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Service Licensed Owner Expiration
------- -------- ----- ----------
CIFS True stl2240-2-1
FlexClone True stl2240-2-1
NFS True stl2240-2-1
SnapMirror True stl2240-2-1
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaLicense</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaLicense</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaLockStatus</command:name>
        <maml:description>
            <maml:para>Gives information about one or more locks.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaLockStatus</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Gives information about one or more locks. One or more of the defined inputs can be specified in tandem to get locks for specific cases. If none of the inputs are specified, then all the locks in the system are printed. If no protocol is specified but one or more of the other inputs are specified, then locks across all protocols, viz., CIFS, PFS, NLM (Nfsv2/Nfsv3), and NFSv4, are printed. In this case, it is possible for protocols that define syntax of specified input differently to generate input syntax errors. However, these errors do not stop scanning of locks for other protocols.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaLockStatus</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Protocol</maml:name>
                <maml:description>
                    <maml:para>Name of the protocol (case-insensitive): &quot;cifs&quot; (CIFS), &quot;nlm&quot; (Nfsv2/Nfsv3), &quot;nfsv4&quot; (NFSv4), and &quot;pfs&quot;(PFS). If not specified, then all protocols are scanned for locks. If in that case, a host and/or owner were specified, then expect input syntax errors in &quot;error&quot; output field for protocols that define syntax of host or owner differently. However, scanning of locks is not aborted due to these syntax errors and instead all protocols are still scanned to completion.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>FileName</maml:name>
                <maml:description>
                    <maml:para>File name prefixed by &quot;/vol/volX&quot; style path. If not specified, then locks across all files are printed. Input syntax of file-name is the same for all protocols.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>HostName</maml:name>
                <maml:description>
                    <maml:para>Identity of a host. It is the NetBIOS name or IP address of a CIFS client, FQDN of a PFS client, IP address or FQDN of NLM (Nfsv2/Nfsv3) client, and IP address of NFSv4 client. If specified, then locks are printed for that host only. If not specified, then locks across all hosts are printed.
 
NOTE: Currently, only CIFS protocol filters lock output by host name.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "4" >
                <maml:name>Owner</maml:name>
                <maml:description>
                    <maml:para>Name of the lock owner, viz., a username prefixed by an optional domain (and a backslash) for CIFS protocol ([domain\]username), IP address suffixed by a colon and a filesystem ID of caching filer (IP:fsid) for PFS, and process-ID for NLM(Nfsv2/Nfsv3). The concept of an owner for NFSv4 is yet to be defined. If specified, then locks are printed for that owner only. If owner is not specified, locks across all owners are printed.
 
NOTE: Currently, only CIFS protocol filters lock output by owner name.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>Protocol</maml:name>
            <maml:description>
                <maml:para>Name of the protocol (case-insensitive): &quot;cifs&quot; (CIFS), &quot;nlm&quot; (Nfsv2/Nfsv3), &quot;nfsv4&quot; (NFSv4), and &quot;pfs&quot;(PFS). If not specified, then all protocols are scanned for locks. If in that case, a host and/or owner were specified, then expect input syntax errors in &quot;error&quot; output field for protocols that define syntax of host or owner differently. However, scanning of locks is not aborted due to these syntax errors and instead all protocols are still scanned to completion.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>FileName</maml:name>
            <maml:description>
                <maml:para>File name prefixed by &quot;/vol/volX&quot; style path. If not specified, then locks across all files are printed. Input syntax of file-name is the same for all protocols.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
            <maml:name>HostName</maml:name>
            <maml:description>
                <maml:para>Identity of a host. It is the NetBIOS name or IP address of a CIFS client, FQDN of a PFS client, IP address or FQDN of NLM (Nfsv2/Nfsv3) client, and IP address of NFSv4 client. If specified, then locks are printed for that host only. If not specified, then locks across all hosts are printed.
 
NOTE: Currently, only CIFS protocol filters lock output by host name.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4">
            <maml:name>Owner</maml:name>
            <maml:description>
                <maml:para>Name of the lock owner, viz., a username prefixed by an optional domain (and a backslash) for CIFS protocol ([domain\]username), IP address suffixed by a colon and a filesystem ID of caching filer (IP:fsid) for PFS, and process-ID for NLM(Nfsv2/Nfsv3). The concept of an owner for NFSv4 is yet to be defined. If specified, then locks are printed for that owner only. If owner is not specified, locks across all owners are printed.
 
NOTE: Currently, only CIFS protocol filters lock output by owner name.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lock.LockStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lock
API: lock-status-iter-start,lock-status-iter-next,lock-status-iter-end</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLockStatus -Protocol cifs</dev:code>
              <dev:remarks>
                <maml:para>Gets all the locks on the cifs protocol.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Lock Type : cifs
Path : /vol/vol1/
Host : 12.34.56.78
Owner : administrator
State : GRANTED
Mode : Read-denyN
LockError :
 
Lock Type : cifs
Path : /vol/vol1/very_important.doc
Host : 12.34.56.78
Owner : administrator
State : GRANTED
Mode : Read-denyW
LockError :
 
Lock Type : cifs
Path : /vol/vol1/very_important.doc
Host : 12.34.56.78
Owner : administrator
State : GRANTED
Mode : Oplock-Lvl2
LockError :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaLun</command:name>
        <maml:description>
            <maml:para>Get the status of the given LUN, or all LUNs.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaLun</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the status (size, online/offline state, shared state, comment string, serial number, LUN mapping) of the given LUN, or all LUNs.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaLun</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of LUN. If specified, only the information of that LUN is returned. If not specified, then information of all LUNs are returned. Wildcards are supported.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Terse</maml:name>
                <maml:description>
                    <maml:para>Specify to omit LUN descriptions. Use this when speed matters.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of LUN. If specified, only the information of that LUN is returned. If not specified, then information of all LUNs are returned. Wildcards are supported.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Terse</maml:name>
            <maml:description>
                <maml:para>Specify to omit LUN descriptions. Use this when speed matters.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLun</dev:code>
              <dev:remarks>
                <maml:para>Get all LUNs.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BackingSnapshot :
BlockSize : 512
IsSpaceReservationEnabled : True
Mapped : False
MultiprotocolType : windows_2008
Online : False
Path : /vol/dunn_vol2_mirror/test
ReadOnly : True
SerialNumber : HnT7cJYCrJLL
ShareState : none
Size : 1077511680
Uuid : b4d097bc-a00e-11df-993d-00a09806c233
Comment : test
 
BackingSnapshot :
BlockSize : 512
IsSpaceReservationEnabled : True
Mapped : False
MultiprotocolType : image
Online : False
Path : /vol/dunn_vol2_mirror/lun100
ReadOnly : True
SerialNumber : HnT7cJYCrJLR
ShareState : none
Size : 2000683008
Uuid : b4d4684c-a00e-11df-993d-00a09806c233
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLun /vol/vol2/*</dev:code>
              <dev:remarks>
                <maml:para>Get all LUNs on volume &#39;vol2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BackingSnapshot :
BlockSize : 512
IsSpaceReservationEnabled : True
Mapped : False
MultiprotocolType : windows_gpt
Online : True
Path : /vol/vol2/lun2clone
ReadOnly : False
SerialNumber : HnSolJYl5sGE
ShareState : none
Size : 21476206080
Uuid : 3553348e-b613-11df-8ac9-00a09806c227
Comment :
 
BackingSnapshot : /vol/vol2/.snapshot/{1670257f-602b-4cf8-ac8a-b94e21486c95}/lun5
BlockSize : 512
IsSpaceReservationEnabled : False
Mapped : True
MultiprotocolType : windows_gpt
Online : True
Path : /vol/vol2/{6e8dbad4-894b-413a-b9cc-3cbb4ae291a5}.rws
ReadOnly : False
SerialNumber : HnSolJP0xmRN
ShareState : none
Size : 21476206080
Uuid : febcf734-2ffe-11de-88ac-00a09806c227
Comment :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaLunAttribute</command:name>
        <maml:description>
            <maml:para>Get a named attribute for a given LUN.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaLunAttribute</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get a named attribute for a given LUN. Attributes are arbitrary key/value pairs for application-defined use.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaLunAttribute</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the attribute to get.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the LUN.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the attribute to get.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunAttribute</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-get-attribute</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLunAttribute /vol/vol1/testlun is_crazy</dev:code>
              <dev:remarks>
                <maml:para>Get the is_crazy attribute on the lun.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Value
---- -----
is_crazy yes
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaLunAttribute</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaLunByIgroup</command:name>
        <maml:description>
            <maml:para>Find the path to the lun mapped at a given LUN ID for a given initiator group.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaLunByIgroup</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Find the path to the lun mapped at a given LUN ID for a given initiator group.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaLunByIgroup</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of initiator group to search.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>ID</maml:name>
                <maml:description>
                    <maml:para>Lun-id (Logical Unit Number) to search for.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of initiator group to search.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>ID</maml:name>
            <maml:description>
                <maml:para>Lun-id (Logical Unit Number) to search for.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: igroup
API: igroup-lookup-lun</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLunByIgroup igroup2 1</dev:code>
              <dev:remarks>
                <maml:para>Get the LUN mapped to LUN ID 1 for igroup &#39;igroup2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BackingSnapshot :
Mapped : True
MultiprotocolType : windows
Online : True
Path : /vol/vol4/lun12
ReadOnly : False
ShareState : none
Size : 21476206080
Uuid : a0bd7f60-0050-11de-b805-00a09806c227
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaLun</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaIgroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaLunMap</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaLunClone</command:name>
        <maml:description>
            <maml:para>Get all LUN clones contained in a given snapshot.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaLunClone</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get all LUN clones contained in a given snapshot.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaLunClone</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Name of the volume containing the snapshot.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>Snapshot</maml:name>
                <maml:description>
                    <maml:para>Name of the snapshot.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>Name of the volume containing the snapshot.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>Snapshot</maml:name>
            <maml:description>
                <maml:para>Name of the snapshot.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-clone-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLunClone -Volume vol1 -Snapshot hourly.0</dev:code>
              <dev:remarks>
                <maml:para>Get all LUN clones contained in the snapshot &quot;hourly.0&quot; of &quot;vol1&quot;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>TotalSize : 10742215680
Protocol : windows
Thin : True
BackingSnapshot :
BlockSize : 512
CloneBackingSnapshot :
Comment :
DeviceId : 0
IsSpaceReservationEnabled : False
Mapped : False
MultiprotocolType : windows
Online : True
Path : /vol/vol1/.snapshot/hourly.0/lun5
ReadOnly : True
SerialNumber :
ShareState : none
Size : 10742215680
SizeUsed : 0
Staging : False
Uuid :
DeviceIdSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapshot vol1 | Get-NaLunClone</dev:code>
              <dev:remarks>
                <maml:para>Get all LUN clones contained in snapshots on vol1.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Path TotalSize Protocol Online Mapped Thin Comment
---- --------- -------- ------ ------ ---- -------
/vol/vol1/.snapshot/hourly.0/lun5 10.0 GB windows True False True
/vol/vol1/.snapshot/hourly.1/lun5 10.0 GB windows True False True
/vol/vol1/.snapshot/hourly.2/lun5 10.0 GB windows True False True
/vol/vol1/.snapshot/hourly.3/lun5 10.0 GB windows True False True
/vol/vol1/.snapshot/nightly.0/lun5 10.0 GB windows True False True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaLunCloneSplit</command:name>
        <maml:description>
            <maml:para>Get the cloning status of LUN(s).</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaLunCloneSplit</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the cloning status of LUN(s).</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaLunCloneSplit</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the LUN.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.CloneStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-clone-split-status-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLunCloneSplit /vol/vol2/lun2clone</dev:code>
              <dev:remarks>
                <maml:para>Get clone split status of lun &#39;lun2clone&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BlocksCompleted : 3679551
BytesCompleted : 15071440896
BlocksTotal : 5243211
BytesTotal : 21476192256
Path : /vol/vol2/lun2clone
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaLunClone</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Start-NaLunCloneSplit</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Stop-NaLunCloneSplit</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaLunComment</command:name>
        <maml:description>
            <maml:para>Get the optional descriptive comment for a LUN.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaLunComment</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the optional descriptive comment for a LUN.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaLunComment</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the LUN.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.String</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-get-comment</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLunComment /vol/vol2/lun2</dev:code>
              <dev:remarks>
                <maml:para>Get the comment for lun &#39;lun2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Virtual machine 1 (Exchange)
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaLunComment</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaLunGeometry</command:name>
        <maml:description>
            <maml:para>Get SCSI disk geometry for a given LUN.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaLunGeometry</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get SCSI disk geometry for a given LUN.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaLunGeometry</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the LUN.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunGeometry</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-get-geometry</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLunGeometry /vol/vol2/lun2</dev:code>
              <dev:remarks>
                <maml:para>Get geometry values for lun &#39;lun2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BytesPerSector : 512
Cylinders : 2611
MaxResizeSize : 539043724800
SectorsPerTrack : 63
Size : 21476206080
TracksPerCylinder : 255
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaLunInquiry</command:name>
        <maml:description>
            <maml:para>Get the SCSI INQUIRY response data for vendor id (vid), product id (pid), and firmware revision (rev) based on the igroup that the lun in question is mapped to.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaLunInquiry</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the SCSI INQUIRY response data for vendor id (vid), product id (pid), and firmware revision (rev) based on the igroup that the lun in question is mapped to.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaLunInquiry</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Igroup</maml:name>
                <maml:description>
                    <maml:para>The initiator group for which the vid/pid/rev information is to be returned.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Igroup</maml:name>
            <maml:description>
                <maml:para>The initiator group for which the vid/pid/rev information is to be returned.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunInquiry</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-get-inquiry-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLunInquiry viaRPC.iqn.1991-05.com.microsoft:x3550rre8.rtprre.testdomain</dev:code>
              <dev:remarks>
                <maml:para>Get the SCSI Inquiry values returned to the specified igroup.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>VendorId : NETAPP
ProductId : LUN
FirmwareRevision : 7330
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaLunMap</command:name>
        <maml:description>
            <maml:para>Returns a list of initiator groups and their members (the initiators) mapped to the given LUN.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaLunMap</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Returns a list of initiator groups and their members (the initiators) mapped to the given LUN.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaLunMap</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>LUN for which the initiator group list is requested.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>LUN for which the initiator group list is requested.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.InitiatorGroupInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-map-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLunMap /vol/vol2/lun2</dev:code>
              <dev:remarks>
                <maml:para>Get the initiators mapped to lun &#39;lun2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>InitiatorGroupName : viaRPC.iqn.1991-05.com.microsoft:x3550rre8.rtprre.testdomain
InitiatorGroupType : iscsi
Initiators : {iqn.1991-05.com.microsoft:x3550rre8.rtprre.testdomain}
InitiatorGroupOsType : windows
InitiatorGroupPortsetName :
InitiatorGroupThrottleBorrow : False
InitiatorGroupThrottleReserve : 0
InitiatorGroupUsePartner :
InitiatorGroupAluaEnabled : False
InitiatorGroupVsaEnabled : False
LunId : 2
 
InitiatorGroupName : viaRPC.iqn.1991-05.com.microsoft:x3550rre7.rtprre.testdomain
InitiatorGroupType : iscsi
Initiators : {iqn.1991-05.com.microsoft:x3550rre7.rtprre.testdomain}
InitiatorGroupOsType : windows
InitiatorGroupPortsetName :
InitiatorGroupThrottleBorrow : False
InitiatorGroupThrottleReserve : 0
InitiatorGroupUsePartner :
InitiatorGroupAluaEnabled : False
InitiatorGroupVsaEnabled : False
LunId : 0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaLunMapByInitiator</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaLunMapByInitiator</command:name>
        <maml:description>
            <maml:para>List all the luns mapped to an initiator</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaLunMapByInitiator</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>List all the luns mapped to an initiator</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaLunMapByInitiator</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Initiator</maml:name>
                <maml:description>
                    <maml:para>Initiator to check</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Initiator</maml:name>
            <maml:description>
                <maml:para>Initiator to check</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunMapInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-initiator-list-map-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLunMapByInitiator iqn.1991-05.com.microsoft:x3550rre8.rtprre.testdomain</dev:code>
              <dev:remarks>
                <maml:para>Get all LUNs on this controller mapped to the specified initiator on server &#39;x3550rre8&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>InitiatorGroup LunId Path
-------------- ----- ----
viaRPC.iqn.1991-05.com.... 1 /vol/vol2/lun1
viaRPC.iqn.1991-05.com.... 0 /vol/vol2/quorum
viaRPC.iqn.1991-05.com.... 3 /vol/vol2/lun5
viaRPC.iqn.1991-05.com.... 4 /vol/vol2/lun3
viaRPC.iqn.1991-05.com.... 5 /vol/vol2/metadata
viaRPC.iqn.1991-05.com.... 8 /vol/vol2/lun7b
viaRPC.iqn.1991-05.com.... 7 /vol/vol2/lun3b
viaRPC.iqn.1991-05.com.... 6 /vol/vol2/lun6
viaRPC.iqn.1991-05.com.... 10 /vol/vol2/{6e8dbad4-89...
viaRPC.iqn.1991-05.com.... 2 /vol/vol2/lun2
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLun /vol/vol2/lun2 | Get-NaLunMap | ForEach-Object {$_.Initiators} | Get-NaLunMapByInitiator</dev:code>
              <dev:remarks>
                <maml:para>For a given LUN, get the initiator(s) it is mapped to and then list all other luns on this controller that are mapped to the same initiators.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>InitiatorGroup LunId Path
-------------- ----- ----
viaRPC.iqn.1991-05.com.... 2 /vol/vol2/lun2
viaRPC.iqn.1991-05.com.... 1 /vol/vol2/lun1
viaRPC.iqn.1991-05.com.... 3 /vol/vol2/lun5
viaRPC.iqn.1991-05.com.... 4 /vol/vol2/metadata
viaRPC.iqn.1991-05.com.... 6 /vol/vol2/lun7b
viaRPC.iqn.1991-05.com.... 9 /vol/vol2/lun6
viaRPC.iqn.1991-05.com.... 1 /vol/vol2/lun1
viaRPC.iqn.1991-05.com.... 0 /vol/vol2/quorum
viaRPC.iqn.1991-05.com.... 3 /vol/vol2/lun5
viaRPC.iqn.1991-05.com.... 4 /vol/vol2/lun3
viaRPC.iqn.1991-05.com.... 5 /vol/vol2/metadata
viaRPC.iqn.1991-05.com.... 8 /vol/vol2/lun7b
viaRPC.iqn.1991-05.com.... 7 /vol/vol2/lun3b
viaRPC.iqn.1991-05.com.... 6 /vol/vol2/lun6
viaRPC.iqn.1991-05.com.... 10 /vol/vol2/{6e8dbad4-89...
viaRPC.iqn.1991-05.com.... 2 /vol/vol2/lun2
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaLun</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaLunMap</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaLunMaxSize</command:name>
        <maml:description>
            <maml:para>Returns the maximum possible size in bytes of a lun on a given volume or qtree.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaLunMaxSize</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Returns the maximum possible size in bytes of a lun on a given volume or qtree. The user can pass the path to a volume or qtree in which the lun is to be created. This returns the maximum size for different types of luns and the possible maximum size with or without snapshot reserves.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaLunMaxSize</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the volume or qtree.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Type</maml:name>
                <maml:description>
                    <maml:para>Maximum size of LUN for specified OS type. Current supported types are &quot;solaris&quot;, &quot;windows&quot;, &quot;hpux&quot;, &quot;aix&quot;, &quot;vld&quot;, &quot;linux&quot;, &quot;netware&quot;, &quot;vmware&quot;, &quot;image&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the volume or qtree.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>Type</maml:name>
            <maml:description>
                <maml:para>Maximum size of LUN for specified OS type. Current supported types are &quot;solaris&quot;, &quot;windows&quot;, &quot;hpux&quot;, &quot;aix&quot;, &quot;vld&quot;, &quot;linux&quot;, &quot;netware&quot;, &quot;vmware&quot;, &quot;image&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunMaxSize</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-get-maxsize</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLunMaxSize /vol/vol5 vmware</dev:code>
              <dev:remarks>
                <maml:para>Get the maximum size LUN with OS type &#39;vmware&#39; that may be created on volume &#39;vol5&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>WithCompleteSnapshotReserve : 8149532672
WithoutSnapshotReserve : 16298016768
WithSnapshotReserve : 8149532672
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaLunMinSize</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaLunMinSize</command:name>
        <maml:description>
            <maml:para>Returns the minimum possible size in bytes.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaLunMinSize</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Returns the minimum possible size in bytes. This returns the minimum size for different types of luns (based on the specified OS type). Space reservation does not affect the minimum lun size, thus only a single minimum size is returned.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaLunMinSize</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Type</maml:name>
                <maml:description>
                    <maml:para>Minimum size of LUN for specified OS type. Type of LUN. Current supported types are &quot;solaris&quot;, &quot;windows&quot;, &quot;hpux&quot;, &quot;aix&quot;, &quot;vld&quot;, &quot;linux&quot;, &quot;image&quot;, &quot;netware&quot;, &quot;vmware&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>Type</maml:name>
            <maml:description>
                <maml:para>Minimum size of LUN for specified OS type. Type of LUN. Current supported types are &quot;solaris&quot;, &quot;windows&quot;, &quot;hpux&quot;, &quot;aix&quot;, &quot;vld&quot;, &quot;linux&quot;, &quot;image&quot;, &quot;netware&quot;, &quot;vmware&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.Int64</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-get-minsize</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLunMinSize vmware</dev:code>
              <dev:remarks>
                <maml:para>Get the smallest possible LUN size with an OS type of vmware.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>4194304
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaLunMaxSize</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaLunOccupiedSize</command:name>
        <maml:description>
            <maml:para>Get the size occupied by the LUN in the active FS.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaLunOccupiedSize</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the size (in bytes) occupied by the LUN in the active FS.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaLunOccupiedSize</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the LUN.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.Int64</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-get-occupied-size</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLunOccupiedSize /vol/vol2/lun2</dev:code>
              <dev:remarks>
                <maml:para>Get the number of bytes that LUN &#39;lun2&#39; is consuming in the active file system.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>7332675584
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaLun</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaLunPersistentReservation</command:name>
        <maml:description>
            <maml:para>Get the persistent reservation information for a given LUN.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaLunPersistentReservation</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the persistent reservation information for a given LUN.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaLunPersistentReservation</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN. The path should start with &#39;/vol/&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the LUN. The path should start with &#39;/vol/&#39;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.PersistentReservationInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-get-persistent-reservation-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLunPersistentReservation /vol/hvkids/sc-qa-07-csv</dev:code>
              <dev:remarks>
                <maml:para>List the persistent reservations for LUN &#39;/vol/hvkids/sc-qa-07-csv&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>FcpPrNexus : DataONTAP.Types.Lun.FcpPrNexusInfo
IscsiPrNexus :
ReservationKey : 00:00:3b:6d:74:66:73:4d
ReservationType : fcp
ReservationTypeCode :
 
FcpPrNexus : DataONTAP.Types.Lun.FcpPrNexusInfo
IscsiPrNexus :
ReservationKey : 00:00:3b:6d:74:66:73:4d
ReservationType : fcp
ReservationTypeCode :
 
FcpPrNexus : DataONTAP.Types.Lun.FcpPrNexusInfo
IscsiPrNexus :
ReservationKey : 00:00:3b:6d:74:66:73:4d
ReservationType : fcp
ReservationTypeCode :
 
FcpPrNexus : DataONTAP.Types.Lun.FcpPrNexusInfo
IscsiPrNexus :
ReservationKey : 00:00:3b:6d:74:66:73:4d
ReservationType : fcp
ReservationTypeCode :
 
FcpPrNexus : DataONTAP.Types.Lun.FcpPrNexusInfo
IscsiPrNexus :
ReservationKey : 00:00:3b:6d:74:66:73:4d
ReservationType : fcp
ReservationTypeCode :
 
FcpPrNexus : DataONTAP.Types.Lun.FcpPrNexusInfo
IscsiPrNexus :
ReservationKey : 00:00:3b:6d:74:66:73:4d
ReservationType : fcp
ReservationTypeCode :
 
FcpPrNexus : DataONTAP.Types.Lun.FcpPrNexusInfo
IscsiPrNexus :
ReservationKey : 00:00:3b:6d:74:66:73:4d
ReservationType : fcp
ReservationTypeCode :
 
FcpPrNexus : DataONTAP.Types.Lun.FcpPrNexusInfo
IscsiPrNexus :
ReservationKey : 00:00:3b:6d:74:66:73:4d
ReservationType : fcp
ReservationTypeCode : write exclusive registrants only
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Clear-NaLunPersistentReservation</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaLunSelect</command:name>
        <maml:description>
            <maml:para>Get the select attribute for the specified LUN.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaLunSelect</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the select attribute for the specified LUN.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaLunSelect</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the LUN.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunSelectAttribute</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-get-select-attribute</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLunSelect /vol/vol2/lun2clone</dev:code>
              <dev:remarks>
                <maml:para>Get the select attribute for LUN &#39;/vol/vol2/lun2clone&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>CreationTime : Fri Sep 17 18:01:00 EDT 2010
PreviousSerial : HnSolJNfoTZK
SelectAttribute : copy
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaLunSelect</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaLunSerialNumber</command:name>
        <maml:description>
            <maml:para>Get the serial number for the specified LUN.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaLunSerialNumber</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the serial number for the specified LUN. The serial number is a 12-character string formed of upper and lower-case letters, numbers, and slash (/) and hyphen (-) characters.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaLunSerialNumber</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the LUN.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.String</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-get-serial-number</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLunSerialNumber /vol/vol2/lun2</dev:code>
              <dev:remarks>
                <maml:para>Get the serial number of LUN &#39;lun2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>HnSolJNfoTZK
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaLunSerialNumber</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaLunSignature</command:name>
        <maml:description>
            <maml:para>Get the MBR or GPT signature of a partitioned LUN.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaLunSignature</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the MBR or GPT signature of a partitioned LUN.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaLunSignature</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the LUN.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLunSignature /vol/vol1/lun3</dev:code>
              <dev:remarks>
                <maml:para>Get the signature of lun3 on vol1. This lun is a GPT partitioned disk.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Guid
----
a9f03286-ec8a-4e37-b2bf-4db3e3577ed1
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaLunSignature</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaLunSnapUsage</command:name>
        <maml:description>
            <maml:para>Lists all LUNs backed by data in the specified snapshot.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaLunSnapUsage</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Lists all LUNs backed by data in the specified snapshot. It also lists the corresponding snapshots in which these LUNs exist.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaLunSnapUsage</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Name of the volume.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Snapshot</maml:name>
                <maml:description>
                    <maml:para>Name of the snapshot.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>Name of the volume.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Snapshot</maml:name>
            <maml:description>
                <maml:para>Name of the snapshot.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunSnapUsageLunInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-snap-usage-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLunSnapUsage vol10 &quot;{1670257f-602b-4cf8-ac8a-b94e21486c95}&quot; | fl</dev:code>
              <dev:remarks>
                <maml:para>Get the list of LUNs backed by data in the specified snapshot.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BackingStore : /vol/vol10/.snapshot/{1670257f-602b-4cf8-ac8a-b94e21486c95}/lun5
Path : /vol/vol10/{6e8dbad4-894b-413a-b9cc-3cbb4ae291a5}.rws
Snapshot : Active
 
BackingStore : /vol/vol10/.snapshot/{1670257f-602b-4cf8-ac8a-b94e21486c95}/lun5
Path : /vol/vol10/.snapshot/clone_vol2clone.2/{6e8dbad4-894b-413a-b9cc-
               3cbb4ae291a5}.rws
Snapshot : clone_vol2clone.2
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaLun</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaLunSpaceReserved</command:name>
        <maml:description>
            <maml:para>Queries the space reservation settings for the named LUN.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaLunSpaceReserved</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Queries the space reservation settings for the named LUN.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaLunSpaceReserved</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN to be queried.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the LUN to be queried.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.Boolean</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-get-space-reservation-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLunSpaceReserved /vol/vol2/lun2</dev:code>
              <dev:remarks>
                <maml:para>Check if LUN &#39;lun2&#39; is space-reserved.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaLunSpaceReserved</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaLunStatistics</command:name>
        <maml:description>
            <maml:para>Get block-protocol access statistics (in bytes) for LUN(s).</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaLunStatistics</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get block-protocol access statistics (in bytes) for LUN(s).</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaLunStatistics</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN. If path is specified, only the stats of that LUN is returned. If path is not specified, stats of all LUNs are returned.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the LUN. If path is specified, only the stats of that LUN is returned. If path is not specified, stats of all LUNs are returned.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunStatsInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-stats-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLunStatistics /vol/opalis/w2k3OpalisVM | fl</dev:code>
              <dev:remarks>
                <maml:para>Get statistics for LUN &#39;w2k3OpalisVM&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BlockSize : 512
LastZeroed : 2927092
LastZeroedTS : 33.21:04:52
OtherOps : 26511
Path : /vol/opalis/w2k3OpalisVM
ReadBlocks : 14278271
ReadBytes : 7310474752
ReadOps : 308016
WriteBlocks : 10965456
WriteBytes : 5614313472
WriteOps : 620712
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Clear-NaLunStatistics</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaLunTargetDeviceId</command:name>
        <maml:description>
            <maml:para>Returns the SCSI Target Device Id.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaLunTargetDeviceId</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Returns the SCSI Target Device Id.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaLunTargetDeviceId</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>SerialNumber</maml:name>
                <maml:description>
                    <maml:para>Serial number of the lun.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Protocol</maml:name>
                <maml:description>
                    <maml:para>Transport protocol through which the lun will be accessed. Possible values are &quot;fcp&quot; or &quot;iscsi&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>SerialNumber</maml:name>
            <maml:description>
                <maml:para>Serial number of the lun.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>Protocol</maml:name>
            <maml:description>
                <maml:para>Transport protocol through which the lun will be accessed. Possible values are &quot;fcp&quot; or &quot;iscsi&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.String</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-get-target-device-id</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLunTargetDeviceId -SerialNumber P4DahZb7hUCv -Protocol iscsi</dev:code>
              <dev:remarks>
                <maml:para>Get the iscsi LUN target device id for the LUN with serial number P4DahZb7hUCv.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>NETAPP TARGET 700000422278
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaNdmpCopy</command:name>
        <maml:description>
            <maml:para>Get the status of a running NDMP copy operation.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaNdmpCopy</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the status of a running NDMP copy operation.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaNdmpCopy</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Id</maml:name>
                <maml:description>
                    <maml:para>The ID of the NDMP copy operation to get. If not specified, all currently running NDMP copy operations will be returned.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Id</maml:name>
            <maml:description>
                <maml:para>The ID of the NDMP copy operation to get. If not specified, all currently running NDMP copy operations will be returned.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.PowerShell.SDK.Cmdlets.Ndmp.NaNdmpCopyOp</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: ndmp</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaNdmpCopy</dev:code>
              <dev:remarks>
                <maml:para>Get all NDMP copy operations running in the current PowerShell session.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>State : RUNNING
SrcConnection : 192.168.0.200
DstConnection : 192.168.0.201
SrcPath : /vol/twofer_vol0/content/
DstPath : /vol/donaghy_vol0/bkup/
BackupState : DATA_STATE_ACTIVE
RestoreState : DATA_STATE_ACTIVE
BackupHaltReason : DATA_HALT_NA
RestoreHaltReason : DATA_HALT_NA
BackupBytesProcessed : 104888320
BackupBytesRemain : 837444316
RestoreBytesProcessed : 104888320
Id : 1
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Start-NaNdmpCopy</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Stop-NaNdmpCopy</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaNetActiveConfig</command:name>
        <maml:description>
            <maml:para>Output the current network config.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaNetActiveConfig</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Output the current network config. Output includes vlans, ifgrps and static routes with information from vlan, ifgrp, route &amp; ifconfig commands.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaNetActiveConfig</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Net.NetConfigInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: net
API: net-config-get-active</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaNetActiveConfig</dev:code>
              <dev:remarks>
                <maml:para>Get the active network configuration.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ConfigStatus : {}
Ifgrps : {testvif}
Interfaces : {e0a, e0b, e0c, e0d...}
Routes : {default-ipspace, default-ipspace, default-ipspace}
Vlans : {}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaNetPersistentConfig</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaNetPersistentConfig</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaNetDcb</command:name>
        <maml:description>
            <maml:para>Get the current Data Center Bridging (DCB) configuration for a specified network interface indexed by the priority group id.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaNetDcb</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the current Data Center Bridging (DCB) configuration for a specified network interface indexed by the priority group id.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaNetDcb</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Interface</maml:name>
                <maml:description>
                    <maml:para>The network interface name.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>PriorityGroupId</maml:name>
                <maml:description>
                    <maml:para>The Priority Group ID. Range: [0..15]. If not specified, the DCB configuration for all assigned priority groups will be displayed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Interface</maml:name>
            <maml:description>
                <maml:para>The network interface name.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>PriorityGroupId</maml:name>
            <maml:description>
                <maml:para>The Priority Group ID. Range: [0..15]. If not specified, the DCB configuration for all assigned priority groups will be displayed.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Net.InterfaceDcbEntryInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: net
API: net-dcb-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaNetDcbPriority</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaNetDcbPriority</command:name>
        <maml:description>
            <maml:para>Get the current Data Center Bridging (DCB) configuration for a specified network interface indexed by the DCB priority.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaNetDcbPriority</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the current Data Center Bridging (DCB) configuration for a specified network interface indexed by the DCB priority.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaNetDcbPriority</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Interface</maml:name>
                <maml:description>
                    <maml:para>The network interface name.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>Priority</maml:name>
                <maml:description>
                    <maml:para>The priority. Range: [0..7]. If not specified, the priority associated DCB configuration for all DCB priorities will be displayed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Interface</maml:name>
            <maml:description>
                <maml:para>The network interface name.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>Priority</maml:name>
            <maml:description>
                <maml:para>The priority. Range: [0..7]. If not specified, the priority associated DCB configuration for all DCB priorities will be displayed.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Net.InterfaceDcbPriorityEntryInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: net
API: net-dcb-priority-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaNetDcb</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaNetInterface</command:name>
        <maml:description>
            <maml:para>Output the current configuration for one interface.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaNetInterface</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Output the current configuration for one interface.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaNetInterface</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The interface to display. If not provided, all interfaces will be displayed. Wildcards are permitted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The interface to display. If not provided, all interfaces will be displayed. Wildcards are permitted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Net.InterfaceConfigInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: net
API: net-ifconfig-get</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaNetInterface e0b</dev:code>
              <dev:remarks>
                <maml:para>Display the current configuration for interface &#39;e0b&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Aliases : {10.10.10.22}
DadAttempts : 5
Flowcontrol : full
InterfaceName : e0b
IpspaceName : default-ipspace
IsEnabled : True
IsNfoEnabled : False
IsTrusted : True
IsWinsEnabled : False
MacAddress : 00:a0:98:06:c2:26
Mediatype : auto-unknown-down
Mtusize : 1200
Partner : e0b
V4PrimaryAddress : 10.10.10.10
V6PrimaryAddress : 3ffe:1900:4545:3:200:f8ff:fe21:67cf
DadAttemptsSpecified : True
IsEnabledSpecified : False
IsNfoEnabledSpecified : False
IsTrustedSpecified : False
IsWinsEnabledSpecified : True
MtusizeSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaNetInterface</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaNetIpspace</command:name>
        <maml:description>
            <maml:para>List ipspaces.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaNetIpspace</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>List ipspaces.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaNetIpspace</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The ipspace to display. If not provided, all ipspaces will be displayed. Wildcards are permitted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The ipspace to display. If not provided, all ipspaces will be displayed. Wildcards are permitted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Net.IpspaceConfigInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: net
API: net-ipspace-list</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaNetIpspace</dev:code>
              <dev:remarks>
                <maml:para>List ipspaces.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Ipspace Interfaces
------- ----------
default-ipspace {e0a, e0b, e0c, e0d}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaNetIpspace</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaNetIpspace</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaNetIpspace</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaNetPersistentConfig</command:name>
        <maml:description>
            <maml:para>Reads filer&#39;s /etc/rc and outputs contents.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaNetPersistentConfig</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Reads filer&#39;s /etc/rc and outputs contents.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaNetPersistentConfig</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Net.NetConfigInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: net
API: net-config-get-persistent</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaNetPersistentConfig</dev:code>
              <dev:remarks>
                <maml:para>Get the persistent network configuration from /etc/rc.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ConfigStatus : {}
Ifgrps : {testvif}
Interfaces : {e0a, e0b, e0c, e0d...}
Routes : {default-ipspace}
Vlans : {}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaNetActiveConfig</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaNetPersistentConfig</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaNetRoute</command:name>
        <maml:description>
            <maml:para>List kernel routes in the active network configuration.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaNetRoute</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>List kernel routes in the active network configuration.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaNetRoute</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Destination</maml:name>
                <maml:description>
                    <maml:para>The destination of the route entry to query. If not provided, all routes will be retrieved. Wildcards are permitted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Destination</maml:name>
            <maml:description>
                <maml:para>The destination of the route entry to query. If not provided, all routes will be retrieved. Wildcards are permitted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Net.RouteInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: net
API: net-config-get-active</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaNetRoute default</dev:code>
              <dev:remarks>
                <maml:para>List all of the default routes.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Destination : default
RouteType : net
Prefixlen :
NextHop : 10.61.167.1
Metric : 1
AddrFamily : af-inet
Creator : vfiler:vfiler0
IpspaceName : default-ipspace
 
Destination : default
RouteType : net
Prefixlen :
NextHop : 3ffe:1900:4545:3:200:f8ff:fe21:67ce
Metric : 1
AddrFamily : af-inet6
Creator : vfiler:vfiler0
IpspaceName : default-ipspace
 
Destination : default
RouteType : net
Prefixlen :
NextHop : 40.40.40.1
Metric : 1
AddrFamily : af-inet
Creator : vfiler:vfiler4
IpspaceName : testspace
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaNetRoute</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaNetRoute</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaNetVif</command:name>
        <maml:description>
            <maml:para>List VIFs in the active network configuration.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaNetVif</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>List VIFs in the active network configuration.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaNetVif</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the VIF to query. If not provided, all VIFs will be retrieved. Wildcards are permitted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the VIF to query. If not provided, all VIFs will be retrieved. Wildcards are permitted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Net.IfgrpInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: net
API: net-config-get-active</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaNetVif</dev:code>
              <dev:remarks>
                <maml:para>List all VIFs.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Favored : e0c
IfgrpPolicy : single
IfgrpType : single
InterfaceName : testvif
Links : {e0d, e0c}
Nofavored :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaNetVif</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaNetVif</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaNetVif</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaNetVlan</command:name>
        <maml:description>
            <maml:para>List VLANs in the active network configuration.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaNetVlan</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>List VLANs in the active network configuration.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaNetVlan</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the VLAN to query. If not provided, all VLANs will be retrieved. Wildcards are permitted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the VLAN to query. If not provided, all VLANs will be retrieved. Wildcards are permitted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Net.VlanInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: net
API: net-config-get-active</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaNetVlan e0c*</dev:code>
              <dev:remarks>
                <maml:para>List all VLANs on physical interface &#39;e0c&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Interface ParentInterface Tag GVRP
--------- --------------- --- ----
e0c-10 e0c 10 True
e0c-20 e0c 20 True
e0c-30 e0c 30 True
e0c-40 e0c 40 True
e0c-50 e0c 50 True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaNetVlan</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaNetVlan</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaNetVlan</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaNfsExport</command:name>
        <maml:description>
            <maml:para>Returns the rules associated with exports.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaNfsExport</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Returns the rules associated with exports, using the new security info structure. If a pathname is specified, the rules associated with the export matching that pathname, are returned; otherwise, rules for all exports are returned.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaNfsExport</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>The pathname, for whose matching export, the client wants a listing of the associated rules. If this parameter is provided, the Persistent parameter is ignored.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Persistent</maml:name>
                <maml:description>
                    <maml:para>Default value is false. If specified, the export entries that are present in the /etc/exports file are returned; otherwise, those loaded in memory are returned. This parameter is ignored if the Path parameter is provided.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>The pathname, for whose matching export, the client wants a listing of the associated rules. If this parameter is provided, the Persistent parameter is ignored.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Persistent</maml:name>
            <maml:description>
                <maml:para>Default value is false. If specified, the export entries that are present in the /etc/exports file are returned; otherwise, those loaded in memory are returned. This parameter is ignored if the Path parameter is provided.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Nfs.ExportsRuleInfo2</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: nfs
API: nfs-exportfs-list-rules-2</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaNfsExport -Persistent</dev:code>
              <dev:remarks>
                <maml:para>List all persistent exports.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ActualPathname Pathname SecurityRules
-------------- -------- -------------
                           /vol/vol0 {True}
                           /vol/vol2 {True}
                           /vol/vol0/home {True}
                           /vol/testvol {}
                           /vol/smhv {True}
                           /vol/testvol2 {}
                           /vol/vol1 {}
                           /vol/vol1clone {True}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>(Get-NaNfsExport /vol/vol1 -Persistent).SecurityRules</dev:code>
              <dev:remarks>
                <maml:para>Inspect the export results for volume &#39;vol1&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Anon : 0
Nosuid :
ReadOnly :
ReadWrite : {}
Root : {10.61.160.6}
SecFlavor : {DataONTAP.Types.Nfs.SecFlavorInfo}
NosuidSpecified : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaNfsExport</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaNfsExport</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaNfsExport</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaNfsExportStoragePath</command:name>
        <maml:description>
            <maml:para>For the given path, determine the actual storage path.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaNfsExportStoragePath</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>For the given path, determine the actual storage path. Returns an error if the path does not exist.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaNfsExportStoragePath</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Virtual pathname which has a rule associated with an actual pathname.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Virtual pathname which has a rule associated with an actual pathname.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.String</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: nfs
API: nfs-exportfs-storage-path</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaNfsExportStoragePath /vol/exchange</dev:code>
              <dev:remarks>
                <maml:para>Determine the actual path on the controller to the exported resource &#39;/vol/exchange&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>/vol/testvol2
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaNfsExport</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Add-NaNfsExport</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaNfsExport</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaNfsMonitor</command:name>
        <maml:description>
            <maml:para>Lists the hosts that are currently being monitored by the NFS status monitor.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaNfsMonitor</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Lists the hosts that are currently being monitored by the NFS status monitor.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaNfsMonitor</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Nfs.Hostaddr</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: nfs
API: nfs-monitor-list</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaNfsMonitor</dev:code>
              <dev:remarks>
                <maml:para>List the hosts that are currently being monitored by the NFS status monitor.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name
----
sportster
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaNfsMonitor</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaNfsMonitor</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaNfsSecurityFlavor</command:name>
        <maml:description>
            <maml:para>Returns a list of currently supported security flavors.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaNfsSecurityFlavor</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Returns a list of currently supported security flavors. Hosts with permissions and connecting via the proper security flavor have access to directories on the filer. Default security flavor for all exports is &quot;sys&quot;.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaNfsSecurityFlavor</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Nfs.SecFlavorInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: nfs
API: nfs-get-supported-sec-flavors</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaNfsSecurityFlavor</dev:code>
              <dev:remarks>
                <maml:para>Get the supported NFS security flavors supported by the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Flavor
------
none
sys
krb5
krb5i
krb5p
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaNfsExport</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaNfsStatistics</command:name>
        <maml:description>
            <maml:para>Collects NFS statistics for a specified client.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaNfsStatistics</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Collects NFS statistics for a specified client.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaNfsStatistics</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Host</maml:name>
                <maml:description>
                    <maml:para>Hostname or IP address of client.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Host</maml:name>
            <maml:description>
                <maml:para>Hostname or IP address of client.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Nfs.Statistics</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: nfs
API: nfs-stats-get-client-stats</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaNfsStatistics sportster</dev:code>
              <dev:remarks>
                <maml:para>Get NFS statistics from client &#39;sportster&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ClientInfo : sportster
NfsStats : DataONTAP.Types.Nfs.NfsStats
RpcStats : DataONTAP.Types.Nfs.RpcStats
TcpFlowcontrolStats : DataONTAP.Types.Nfs.TcpFlowcontrolStats
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>$s = Get-NaNfsStatistics sportster
$s.NfsStats.NfsStatsInfo.Nfsv3ClientStats</dev:code>
              <dev:remarks>
                <maml:para>Inspect NFS v3 protocol stats from client &#39;sportster&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>AccessOps : 11
CommitOps : 0
CreateOps : 34
FsinfoOps : 6
FsstatOps : 1
GetattrOps : 120
LinkOps : 0
LookupOps : 90
MkdirOps : 0
MknodOps : 0
NullOps : 6
PathconfOps : 0
ReadOps : 0
ReaddirOps : 0
ReaddirplusOps : 8
ReadlinkOps : 0
RemoveOps : 0
RenameOps : 0
RmdirOps : 0
SetattrOps : 2
SymlinkOps : 0
WriteOps : 25826
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Clear-NaNfsStatistics</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaNfsTopClient</command:name>
        <maml:description>
            <maml:para>Returns a list of the top NFS clients, ordered by total NFS operations.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaNfsTopClient</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Returns a list of the top NFS clients, ordered by total NFS operations.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaNfsTopClient</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>MaxClients</maml:name>
                <maml:description>
                    <maml:para>Specifies the maximum number of top clients to retrieve (the default is 20) Range : [0..2^32-1].</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>MaxClients</maml:name>
            <maml:description>
                <maml:para>Specifies the maximum number of top clients to retrieve (the default is 20) Range : [0..2^32-1].</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>20</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Nfs.NfsTopInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: nfs
API: nfs-stats-top-clients-list-iter-start, nfs-stats-top-clients-list-iter-next, nfs-stats-top-clients-list-iter-end</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaNfsTopClient 5</dev:code>
              <dev:remarks>
                <maml:para>Get the top five NFS clients.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ClientInfo : ::ffff:10.61.160.6
CreateOps : 34
GetaddrOps :
LookupOps : 90
ReadOps : 0
ReaddirOps : 8
ReadlinkOps : 0
RemoveOps : 0
TotalOps : 26103
WriteOps : 25826
 
ClientInfo : ::ffff:10.61.165.11
CreateOps : 0
GetaddrOps :
LookupOps : 0
ReadOps : 0
ReaddirOps : 0
ReadlinkOps : 0
RemoveOps : 0
TotalOps : 1
WriteOps : 0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaNfsStatistics</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaOption</command:name>
        <maml:description>
            <maml:para>Get the value of one or more options.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaOption</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the value of one or more options.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaOption</maml:name>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>OptionNames</maml:name>
                <maml:description>
                    <maml:para>The names of one or more options to get. Wildcards are supported.</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>Hashtable</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>OptionNames</maml:name>
            <maml:description>
                <maml:para>The names of one or more options to get. Wildcards are supported.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Hashtable</maml:name>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Options.OptionInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: options
API: options-get, options-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaOption</dev:code>
              <dev:remarks>
                <maml:para>Get all options.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ClusterConstraint Name Value
----------------- ---- -----
only_one auditlog.enable on
only_one auditlog.max_file_size 10000000
only_one auditlog.readonly_api.e... off
only_one autologout.console.enable on
only_one autologout.console.timeout 60
only_one autologout.telnet.enable on
only_one autologout.telnet.timeout 60
none autosupport.cifs.verbose off
...
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaOption kerberos.* ldap.*</dev:code>
              <dev:remarks>
                <maml:para>Get multiple option categories using wildcards.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ClusterConstraint Name Value
----------------- ---- -----
none kerberos.file_keytab.en... off
none kerberos.file_keytab.pr...
none kerberos.file_keytab.realm
none kerberos.replay_cache.e... off
none ldap.ADdomain
none ldap.base
none ldap.base.group
none ldap.base.netgroup
none ldap.base.passwd
none ldap.enable off
none ldap.minimum_bind_level anonymous
none ldap.name
none ldap.nssmap.attribute.g... gecos
none ldap.nssmap.attribute.g... gidNumber
none ldap.nssmap.attribute.g... cn
none ldap.nssmap.attribute.h... homeDirectory
none ldap.nssmap.attribute.l... loginShell
none ldap.nssmap.attribute.m... memberNisNetgroup
none ldap.nssmap.attribute.m... memberUid
none ldap.nssmap.attribute.n... cn
none ldap.nssmap.attribute.n... nisNetgroupTriple
none ldap.nssmap.attribute.uid uid
none ldap.nssmap.attribute.u... uidNumber
none ldap.nssmap.attribute.u... userPassword
none ldap.nssmap.objectClass... nisNetgroup
none ldap.nssmap.objectClass... posixAccount
none ldap.nssmap.objectClass... posixGroup
none ldap.passwd ******
none ldap.port 389
none ldap.servers
none ldap.servers.preferred
none ldap.ssl.enable off
none ldap.timeout 20
none ldap.usermap.attribute.... unixaccount
none ldap.usermap.attribute.... windowsaccount
none ldap.usermap.base
none ldap.usermap.enable off
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaOption</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Compare-NaOption</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaPerfCounter</command:name>
        <maml:description>
            <maml:para>Get information about the counters of an object.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaPerfCounter</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get information about the counters of an object. This information is static and independent of any particular instance of the object. It includes counter names and descriptions, as well as properties which are necessary to to interpret counter values.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaPerfCounter</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the object to get counter information for.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the object to get counter information for.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Perf.CounterInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: perf
API: perf-object-counter-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaPerfCounter processor</dev:code>
              <dev:remarks>
                <maml:para>Get the performance counters available for the &#39;processor&#39; object.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BaseCounter : processor_elapsed_time
Desc : Percentage of elapsed time that the processor is executing non
                 -idle processes
Labels :
Name : processor_busy
PrivilegeLevel : basic
Properties : percent
Type :
Unit : percent
 
BaseCounter :
Desc : Wall-clock time since boot used for calculating processor util
                 ization
Labels :
Name : processor_elapsed_time
PrivilegeLevel : basic
Properties : delta,no-display
Type :
Unit : none
 
BaseCounter :
Desc : Number of sk switches per second
Labels :
Name : sk_switches
PrivilegeLevel : diag
Properties : rate
Type :
Unit : per_sec
 
BaseCounter :
Desc : Number of context switches per second
Labels :
Name : hard_switches
PrivilegeLevel : diag
Properties : rate
Type :
Unit : per_sec
 
BaseCounter : processor_elapsed_time
Desc : Array of processor time in percentage spent in various domains
Labels : {idle,kahuna,storage,exempt,raid,target,netcache,netcache2,cif
                 s,wafl_exempt,wafl_xcleaner,sm_exempt,cluster,protocol,nwk_exc
                 lusive,nwk_exempt,nwk_legacy,nwk_ctx1,nwk_ctx2,nwk_ctx3,nwk_ct
                 x4}
Name : domain_busy
PrivilegeLevel : diag
Properties : percent
Type : array
Unit : percent
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaPerfData</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaPerfInstance</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaPerfObject</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaPerfData</command:name>
        <maml:description>
            <maml:para>Get a list of current counter values of instances of an object.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaPerfData</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get a list of current counter values of instances of an object.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaPerfData</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the object to get counter values for.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Instances</maml:name>
                <maml:description>
                    <maml:para>List of instances to get counter values for. This element can be used to limit data collection to a specified subset of the instances of the object. If this element is absent, counter values of all instances of the object will be retrieved.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Counters</maml:name>
                <maml:description>
                    <maml:para>List of counters whose values will be retrieved. This element can be used to limit data collection to a specified subset of the counters of instances of the object. If this element is absent, values of all counters will be retrieved.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the object to get counter values for.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Instances</maml:name>
            <maml:description>
                <maml:para>List of instances to get counter values for. This element can be used to limit data collection to a specified subset of the instances of the object. If this element is absent, counter values of all instances of the object will be retrieved.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Counters</maml:name>
            <maml:description>
                <maml:para>List of counters whose values will be retrieved. This element can be used to limit data collection to a specified subset of the counters of instances of the object. If this element is absent, values of all counters will be retrieved.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Perf.InstanceData</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: perf
API: perf-object-get-instances-iter-start, perf-object-get-instances-iter-next, perf-object-get-instances-iter-end</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaPerfData processor</dev:code>
              <dev:remarks>
                <maml:para>Get all performance counter data for all instances of the &#39;processor&#39; object.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Counters Name
-------- ----
{processor_busy, processor_elapsed_t... processor0
{processor_busy, processor_elapsed_t... processor1
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaPerfCounter</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaPerfInstance</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaPerfObject</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Invoke-NaSysstat</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaPerfInstance</command:name>
        <maml:description>
            <maml:para>Get the list of names of current instances of an object.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaPerfInstance</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the list of names of current instances of an object.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaPerfInstance</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the object to get instance information for.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the object to get instance information for.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Perf.InstanceInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: perf
API: perf-object-instance-list-info-iter-start, perf-object-instance-list-info-iter-next, perf-object-instance-list-info-iter-end</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaPerfInstance processor</dev:code>
              <dev:remarks>
                <maml:para>Get the instances of the &#39;processor&#39; object.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name
----
processor0
processor1
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaPerfCounter</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaPerfData</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaPerfObject</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaPerfObject</command:name>
        <maml:description>
            <maml:para>Get list of performance objects in the system.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaPerfObject</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get list of performance objects in the system.
 
The perf APIs enable monitoring of system performance. They provide a single interface to data across various subsystems in the appliance. Data are organized hierarchically, with objects, instances, and counters. An object generally represents a subsystem, an instance represents a single physical or logical entity within the subsystem, and a counter is a datum specific to the instance.
 
An example of the object-instance-counter hierarchy is processor:processor0:processor_busy. Each CPU in the system is an instance of the &#39;processor&#39; object. The processor_busy counter of the processor0 instance reports the time during which this processor has been active since an arbitrary point in the past. A second counter, processor_elapsed_time, reports the total time, so the change in processor_busy divided by the change in processor_elapsed_time over an interval can be used to compute the average utilization of the processor. Processor_elapsed_time is referred to as the &#39;base counter&#39; of processor_busy since it is needed to compute a useful value from processor_busy.
 
A typical user of these APIs will initially request a list of objects using Get-NaPerfObject. The user may then request a list of counters available for instances of an object by calling Get-NaPerfCounter for each interesting object. The sets of objects and counters are static, so these calls will not need to be made again.
 
The core perf API call is Get-NaPerfData. This API returns the names and raw counter values of instances of an object at the time of the call. Unlike objects and counters, the set of instances is not always fixed, and the values of counters will vary across calls. Typically this API must be called at least twice over some interval in order to evaluate subsystem performance during that interval. Depending on counter properties, the user may need to perform additional computation on the raw value in order to correctly interpret it.
 
Each counter has a property which indicates how it&#39;s raw value should be interpreted. This property is available as part of the static counter metadata returned by a call to Get-NaPerfCounter. Possible properties are &#39;raw&#39;, &#39;rate&#39;, &#39;delta&#39;, &#39;average&#39;, &#39;percent&#39;, &#39;string&#39;, and &#39;no-display&#39;. String counters report textual information, such as volume or disk identifiers. No-display counters are not intended for direct use, and this property is typically assigned to base counters. The other properties are interpreted as follows:
 
  * raw: single counter value is used
  * delta: change in counter value between two samples is used
  * rate: delta divided by the time in seconds between samples is used
  * average: delta divided by the delta of a base counter is used
  * percent: 100*average is used
 
For &#39;average&#39; and &#39;percent&#39; counters, the &#39;base-counter&#39; element will be set to the name of the base counter. Some counters are multidimensional, and for these the counter description includes a list of labels of the counter subelements, and a &#39;type&#39; element indicating the counter is an array.
 
For example, again consider the processor::processor_busy counter. The description and properties of this counter state that it is a percentage, but a call to Get-NaPerfData will return a raw number which must be further processed by the user. Because the counter is a percentage, the user must note the value of its base counter, (processor::processor_elapsed_time) and then make a second call to Get-NaPerfData and again note the raw value of the counter and base counter. Suppose the user made the calls at time T1 and later at time T2, and these raw values were returned (the object and instance name are not shown):
 
  * (T1) processor_busy=2000000, processor_elapsed_time=3000000
  * (T2) processor_busy=2400000 ,processor_elapsed_time=4000000
 
The user must then perform the following computation to determine processor utilization: 100*(2400000-2000000)/(4000000-3000000) = 40%
 
The Get-NaPerfInstance API may be used to list the names of current instances of an object. It does not return any counter values.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaPerfObject</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Perf.ObjectInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: perf
API: perf-object-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaPerfObject</dev:code>
              <dev:remarks>
                <maml:para>List the available performance objects.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name PrivilegeLevel
---- --------------
system basic
disk basic
processor basic
nvram diag
ifnet basic
nfsv3 basic
nfsv4 diag
readahead diag
target basic
lun basic
volume basic
sparse diag
flexcache diag
nrv diag
wafl diag
raid diag
raid_stripe diag
cifs basic
cifsdomain diag
cifs_ops diag
cifs_stats diag
vscan_server_stat diag
vscan_stats diag
fpolicy_global diag
fpolicy_stats_server diag
fpolicy_stats_policy diag
ldap diag
fcp basic
iscsi basic
perf diag
replication diag
volume_snapmirror_source diag
volume_snapmirror_destination diag
rsm_src_global diag
rsm_dst_global diag
rsm_src_relation diag
rsm_dst_relation diag
lmem diag
aggregate basic
compression diag
qtree basic
quota basic
vfiler basic
sis diag
priorityqueue advanced
prisched advanced
ext_cache basic
ext_cache_obj basic
bufcache diag
cachequeue diag
cacheeject diag
partial_file_restore diag
cpdump diag
cpdump_rvol diag
cpdump_rg diag
cpdump_disk diag
cpdump_fvol diag
logical_replication_destination basic
logical_replication_source basic
dump basic
ndmp basic
hostadapter basic
iomem diag
zodiac diag
fal diag
flashmgmt diag
flashmgmt_core diag
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaPerfCounter</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaPerfData</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaPerfInstance</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaPortset</command:name>
        <maml:description>
            <maml:para>Get information for port set(s).</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaPortset</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get information for port set(s).</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaPortset</maml:name>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para></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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Portset.PortsetInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: portset
API: portset-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaPortset</dev:code>
              <dev:remarks>
                <maml:para>List the port sets defined on this controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>PortsetName : portset1
PortsetPortInfo : {dunn:0c, benson:0c}
PortsetPortTotal : 2
PortsetType : fcp
InitiatorGroupInfo : {fcpIgroup}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaPortset</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaPortset</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Add-NaIgroupPortset</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaPriority</command:name>
        <maml:description>
            <maml:para>Get status information for priority scheduler.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaPriority</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get status information for priority scheduler.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaPriority</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Priority.PriorityInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: priority
API: priority-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaPriority</dev:code>
              <dev:remarks>
                <maml:para>Get the status of the priority scheduler.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>IoConcurrency : 10
Status : on
NvlogCpThreshold : 40
NvlogCpCompletion : fast
EnabledComponents : cache schedule
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaPriority</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaPriorityDefault</command:name>
        <maml:description>
            <maml:para>Get information for the default scheduling policy in the priority scheduler.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaPriorityDefault</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get information for the default scheduling policy in the priority scheduler. The default scheduling policy is applied to volumes that do not have an explicit policy set.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaPriorityDefault</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Priority.PriorityDefaultInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: priority
API: priority-list-info-default</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaPriorityDefault</dev:code>
              <dev:remarks>
                <maml:para>Get information for the default scheduling policy in the priority scheduler.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Level : 6
System : 4
UserReadLimit : 0
SystemReadLimit : 0
NvlogLimit : 0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaPriorityDefault</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaPriorityVolume</command:name>
        <maml:description>
            <maml:para>Get volume-related priority schedule information.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaPriorityVolume</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get volume-related priority schedule information.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaPriorityVolume</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>If specified, a specific volume whose priority schedule should be returned. If omitted, all priority schedules for volumes are returned.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>If specified, a specific volume whose priority schedule should be returned. If omitted, all priority schedules for volumes are returned.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Priority.PriorityVolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: priority
API: priority-list-info-volume</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaPriorityVolume</dev:code>
              <dev:remarks>
                <maml:para>List the priority schedule for all volumes.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>CachePolicy : default
Level : 10
NvlogLimit : 0
Service : on
System : 10
SystemReadLimit : 0
UserReadLimit : 0
Volume : vol0
 
CachePolicy : default
Level : 5
NvlogLimit : 0
Service : on
System : 4
SystemReadLimit : 0
UserReadLimit : 0
Volume : vol1
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaVol vol0 vol1 | Get-NaPriorityVolume</dev:code>
              <dev:remarks>
                <maml:para>List the priority schedule for volumes from the pipeline.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>CachePolicy : default
Level : 10
NvlogLimit : 0
Service : on
System : 10
SystemReadLimit : 0
UserReadLimit : 0
Volume : vol0
 
CachePolicy : keep
Level : 6
NvlogLimit : 10
Service : on
System : 3
SystemReadLimit : 16
UserReadLimit : 48
Volume : vol1
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaPriorityVolume</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaQtree</command:name>
        <maml:description>
            <maml:para>Returns a list of qtrees.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaQtree</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Returns a list of qtrees.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaQtree</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>VolumeName</maml:name>
                <maml:description>
                    <maml:para>Name of the volume to be queried. Wildcards are supported. Optionally, this parameter may also take the form /vol/&lt;volume&gt;/&lt;qtree&gt; or /vol/&lt;volume&gt;/; omit the QtreeName parameter if using this form.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>QtreeName</maml:name>
                <maml:description>
                    <maml:para>Name of the qtree to be queried. Wildcards are supported.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>VolumeName</maml:name>
            <maml:description>
                <maml:para>Name of the volume to be queried. Wildcards are supported. Optionally, this parameter may also take the form /vol/&lt;volume&gt;/&lt;qtree&gt; or /vol/&lt;volume&gt;/; omit the QtreeName parameter if using this form.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>QtreeName</maml:name>
            <maml:description>
                <maml:para>Name of the qtree to be queried. Wildcards are supported.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Qtree.QtreeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: qtree
API: qtree-list, qtree-list-iter-start, qtree-list-iter-next, qtree-list-iter-end</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaQtree</dev:code>
              <dev:remarks>
                <maml:para>Get all qtrees.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Volume Qtree Status Security OpLocks
------ ----- ------ -------- -------
opalis normal mixed disabled
vol2 normal ntfs enabled
vol2 qtree2 normal mixed enabled
vol2 testqtree normal mixed enabled
vol0 normal ntfs enabled
vol0 qt_hypervibe normal ntfs enabled
vol0 user1 normal ntfs enabled
vol0 user2 normal ntfs enabled
vol0 svpri normal ntfs enabled
testvol normal ntfs enabled
testvol2 normal ntfs enabled
testvol3 normal ntfs enabled
clinton_backup normal ntfs enabled
SC_3_3_0 normal unix enabled
AS_5_12_1 normal unix enabled
testvol4 normal ntfs enabled
vol1 normal unix enabled
vol1clone normal unix enabled
vol2clone normal ntfs enabled
vol2clone qtree2 normal ntfs enabled
vol2clone testqtree normal ntfs enabled
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaQtree vol2 *test*</dev:code>
              <dev:remarks>
                <maml:para>Get all qtrees in volume &#39;vol2&#39; with &#39;test&#39; in the qtree name. This is equivalent to &#39;Get-NaQtree /vol/vol2/*test*&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Volume Qtree Status Security OpLocks
------ ----- ------ -------- -------
vol2 testqtree normal mixed enabled
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaQtree</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaQuota</command:name>
        <maml:description>
            <maml:para>Obtains a quota entry specified by type, target, volume, and tree.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaQuota</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Obtains a quota entry specified by type, target, volume, and tree. The disk space quota values are returned in bytes.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaQuota</maml:name>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>UserName</maml:name>
                <maml:description>
                    <maml:para>A user can be specfied as a: unix user name, numerical user ID, windows account name, Windows SID or a comma separated list of multiple users.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Name of the volume for the quota.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Qtree</maml:name>
                <maml:description>
                    <maml:para>This is the qtree name that the quota resides on. It can be the qtree name or omitted if no qtree.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Get-NaQuota</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>GroupId</maml:name>
                <maml:description>
                    <maml:para>May be one of the following: Unix group name, numerical group id (If the group id is 0, no limits set will be enforced, but usage will still be tracked), or the pathname of a file owned by that group (specifying a file or directory will not affect the quota on that file or directory, only the GID).</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Name of the volume for the quota.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Qtree</maml:name>
                <maml:description>
                    <maml:para>This is the qtree name that the quota resides on. It can be the qtree name or omitted if no qtree.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Get-NaQuota</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>A complete path to an existing qtree.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Get-NaQuota</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Type</maml:name>
                <maml:description>
                    <maml:para>The quota type: &quot;user&quot;, &quot;group&quot;, or &quot;tree&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>This is the quota target of the type specified. The target can be of the form: &lt;name&gt;, &lt;number&gt;, or &lt;path name&gt;. Multiple targets can be specified by a comma-separated list.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Name of the volume for the quota.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Qtree</maml:name>
                <maml:description>
                    <maml:para>This is the qtree name that the quota resides on. It can be the qtree name or omitted if no qtree.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>UserName</maml:name>
            <maml:description>
                <maml:para>A user can be specfied as a: unix user name, numerical user ID, windows account name, Windows SID or a comma separated list of multiple users.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>Name of the volume for the quota.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Qtree</maml:name>
            <maml:description>
                <maml:para>This is the qtree name that the quota resides on. It can be the qtree name or omitted if no qtree.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>GroupId</maml:name>
            <maml:description>
                <maml:para>May be one of the following: Unix group name, numerical group id (If the group id is 0, no limits set will be enforced, but usage will still be tracked), or the pathname of a file owned by that group (specifying a file or directory will not affect the quota on that file or directory, only the GID).</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>A complete path to an existing qtree.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Type</maml:name>
            <maml:description>
                <maml:para>The quota type: &quot;user&quot;, &quot;group&quot;, or &quot;tree&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>Target</maml:name>
            <maml:description>
                <maml:para>This is the quota target of the type specified. The target can be of the form: &lt;name&gt;, &lt;number&gt;, or &lt;path name&gt;. Multiple targets can be specified by a comma-separated list.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Quota.QuotaEntryInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: quota
API: quota-get-entry</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaQuota tree * vol0</dev:code>
              <dev:remarks>
                <maml:para>Get the tree quota on volume &#39;testvol&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>DiskLimit : 53687091200
FileLimit : -
PerformUserMapping : False
QuotaError :
SoftDiskLimit : -
SoftFileLimit : -
Threshold : -
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaQuota -GroupId Users -Volume testvol -Qtree qtree2</dev:code>
              <dev:remarks>
                <maml:para>Get a group quota.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Type : group
Target : {Users}
Volume : testvol
Qtree : qtree2
DiskLimit : 2147483648
FileLimit : -
PerformUserMapping : False
QuotaError :
 
SoftDiskLimit : -
SoftFileLimit : -
Threshold : -
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 3 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaQuota -Path /vol/testvol/qtree2</dev:code>
              <dev:remarks>
                <maml:para>Gets the quota for qtree2 on testvol.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Type : tree
Target : {/vol/testvol/qtree2}
Volume : testvol
Qtree :
DiskLimit : 2147483648
FileLimit : -
PerformUserMapping : False
QuotaError :
SoftDiskLimit : -
SoftFileLimit : -
Threshold : -
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 4 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaQuota -UserName vf1user -Volume testvol -Qtree qtree2</dev:code>
              <dev:remarks>
                <maml:para>Get the quota for vf1user for qtree2 on testvol.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Type : user
Target : {vf1user}
Volume : testvol
Qtree : qtree2
DiskLimit : 2147483648
FileLimit : -
PerformUserMapping : False
QuotaError :
 
SoftDiskLimit : -
SoftFileLimit : -
Threshold : -
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaQuotaEntry</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaQuotaEntry</command:name>
        <maml:description>
            <maml:para>Get the list of quota entries in /etc/quotas.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaQuotaEntry</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the list of quota entries in /etc/quotas. Note that the &quot;Line&quot; value in the returned output is the raw line from /etc/quotas, so the disk quota sizes are not normalized to bytes.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaQuotaEntry</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Quota.QuotaEntry</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: quota
API: quota-list-entries-iter-start, quota-list-entries-iter-next, quota-list-entries-iter-end</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaQuotaEntry</dev:code>
              <dev:remarks>
                <maml:para>Get the values in /etc/quotas.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Line : * tree@/vol/vol0 52428800K - - - -
Qtree :
QuotaError :
QuotaTarget : *
QuotaType : tree
Volume : vol0
 
Line : /vol/vol0/qt_hypervibe tree - - 10485760K - -
Qtree :
QuotaError :
QuotaTarget : /vol/vol0/qt_hypervibe
QuotaType : tree
Volume : vol0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaQuota</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaQuotaReport</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaQuotaReport</command:name>
        <maml:description>
            <maml:para>Generates a report on quotas.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaQuotaReport</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Generates a report on quotas.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaQuotaReport</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Name of a volume. If specified, the report will contain only quotas on the specified volume.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>A path (including a /vol/&lt;volumename&gt; prefix). If specified, the report will contain only quotas that apply to the specified path name.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>Name of a volume. If specified, the report will contain only quotas on the specified volume.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>A path (including a /vol/&lt;volumename&gt; prefix). If specified, the report will contain only quotas that apply to the specified path name.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Quota.QuotaInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: quota
API: quota-report-iter-start, quota-report-iter-next, quota-report-iter-end</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaQuotaReport</dev:code>
              <dev:remarks>
                <maml:para>Get a report of all quotas.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>DiskLimit : 53687091200
DiskUsed : 0
FileLimit : -
FilesUsed : 0
Qtree :
QuotaTarget : *
QuotaType : tree
QuotaUsers :
SoftDiskLimit : -
SoftFileLimit : -
Threshold : -
Vfiler : vfiler0
Volume : vol0
 
DiskLimit : -
DiskUsed : 3539304448
FileLimit : -
FilesUsed : 25004
Qtree : qt_hypervibe
QuotaTarget : /vol/vol0/qt_hypervibe
QuotaType : tree
QuotaUsers :
SoftDiskLimit : -
SoftFileLimit : -
Threshold : 10737418240
Vfiler : vfiler0
Volume : vol0
 
DiskLimit : 53687091200
DiskUsed : 0
FileLimit : -
FilesUsed : 1
Qtree : user1
QuotaTarget : /vol/vol0/user1
QuotaType : tree
QuotaUsers :
SoftDiskLimit : -
SoftFileLimit : -
Threshold : -
Vfiler : vfiler0
Volume : vol0
 
DiskLimit : 53687091200
DiskUsed : 0
FileLimit : -
FilesUsed : 1
Qtree : user2
QuotaTarget : /vol/vol0/user2
QuotaType : tree
QuotaUsers :
SoftDiskLimit : -
SoftFileLimit : -
Threshold : -
Vfiler : vfiler0
Volume : vol0
 
DiskLimit : 53687091200
DiskUsed : 0
FileLimit : -
FilesUsed : 1
Qtree : svpri
QuotaTarget : /vol/vol0/svpri
QuotaType : tree
QuotaUsers :
SoftDiskLimit : -
SoftFileLimit : -
Threshold : -
Vfiler : vfiler0
Volume : vol0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaQuotaEntry</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaRadiusServer</command:name>
        <maml:description>
            <maml:para>Get information about radius servers known to the radius client service.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaRadiusServer</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get information about radius servers known to the radius client service.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaRadiusServer</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Radius.RadiusServerListEntryInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: radius
API: radius-show-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaRadiusServer</dev:code>
              <dev:remarks>
                <maml:para>Get the radius servers known to the radius client service.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>IpAddress Port RadiusServerInfo
--------- ---- ----------------
10.10.10.8 1812 Default RADIUS server
10.10.10.9 1812 Backup RADIUS server 0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaRadiusServer</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaRadiusServer</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaRadiusStatistics</command:name>
        <maml:description>
            <maml:para>Get radius client statistics.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaRadiusStatistics</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get radius client statistics.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaRadiusStatistics</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Radius.RadiusStatsInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: radius
API: radius-stats-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaRadiusStatistics</dev:code>
              <dev:remarks>
                <maml:para>Get the radius client statistics.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>AccessAcceptedPackets : 1323
AccessChallengedPackets : 0
AccessRejectedPackets : 32
AuthenticationRequests : 1343
DeniedPackets : 32
LatePackets : 0
RetransmittedPackets : 0
ShortPackets : 0
TimedOutPackets : 0
UnknownPackets : 3
UnknownServerPackets : 0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Reset-NaRadiusStatistics</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaReallocate</command:name>
        <maml:description>
            <maml:para>Get the status of the reallocation system on the controller.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaReallocate</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the status of the reallocation system on the controller.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaReallocate</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.String</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: reallocate
API: reallocate-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaReallocate</dev:code>
              <dev:remarks>
                <maml:para>Get reallocation system status.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Reallocation scans are on
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaReallocate</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Disable-NaReallocate</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaReallocateJobs</command:name>
        <maml:description>
            <maml:para>Get status for WAFL reallocation jobs.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaReallocateJobs</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get status for WAFL reallocation jobs.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaReallocateJobs</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Reallocate.ReallocateJobInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: reallocate
API: reallocate-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaReallocateJobs</dev:code>
              <dev:remarks>
                <maml:para>List all reallocate jobs.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Flags : whole_vol,maybe_realloc,repeat
Interval : 8h
IntervalTS : 08:00:00
LayoutFactor : -1
MeasureLogfile : n/a
MeasureOnly : False
Path : /vol/vol0
ScanDetail : Inode 331575 of 3923178, block 69870
Schedule : n/a
State : Checking
Threshold : 1
ThresholdSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Start-NaReallocate</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaRole</command:name>
        <maml:description>
            <maml:para>Lists full information for all roles on the system.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaRole</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Lists full information for all roles on the system.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaRole</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Role</maml:name>
                <maml:description>
                    <maml:para>List only the information associated with this role.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Role</maml:name>
            <maml:description>
                <maml:para>List only the information associated with this role.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Useradmin.UseradminRoleInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: useradmin
API: useradmin-role-list</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaRole</dev:code>
              <dev:remarks>
                <maml:para>List all of the RBAC roles on the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : admin
Comment : Default role for administrator privileges.
AllowedCapabilities : {login-*, cli-*, api-*, security-*}
 
Name : audit
Comment : Default role for audit privileges.
AllowedCapabilities : {api-snmp-get, api-snmp-get-next, api-system-api-*}
 
Name : backup
Comment : Default role for NDMP privileges.
AllowedCapabilities : {login-ndmp}
 
Name : compliance
Comment : Default role for compliance privileges.
AllowedCapabilities : {cli-cifs*, cli-exportfs*, cli-nfs*, cli-useradmin*...}
 
Name : none
Comment : Default role for no privileges.
AllowedCapabilities : {}
 
Name : power
Comment : Default role for power user privileges.
AllowedCapabilities : {cli-cifs*, cli-exportfs*, cli-nfs*, cli-useradmin*...}
 
Name : root
Comment : Default role for root privileges.
AllowedCapabilities : {*}
 
Name : script
Comment : Role for running storage mgt scripts
AllowedCapabilities : {api-*, login-*}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaRshSession</command:name>
        <maml:description>
            <maml:para>List current remote shell (rsh) sessions.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaRshSession</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>List current remote shell (rsh) sessions. Sessions may be connected via RSH, SSH1 or SSH2.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaRshSession</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Rsh.RshSessionInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: rsh
API: rsh-get-stats</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaRshSession</dev:code>
              <dev:remarks>
                <maml:para>List active rsh sessions.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>SessionId Vfiler Address CommandTimeTS Command
--------- ------ ------- ------------- -------
    0 vfiler0 10.61.167.60 00:01:59.3930000 sysstat
    1 vfiler0 10.61.167.60 00:01:56.9490000 sysstat
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaRshStatistics</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Disconnect-NaRshSession</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaRshStatistics</command:name>
        <maml:description>
            <maml:para>Get remote shell (rsh) session statistics.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaRshStatistics</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get remote shell (rsh) session statistics.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaRshStatistics</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Rsh.Statistics</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: rsh
API: rsh-get-stats</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaRshStatistics</dev:code>
              <dev:remarks>
                <maml:para>Get rsh statistics from the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ActiveHighSessions : 2
CurrentActiveSessions : 2
MaxAvailableSessions : 24
SessionInvocations : 120
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaRshSession</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaShelf</command:name>
        <maml:description>
            <maml:para>Get information about one or more shelves.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaShelf</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get information about one or more shelves.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaShelf</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>All</maml:name>
                <maml:description>
                    <maml:para>Specify to include partner shelves. By default, shelves with a ChannelName of &#39;PARTNER&#39; are not returned.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Get-NaShelf</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Channel</maml:name>
                <maml:description>
                    <maml:para>The adapter number or switch name and the port number (together, called the channel). If missing, then information for all shelves on all channels will be presented. If missing, then Shelf input is not allowed. Examples are 8a.1 and switch:5.1.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Shelf</maml:name>
                <maml:description>
                    <maml:para>Shelf is the shelf number for which shelf data is requested. This input requires that Channel also be specified. If Channel and Shelf are both specified then information for the specified shelf will be presented (a single shelf). If Channel is specified, but Shelf is missing, then information for all shelves on the channel will be presented. If Channel is not specified then Shelf is not supported. In such case information for all shelves on all channels will be presented.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>All</maml:name>
                <maml:description>
                    <maml:para>Specify to include partner shelves. By default, shelves with a ChannelName of &#39;PARTNER&#39; are not returned.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>All</maml:name>
            <maml:description>
                <maml:para>Specify to include partner shelves. By default, shelves with a ChannelName of &#39;PARTNER&#39; are not returned.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Channel</maml:name>
            <maml:description>
                <maml:para>The adapter number or switch name and the port number (together, called the channel). If missing, then information for all shelves on all channels will be presented. If missing, then Shelf input is not allowed. Examples are 8a.1 and switch:5.1.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Shelf</maml:name>
            <maml:description>
                <maml:para>Shelf is the shelf number for which shelf data is requested. This input requires that Channel also be specified. If Channel and Shelf are both specified then information for the specified shelf will be presented (a single shelf). If Channel is specified, but Shelf is missing, then information for all shelves on the channel will be presented. If Channel is not specified then Shelf is not supported. In such case information for all shelves on all channels will be presented.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Ses.ShelfInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: ses
API: storage-shelf-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaShelf</dev:code>
              <dev:remarks>
                <maml:para>List all shelves.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Status Channel ID Bays Type
---- ------ ------- -- ---- ----
0a.shelf1 online 0a 1 14 ESH2
0b.shelf1 online 0b 1 14 ESH2
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaShelfEnvironment</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaShelfLight</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Start-NaShelfUpdate</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaShelfEnvironment</command:name>
        <maml:description>
            <maml:para>Returns the environmental information for a specified shelf or channel.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaShelfEnvironment</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Returns the environmental information for a specified shelf or channel.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaShelfEnvironment</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Channel</maml:name>
                <maml:description>
                    <maml:para>Get environment information for a shelf on this channel.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Shelf</maml:name>
                <maml:description>
                    <maml:para>Get environment information for the specified Shelf ID on the specified Channel.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Channel</maml:name>
            <maml:description>
                <maml:para>Get environment information for a shelf on this channel.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Shelf</maml:name>
            <maml:description>
                <maml:para>Get environment information for the specified Shelf ID on the specified Channel.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Ses.ShelfEnvironChannelInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: ses
API: storage-shelf-environment-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaShelf | Get-NaShelfEnvironment</dev:code>
              <dev:remarks>
                <maml:para>Get environmental information for all shelves on the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ChannelName : 0a
IsChannelMonitorEnabled : True
IsShelfChannelFailure : False
ShelfEnvironChannelAddress :
ShelfEnvironShelfList : {1}
ShelvesPresent : 1
 
ChannelName : 0b
IsChannelMonitorEnabled : True
IsShelfChannelFailure : False
ShelfEnvironChannelAddress :
ShelfEnvironShelfList : {1}
ShelvesPresent : 1
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaShelf</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaShelfLight</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Start-NaShelfUpdate</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSis</command:name>
        <maml:description>
            <maml:para>Get the dedupe status of an SIS volume.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSis</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the dedupe status of an SIS volume.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSis</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>The path of the SIS volume, i.e. /vol/&lt;vol_name&gt;. Only one path may be specified at a time. The volume must be online else an error will be returned. If the path variable is not used then the status for all SIS-enabled, online volumes in the controller will be returned. The /vol/ prefix may be omitted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>The path of the SIS volume, i.e. /vol/&lt;vol_name&gt;. Only one path may be specified at a time. The volume must be online else an error will be returned. If the path variable is not used then the status for all SIS-enabled, online volumes in the controller will be returned. The /vol/ prefix may be omitted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Sis.DenseStatus</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: sis
API: sis-status</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSis xendesktopxp</dev:code>
              <dev:remarks>
                <maml:para>Gets the dedupe status for volume &#39;xendesktopxp&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BlocksSkippedSharing : 0
ChangelogUsedPercent : 0
CheckpointOpType : -
CheckpointProgress : -
CheckpointStage : -
CheckpointSubStage : -
CheckpointTime : 0
IsCompressionEnabled : False
IsInlineCompressionEnabled : False
LastOperationBeginTimestamp : 1327035978
LastOperationEndTimestamp : 1327038050
LastOperationError :
LastOperationSize : 2364 MB
LastOperationSizeBytes : 2478915584
LastOperationState : success
LastSuccessOperationBeginTimestamp : 1327035978
LastSuccessOperationEndTimestamp : 1327038050
LogicalData : DataONTAP.Types.Sis.LogicalData
MinimumBlocksShared : 1
Path : /vol/xendesktopxp
Progress : Idle for 20:11:38
QueuedJobType : -
Schedule : sun-sat@0
StaleFingerprintPercentage : 0
State : Enabled
Status : Idle
Type : Regular
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Start-NaSis</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaSis</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaVolSis</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnaplockComplianceClock</command:name>
        <maml:description>
            <maml:para>Get the SnapLock System Compliance Clock date and time.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnaplockComplianceClock</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the SnapLock System Compliance Clock date and time.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnaplockComplianceClock</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Name of the volume to get the SnapLock Compliance Clock for.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>Name of the volume to get the SnapLock Compliance Clock for.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snaplock.ComplianceClockInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>API: snaplock-get-system-compliance-clock, snaplock-get-volume-compliance-clock, snaplock-get-compliance-clock
Category: snaplock</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnaplockComplianceClock</dev:code>
              <dev:remarks>
                <maml:para>Gets the SnapLock system Compliance Clock.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ComplianceClockType ComplianceClock FormattedComplianceClock
------------------- --------------- ------------------------
system 6/11/2011 8:48:10 PM Sat Jun 11 16:48:10 EDT 2011
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaSnaplockComplianceClock</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnaplockLog</command:name>
        <maml:description>
            <maml:para>Get the status of the active WORM log files.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnaplockLog</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the status of the active WORM log files.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnaplockLog</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>The name of the volume that contains the WORM log files. This volume must be a SnapLock Compliance volume. If the log volume is not specified, the log volume is considered to be the volume configured by the Set-NaSnaplockLogVolume command.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Basename</maml:name>
                <maml:description>
                    <maml:para>The basename of the WORM log file. If the log basename is not specified, the status of all the active WORM log files in this volume are returned.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>The name of the volume that contains the WORM log files. This volume must be a SnapLock Compliance volume. If the log volume is not specified, the log volume is considered to be the volume configured by the Set-NaSnaplockLogVolume command.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>Basename</maml:name>
            <maml:description>
                <maml:para>The basename of the WORM log file. If the log basename is not specified, the status of all the active WORM log files in this volume are returned.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snaplock.LogFileInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>API: snaplock-log-status-list-info
Category: snaplock</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnaplockLog</dev:code>
              <dev:remarks>
                <maml:para>Get all active WORM log files.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>LogVolume LogBasename LogFilename FileSize
--------- ----------- ----------- --------
snaplock_vol2 system_log system_log.20110614_133736_GMT-present 574
snaplock_vol2 priv_delete priv_delete.20110614_133736_GMT-present 6KB
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaSnaplockLog</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnaplockLogVolume</command:name>
        <maml:description>
            <maml:para>Get the active WORM log volume.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnaplockLogVolume</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the active WORM log volume.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnaplockLogVolume</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>API: snaplock-get-log-volume
Category: snaplock</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnaplockLogVolume</dev:code>
              <dev:remarks>
                <maml:para>Get the active WORM log volume.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name State TotalSize Used Available Dedupe FilesUsed FilesTotal Aggregate
---- ----- --------- ---- --------- ------ --------- ---------- ---------
snaplock_vol2 online 24.0 MB 1% 23.8 MB False 110 881 aggr1
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaSnaplockLogVolume</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnaplockOption</command:name>
        <maml:description>
            <maml:para>Get the value of a given SnapLock option on a volume. Currently the only supported option is &quot;privdel&quot;.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnaplockOption</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the value of a given SnapLock option on a volume. Currently the only supported option is &quot;privdel&quot;.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnaplockOption</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>The SnapLock volume to get options for. Only SnapLock Enterprise volumes are currently supported.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Option</maml:name>
                <maml:description>
                    <maml:para>Name of the option to get. Currently, the &quot;privdel&quot; option is the only option supported.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>The SnapLock volume to get options for. Only SnapLock Enterprise volumes are currently supported.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>Option</maml:name>
            <maml:description>
                <maml:para>Name of the option to get. Currently, the &quot;privdel&quot; option is the only option supported.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.Collections.Hashtable</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>API: snaplock-get-options
Category: snaplock</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnaplockOption snaplock_entvol0</dev:code>
              <dev:remarks>
                <maml:para>Get the options of SnapLock volume snaplock_entvol0.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Value
---- -----
privdel on
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaSnaplockOption</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnaplockRetentionTime</command:name>
        <maml:description>
            <maml:para>Get the SnapLock retention attributes for a file or list of files.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnaplockRetentionTime</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the SnapLock retention attributes for a file or list of files.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnaplockRetentionTime</maml:name>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Pathnames</maml:name>
                <maml:description>
                    <maml:para>List of List of pathnames to query. Pathname must be in the form /vol/&lt;vol-name&gt;/&lt;path&gt;.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="1">
            <maml:name>Pathnames</maml:name>
            <maml:description>
                <maml:para>List of List of pathnames to query. Pathname must be in the form /vol/&lt;vol-name&gt;/&lt;path&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snaplock.FileRetentionInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>API: file-snaplock-retention-time-list-info
Category: snaplock</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnaplockRetentionTime /vol/snaplock_vol0/file0.txt</dev:code>
              <dev:remarks>
                <maml:para>Get the retention time attributes for the file /vol/snaplock_vol0/file0.txt</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Pathname SnaplockType RetentionTimeDT
-------- ------------ ---------------
/vol/snaplock_vol0/file0.txt SLC 6/11/2011 4:14:32 AM
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Read-NaDirectory /vol/snaplock_vol0 | %{ if($_.Name -ne &quot;.&quot; -and $_.Name -ne &quot;..&quot;) { Get-NaSnaplockRetentionTime &quot;/vol/snaplock_vol0/$_&quot; }}</dev:code>
              <dev:remarks>
                <maml:para>Get the retention time attributes for all of the files on the SnapLock volume snaplock_vol0.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Pathname SnaplockType RetentionTimeDT
-------- ------------ ---------------
/vol/snaplock_vol0/file0.txt SLC 6/11/2011 4:14:32 AM
/vol/snaplock_vol0/file1.txt SLC 6/10/2041 3:51:58 PM
/vol/snaplock_vol0/file2.txt SLC 1/19/2038 3:14:08 AM
/vol/snaplock_vol0/file3.txt SLC 1/19/2038 3:14:14 AM
/vol/snaplock_vol0/file4.txt SLC 1/19/2038 3:14:41 AM
/vol/snaplock_vol0/file5.txt SLC 6/10/2041 6:00:12 PM
/vol/snaplock_vol0/file6.txt SLC 6/10/2041 6:09:35 PM
/vol/snaplock_vol0/file7.txt SLC 6/10/2011 6:48:44 PM
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Remove-NaSnaplockFile</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnapmirror</command:name>
        <maml:description>
            <maml:para>Return the SnapMirror status.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnapmirror</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Return the SnapMirror status. This API can be issued on either the source or destination filer.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnapmirror</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Location</maml:name>
                <maml:description>
                    <maml:para>The source location or destination location of the SnapMirror pair. Possible types are volume or qtree only. If this input is provided, only the SnapMirror relationships with a matching source or destination will be reported. The argument is invalid if the named location doesn&#39;t exist. The argument can also be invalid if it is a flexclone name. (Be aware that the &quot;Get-NaSnapmirrorDestination&quot; API can return flexclone names.) Then this API will return an output value with a &quot;state&quot; of &quot;unknown&quot;. If the argument is not specified, all source, destination SnapMirror pairs are returned.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Location</maml:name>
            <maml:description>
                <maml:para>The source location or destination location of the SnapMirror pair. Possible types are volume or qtree only. If this input is provided, only the SnapMirror relationships with a matching source or destination will be reported. The argument is invalid if the named location doesn&#39;t exist. The argument can also be invalid if it is a flexclone name. (Be aware that the &quot;Get-NaSnapmirrorDestination&quot; API can return flexclone names.) Then this API will return an output value with a &quot;state&quot; of &quot;unknown&quot;. If the argument is not specified, all source, destination SnapMirror pairs are returned.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapmirror.SnapmirrorStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapmirror
API: snapmirror-get-status</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapmirror benson:dunn_vol2_mirror</dev:code>
              <dev:remarks>
                <maml:para>Get the status of the snapmirror using location &quot;benson:dunn_vol2_mirror&quot;. In this example, the given location is the destination, but this cmdlet also accepts source locations.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BaseSnapshot : benson(0118045471)_dunn_vol2_mirror.13
Contents : -
CurrentTransferError :
CurrentTransferType :
DestinationLocation : benson:dunn_vol2_mirror
LagTime : 49200
LagTimeTS : 13:40:00
LastTransferDuration : 10
LastTransferDurationTS : 00:00:10
LastTransferFrom : -
LastTransferSize : 7761920
LastTransferType : -
MirrorTimestamp : 1280732401
MirrorTimestampDT : 8/2/2010 7:00:01 AM
SourceLocation : dunn:vol2
State : source
Status : idle
TransferProgress : 0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnapmirrorConnection</command:name>
        <maml:description>
            <maml:para>Get connection information for a given snapmirror connection or all connections. The connections are in /etc/snapmirror.conf.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnapmirrorConnection</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get connection information for a given snapmirror connection or all connections. The connections are in /etc/snapmirror.conf.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnapmirrorConnection</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the connection to get. If omitted, all connections will be returned. Wildcards are accepted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the connection to get. If omitted, all connections will be returned. Wildcards are accepted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapmirror.ConnectionInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapmirror
API: snapmirror-list-connections</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapmirrorConnection</dev:code>
              <dev:remarks>
                <maml:para>Get all of the connections saved in snapmirror.conf.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Mode AddressPair1 AddressPair2
---- ---- ------------ ------------
test-con multi lemon-ns0, kenneth-ns0
benson-con multi benson-ns0, kenneth-ns0 benson-ns1, kenneth-ns1
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaSnapmirrorConnection</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaSnapmirrorConnection</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnapmirrorDestination</command:name>
        <maml:description>
            <maml:para>Returns a list of destination locations and information about SnapMirror relationships for given source locations, which can be a volume name or qtree path.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnapmirrorDestination</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Returns a list of destination locations and information about SnapMirror relationships for given source locations, which can be a volume name or qtree path. This API must be issued on the source filer.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnapmirrorDestination</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Source</maml:name>
                <maml:description>
                    <maml:para>Source location of the SnapMirror pair. The source location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;. If the source-location is not specified, then all source, destination SnapMirror pairs are returned.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Source</maml:name>
            <maml:description>
                <maml:para>Source location of the SnapMirror pair. The source location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;. If the source-location is not specified, then all source, destination SnapMirror pairs are returned.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapmirror.DestinationInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapmirror
API: snapmirror-list-destinations</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapmirrorDestination -Controller $dunn | Format-List</dev:code>
              <dev:remarks>
                <maml:para>Get all SnapMirror relationships for which controller &quot;$dunn&quot; is the source.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>DestinationLocation : benson:dunn_vol2_mirror
SourceLocation : dunn:vol2
SourceSnapshot : benson(0118045471)_dunn_vol2_mirror.1
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapmirror</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnapmirrorSchedule</command:name>
        <maml:description>
            <maml:para>Returns the schedule for a given destination or all destinations.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnapmirrorSchedule</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Returns the schedule for a given destination or all destinations. The API must be executed on the destination filer. Currently, the schedules are in /etc/snapmirror.conf.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnapmirrorSchedule</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Destination</maml:name>
                <maml:description>
                    <maml:para>The destination location of a schedule to obtain. The destination location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;. The &lt;filer&gt; must match the destination filer. If the destination-location is not specified, then all the destination schedules are returned.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Destination</maml:name>
            <maml:description>
                <maml:para>The destination location of a schedule to obtain. The destination location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;. The &lt;filer&gt; must match the destination filer. If the destination-location is not specified, then all the destination schedules are returned.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapmirror.SnapmirrorScheduleInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapmirror
API: snapmirror-list-schedule</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapmirrorSchedule</dev:code>
              <dev:remarks>
                <maml:para>Get all non-synchronous Snapmirror schedule entries for which the current controller is the destination.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>SourceLocation : dunn:vol2
DestinationLocation : dunn:dunn_vol2_mirror
MaxTransferRate : 1048576
Minutes : 0
Hours : 3
DaysOfWeek : *
DaysOfMonth : *
SnapmirrorError :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapmirror</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaSnapmirrorSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaSnapmirrorSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnapmirrorSyncSchedule</command:name>
        <maml:description>
            <maml:para>Returns a synchronous schedule for a given destination or all destinations.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnapmirrorSyncSchedule</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Returns a synchronous schedule for a given destination or all destinations. The API must be executed on the destination filer. Currently, the schedules is in /etc/snapmirror.conf.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnapmirrorSyncSchedule</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Destination</maml:name>
                <maml:description>
                    <maml:para>The destination location of a schedule to obtain. The destination location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;. The &lt;filer&gt; must match the destination filer. If the destination-location is not specified, then all the destination schedules are returned.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Destination</maml:name>
            <maml:description>
                <maml:para>The destination location of a schedule to obtain. The destination location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;. The &lt;filer&gt; must match the destination filer. If the destination-location is not specified, then all the destination schedules are returned.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapmirror.SnapmirrorSyncScheduleInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapmirror
API: snapmirror-list-sync-schedule</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapmirrorSyncSchedule benson:dunn_vol2_mirror</dev:code>
              <dev:remarks>
                <maml:para>Get the synchronous schedule for the SnapMirror pair whose destination is &#39;benson:dunn_vol2_mirror&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>SourceLocation : dunn:vol2
DestinationLocation : benson:dunn_vol2_mirror
SyncMode : sync
OpsThrottle : 20s
VisibilityFrequencyTS : 00:03:00
SnapmirrorError :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapmirror</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaSnapmirrorSyncSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaSnapmirrorSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnapshot</command:name>
        <maml:description>
            <maml:para>Return snapshot information for a specified volume or aggregate.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnapshot</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Return snapshot information for a specified volume or aggregate. A list of snapshots and information about each snapshot is returned. Reported sizes are in bytes.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnapshot</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>TargetName</maml:name>
                <maml:description>
                    <maml:para>Name of the volume or aggregate on which to list the snapshot information. To get snapshots for an aggregate, also specify the TargetType parameter.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>SnapName</maml:name>
                <maml:description>
                    <maml:para>The name of the snapshot to query. This is optional. Wildcards are supported.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>TargetType</maml:name>
                <maml:description>
                    <maml:para>Specify the type of snapshot target, either &quot;volume&quot; or &quot;aggregate&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Aggregate</maml:name>
                <maml:description>
                    <maml:para>DEPRECATED. Specify to query aggregate snapshots rather than volume snapshots.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Terse</maml:name>
                <maml:description>
                    <maml:para>If set to true, the snapshot block ownership values, namely the &quot;total&quot; and &quot;cumulative-total&quot; outputs, will be omitted. Use of this option can be helpful if there is an ongoing single file snap restore, as the block ownership calculation may take a substantial amount of time during the restore. If not set or set to false, block ownership will be calculated and included in the output. It is strongly suggested that this option be set to true unless there is an actual need for the block ownership outputs.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>TargetName</maml:name>
            <maml:description>
                <maml:para>Name of the volume or aggregate on which to list the snapshot information. To get snapshots for an aggregate, also specify the TargetType parameter.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>SnapName</maml:name>
            <maml:description>
                <maml:para>The name of the snapshot to query. This is optional. Wildcards are supported.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>TargetType</maml:name>
            <maml:description>
                <maml:para>Specify the type of snapshot target, either &quot;volume&quot; or &quot;aggregate&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>volume</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Aggregate</maml:name>
            <maml:description>
                <maml:para>DEPRECATED. Specify to query aggregate snapshots rather than volume snapshots.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Terse</maml:name>
            <maml:description>
                <maml:para>If set to true, the snapshot block ownership values, namely the &quot;total&quot; and &quot;cumulative-total&quot; outputs, will be omitted. Use of this option can be helpful if there is an ongoing single file snap restore, as the block ownership calculation may take a substantial amount of time during the restore. If not set or set to false, block ownership will be calculated and included in the output. It is strongly suggested that this option be set to true unless there is an actual need for the block ownership outputs.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapshot.SnapshotInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapshot
API: snapshot-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapshot vol0 hourly*</dev:code>
              <dev:remarks>
                <maml:para>List all of the hourly snapshots available for volume &#39;vol0&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Created : 3/11/2011 5:00:18 PM
Cumulative : 9785344
AccessTime : 1299862818
AccessTimeDT : 3/11/2011 5:00:18 PM
Busy : False
CumulativePercentageOfTotalBlocks : 0
CumulativePercentageOfUsedBlocks : 0
CumulativeTotal : 9785344
Dependency :
Name : hourly.0
PercentageOfTotalBlocks : 0
PercentageOfUsedBlocks : 0
SnapshotOwnersList :
TargetName : vol0
TargetType : volume
Total : 9785344
 
Created : 3/10/2011 5:00:33 PM
Cumulative : 58523648
AccessTime : 1299776433
AccessTimeDT : 3/10/2011 5:00:33 PM
Busy : False
CumulativePercentageOfTotalBlocks : 0
CumulativePercentageOfUsedBlocks : 0
CumulativeTotal : 58523648
Dependency :
Name : hourly.1
PercentageOfTotalBlocks : 0
PercentageOfUsedBlocks : 0
SnapshotOwnersList :
TargetName : vol0
TargetType : volume
Total : 21295104
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapshot aggr0 -TargetType aggregate</dev:code>
              <dev:remarks>
                <maml:para>Get all snapshots on aggregate &#39;aggr0&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Created : 3/11/2011 7:00:16 PM
Cumulative : 132300800
AccessTime : 1299870016
AccessTimeDT : 3/11/2011 7:00:16 PM
Busy : False
CumulativePercentageOfTotalBlocks : 0
CumulativePercentageOfUsedBlocks : 1
CumulativeTotal : 132300800
Dependency :
Name : hourly.0
PercentageOfTotalBlocks : 0
PercentageOfUsedBlocks : 0
SnapshotOwnersList :
TargetName : aggr0
TargetType : aggregate
Total : 77422592
 
Created : 3/11/2011 7:47:28 PM
Cumulative : 54878208
AccessTime : 1299872848
AccessTimeDT : 3/11/2011 7:47:28 PM
Busy : False
CumulativePercentageOfTotalBlocks : 0
CumulativePercentageOfUsedBlocks : 0
CumulativeTotal : 54878208
Dependency :
Name : snap2
PercentageOfTotalBlocks : 0
PercentageOfUsedBlocks : 0
SnapshotOwnersList :
TargetName : aggr0
TargetType : aggregate
Total : 54878208
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaSnapshot</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Restore-NaSnapshotVolume</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnapshotAutodelete</command:name>
        <maml:description>
            <maml:para>Returns the current snapshot autodelete settings.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnapshotAutodelete</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Returns the current snapshot autodelete settings.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnapshotAutodelete</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>TargetName</maml:name>
                <maml:description>
                    <maml:para>Name of the existing volume for which we want snapshot autodelete settings.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>TargetName</maml:name>
            <maml:description>
                <maml:para>Name of the existing volume for which we want snapshot autodelete settings.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapshot.SnapshotAutodeleteInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapshot
API: snapshot-autodelete-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapshotAutodelete vol0</dev:code>
              <dev:remarks>
                <maml:para>Get autodelete settings for volume &#39;vol0&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>OptionName OptionValue
---------- -----------
state off
commitment try
trigger volume
target_free_space 20
delete_order oldest_first
defer_delete user_created
destroy_list none
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaSnapshotAutodelete</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnapshotDelta</command:name>
        <maml:description>
            <maml:para>Returns the amount of space consumed between two snapshots or a snapshot and active filesystem.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnapshotDelta</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Returns the amount of space consumed between two snapshots or a snapshot and active filesystem.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnapshotDelta</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>TargetName</maml:name>
                <maml:description>
                    <maml:para>Name of the volume on which the snapshot delta is to calculated.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>SnapName1</maml:name>
                <maml:description>
                    <maml:para>Name of snapshot to be compared with SnapName2 for space consumption calculations.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>SnapName2</maml:name>
                <maml:description>
                    <maml:para>Name of snapshot to be compared with SnapName1 for space consumption calculations. If the snapshot is not specified, it is assumed to be Active File System.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>TargetName</maml:name>
            <maml:description>
                <maml:para>Name of the volume on which the snapshot delta is to calculated.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>SnapName1</maml:name>
            <maml:description>
                <maml:para>Name of snapshot to be compared with SnapName2 for space consumption calculations.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
            <maml:name>SnapName2</maml:name>
            <maml:description>
                <maml:para>Name of snapshot to be compared with SnapName1 for space consumption calculations. If the snapshot is not specified, it is assumed to be Active File System.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapshot.DeltaInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapshot
API: snapshot-delta-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapshotDelta vol2 cg_snapshot</dev:code>
              <dev:remarks>
                <maml:para>Get the number of bytes consumed in volume &#39;vol2&#39; between snapshot &#39;cg_snapshot&#39; and the active file system.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ConsumedSize ElapsedTime
------------ -----------
      1.2 GB 66.18:42:36
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapshot</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnapshotReclaimable</command:name>
        <maml:description>
            <maml:para>Returns the amount of space that would be freed when a set of snapshots are deleted from a specified volume.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnapshotReclaimable</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Returns the amount of space that would be freed when a set of snapshots are deleted from a specified volume.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnapshotReclaimable</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>TargetName</maml:name>
                <maml:description>
                    <maml:para>Name of the volume on which the snapshot reclaimable space info is to be collected.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>SnapNames</maml:name>
                <maml:description>
                    <maml:para>List of snapshot names. A maximum of 255 snapshots can be listed.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Get-NaSnapshotReclaimable</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>TargetName</maml:name>
                <maml:description>
                    <maml:para>Name of the volume on which the snapshot reclaimable space info is to be collected.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Snapshots</maml:name>
                <maml:description>
                    <maml:para>List of snapshot objects, as returned by Get-NaSnapshot.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >SnapshotInfo[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>TargetName</maml:name>
            <maml:description>
                <maml:para>Name of the volume on which the snapshot reclaimable space info is to be collected.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>SnapNames</maml:name>
            <maml:description>
                <maml:para>List of snapshot names. A maximum of 255 snapshots can be listed.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>Snapshots</maml:name>
            <maml:description>
                <maml:para>List of snapshot objects, as returned by Get-NaSnapshot.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">SnapshotInfo[]</command:parameterValue>
            <dev:type>
                <maml:name>SnapshotInfo[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.Int64</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapshot
API: snapshot-reclaimable-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapshotReclaimable vol0 hourly.0 hourly.1</dev:code>
              <dev:remarks>
                <maml:para>Get the space consumed in volume &#39;vol0&#39; by the last two hourly snapshots.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>46788608
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapshotReclaimable vol0 -Snapshots ( Get-NaSnapshot vol0 hourly* )</dev:code>
              <dev:remarks>
                <maml:para>Get the space consumed in volume &#39;vol0&#39; by all hourly snapshots.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>85938176
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapshot</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnapshotReserve</command:name>
        <maml:description>
            <maml:para>Gets the percentage of disk space that is reserved for snapshots in the indicated volume or aggregate.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnapshotReserve</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Gets the percentage of disk space that is reserved for snapshots in the indicated volume or aggregate. Reserve space can be used only by snapshots and not by the active file system.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnapshotReserve</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>TargetName</maml:name>
                <maml:description>
                    <maml:para>Volume or aggregate for which to get percentage of space reserved for snapshots.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>TargetType</maml:name>
                <maml:description>
                    <maml:para>Specify the type of snapshot target, either &quot;volume&quot; or &quot;aggregate&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Aggregate</maml:name>
                <maml:description>
                    <maml:para>DEPRECATED. Specify to get reserved space for aggregate(s). By default, this cmdlet works on volumes.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>TargetName</maml:name>
            <maml:description>
                <maml:para>Volume or aggregate for which to get percentage of space reserved for snapshots.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>TargetType</maml:name>
            <maml:description>
                <maml:para>Specify the type of snapshot target, either &quot;volume&quot; or &quot;aggregate&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>volume</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Aggregate</maml:name>
            <maml:description>
                <maml:para>DEPRECATED. Specify to get reserved space for aggregate(s). By default, this cmdlet works on volumes.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapshot.ReserveInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapshot
API: snapshot-get-reserve, system-cli
Privilege: security-priv-admin, cli-snap-reserve</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapshotReserve vol0</dev:code>
              <dev:remarks>
                <maml:para>Get the snapshot reserve info for volume &#39;vol0&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Percentage Size
---- ---------- ----
vol0 10% 10.7 GB
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapshotReserve aggr0 -TargetType aggregate</dev:code>
              <dev:remarks>
                <maml:para>Get reserved space on aggregate &#39;aggr0&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Percentage Size
---- ---------- ----
aggr0 5% 6.0 GB
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaSnapshotReserve</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnapshotRestoreStatus</command:name>
        <maml:description>
            <maml:para>Get information about snapshot file restores on a given controller. Returns maximum snapshot file restores limit and snapshot file restores in progress numbers.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnapshotRestoreStatus</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get information about snapshot file restores on a given controller. Returns maximum snapshot file restores limit and snapshot file restores in progress numbers.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnapshotRestoreStatus</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapshot.SnapshotFileRestoreStatus</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapshot
API: snapshot-restore-file-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapshotRestoreStatus</dev:code>
              <dev:remarks>
                <maml:para>Get the maximum number of single file restore operations allowed on this controller and the number of single file restore operations in progress on this controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>MaxSingleFileRestore : 150
SingleFileRestoreInProgress : 0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnapshotSchedule</command:name>
        <maml:description>
            <maml:para>Obtain the current snapshot schedule on a specified volume.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnapshotSchedule</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Obtain the current snapshot schedule on a specified volume.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnapshotSchedule</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>TargetName</maml:name>
                <maml:description>
                    <maml:para>This the volume name where the snapshots are located.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>TargetName</maml:name>
            <maml:description>
                <maml:para>This the volume name where the snapshots are located.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapshot.SnapshotSchedule</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapshot
API: snapshot-get-schedule</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapshotSchedule vol2</dev:code>
              <dev:remarks>
                <maml:para>Get the snapshot schedule for volume &#39;vol2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Volume : vol2
Weeks : 1
Days : 1
Hours : 0
Minutes : 0
WhichHours :
WhichMinutes :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaSnapshotSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnapshotVolumeSpace</command:name>
        <maml:description>
            <maml:para>Returns snapshot related volume information.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnapshotVolumeSpace</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Returns snapshot related volume information. The information returned is valid at the time the API call reached the filer and maybe outdated soon after.
 
This API returns the total bytes that when exhausted will disable us from taking snapshots. If this value is 0, snapshots cannot be taken. Any other value would allow us to take a reliable snapshot. This space may or may not get exhausted by taking a snapshot. Also it may get used by writes/allocations in the volume. This is not equal to the free space in the active file system or anyway related to the size of the next snapshot. Range : [0..2^64-1].</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnapshotVolumeSpace</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>TargetName</maml:name>
                <maml:description>
                    <maml:para>Name of the volume on which the space needs to be checked.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>TargetName</maml:name>
            <maml:description>
                <maml:para>Name of the volume on which the space needs to be checked.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapshot.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapshot
API: snapshot-volume-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapshotVolumeSpace vol0</dev:code>
              <dev:remarks>
                <maml:para>Get snapshot space info for volume &#39;vol0&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>SizeAvailable
 -------------
   90865922048
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnapvault</command:name>
        <maml:description>
            <maml:para>Return a list of all configuration entries found on the secondary system.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnapvault</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Return a list of all configuration entries found on the secondary system. This cmdlet must be issued to the Snapvault secondary.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnapvault</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>SecondaryPath</maml:name>
                <maml:description>
                    <maml:para>The secondary path for the relationship whose configuration entry is desired. Wildcard are permitted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>SecondaryPath</maml:name>
            <maml:description>
                <maml:para>The secondary path for the relationship whose configuration entry is desired. Wildcard are permitted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapvault.SnapvaultConfigurationInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-secondary-get-configuration, snapvault-secondary-configuration-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapvault *svsec</dev:code>
              <dev:remarks>
                <maml:para>Get the SnapVault configuration for all secondary paths containing &quot;svsec&quot;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>PrimarySystem : dunn
PrimaryPath : /vol/vol0/svpri
SecondaryPath : /vol/vol0/svsec
MaxTransferRate : 1048576
TriesCount : 10
UseCompression :
IsAccessTimeChangeIgnored : False
IsOpenFileBackupAllowed : True
IsPrimaryPathUtf8Encoded :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaSnapvault</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnapvaultPriDestinations</command:name>
        <maml:description>
            <maml:para>Request the primary to list all snapvault destinations.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnapvaultPriDestinations</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Request the primary to list all snapvault destinations that have been replicated from any source path on this primary system. If a source path is provided, then the primary will return destinations information only for that source path. When snapvault primary and secondary are licensed on the same filer, output of this API is identical to the output of Get-NaSnapvaultSecDestinations.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnapvaultPriDestinations</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>SourcePath</maml:name>
                <maml:description>
                    <maml:para>Source path on this primary for which the destination information is desired. Wildcards are permitted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>SourcePath</maml:name>
            <maml:description>
                <maml:para>Source path on this primary for which the destination information is desired. Wildcards are permitted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapvault.SnapvaultDestinationInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-primary-destinations-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapvaultPriDestinations</dev:code>
              <dev:remarks>
                <maml:para>List all destinations known to this primary.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ChainedDestinations SourcePath SourceSnapshot
------------------- ---------- --------------
{benson:/vol/vol0/svsec} /vol/vol0/svpri vol0_sv_sched.0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvaultSecDestinations</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnapvaultPriSnapshotSchedule</command:name>
        <maml:description>
            <maml:para>Request the primary to return a list of configured snapshot schedules.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnapvaultPriSnapshotSchedule</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Request the primary to return a list of configured snapshot schedules. Without any input arguments this request returns the list of all snapshot schedules configured on the primary. If a volume is specified then only the list of schedules configured for that volume will be returned. When snapvault primary and secondary are licensed on the same filer, Get-NaSnapvaultSecSnapshotSchedule and this cmdlet return the same number of schedules.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnapvaultPriSnapshotSchedule</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>VolumeName</maml:name>
                <maml:description>
                    <maml:para>The primary volume for which the list of snapshot schedules are desired.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>VolumeName</maml:name>
            <maml:description>
                <maml:para>The primary volume for which the list of snapshot schedules are desired.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapvault.SnapvaultPrimarySnapshotScheduleInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-primary-snapshot-schedule-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapvaultPriSnapshotSchedule vol0</dev:code>
              <dev:remarks>
                <maml:para>Get all snapvault snapshot schedules for volume &#39;vol0&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>VolumeName ScheduleName Retain DaysOfWeek HoursOfDay
---------- ------------ ------ ---------- ----------
vol0 0 - 0
vol0 vol0_sv_sched 5 Mon-Fri 0,12
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaSnapvaultPriSnapshotSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvaultSecSnapshotSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnapvaultPriSnapshotScheduleStatus</command:name>
        <maml:description>
            <maml:para>Request the primary to return status for all configured snapshot schedules.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnapvaultPriSnapshotScheduleStatus</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Request the primary to return status for all configured snapshot schedules. If a specific volume is provided as input, this API will return only the status for schedules within that volume. When snapvault primary and secondary are licensed on the same filer, output of this API is identical to the output of Get-NaSnapvaultSecSnapshotScheduleStatus.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnapvaultPriSnapshotScheduleStatus</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>VolumeName</maml:name>
                <maml:description>
                    <maml:para>Primary volume for which snapshot schedule status is desired. Wildcards are permitted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>VolumeName</maml:name>
            <maml:description>
                <maml:para>Primary volume for which snapshot schedule status is desired. Wildcards are permitted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapvault.SnapvaultSnapshotScheduleStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-primary-snapshot-schedule-status-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapvaultPriSnapshotScheduleStatus</dev:code>
              <dev:remarks>
                <maml:para>Get the status of all primary snapvault snapshot schedules.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ScheduleName Status VolumeName
------------ ------ ----------
                           Idle vol0
vol0_sv_sched Idle vol0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvaultPriSnapshotSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvaultSecSnapshotScheduleStatus</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnapvaultPriStatus</command:name>
        <maml:description>
            <maml:para>Request the primary to return the status entries for desired relationships.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnapvaultPriStatus</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Request the primary to return the status entries for desired relationships. The relationships whose status are desired must be specified using the system path. When snapvault primary and secondary are licensed on the same filer, output of this API is identical to the output of Get-NaSnapvaultSecStatus.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnapvaultPriStatus</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>System path for relationships whose status is desired. Wildcards are permitted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>System path for relationships whose status is desired. Wildcards are permitted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapvault.SnapvaultStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-primary-get-relationship-status, snapvault-primary-relationship-status-list-iter-start, snapvault-primary-relationship-status-list-iter-next, snapvault-primary-relationship-status-list-iter-end</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapvaultPriStatus</dev:code>
              <dev:remarks>
                <maml:para>Get the status of all SnapVault relationships known to this primary.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>SourceSystem : benson
SourcePath : /vol/vol0/svsec
DestinationSystem : dunn
DestinationPath : /vol/vol0/svpri
State : broken-off
Status : idle
LagTimeTS : 76.20:30:12
MirrorTimestampDT : 6/17/2010 11:46:00 PM
BaseSnapshot : dunn(0118044195)_vol0_svpri-dst.5
Contents :
TransferProgress :
CurrentTransferError :
CurrentTransferType :
LastTransferDurationTS : 00:00:05
LastTransferFromSystem : benson
LastTransferFromPath : /vol/vol0/svsec
LastTransferSize : 118784
LastTransferType : restore
CompressedBytes :
UncompressedBytes :
 
SourceSystem : dunn
SourcePath : /vol/vol0/svpri
DestinationSystem : benson
DestinationPath : /vol/vol0/svsec
State : source
Status : idle
LagTimeTS : 04:16:05
MirrorTimestampDT : 9/2/2010 4:00:07 PM
BaseSnapshot : vol0_sv_sched.0
Contents :
TransferProgress :
CurrentTransferError :
CurrentTransferType :
LastTransferDurationTS : 00:00:01
LastTransferFromSystem :
LastTransferFromPath :
LastTransferSize : 57344
LastTransferType :
CompressedBytes :
UncompressedBytes :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvaultSecStatus</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnapvaultSecDestinations</command:name>
        <maml:description>
            <maml:para>Request the secondary to list all snapvault destinations.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnapvaultSecDestinations</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Request the secondary to list all snapvault destinations that have been replicated from any source path on this secondary system. If a source path is provided, then the secondary will return destinations information only for that source path. When snapvault primary and secondary are licensed on the same filer, output of this API is identical to the output of Get-NaSnapvaultPriDestinations.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnapvaultSecDestinations</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>SourcePath</maml:name>
                <maml:description>
                    <maml:para>Source path on this secondary for which the destination information is desired. Wildcards are permitted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>SourcePath</maml:name>
            <maml:description>
                <maml:para>Source path on this secondary for which the destination information is desired. Wildcards are permitted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapvault.SnapvaultDestinationInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-secondary-destinations-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapvaultSecDestinations</dev:code>
              <dev:remarks>
                <maml:para>List all snapvault destinations that have been replicated from any source path on this secondary.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ChainedDestinations SourcePath SourceSnapshot
------------------- ---------- --------------
{NetApp.Ontapi.Filer.Sn... /vol/vol0/svsec benson(0118045471)_vol...
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvaultPriDestinations</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnapvaultSecSnapshotSchedule</command:name>
        <maml:description>
            <maml:para>Return a list of configured snapshot schedules.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnapvaultSecSnapshotSchedule</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Request the secondary to return a list of configured snapshot schedules. Without any input arguments this request returns the list of all snapshot schedules configured on the secondary. If a volume is specified then only the list of schedules configured for that volume will be returned. When snapvault primary and secondary are licensed on the same filer, Get-NaSnapvaultPriSnapshotSchedule and this cmdlet return the same number of schedules.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnapvaultSecSnapshotSchedule</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>VolumeName</maml:name>
                <maml:description>
                    <maml:para>The secondary volume for which the list of snapshot schedules are desired.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>VolumeName</maml:name>
            <maml:description>
                <maml:para>The secondary volume for which the list of snapshot schedules are desired.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapvault.SnapvaultSecondarySnapshotScheduleInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-secondary-snapshot-schedule-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapvaultSecSnapshotSchedule</dev:code>
              <dev:remarks>
                <maml:para>Get all snapvault snapshot schedules configured on this secondary.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>VolumeName : vol0
ScheduleName : vol0_sv_sched
RetentionCount : 5
DaysOfWeek : Mon-Fri
HoursOfDay : 0,12
IsAutoUpdate : True
PreserveSnapshots : default
WarnAtCount : 0
Options :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvaultPriSnapshotSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaSnapvaultSecSnapshotSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnapvaultSecSnapshotScheduleStatus</command:name>
        <maml:description>
            <maml:para>Request the secondary to return status for all configured snapshot schedules.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnapvaultSecSnapshotScheduleStatus</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Request the secondary to return status for all configured snapshot schedules. If a specific volume is provided as input, this API will return only the status for schedules within that volume. This API corresponds to the &#39;snapvault status -s&#39; Data ONTAP command. When snapvault primary and secondary are licensed on the same filer, output of this cmdlet is identical to the output of Get-NaSnapvaultPriSnapshotScheduleStatus.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnapvaultSecSnapshotScheduleStatus</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>VolumeName</maml:name>
                <maml:description>
                    <maml:para>Secondary volume for which snapshot schedule status is desired.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>VolumeName</maml:name>
            <maml:description>
                <maml:para>Secondary volume for which snapshot schedule status is desired.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapvault.SnapvaultSnapshotScheduleStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-secondary-snapshot-schedule-status-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapvaultSecSnapshotScheduleStatus vol0</dev:code>
              <dev:remarks>
                <maml:para>Get the status of all secondary snapvault snapshot schedules on volume &#39;vol0&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ScheduleName Status VolumeName
------------ ------ ----------
                           Idle vol0
vol0_sv_sched Idle vol0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvaultSecSnapshotSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvaultPriSnapshotScheduleStatus</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnapvaultSecStatus</command:name>
        <maml:description>
            <maml:para>Request the secondary to return the status entries for desired relationships.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnapvaultSecStatus</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Request the secondary to return the status entries for desired relationships. The relationships whose status is desired must be specified using the system path. When snapvault primary and secondary are licensed on the same filer, output of this cmdlet is identical to the output of Get-NaSnapvaultPriStatus.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnapvaultSecStatus</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>System path for the relationships whose status is desired. Wildcards are permitted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>System path for the relationships whose status is desired. Wildcards are permitted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapvault.SnapvaultStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-secondary-get-relationship-status, snapvault-secondary-relationship-status-list-iter-start, snapvault-secondary-relationship-status-list-iter-next, snapvault-secondary-relationship-status-list-iter-end</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapvaultSecStatus /vol/vol0/svsec</dev:code>
              <dev:remarks>
                <maml:para>Get the status of a specific SnapVault relationship.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>SourceSystem : dunn
SourcePath : /vol/vol0/svpri
DestinationSystem : benson
DestinationPath : /vol/vol0/svsec
State : snapvaulted
Status : idle
LagTimeTS : 04:17:41
MirrorTimestampDT : 9/2/2010 4:00:07 PM
BaseSnapshot : benson(0118045471)_vol0-base.0
Contents : Replica
TransferProgress :
CurrentTransferError :
CurrentTransferType :
LastTransferDurationTS : 00:00:01
LastTransferFromSystem : dunn
LastTransferFromPath : /vol/vol0/svpri
LastTransferSize : 57344
LastTransferType : update
CompressedBytes :
UncompressedBytes :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvault</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvaultPriStatus</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnapvaultSoftlock</command:name>
        <maml:description>
            <maml:para>List all snapvault softlocks on the given snapshot which are locked by external means.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnapvaultSoftlock</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>List all snapvault softlocks on the given snapshot which are locked by external means.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnapvaultSoftlock</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Name of the volume where the snapshot exists.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>Snapshot</maml:name>
                <maml:description>
                    <maml:para>Name of the snapshot for which softlocks are to be listed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>Name of the volume where the snapshot exists.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>Snapshot</maml:name>
            <maml:description>
                <maml:para>Name of the snapshot for which softlocks are to be listed.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapvault.SnapvaultSoftlockInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-get-softlocks</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapvaultSoftlock vol0 vol0_sv_sched.1</dev:code>
              <dev:remarks>
                <maml:para>Get the softlocks for snapshot &#39;vol0_sv_sched.1&#39; on volume &#39;vol0&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>SoftlockName Type
------------ ----
lock1 api
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaSnapvaultSoftlock</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaSnapvaultSoftLock</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvaultSoftlockedSnapshot</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnapvaultSoftlockedSnapshot</command:name>
        <maml:description>
            <maml:para>List all snapshots which are softlocked for snapvault by external means.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnapvaultSoftlockedSnapshot</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>List all snapshots which are softlocked for snapvault by external means.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnapvaultSoftlockedSnapshot</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Name of the volume for which softlocked snapshots are to be listed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>Name of the volume for which softlocked snapshots are to be listed.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.String</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-get-all-softlocked-snapshots</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapvaultSoftlockedSnapshot vol0</dev:code>
              <dev:remarks>
                <maml:para>List all snapshots in volume &#39;vol0&#39; which are softlocked for snapvault by external means.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>vol0_sv_sched.1
hourly.1
nightly.1
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaSnapvaultSoftlock</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvaultSoftlock</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSnmp</command:name>
        <maml:description>
            <maml:para>Returns configuration information of the SNMP agent daemon.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSnmp</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Returns configuration information of the SNMP agent daemon.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSnmp</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snmp.SnmpStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snmp
API: snmp-status</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnmp</dev:code>
              <dev:remarks>
                <maml:para>Returns configuration information of the SNMP agent daemon.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Communities : {public}
Contact : Bill Smith
IsTrapEnabled : True
Location : Main lab
Traphosts : {x3550rre8.rtprre.testdomain}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>(Get-NaSnmp).Communities</dev:code>
              <dev:remarks>
                <maml:para>Get SNMP community list.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>AccessControl Community
------------- ---------
ro public
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 3 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>(Get-NaSnmp).Traphosts</dev:code>
              <dev:remarks>
                <maml:para>Lists SNMP trap destinations.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>HostName IpAddress
-------- ---------
x3550rre8.rtprre.testdomain 10.61.167.148
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaStorageAdapter</command:name>
        <maml:description>
            <maml:para>Get the list of adapters present on this system.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaStorageAdapter</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the list of adapters present on this system.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaStorageAdapter</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.StorageAdapter.AdapterNameElem</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: storage adapter
API: storage-adapter-get-adapter-list</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaStorageAdapter</dev:code>
              <dev:remarks>
                <maml:para>List the storage adapters present.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>AdapterName
-----------
0a
0b
0e
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaStorageAdapterInfo</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Enable-NaStorageAdapter</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaStorageAdapterInfo</command:name>
        <maml:description>
            <maml:para>Display the information about a specified host adapter.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaStorageAdapterInfo</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Display the information about a specified host adapter. The information is displayed base on the controller interface type: ATA, Parallel SCSI, SAS, FC.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaStorageAdapterInfo</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The adapter name is either a slot number, or, if a port letter is also presented, a slot number and port letter concatenated into a single name, for example &#39;8a&#39; or &#39;11b&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The adapter name is either a slot number, or, if a port letter is also presented, a slot number and port letter concatenated into a single name, for example &#39;8a&#39; or &#39;11b&#39;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.StorageAdapter.AdapterDetails</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: storage adapter
API: storage-adapter-get-adapter-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>(Get-NaStorageAdapterInfo 0a).AdapterDetailInfo.AdapterFc.AdapterFcInfo</dev:code>
              <dev:remarks>
                <maml:para>List the details for FC adapter &#39;0a&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>AdapterBar : {DataONTAP.Types.StorageAdapter.AdapterBarInfo}
AdapterModel : QLogic 2432
AdapterSffInfo :
AdapterSfpInfo : DataONTAP.Types.StorageAdapter.AdapterSfpInfo
CacheLineSz :
FcLinkRate : 2
FcNodeName : 5:00a:098200:016f5b
FcPacketSize : 2048
FirmwareRev : 4.5.2
HardwareRev : 2
HostLoopId : 7
HostPortId :
IsEnabled : True
IsExtGbic : False
IsInUse : True
IsPci64Capable :
IsRedundant : False
IsSramParity :
CacheLineSzSpecified : False
HostLoopIdSpecified : True
HostPortIdSpecified : False
IsPci64CapableSpecified : False
IsSramParitySpecified : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaStorageAdapter</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Enable-NaStorageAdapter</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSystemApi</command:name>
        <maml:description>
            <maml:para>Returns list of APIs supported.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSystemApi</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Returns list of APIs supported.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSystemApi</maml:name>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para></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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.System.SystemApiInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: system
API: system-api-list</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSystemApi</dev:code>
              <dev:remarks>
                <maml:para>Return all APIs supported by the currently connected controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>API
---
aggr-add
aggr-check-spare-low
aggr-create
aggr-destroy
aggr-get-filer-info
aggr-get-root-name
aggr-list-info
aggr-mediascrub-list-info
aggr-mirror
aggr-offline
aggr-online
aggr-options-list-info
aggr-rename
aggr-restrict
aggr-scrub-list-info
aggr-scrub-resume
aggr-scrub-start
aggr-scrub-stop
aggr-scrub-suspend
aggr-set-option
aggr-space-list-info
aggr-split
aggr-verify-list-info
aggr-verify-resume
aggr-verify-start
aggr-verify-stop
aggr-verify-suspend
cf-force-takeover
cf-get-partner
cf-giveback
cf-hwassist-stats
cf-hwassist-status
cf-negotiated-failover-disable
cf-negotiated-failover-enable
cf-negotiated-failover-status
cf-service-disable
cf-service-enable
cf-status
cf-takeover
cg-commit
...
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaHelpUnsupported</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSystemAvailableReplicationTransfers</command:name>
        <maml:description>
            <maml:para>Returns the number of replication operations that may be started for each replication type.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSystemAvailableReplicationTransfers</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Returns the number of replication operations that may be started for each replication type. Another output is the maximum number of transfers for each replication type.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSystemAvailableReplicationTransfers</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.System.ReplicationTransferInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: system
API: system-available-replication-transfers</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSystemAvailableReplicationTransfers</dev:code>
              <dev:remarks>
                <maml:para>Get the maximum and currently available number of replication transfers for the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ReplicationAvailableTransfers : 16
ReplicationMaximumTransfers : 16
ReplicationType : volume_copy_source
 
ReplicationAvailableTransfers : 32
ReplicationMaximumTransfers : 32
ReplicationType : volume_copy_destination
 
ReplicationAvailableTransfers : 16
ReplicationMaximumTransfers : 16
ReplicationType : legacy_volume_snapmirror_source
 
ReplicationAvailableTransfers : 32
ReplicationMaximumTransfers : 32
ReplicationType : legacy_volume_snapmirror_destination
 
ReplicationAvailableTransfers : 50
ReplicationMaximumTransfers : 50
ReplicationType : volume_snapmirror_source
 
ReplicationAvailableTransfers : 100
ReplicationMaximumTransfers : 100
ReplicationType : volume_snapmirror_destination
 
ReplicationAvailableTransfers : 16
ReplicationMaximumTransfers : 16
ReplicationType : sync_snapmirror_source
 
ReplicationAvailableTransfers : 16
ReplicationMaximumTransfers : 16
ReplicationType : sync_snapmirror_destination
 
ReplicationAvailableTransfers : 16
ReplicationMaximumTransfers : 16
ReplicationType : legacy_qtree_snapmirror_source
 
ReplicationAvailableTransfers : 64
ReplicationMaximumTransfers : 64
ReplicationType : legacy_qtree_snapmirror_destination
 
ReplicationAvailableTransfers : 160
ReplicationMaximumTransfers : 160
ReplicationType : qtree_snapmirror_source
 
ReplicationAvailableTransfers : 160
ReplicationMaximumTransfers : 160
ReplicationType : qtree_snapmirror_destination
 
ReplicationAvailableTransfers : 16
ReplicationMaximumTransfers : 16
ReplicationType : legacy_snapvault_source
 
ReplicationAvailableTransfers : 64
ReplicationMaximumTransfers : 64
ReplicationType : legacy_snapvault_destination
 
ReplicationAvailableTransfers : 160
ReplicationMaximumTransfers : 160
ReplicationType : snapvault_source
 
ReplicationAvailableTransfers : 160
ReplicationMaximumTransfers : 160
ReplicationType : snapvault_destination
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSystemInfo</command:name>
        <maml:description>
            <maml:para>Obtain appliance information which includes cpu and backplane information.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSystemInfo</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Obtain appliance information which includes cpu and backplane information. The output contains the head information in a sysconfig -a command. I/O information is not included.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSystemInfo</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.System.SystemInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: system
API: system-get-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSystemInfo</dev:code>
              <dev:remarks>
                <maml:para>Gets info about current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BackplanePartNumber :
BackplaneRevision :
BackplaneSerialNumber :
BoardSpeed : 2399
BoardType : NetApp System Board XII
CpuCiobRevisionId :
CpuFirmwareRelease : 2.0.0
CpuMicrocodeVersion :
CpuPartNumber : 110-00056
CpuProcessorId : 0x20f51
CpuProcessorType :
CpuRevision : B0
CpuSerialNumber : 387739
MemorySize : 4088
NumberOfProcessors : 2
PartnerSystemId : 0118045471
PartnerSystemName : benson
PartnerSystemSerialNumber :
ProdType :
SupportsRaidArray : False
SystemId : 0118044195
SystemMachineType : FAS3040
SystemModel : FAS3040
SystemName : dunn
SystemRevision : A1
SystemSerialNumber : 1086295
VendorId : NetApp
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSystemLog</command:name>
        <maml:description>
            <maml:para>Get the messages log, auditlog, ems log, or snapmirror log file.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSystemLog</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the messages log, auditlog, ems log, or snapmirror log file.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSystemLog</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>MessageLog</maml:name>
                <maml:description>
                    <maml:para>If specified, the messages log files in /etc will be parsed.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Source</maml:name>
                <maml:description>
                    <maml:para>Filter log entries by source. Wildcards are accepted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>EventType</maml:name>
                <maml:description>
                    <maml:para>Filter log entries by event type. Wildcards are accepted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Severity</maml:name>
                <maml:description>
                    <maml:para>Filter log entries by severity level. Wildcards are accepted.</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>StartTime</maml:name>
                <maml:description>
                    <maml:para>Display log entries that occurred after this time.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >DateTime</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>EndTime</maml:name>
                <maml:description>
                    <maml:para>Display log entries that occurred before this time.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >DateTime</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Absolute path to a log file to parse.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue)" position = "named" >
                <maml:name>Content</maml:name>
                <maml:description>
                    <maml:para>Log file content to parse. This parameter can be used to parse Snapmirror, Message, or AuditLog text directly without requiring the cmdlet to retrieve the log text from the controller.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Follow</maml:name>
                <maml:description>
                    <maml:para>If specified, the last 4KB of the active log file will be read, then the cmdlet will wait for further updates. The cmdlet can be stopped using ctrl-C.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Get-NaSystemLog</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>EmsLog</maml:name>
                <maml:description>
                    <maml:para>If specified, the ems log files will be parsed.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Source</maml:name>
                <maml:description>
                    <maml:para>Filter log entries by source. Wildcards are accepted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>EventType</maml:name>
                <maml:description>
                    <maml:para>Filter log entries by event type. Wildcards are accepted.</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>StartTime</maml:name>
                <maml:description>
                    <maml:para>Display log entries that occurred after this time.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >DateTime</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>EndTime</maml:name>
                <maml:description>
                    <maml:para>Display log entries that occurred before this time.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >DateTime</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Absolute path to a log file to parse.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Process</maml:name>
                <maml:description>
                    <maml:para>Filter log entries by owning process. Wildcards are accepted.</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>Follow</maml:name>
                <maml:description>
                    <maml:para>If specified, the last 4KB of the active log file will be read, then the cmdlet will wait for further updates. The cmdlet can be stopped using ctrl-C.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Get-NaSystemLog</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SnapMirror</maml:name>
                <maml:description>
                    <maml:para>If specified, the snapmirror logs will be parsed.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>EventType</maml:name>
                <maml:description>
                    <maml:para>Filter log entries by event type. Wildcards are accepted.</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>StartTime</maml:name>
                <maml:description>
                    <maml:para>Display log entries that occurred after this time.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >DateTime</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>EndTime</maml:name>
                <maml:description>
                    <maml:para>Display log entries that occurred before this time.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >DateTime</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Absolute path to a log file to parse.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue)" position = "named" >
                <maml:name>Content</maml:name>
                <maml:description>
                    <maml:para>Log file content to parse. This parameter can be used to parse Snapmirror, Message, or AuditLog text directly without requiring the cmdlet to retrieve the log text from the controller.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Follow</maml:name>
                <maml:description>
                    <maml:para>If specified, the last 4KB of the active log file will be read, then the cmdlet will wait for further updates. The cmdlet can be stopped using ctrl-C.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Get-NaSystemLog</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>AuditLog</maml:name>
                <maml:description>
                    <maml:para>If specified, the auditlog files will be parsed.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Source</maml:name>
                <maml:description>
                    <maml:para>Filter log entries by source. Wildcards are accepted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Severity</maml:name>
                <maml:description>
                    <maml:para>Filter log entries by severity level. Wildcards are accepted.</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>StartTime</maml:name>
                <maml:description>
                    <maml:para>Display log entries that occurred after this time.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >DateTime</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>EndTime</maml:name>
                <maml:description>
                    <maml:para>Display log entries that occurred before this time.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >DateTime</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Absolute path to a log file to parse.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Keyword</maml:name>
                <maml:description>
                    <maml:para>Filter log entries by keyword. Wildcards are accepted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Filter log entries by target. Wildcards are accepted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue)" position = "named" >
                <maml:name>Content</maml:name>
                <maml:description>
                    <maml:para>Log file content to parse. This parameter can be used to parse Snapmirror, Message, or AuditLog text directly without requiring the cmdlet to retrieve the log text from the controller.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Follow</maml:name>
                <maml:description>
                    <maml:para>If specified, the last 4KB of the active log file will be read, then the cmdlet will wait for further updates. The cmdlet can be stopped using ctrl-C.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>MessageLog</maml:name>
            <maml:description>
                <maml:para>If specified, the messages log files in /etc will be parsed.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>Source</maml:name>
            <maml:description>
                <maml:para>Filter log entries by source. Wildcards are accepted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>EventType</maml:name>
            <maml:description>
                <maml:para>Filter log entries by event type. Wildcards are accepted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>Severity</maml:name>
            <maml:description>
                <maml:para>Filter log entries by severity level. Wildcards are accepted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>StartTime</maml:name>
            <maml:description>
                <maml:para>Display log entries that occurred after this time.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue>
            <dev:type>
                <maml:name>DateTime</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>EndTime</maml:name>
            <maml:description>
                <maml:para>Display log entries that occurred before this time.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue>
            <dev:type>
                <maml:name>DateTime</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Absolute path to a log file to parse.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named">
            <maml:name>Content</maml:name>
            <maml:description>
                <maml:para>Log file content to parse. This parameter can be used to parse Snapmirror, Message, or AuditLog text directly without requiring the cmdlet to retrieve the log text from the controller.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Follow</maml:name>
            <maml:description>
                <maml:para>If specified, the last 4KB of the active log file will be read, then the cmdlet will wait for further updates. The cmdlet can be stopped using ctrl-C.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>EmsLog</maml:name>
            <maml:description>
                <maml:para>If specified, the ems log files will be parsed.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>Process</maml:name>
            <maml:description>
                <maml:para>Filter log entries by owning process. Wildcards are accepted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>SnapMirror</maml:name>
            <maml:description>
                <maml:para>If specified, the snapmirror logs will be parsed.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>AuditLog</maml:name>
            <maml:description>
                <maml:para>If specified, the auditlog files will be parsed.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>Keyword</maml:name>
            <maml:description>
                <maml:para>Filter log entries by keyword. Wildcards are accepted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>Target</maml:name>
            <maml:description>
                <maml:para>Filter log entries by target. Wildcards are accepted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: system
API: file-read-file</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSystemLog -MessageLog -Severity error</dev:code>
              <dev:remarks>
                <maml:para>Get all of the messages entries with the error severity level.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>TimeStampDT : 6/14/2011 5:33:09 PM
TimeStamp : Tue Jun 14 17:33:09 GMT
Source : fas2040rre1
EventType : fci.initialization.failed
Severity : error
Message : replayed event: Initialization failed on Fibre Channel adapter 0a.
FullLine : Tue Jun 14 17:33:09 GMT [fas2040rre1: fci.initialization.failed:error]: replayed event: Initialization failed on Fibre Channel adapter 0a.
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSystemLog -AuditLog -Keyword API</dev:code>
              <dev:remarks>
                <maml:para>Get the API calls logged in the auditlog.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>TimeStamp : Tue Jun 21 09:34:24 EDT
TimeStampDT : 6/21/2011 9:34:24 AM
EventSource : root@10.61.169.73
Event : api_mpool_03
Severity : debug
Source : fas2040rre1
Keyword : API
Target : https in
Value : &lt;netapp version=&#39;1.0&#39; xmlns=&#39;http://www.netapp.com/filer/admin&#39;&gt;&lt;volume-get-root-name /&gt;&lt;/netapp&gt;
FullLine : Tue Jun 21 09:34:24 EDT [fas2040rre1: api_mpool_03:debug]: root@10.61.169.73:API:https in:&lt;netapp version=&#39;1.0&#39; xmlns=&#39;http://www.netapp.com/filer/admin&#39;&gt;&lt;volume-get-root-name /&gt;&lt;/netapp&gt;
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 3 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSystemLog -EmsLog -StartTime (New-Object DateTime @(2011,7,14,0,0,0)) -EndTime (New-Object DateTime @(2011,7,14,11,59,59))</dev:code>
              <dev:remarks>
                <maml:para>Get all ems log entries that occurred on July 14, 2011.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>NodeName : fas2040rre1
Date : 14Jul2011 07:00:00
SystemTime : 1310641200
SystemTimeDT : 7/14/2011 11:00:00 AM
GenerationAndSequence : 1308072774/3735
Priority : 6
OwningProcess : statd
EventName : kern_uptime_filer_1
EventAttributes : {[msg, 7:00am up 29 days, 17:26 0 NFS ops, 29322508 CIFS ops, 121 HTTP ops, 0 FCP ops, 107434148 iSCSI ops], [secs, 2568387], [nfsOps, 0], [cifsOps, 29322508]...}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 4 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSystemLog -MessageLog -Follow | select -ExpandProperty FullLine</dev:code>
              <dev:remarks>
                <maml:para>Get the last 4KB of the active messages log file, then wait for updates to the active messages log file. Format the output to show the raw text from the log file.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Mon Jul 18 12:00:00 EDT [fas2040rre1: kern.uptime.filer:info]: 12:00pm up 33 days, 22:26 0 NFS ops, 33466075 CIFS ops, 244 HTTP ops, 0 FCP ops, 123706772 iSCSI ops
Mon Jul 18 12:36:09 EDT [fas2040rre1: monitor.chassisTemperature.ok:notice]: Chassis temperature is ok
Mon Jul 18 13:00:00 EDT [fas2040rre1: kern.uptime.filer:info]: 1:00pm up 33 days, 23:26 0 NFS ops, 33467659 CIFS ops, 244 HTTP ops, 0 FCP ops, 123891579 iSCSI ops
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 5 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSystemLog -SnapMirror -EventType src</dev:code>
              <dev:remarks>
                <maml:para>Get all snapmirror source activity log entries.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>TimeStamp : Mon Jul 25 12:38:20 EST
TimeStampDT : 7/25/2011 12:38:20 PM
EventInfo : kenneth:testvol vfiler2:lemon_vol0_mirror Request (192.168.0.106)
Type : src
FullLine : src Mon Jul 25 12:38:20 EST kenneth:testvol vfiler2:lemon_vol0_mirror Request (192.168.0.106)
 
TimeStamp : Mon Jul 25 12:38:21 EST
TimeStampDT : 7/25/2011 12:38:21 PM
EventInfo : kenneth:testvol vfiler2:lemon_vol0_mirror Abort (Destination not allowed)
Type : src
FullLine : src Mon Jul 25 12:38:21 EST kenneth:testvol vfiler2:lemon_vol0_mirror Abort (Destination not allowed)
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 6 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>$messages = Read-NaFile /vol/vol0/etc/log/messages
Get-NaSystemLog -MessageLog -Content $messages</dev:code>
              <dev:remarks>
                <maml:para>This command reads the file from the controller, then uses Get-NaSystemLog to parse the content.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>TimeStampDT Source Severity EventType Message
----------- ------ -------- --------- -------
10/7/2012 12:00:01 AM notice kern.log.rotate System kenneth (ID 009992762...
10/7/2012 12:00:31 AM info wafl.snap.autoDelete Deleting snapshot &#39;hourly.1&#39;...
10/7/2012 12:00:32 AM info wafl.snap.autoDelete Deleting snapshot &#39;hourly.0&#39;...
10/7/2012 12:00:32 AM info wafl.snap.autoDelete Deleting snapshot &#39;nightly.0...
10/7/2012 12:06:47 AM info wafl.snap.autoDelete Deleting snapshot &#39;hourly.0&#39;...
10/7/2012 12:06:48 AM info wafl.snap.autoDelete Deleting snapshot &#39;nightly.0...
10/7/2012 12:50:00 AM warning mgr.stack.openFail Unable to open function name...
10/7/2012 1:00:00 AM info kern.uptime.filer 1:00am up 3 days, 13:50 0 N...
10/7/2012 1:00:01 AM notice raid.rg.scrub.start /compliance/plex0/rg0: start...
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSystemOntapiVersion</command:name>
        <maml:description>
            <maml:para>Obtain the current ONTAPI major and minor versions.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSystemOntapiVersion</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Obtain the current ONTAPI major and minor versions.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSystemOntapiVersion</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.System.SystemOntapiVersion</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: system
API: system-get-ontapi-version</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSystemOntapiVersion</dev:code>
              <dev:remarks>
                <maml:para>Gets the ONTAPI version from the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>MajorVersion : 1
MinorVersion : 12
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSystemVendorInfo</command:name>
        <maml:description>
            <maml:para>Obtain the Data ONTAP vendor information.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSystemVendorInfo</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Obtain the Data ONTAP vendor information.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSystemVendorInfo</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.System.SystemVendorInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: system
API: system-get-vendor-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSystemVendorInfo</dev:code>
              <dev:remarks>
                <maml:para>Gets the vendor info from the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>AutosupportEmail : autosupport@netapp.com
AutosupportUrl : support.netapp.com/asupprod/post/1.0/postAsup
CompleteName : NetApp
CustomerSupportContact : Please contact NetApp Global Services.
CustomerSupportName : NetApp Global Services
InformationUrl : http://now.netapp.com/autosupport/
OntapOidPrefix : .1.3.6.1.4.1.789
ProductUrl : http://now.netapp.com/installedproducts/
ShortName : NetApp
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaSystemVersion</command:name>
        <maml:description>
            <maml:para>Obtain the Data ONTAP version.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaSystemVersion</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Obtain the Data ONTAP version.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaSystemVersion</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.String</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: system
API: system-get-version</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSystemVersion</dev:code>
              <dev:remarks>
                <maml:para>Gets the Data ONTAP version from the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>NetApp Release 7.3.3: Thu Mar 11 22:29:52 PST 2010
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaTime</command:name>
        <maml:description>
            <maml:para>Gets current date and time from the controller.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaTime</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Gets current date and time from the controller.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaTime</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ComplianceTime</maml:name>
                <maml:description>
                    <maml:para>If this is true, then the compliance clock is returned, otherwise the normal local clock is returned.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>ComplianceTime</maml:name>
            <maml:description>
                <maml:para>If this is true, then the compliance clock is returned, otherwise the normal local clock is returned.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Clock.Time</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: clock
API: clock-get-clock</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaTime</dev:code>
              <dev:remarks>
                <maml:para>Get the local time.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>LocalTime UTC
--------- ---
8/27/2010 7:21:17 PM 8/27/2010 11:21:17 PM
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaTime</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaTimezone</command:name>
        <maml:description>
            <maml:para>Gets current timezone and timezone file version.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaTimezone</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Gets current timezone and timezone file version.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaTimezone</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Clock.TimeZone</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: clock
API: clock-get-timezone</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaTimezone</dev:code>
              <dev:remarks>
                <maml:para>Get the current timezone.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Timezone TimezoneUTC TimezoneVersion
-------- ----------- ---------------
EST5EDT -0400 2010e
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaTimezone</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaToolkitConfiguration</command:name>
        <maml:description>
            <maml:para>Get the basic configuration of the Data ONTAP PowerShell Toolkit.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaToolkitConfiguration</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the basic configuration of the Data ONTAP PowerShell Toolkit.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaToolkitConfiguration</maml:name>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Utils.ToolkitConfiguration</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: toolkit</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaToolkitConfiguration</dev:code>
              <dev:remarks>
                <maml:para>Gets the current toolkit configuration.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Log
---
{DataONTAP.PowerShell: DEBUG, DataONTAP.C.PowerShell: DEBUG, DataONTAP.HostUtilities: DEBUG, NetApp.Ontapi: DEBUG}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaToolkitConfiguration</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaToolkitVersion</command:name>
        <maml:description>
            <maml:para>Returns the executing version of the Data ONTAP PowerShell Toolkit.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaToolkitVersion</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Returns the executing version of the Data ONTAP PowerShell Toolkit. This is intended primarily to allow a script to ensure the Toolkit version is new enough to support the contents of the script.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaToolkitVersion</maml:name>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.Version</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: toolkit</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaToolkitVersion</dev:code>
              <dev:remarks>
                <maml:para>Get the Toolkit version.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Major Minor Build Revision
----- ----- ----- --------
1 2 0 24
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaUcmAdapter</command:name>
        <maml:description>
            <maml:para>Get configuration for all available adapters under Unified Connect Management (UCM) framework.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaUcmAdapter</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get configuration for all available adapters under Unified Connect Management (UCM) framework.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaUcmAdapter</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Slot name of adapter (e.g 0e). If no adapter is specified, information is returned for all adapters.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Slot name of adapter (e.g 0e). If no adapter is specified, information is returned for all adapters.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Ucm.UcAdapterInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: ucm
API: ucm-adapter-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaUcmAdapter</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaUnixGroup</command:name>
        <maml:description>
            <maml:para>Get a Unix group id and group name given a group id or a group name.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaUnixGroup</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get a Unix group id and group name given a group id or a group name.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaUnixGroup</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>GroupName</maml:name>
                <maml:description>
                    <maml:para>Name of an NFS group.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Get-NaUnixGroup</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>GroupId</maml:name>
                <maml:description>
                    <maml:para>Unix GID.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>GroupName</maml:name>
            <maml:description>
                <maml:para>Name of an NFS group.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>GroupId</maml:name>
            <maml:description>
                <maml:para>Unix GID.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Nameservice.UnixGroup</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: nameservice
API: nameservice-map-gid-to-group-name, nameservice-map-group-name-to-gid</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaUnixGroup -GroupName users</dev:code>
              <dev:remarks>
                <maml:para>Get a group based on its name.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>GroupName : users
GroupId : 5
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaUnixGroup -GroupId 1</dev:code>
              <dev:remarks>
                <maml:para>Get a group based on its id.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>GroupName : daemon
GroupId : 1
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaUser</command:name>
        <maml:description>
            <maml:para>Lists information for all administrative users on the system with the exception of root and snmp.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaUser</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Lists information for all administrative users on the system with the exception of root and snmp.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaUser</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>User</maml:name>
                <maml:description>
                    <maml:para>List only the information associated with this user. This option must be left empty if the option &quot;Group&quot; contains a value.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>GetCapabilities</maml:name>
                <maml:description>
                    <maml:para>Default is false. If set to true, then the allowed capabilities are placed into the user-info structure. Depending on number of users, groups, and roles; this operation may take a long time.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Get-NaUser</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Group</maml:name>
                <maml:description>
                    <maml:para>List only the users which are a part of this group. This option must be left empty if the option &quot;User&quot; contains a value.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>GetCapabilities</maml:name>
                <maml:description>
                    <maml:para>Default is false. If set to true, then the allowed capabilities are placed into the user-info structure. Depending on number of users, groups, and roles; this operation may take a long time.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>User</maml:name>
            <maml:description>
                <maml:para>List only the information associated with this user. This option must be left empty if the option &quot;Group&quot; contains a value.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>GetCapabilities</maml:name>
            <maml:description>
                <maml:para>Default is false. If set to true, then the allowed capabilities are placed into the user-info structure. Depending on number of users, groups, and roles; this operation may take a long time.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Group</maml:name>
            <maml:description>
                <maml:para>List only the users which are a part of this group. This option must be left empty if the option &quot;User&quot; contains a value.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Useradmin.UseradminUserInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: useradmin
API: useradmin-user-list</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaUser -GetCapabilities</dev:code>
              <dev:remarks>
                <maml:para>List all users on the current controller including the capabilities of each.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : SnapDriveUser
FullName :
Comment :
UseradminGroups : {VirtAdmins}
AllowedCapabilities :
PasswordMaximumAgeTS :
PasswordMinimumAgeTS :
Rid :
Status :
 
Name : administrator
FullName :
Comment : Built-in account for administering the filer
UseradminGroups : {Administrators}
AllowedCapabilities :
PasswordMaximumAgeTS :
PasswordMinimumAgeTS :
Rid :
Status :
 
Name : cknight
FullName :
Comment :
UseradminGroups : {Administrators}
AllowedCapabilities :
PasswordMaximumAgeTS :
PasswordMinimumAgeTS :
Rid :
Status :
 
Name : krusty
FullName :
Comment :
UseradminGroups : {Administrators}
AllowedCapabilities :
PasswordMaximumAgeTS :
PasswordMinimumAgeTS :
Rid :
Status :
 
Name : vf1user
FullName :
Comment :
UseradminGroups : {}
AllowedCapabilities :
PasswordMaximumAgeTS :
PasswordMinimumAgeTS :
Rid :
Status :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Remove-NaUser</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>New-NaUser</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaVfiler</command:name>
        <maml:description>
            <maml:para>Retrieve information about all vfilers.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaVfiler</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Retrieve information about all vfilers. An optional vfiler parameter lets you retrive information about a single vfiler.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaVfiler</maml:name>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para></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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Vfiler.VfilerInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: vfiler
API: vfiler-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaVfiler</dev:code>
              <dev:remarks>
                <maml:para>List all vfilers.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Status : running
AdminHost :
DnsInfo : rtprre.testdomain
Ipspace : default-ipspace
Name : vfiler0
NisInfo : DataONTAP.Types.Vfiler.NisInfo
Uuid : 00000000-0000-0000-0000-000000000000
Vfnets : {10.61.167.60, 10.10.10.11, fe80::2a0:98ff:fe06:c227%e0a, 3ffe:1900:4545:3:200:f8ff:fe21:67cf...}
Vfstores : {/}
 
Status : running
AdminHost : x3550rre7
DnsInfo : testdnsdomain
Ipspace : default-ipspace
Name : vfiler1
NisInfo : testnisdomain
Uuid : 5ab1958a-32a2-11df-87b2-00a09806c227
Vfnets : {10.10.10.10, 20.20.20.20}
Vfstores : {/vol/testvol}
 
Status : running
AdminHost : x3550rre7
DnsInfo : testdnsdomain.com
Ipspace : default-ipspace
Name : vfiler2
NisInfo : testnisdomain.com
Uuid : 4f8c512e-b91e-11df-8aca-00a09806c227
Vfnets : {10.10.10.20, 10.10.10.21, 10.10.10.22}
Vfstores : {/vol/testvol2, /vol/testvol3}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaVfiler</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaVfilerDr</command:name>
        <maml:description>
            <maml:para>Get the status of the disaster recovery relationship with the given remote vfiler and filer.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaVfilerDr</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the status of the disaster recovery relationship with the given remote vfiler and filer.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaVfilerDr</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>RemoteVfiler</maml:name>
                <maml:description>
                    <maml:para>Name of the remote vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>RemoteFiler</maml:name>
                <maml:description>
                    <maml:para>Name of the remote filer.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>RemoteVfiler</maml:name>
            <maml:description>
                <maml:para>Name of the remote vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>RemoteFiler</maml:name>
            <maml:description>
                <maml:para>Name of the remote filer.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Vfiler.StorageDrStatus</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: vfiler
API: vfiler-dr-get-status</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaVfilerDr vfiler3 dunn</dev:code>
              <dev:remarks>
                <maml:para>Get the status of the disaster recovery relationship with vfiler3 on dunn.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Status StoragePath
------ -----------
snapmirrored testvol3
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaVfilerMigrate</command:name>
        <maml:description>
            <maml:para>Get the status of the vfiler migrate relationship with the given remote vfiler and filer. Once the status is &quot;snapmirrored&quot;, the Complete-NaVfilerMigrate cmdlet can be run to complete the migration.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaVfilerMigrate</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the status of the vfiler migrate relationship with the given remote vfiler and filer. Once the status is &quot;snapmirrored&quot;, the Complete-NaVfilerMigrate cmdlet can be run to complete the migration.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaVfilerMigrate</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the remote vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>RemoteFiler</maml:name>
                <maml:description>
                    <maml:para>Name of the remote filer hosting the vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the remote vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>RemoteFiler</maml:name>
            <maml:description>
                <maml:para>Name of the remote filer hosting the vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Vfiler.StorageMrStatus</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: vfiler
API: vfiler-migrate-status</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaVfilerMigrate -Name vfiler3 -RemoteFiler dunn</dev:code>
              <dev:remarks>
                <maml:para>Get the status of the vfiler migrate operation. The returned status is &quot;snapmirrored&quot;, therefore the Complete-NaVfilerMigrate cmdlet can be run.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ErrorMsg :
Status : snapmirrored
StoragePath : testvol3
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Stop-NaVfilerMigrate</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Complete-NaVfilerMigrate</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Start-NaVfilerMigrate</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaVfilerProtocol</command:name>
        <maml:description>
            <maml:para>Get the protocols (allowed and disallowed) for a vfiler.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaVfilerProtocol</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the protocols (allowed and disallowed) for a vfiler.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaVfilerProtocol</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Vfiler.VfilerProtocols</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: vfiler
API: vfiler-get-allowed-protocols, vfiler-get-disallowed-protocols</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaVfilerProtocol vfiler1</dev:code>
              <dev:remarks>
                <maml:para>Get protocols for vfiler &#39;vfiler1&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>AllowedProtocols DisallowedProtocols
---------------- -------------------
{nfs, cifs, rsh, iscsi} {}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaVfiler</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaVfilerProtocol</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaVfilerStatus</command:name>
        <maml:description>
            <maml:para>Get the status of a vfiler.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaVfilerStatus</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the status of a vfiler. Possible values: running, stopped, inconsistent or defunct.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaVfilerStatus</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.String</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: vfiler
API: vfiler-get-status</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaVfilerStatus vfiler1</dev:code>
              <dev:remarks>
                <maml:para>Get the status of vfiler &#39;vfiler1&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>running
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaVfiler</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Start-NaVfiler</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Stop-NaVfiler</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaVol</command:name>
        <maml:description>
            <maml:para>Get volume status.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaVol</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get volume status. Note that all RAID-related status items (e.g., &#39;raid-size&#39;, &#39;raid-status&#39;, &#39;checksum-style&#39;) reported for a flexible volume actually describe the state of its containing aggregate.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaVol</maml:name>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of one or more volumes to get. 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 = "true (ByPropertyName)" position = "named" >
                <maml:name>Aggregate</maml:name>
                <maml:description>
                    <maml:para>Restrict results to the specified aggregate. Wildcards are permitted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Terse</maml:name>
                <maml:description>
                    <maml:para>If specified, omit retrieving some volume attributes, including &quot;RaidGroups&quot; in the &quot;Plexes&quot; array, &quot;SnapAutoDelete&quot;, and &quot;AutoSize&quot;. Use when retrieving a large number of volumes and these attributes are not necessary.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of one or more volumes to get. Wildcards are permitted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Aggregate</maml:name>
            <maml:description>
                <maml:para>Restrict results to the specified aggregate. Wildcards are permitted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Terse</maml:name>
            <maml:description>
                <maml:para>If specified, omit retrieving some volume attributes, including &quot;RaidGroups&quot; in the &quot;Plexes&quot; array, &quot;SnapAutoDelete&quot;, and &quot;AutoSize&quot;. Use when retrieving a large number of volumes and these attributes are not necessary.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-list-info-iter-start, volume-list-info-iter-next, volume-list-info-iter-end, volume-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaVol</dev:code>
              <dev:remarks>
                <maml:para>Get all volumes on the filer.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>DedupeEnabled : True
ChecksumStyle : block
CloneChildren :
CloneParent :
ContainingAggregate : aggr1
DiskCount : 8
FilesTotal : 622580
FilesUsed : 155
IsChecksumEnabled : True
IsInconsistent : False
IsSnaplock : False
IsUnrecoverable : False
MirrorStatus : unmirrored
Name : testvol
PercentageUsed : 0
PlexCount : 1
Plexes : {/aggr1/plex0}
QuotaInit : 0
RaidSize : 16
RaidStatus : raid_dp,sis
Reserve : 0
ReserveRequired : 0
ReserveUsed : 0
Sis : idle
SizeAvailable : 17175904256
SizeTotal : 17179869184
SizeUsed : 3964928
SnaplockType :
SpaceReserve : volume
SpaceReserveEnabled : True
State : online
Type : flex
Uuid : ac4b29ba-3293-11df-87b2-00a09806c227
IsUnrecoverableSpecified : True
PercentageUsedSpecified : True
SpaceReserveEnabledSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaVolAutosize</command:name>
        <maml:description>
            <maml:para>Given the name of a flexible volume, get the autosize settings.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaVolAutosize</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Given the name of a flexible volume, get the autosize settings. Sizes are in bytes.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaVolAutosize</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the flexible volume for which we want to get autosize.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the flexible volume for which we want to get autosize.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.AutosizeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-autosize-get</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaVolAutosize vol2</dev:code>
              <dev:remarks>
                <maml:para>Gets the autosize settings for volume &#39;vol2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>IsEnabled : True
IncrementSize : 1073741824
MaximumSize : 214748364800
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaVolAutosize</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaVolCharmap</command:name>
        <maml:description>
            <maml:para>Return charmap information for a specified volume.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaVolCharmap</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Return charmap information for a specified volume.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaVolCharmap</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the volume on which to list the charmap information.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the volume on which to list the charmap information.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.String</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-charmap-get</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaVolCharmap vol2</dev:code>
              <dev:remarks>
                <maml:para>Get charmap info for volume &#39;vol2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>3C:00B6,3E:00AE,5C:F2E1,7C:0394
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaVolCharmap</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaVolCloneSplit</command:name>
        <maml:description>
            <maml:para>Display the progress in separating clones from their underlying parent volumes and snapshots.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaVolCloneSplit</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Display the progress in separating clones from their underlying parent volumes and snapshots. If a clone name is specified, then the split status for that clone is provided. If no clone name is provided, then status is provided for all clones currently being split.
 
This command fails if applied to a traditional volume, and EONTAPI_EVOLNOTFLEX is thrown. Cloning is a capability that applies exclusively to flexible volumes. This command fails if the volume specified is not a clone, and EVOLNOTCLONE is thrown. This command fails if the volume specified is not being split, and EVOLOPNOTUNDERWAY is thrown.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaVolCloneSplit</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the clone being split off from its parent volume and snapshot for which we want status.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the clone being split off from its parent volume and snapshot for which we want status.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.CloneSplitDetailInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-clone-split-status</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Start-NaVolCloneSplit clone | Get-NaVolCloneSplit</dev:code>
              <dev:remarks>
                <maml:para>Begin splitting volume &#39;clone&#39; from its parent snapshot and then display the split status.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BlocksScanned : 242362
BytesScanned : 992714752
BlocksUpdated : 206654
BytesUpdated : 846454784
InodePercentageComplete : 0
InodesProcessed : 1495
InodesTotal : 655347
Name : clone
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaVolClone</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaVolCloneSplitEstimate</command:name>
        <maml:description>
            <maml:para>Display an estimate of additional storage required in the underlying aggregate to perform a volume clone split operation.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaVolCloneSplitEstimate</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Display an estimate of additional storage required in the underlying aggregate to perform a volume clone split operation. This command fails if applied to a traditional volume. Cloning is a new capability that applies exclusively to flexible volumes.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaVolCloneSplitEstimate</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the clone whose split usage is being estimated.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the clone whose split usage is being estimated.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.CloneSplitEstimateInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-clone-split-estimate</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaVolCloneSplitEstimate vol1clone</dev:code>
              <dev:remarks>
                <maml:para>Get an estimate of how much storage is required to split volume clone &#39;vol1clone&#39; from its parent volume.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>EstimateBlocks : 207351
EstimateBytes : 849309696
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaVolCloneSplit</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Start-NaVolCloneSplit</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaVolContainer</command:name>
        <maml:description>
            <maml:para>Return the name of the containing aggregate for the named flexible volume.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaVolContainer</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Return the name of the containing aggregate for the named flexible volume.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaVolContainer</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the flexible volume for which we want the containing aggregate.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the flexible volume for which we want the containing aggregate.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Aggr.AggrInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-container</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaVolContainer vol1</dev:code>
              <dev:remarks>
                <maml:para>Get the aggregate that contains volume &#39;vol1&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BlockType :
ChecksumStatus : active
ChecksumStyle : block
DiskCount : 9
FilesTotal : 31142
FilesUsed : 179
IsChecksumEnabled : True
IsInconsistent : False
IsSnaplock : False
MirrorStatus : unmirrored
Name : aggr1
PlexCount : 1
Plexes : {/aggr1/plex0}
RaidSize : 16
RaidStatus : raid_dp
SizeAvailable : 30234370048
SizePercentageUsed : 96
SizeTotal : 853370273792
SizeUsed : 823135903744
SnaplockType :
State : online
Type : aggr
Uuid : 061d6dd0-7c3e-11dd-9ba7-00a09806c233
VolumeCount : 6
Volumes : {vol1, vf1_vol1, stevens, parent...}
SizePercentageUsedSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaVolFootprint</command:name>
        <maml:description>
            <maml:para>Get a list of volumes and a breakdown of their data and metadata footprints in their parent aggregates.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaVolFootprint</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get a list of volumes and a breakdown of their data and metadata footprints in their parent aggregates. The term footprint is used to refer to the portion of aggregate used space that will be freed when the relevant volume is destroyed. This can exceed the size of the volume due to metadata.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaVolFootprint</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the volume for which we want space footprint information.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the volume for which we want space footprint information.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolFootprintInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-footprint-list-info-iter-start,volume-footprint-list-info-iter-next,volume-footprint-list-info-iter-end</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaVolFootprint powershell</dev:code>
              <dev:remarks>
                <maml:para>Get the volume footprint data for the given volume.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>AggregateSize : 3170777751552
DedupeMetafilesFootprint : 0
DedupeMetafilesTemporaryFootprint : 0
DelayedFreeFootprint : 1658880
FlexvolMetadataFootprint : 41889792
SnapmirrorDestinationFootprint : 0
TapeBackupMetafilesFootprint : 0
TotalFootprint : 43819008
Volume : powershell
VolumeDataFootprint : 270336
VolumeGuaranteeFootprint : 0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaVol</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaVolLanguage</command:name>
        <maml:description>
            <maml:para>Get the given volume&#39;s language mapping.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaVolLanguage</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the given volume&#39;s language mapping.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaVolLanguage</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the volume for which we want the language mapping.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the volume for which we want the language mapping.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.LanguageInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-get-language</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaVolLanguage vol1</dev:code>
              <dev:remarks>
                <maml:para>Get the language info for volume &#39;vol1&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Language : C (POSIX)
LanguageCode : C
NfsCharacterSet : iso-8859-1|iso-8859-1|Thu Oct 1 18:00:53 EDT 1998
OemCharacterSet : ascii|cp1|Thu Oct 1 18:00:53 EDT 1998
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaVolLanguage</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaVolMove</command:name>
        <maml:description>
            <maml:para>Obtain the status of a volume move. If a volume name is not specified, all in progress volume move operations are returned.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaVolMove</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Obtain the status of a volume move. If a volume name is not specified, all in progress volume move operations are returned.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaVolMove</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>The name of the volume being moved.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>The name of the volume being moved.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolMoveStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-move-status</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaVolMove vol1</dev:code>
              <dev:remarks>
                <maml:para>Gets the status of the volume move operation on vol1.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>CurrentTransfer : 0
CutoverAttempts : 6
CutoverWindow : 60
CutoverWindowTS : 00:00:60
DestAggregate : aggr0_rre2
DestVolume : ndm_dstvol_1302101481
ErrorString :
LastTransferDuration : 0
LastTransferDurationTS : 00:00:00
LastTransferSize : 0
MoveState : setup(paused)
PauseReason :
SourceVolumeName : vol1
CurrentTransferSpecified : True
LastTransferDurationSpecified : True
LastTransferSizeSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Suspend-NaVolMove</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Stop-NaVolMove</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaVolOption</command:name>
        <maml:description>
            <maml:para>Get the options that have been set for the specified volume.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaVolOption</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the options that have been set for the specified volume.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaVolOption</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the existing volume for which we want option information.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Hashtable</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the existing volume for which we want option information.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Hashtable</maml:name>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeOptionInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-options-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaVolOption vol2</dev:code>
              <dev:remarks>
                <maml:para>Get options for volume &#39;vol2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Value
---- -----
convert_ucode on
create_ucode on
svo_enable off
svo_allow_rman off
svo_checksum off
svo_reject_errors off
extent off
read_realloc off
fs_size_fixed off
ignore_inconsistent off
maxdirsize 41861
minra off
no_atime_update off
no_i2p off
no_delete_log off
nosnap on
nosnapdir off
schedsnapname ordinal
nvfail off
try_first volume_grow
fractional_reserve 100
actual_guarantee volume
snapshot_clone_dependency on
effective_guarantee none
raidsize 16
raidtype raid_dp
resyncsnaptime 60
root false
snapmirrored off
upgraded_replica false
compression off
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaVolOption</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaVolQuotaStatus</command:name>
        <maml:description>
            <maml:para>Obtains the status of quotas for a volume.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaVolQuotaStatus</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Obtains the status of quotas for a volume.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaVolQuotaStatus</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Name of the volume whose quota status should be obtained.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>Name of the volume whose quota status should be obtained.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Quota.VolQuotaStatus</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: quota
API: quota-status</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaVolQuotaStatus vol0</dev:code>
              <dev:remarks>
                <maml:para>Get the quota status for volume &#39;vol0&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Status : off
Substatus : none
Reason :
PercentComplete :
QuotaErrors :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaVolQuota</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Disable-NaVolQuota</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaVolRoot</command:name>
        <maml:description>
            <maml:para>Get the root volume for the current controller.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaVolRoot</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the root volume for the current controller.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaVolRoot</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: aggr-get-root-name, volume-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaVolRoot</dev:code>
              <dev:remarks>
                <maml:para>Get the root volume.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ChecksumStyle : block
CloneChildren :
CloneParent :
ContainingAggregate : aggr0
DiskCount : 3
FilesTotal : 3727020
FilesUsed : 7972
IsChecksumEnabled : True
IsInconsistent : False
IsSnaplock : False
IsUnrecoverable : False
MirrorStatus : unmirrored
Name : vol0
PercentageUsed : 4
PlexCount : 1
Plexes : {/aggr0/plex0}
QuotaInit : 0
RaidSize : 16
RaidStatus : raid_dp
Reserve : 0
ReserveRequired : 0
ReserveUsed : 0
Sis :
SizeAvailable : 89313943552
SizeTotal : 92559769600
SizeUsed : 3245817856
SnaplockType :
SpaceReserve : volume
SpaceReserveEnabled : True
State : online
Type : flex
Uuid : 336bf130-6a41-11dd-8d86-00a09806c227
IsUnrecoverableSpecified : True
PercentageUsedSpecified : True
SpaceReserveEnabledSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaVolSis</command:name>
        <maml:description>
            <maml:para>Get the dedupe status of an SIS volume.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaVolSis</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get the dedupe status of an SIS volume. This cmdlet returns the SisInfo data returned by the volume-list-info API.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaVolSis</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>The path of the SIS volume, i.e. /vol/&lt;vol_name&gt;. Only one path may be specified at a time. If the path variable is not used then the SIS status for volumes in the controller will be returned. The /vol/ prefix may be omitted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>The path of the SIS volume, i.e. /vol/&lt;vol_name&gt;. Only one path may be specified at a time. If the path variable is not used then the SIS status for volumes in the controller will be returned. The /vol/ prefix may be omitted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.SisInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-list-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaVolSis xendesktopxp</dev:code>
              <dev:remarks>
                <maml:para>Get the dedupe status for volume &#39;xendesktopxp&#39; via the volume-list-info API.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>CompressSaved : 0
DedupSaved : 298299392
LastOperationBegin : Fri Jan 20 00:06:18 EST 2012
LastOperationEnd : Fri Jan 20 00:40:50 EST 2012
LastOperationError :
LastOperationSize : 2478915584
PercentCompressSaved : 0
PercentDedupSaved : 11
PercentTotalSaved : 11
PercentageSaved : 11
Progress : idle for 20:13:54
Schedule : sun-sat@0
SizeSaved : 298299392
SizeShared : 163270656
State : enabled
Status : idle
TotalSaved : 298299392
Type : regular
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSis</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaVolSize</command:name>
        <maml:description>
            <maml:para>Given the name of a flexible volume, return its current size in bytes.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaVolSize</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Given the name of a flexible volume, return its current size in bytes.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaVolSize</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the flexible volume for which we want to get its size.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the flexible volume for which we want to get its size.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.SizeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-size</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaVolSize vol2</dev:code>
              <dev:remarks>
                <maml:para>Get the size of volume &#39;vol2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>VolumeSize
   ----------
 193273528320
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaVolSize</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Get-NaVolSpace</command:name>
        <maml:description>
            <maml:para>Get a list of volumes and a breakdown of their space usage.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Get</command:verb>
        <command:noun>NaVolSpace</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get a list of volumes and a breakdown of their space usage. This information is only available for online volumes. If no volume is specified, status is displayed for all online volumes on the filer.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Get-NaVolSpace</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the volume for which we want status information.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the volume for which we want status information.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolSpaceInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-space-list-info-iter-start,volume-space-list-info-iter-next,volume-space-list-info-iter-end</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaVolSpace powershell</dev:code>
              <dev:remarks>
                <maml:para>Get the volume space information for the given volume.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>DedupeMetafiles : 0
DedupeMetafilesTemporary : 0
FilesystemMetadata : 143360
Inodes : 12288
QuotaMetafiles : 0
SnapmirrorMetadata : 0
SnapshotReserve : 24159191040
SnapshotSpill : 0
TotalUsed : 24159371264
UserData : 24576
Volume : powershell
VolumeSize : 483183820800
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaVol</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Initialize-NaController</command:name>
        <maml:description>
            <maml:para>Initialize a new Data ONTAP controller.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Initialize</command:verb>
        <command:noun>NaController</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Initialize a new Data ONTAP controller.
 
This cmdlet is intended for roll-out scenarios where the controller has had no initial configuration. Upon powering up, the controller will obtain an IP address via DHCP. Given the DHCP address, this cmdlet will contact the controller and assign it a hostname and configure the primary network interface.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Initialize-NaController</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>DhcpAddress</maml:name>
                <maml:description>
                    <maml:para>The network address at which the controller may be contacted, typically a DHCP-assigned address.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>Hostname</maml:name>
                <maml:description>
                    <maml:para>The hostname to set for the controller.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "3" >
                <maml:name>Gateway</maml:name>
                <maml:description>
                    <maml:para>The network routing gateway address for the controller.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>PrimaryInterface</maml:name>
                <maml:description>
                    <maml:para>The name of the primary network interface. If not provided, this defaults to &quot;e0a&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>PrimaryInterfaceAddress</maml:name>
                <maml:description>
                    <maml:para>The IP address to assign to the primary network interface. If not provided, this defaults to the required DHCP address.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>PrimaryInterfaceNetmask</maml:name>
                <maml:description>
                    <maml:para>The netmask value to assign to the primary network interface.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Password</maml:name>
                <maml:description>
                    <maml:para>The root password for the controller.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Timezone</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>EmailHost</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>EmailAddress</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Location</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>DnsDomain</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>DnsServers</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>NisDomain</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>NisServers</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>PartnerInterface</maml:name>
                <maml:description>
                    <maml:para>The name or address of the partner interface that will failover to this interface.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>DhcpAddress</maml:name>
            <maml:description>
                <maml:para>The network address at which the controller may be contacted, typically a DHCP-assigned address.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>Hostname</maml:name>
            <maml:description>
                <maml:para>The hostname to set for the controller.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="3">
            <maml:name>Gateway</maml:name>
            <maml:description>
                <maml:para>The network routing gateway address for the controller.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>PrimaryInterface</maml:name>
            <maml:description>
                <maml:para>The name of the primary network interface. If not provided, this defaults to &quot;e0a&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>e0a</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>PrimaryInterfaceAddress</maml:name>
            <maml:description>
                <maml:para>The IP address to assign to the primary network interface. If not provided, this defaults to the required DHCP address.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>PrimaryInterfaceNetmask</maml:name>
            <maml:description>
                <maml:para>The netmask value to assign to the primary network interface.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Password</maml:name>
            <maml:description>
                <maml:para>The root password for the controller.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Timezone</maml:name>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>EmailHost</maml:name>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>EmailAddress</maml:name>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Location</maml:name>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>DnsDomain</maml:name>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>DnsServers</maml:name>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>NisDomain</maml:name>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>NisServers</maml:name>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>PartnerInterface</maml:name>
            <maml:description>
                <maml:para>The name or address of the partner interface that will failover to this interface.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: toolkit</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Initialize-NaController 10.61.165.227 indy 10.61.165.1</dev:code>
              <dev:remarks>
                <maml:para>Contact a new storage controller at address 10.61.165.227. Assign it the hostname &#39;indy&#39; and routing gateway 10.61.165.1. By default, the primary network interface will be &#39;e0a&#39; and will have the address 10.61.165.227.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Find-NaController</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Connect-NaController</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Initialize-NaSecureAdminSsh</command:name>
        <maml:description>
            <maml:para>Initialize the controller&#39;s SSH server, generating host and server keys.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Initialize</command:verb>
        <command:noun>NaSecureAdminSsh</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Initialize the controller&#39;s SSH server, generating host and server keys.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Initialize-NaSecureAdminSsh</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Ssh1HostKeySize</maml:name>
                <maml:description>
                    <maml:para>SSH1 protocol host key size. Key size must be greater than 384 bits and less than 2048 bits.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Ssh1ServerKeySize</maml:name>
                <maml:description>
                    <maml:para>SSH1 protocol server key size. Key size must be greater than 384 bits and less than 2048 bits.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>Ssh2HostKeySize</maml:name>
                <maml:description>
                    <maml:para>SSH2 protocol host key size. Key size must be greater than 768 bits and less than 2048 bits.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>Specify to force SSH setup even if the SSH server has already been configured.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>Ssh1HostKeySize</maml:name>
            <maml:description>
                <maml:para>SSH1 protocol host key size. Key size must be greater than 384 bits and less than 2048 bits.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>Ssh1ServerKeySize</maml:name>
            <maml:description>
                <maml:para>SSH1 protocol server key size. Key size must be greater than 384 bits and less than 2048 bits.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
            <maml:name>Ssh2HostKeySize</maml:name>
            <maml:description>
                <maml:para>SSH2 protocol host key size. Key size must be greater than 768 bits and less than 2048 bits.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>Specify to force SSH setup even if the SSH server has already been configured.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: secureadmin
API: system-cli
Privilege: security-priv-advanced, cli-secureadmin-setup</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Initialize-NaSecureAdminSsh -Ssh1HostKeySize 2048 -Ssh1ServerKeySize 1920 -Ssh2HostKeySize 2048</dev:code>
              <dev:remarks>
                <maml:para>Initialize SSH and generate a 2048 bit SSH1 host key, a 1920 bit SSH1 server key, and a 2048 bit SSH2 host key.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Invoke-NaClusterForceTakeover</command:name>
        <maml:description>
            <maml:para>Forces one filer to take over its partner even though the filer detects an error that would otherwise prevent a takeover.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Invoke</command:verb>
        <command:noun>NaClusterForceTakeover</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Forces one filer to take over its partner even though the filer detects an error that would otherwise prevent a takeover. For example, normally, if a detached or faulty ServerNet cable between the filers causes the filers&#39; NVRAM contents to be unsynchronized, takeover is disabled. However, this will allow the filer to take over its partner despite the unsynchronized NVRAM contents. cf-force-takeover is dangerous and can lead to data corruption; in almost all cases, use cf-takeover instead.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Invoke-NaClusterForceTakeover</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Disaster</maml:name>
                <maml:description>
                    <maml:para>When specified, forces a filer to take over its partner in all cases where Invoke-NaClusterTakeover would. In addition it will force a takeover even if some partner mailbox disks are inaccessible. It can only be used when remotesyncmirror is licensed. This option is very dangerous. Not only can it cause data corruption, if not used carefully, it can also lead to a situation where both the filer and its partner are operational (split brain). As such, it should only be used as a means of last resort when the takeover and force-takeover operations are unsuccessful in achieving a takeover. The operator must ensure that the partner filer does not become operational at any time while a filer is in a takeover mode initiated by the use of this operation. In conjunction with RAID mirroring, it can allow recovery from a disaster when the two filers in the cluster are located at two distant sites.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Disaster</maml:name>
            <maml:description>
                <maml:para>When specified, forces a filer to take over its partner in all cases where Invoke-NaClusterTakeover would. In addition it will force a takeover even if some partner mailbox disks are inaccessible. It can only be used when remotesyncmirror is licensed. This option is very dangerous. Not only can it cause data corruption, if not used carefully, it can also lead to a situation where both the filer and its partner are operational (split brain). As such, it should only be used as a means of last resort when the takeover and force-takeover operations are unsuccessful in achieving a takeover. The operator must ensure that the partner filer does not become operational at any time while a filer is in a takeover mode initiated by the use of this operation. In conjunction with RAID mirroring, it can allow recovery from a disaster when the two filers in the cluster are located at two distant sites.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Cf.ClusterStatus</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cf
API: cf-force-takeover</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Invoke-NaClusterGiveback</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Invoke-NaClusterTakeover</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaCluster</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Invoke-NaClusterGiveback</command:name>
        <maml:description>
            <maml:para>Initiates a giveback of partner resources.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Invoke</command:verb>
        <command:noun>NaClusterGiveback</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Initiates a giveback of partner resources. Once the giveback is complete, the automatic takeover capability is disabled until the partner is rebooted. A giveback fails if outstanding CIFS sessions, active system dump processes, or other filer operations makes a giveback dangerous or disruptive.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Invoke-NaClusterGiveback</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>When set to true, this allows a giveback to proceed even if there are outstanding CIFS sessions, active system dump processes, or other filer operations makes a giveback dangerous or disruptive as long as it would not result in data corruption or filer error.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>When set to true, this allows a giveback to proceed even if there are outstanding CIFS sessions, active system dump processes, or other filer operations makes a giveback dangerous or disruptive as long as it would not result in data corruption or filer error.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Cf.ClusterStatus</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cf
API: cf-giveback</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Invoke-NaClusterGiveback</dev:code>
              <dev:remarks>
                <maml:para>Initiate a cluster giveback operation.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>State : GIVEBACK STARTED
Partner : benson
IsEnabled : True
IsInterconnectUp : True
TimeMasterStatus : master
TimeUntilTakeoverTS :
CurrentTimeDT : 8/26/2010 10:53:09 PM
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Invoke-NaClusterTakeover</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaCluster</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Invoke-NaClusterTakeover</command:name>
        <maml:description>
            <maml:para>Initiates a takeover of the partner.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Invoke</command:verb>
        <command:noun>NaClusterTakeover</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Initiates a takeover of the partner. Automatic giveback is enabled. Control will be returned to partner once it boots up.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Invoke-NaClusterTakeover</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>This causes takeover to be immediately initiated. The taken over node, if up, does not get to shut things down in an orderly manner so the takeover of the resources takes longer. This is the type of takeover that is done during normal cluster operation when one of the nodes goes away (dies).</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>This causes takeover to be immediately initiated. The taken over node, if up, does not get to shut things down in an orderly manner so the takeover of the resources takes longer. This is the type of takeover that is done during normal cluster operation when one of the nodes goes away (dies).</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Cf.ClusterStatus</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cf
API: cf-takeover</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Invoke-NaClusterTakeover</dev:code>
              <dev:remarks>
                <maml:para>Begin a normal cluster failover.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>State : TAKEOVER STARTED
Partner : benson
IsEnabled : True
IsInterconnectUp : False
TimeMasterStatus : master
TimeUntilTakeoverTS :
CurrentTimeDT : 8/26/2010 10:51:15 PM
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Invoke-NaClusterGiveback</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Invoke-NaClusterForceTakeover</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaCluster</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Invoke-NaEmsAutosupportLog</command:name>
        <maml:description>
            <maml:para>This cmdlet is used by applications to log specific events occurring on a host system.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Invoke</command:verb>
        <command:noun>NaEmsAutosupportLog</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>This cmdlet is used by applications to log specific events occurring on a host system.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Invoke-NaEmsAutosupportLog</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>ComputerName</maml:name>
                <maml:description>
                    <maml:para>Host name invoking the API.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>EventId</maml:name>
                <maml:description>
                    <maml:para>ID of event.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>EventSource</maml:name>
                <maml:description>
                    <maml:para>Name of the application invoking the API.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "4" >
                <maml:name>AppVersion</maml:name>
                <maml:description>
                    <maml:para>Version of application invoking the API.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "5" >
                <maml:name>Category</maml:name>
                <maml:description>
                    <maml:para>Application defined category of the event.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "6" >
                <maml:name>EventDescription</maml:name>
                <maml:description>
                    <maml:para>Description of event to log. An application defined message to log.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "7" >
                <maml:name>LogLevel</maml:name>
                <maml:description>
                    <maml:para>Log level. Accepted values are 0 for &#39;emergency&#39;, 1 for &#39;alert&#39;, 2 for &#39;critical&#39;, 3 for &#39;error&#39;, 4 for &#39;warning&#39;, 5 for &#39;notice&#39;, 6 for &#39;info&#39;, and 7 for &#39;debug&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>GenerateAutosupport</maml:name>
                <maml:description>
                    <maml:para>If &#39;true&#39;, an AutoSupport message will be generated.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>ComputerName</maml:name>
            <maml:description>
                <maml:para>Host name invoking the API.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>EventId</maml:name>
            <maml:description>
                <maml:para>ID of event.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
            <maml:name>EventSource</maml:name>
            <maml:description>
                <maml:para>Name of the application invoking the API.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="4">
            <maml:name>AppVersion</maml:name>
            <maml:description>
                <maml:para>Version of application invoking the API.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="5">
            <maml:name>Category</maml:name>
            <maml:description>
                <maml:para>Application defined category of the event.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="6">
            <maml:name>EventDescription</maml:name>
            <maml:description>
                <maml:para>Description of event to log. An application defined message to log.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="7">
            <maml:name>LogLevel</maml:name>
            <maml:description>
                <maml:para>Log level. Accepted values are 0 for &#39;emergency&#39;, 1 for &#39;alert&#39;, 2 for &#39;critical&#39;, 3 for &#39;error&#39;, 4 for &#39;warning&#39;, 5 for &#39;notice&#39;, 6 for &#39;info&#39;, and 7 for &#39;debug&#39;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>GenerateAutosupport</maml:name>
            <maml:description>
                <maml:para>If &#39;true&#39;, an AutoSupport message will be generated.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: ems
API: ems-autosupport-log</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Invoke-NaEmsAutosupportLog -ComputerName &quot;host1&quot; -EventId 100 -EventSource &quot;powershell&quot; -AppVersion &quot;2.0&quot; -Category &quot;test&quot; -EventDescription &quot;this is a test message.&quot; -LogLevel 6</dev:code>
              <dev:remarks>
                <maml:para>Log a test EMS log message.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Invoke-NaNdmpCopy</command:name>
        <maml:description>
            <maml:para>Copy content between controllers using NDMP.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Invoke</command:verb>
        <command:noun>NaNdmpCopy</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Copy content between controllers using NDMP. The operation runs synchronously; the cmdlet will return when the operation is finished. To start an asynchronous NDMP copy operation, use Start-NaNdmpCopy.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Invoke-NaNdmpCopy</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>SrcController</maml:name>
                <maml:description>
                    <maml:para>IP address of the source controller. For controllers operating in Cluster-Mode, this must be an IP of the node hosting the volume containing the content to be copied.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >IPAddress</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>SrcPath</maml:name>
                <maml:description>
                    <maml:para>Absolute path of the source directory to transfer. For a controller operating in 7-mode, must start with /vol/&lt;volname&gt;. For a controller operating in Cluster-Mode, must start with /&lt;vserver&gt;/&lt;volname&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>DstController</maml:name>
                <maml:description>
                    <maml:para>IP address of the destination controller. For controllers operating in Cluster-Mode, this must be an IP of the node hosting the destination volume.
 
If not specified, the SrcController is used as the destination.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >IPAddress</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "4" >
                <maml:name>DstPath</maml:name>
                <maml:description>
                    <maml:para>Absolute path of the destination directory. If it does not exist, it will be created. For a controller operating in 7-mode, must start with /vol/&lt;volname&gt;. For a controller operating in Cluster-Mode, must start with /&lt;vserver&gt;/&lt;volname&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SrcCredential</maml:name>
                <maml:description>
                    <maml:para>Credential to use to authenticate connection to source controller. For controllers operating in Cluster-Mode, credentials are configured using the CLI command &quot;system services ndmp password&quot;. If not supplied and the SrcAuthType is not None, the credentials cache will be consulted. If no credentials are found, the cmdlet will fail.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>DstCredential</maml:name>
                <maml:description>
                    <maml:para>Credential to use to authenticate connection to destination controller. For controllers operating in Cluster-Mode, credentials are configured using the CLI command &quot;system services ndmp password&quot;. If not supplied and the DstAuthType is not None, the credentials cache will be consulted. If no credentials are found, the cmdlet will fail.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SrcAuthType</maml:name>
                <maml:description>
                    <maml:para>Authentication type to use when authenticating connection to source controller. Possible values: text, md5, none. Default is none.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NdmpMessageAuthType</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>DstAuthType</maml:name>
                <maml:description>
                    <maml:para>Authentication type to use when authenticating connection to destination controller. Possible values: text, md5, none. Default is none.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NdmpMessageAuthType</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SrcPort</maml:name>
                <maml:description>
                    <maml:para>Port to connect to NDMP service on the source controller. Default is 10000.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>DstPort</maml:name>
                <maml:description>
                    <maml:para>Port to connect to NDMP service on the destination controller. Default is 10000.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Version</maml:name>
                <maml:description>
                    <maml:para>NDMP version to use when communicating with source and destination controllers. Must be at least 3, Default is 4.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int16</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Exclude</maml:name>
                <maml:description>
                    <maml:para>Exclude string.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Level</maml:name>
                <maml:description>
                    <maml:para>The incremental level to be used for the transfer. The default level used is 0, the range is 0-9.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>UseIpv6</maml:name>
                <maml:description>
                    <maml:para>If specified, the cmdlet will attempt to connect the source and destination controllers using IPv6. If either the source or destination does not support IPv6, IPv4 will be used.</maml:para>
                </maml:description>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Invoke-NaNdmpCopy</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>SrcController</maml:name>
                <maml:description>
                    <maml:para>IP address of the source controller. For controllers operating in Cluster-Mode, this must be an IP of the node hosting the volume containing the content to be copied.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >IPAddress</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>SrcPath</maml:name>
                <maml:description>
                    <maml:para>Absolute path of the source directory to transfer. For a controller operating in 7-mode, must start with /vol/&lt;volname&gt;. For a controller operating in Cluster-Mode, must start with /&lt;vserver&gt;/&lt;volname&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>DstController</maml:name>
                <maml:description>
                    <maml:para>IP address of the destination controller. For controllers operating in Cluster-Mode, this must be an IP of the node hosting the destination volume.
 
If not specified, the SrcController is used as the destination.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >IPAddress</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "4" >
                <maml:name>DstPath</maml:name>
                <maml:description>
                    <maml:para>Absolute path of the destination directory. If it does not exist, it will be created. For a controller operating in 7-mode, must start with /vol/&lt;volname&gt;. For a controller operating in Cluster-Mode, must start with /&lt;vserver&gt;/&lt;volname&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SrcCredential</maml:name>
                <maml:description>
                    <maml:para>Credential to use to authenticate connection to source controller. For controllers operating in Cluster-Mode, credentials are configured using the CLI command &quot;system services ndmp password&quot;. If not supplied and the SrcAuthType is not None, the credentials cache will be consulted. If no credentials are found, the cmdlet will fail.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>DstCredential</maml:name>
                <maml:description>
                    <maml:para>Credential to use to authenticate connection to destination controller. For controllers operating in Cluster-Mode, credentials are configured using the CLI command &quot;system services ndmp password&quot;. If not supplied and the DstAuthType is not None, the credentials cache will be consulted. If no credentials are found, the cmdlet will fail.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SrcAuthType</maml:name>
                <maml:description>
                    <maml:para>Authentication type to use when authenticating connection to source controller. Possible values: text, md5, none. Default is none.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NdmpMessageAuthType</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>DstAuthType</maml:name>
                <maml:description>
                    <maml:para>Authentication type to use when authenticating connection to destination controller. Possible values: text, md5, none. Default is none.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NdmpMessageAuthType</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SrcPort</maml:name>
                <maml:description>
                    <maml:para>Port to connect to NDMP service on the source controller. Default is 10000.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>DstPort</maml:name>
                <maml:description>
                    <maml:para>Port to connect to NDMP service on the destination controller. Default is 10000.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Version</maml:name>
                <maml:description>
                    <maml:para>NDMP version to use when communicating with source and destination controllers. Must be at least 3, Default is 4.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int16</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Exclude</maml:name>
                <maml:description>
                    <maml:para>Exclude string.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>IncrementalForever</maml:name>
                <maml:description>
                    <maml:para>If specified, use the &quot;incremental forever&quot; level.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>UseIpv6</maml:name>
                <maml:description>
                    <maml:para>If specified, the cmdlet will attempt to connect the source and destination controllers using IPv6. If either the source or destination does not support IPv6, IPv4 will be used.</maml:para>
                </maml:description>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>SrcController</maml:name>
            <maml:description>
                <maml:para>IP address of the source controller. For controllers operating in Cluster-Mode, this must be an IP of the node hosting the volume containing the content to be copied.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">IPAddress</command:parameterValue>
            <dev:type>
                <maml:name>IPAddress</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>SrcPath</maml:name>
            <maml:description>
                <maml:para>Absolute path of the source directory to transfer. For a controller operating in 7-mode, must start with /vol/&lt;volname&gt;. For a controller operating in Cluster-Mode, must start with /&lt;vserver&gt;/&lt;volname&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
            <maml:name>DstController</maml:name>
            <maml:description>
                <maml:para>IP address of the destination controller. For controllers operating in Cluster-Mode, this must be an IP of the node hosting the destination volume.
 
If not specified, the SrcController is used as the destination.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">IPAddress</command:parameterValue>
            <dev:type>
                <maml:name>IPAddress</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="4">
            <maml:name>DstPath</maml:name>
            <maml:description>
                <maml:para>Absolute path of the destination directory. If it does not exist, it will be created. For a controller operating in 7-mode, must start with /vol/&lt;volname&gt;. For a controller operating in Cluster-Mode, must start with /&lt;vserver&gt;/&lt;volname&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>SrcCredential</maml:name>
            <maml:description>
                <maml:para>Credential to use to authenticate connection to source controller. For controllers operating in Cluster-Mode, credentials are configured using the CLI command &quot;system services ndmp password&quot;. If not supplied and the SrcAuthType is not None, the credentials cache will be consulted. If no credentials are found, the cmdlet will fail.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
            <dev:type>
                <maml:name>PSCredential</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>DstCredential</maml:name>
            <maml:description>
                <maml:para>Credential to use to authenticate connection to destination controller. For controllers operating in Cluster-Mode, credentials are configured using the CLI command &quot;system services ndmp password&quot;. If not supplied and the DstAuthType is not None, the credentials cache will be consulted. If no credentials are found, the cmdlet will fail.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
            <dev:type>
                <maml:name>PSCredential</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>SrcAuthType</maml:name>
            <maml:description>
                <maml:para>Authentication type to use when authenticating connection to source controller. Possible values: text, md5, none. Default is none.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NdmpMessageAuthType</command:parameterValue>
            <dev:type>
                <maml:name>NdmpMessageAuthType</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>DstAuthType</maml:name>
            <maml:description>
                <maml:para>Authentication type to use when authenticating connection to destination controller. Possible values: text, md5, none. Default is none.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NdmpMessageAuthType</command:parameterValue>
            <dev:type>
                <maml:name>NdmpMessageAuthType</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>SrcPort</maml:name>
            <maml:description>
                <maml:para>Port to connect to NDMP service on the source controller. Default is 10000.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>DstPort</maml:name>
            <maml:description>
                <maml:para>Port to connect to NDMP service on the destination controller. Default is 10000.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Version</maml:name>
            <maml:description>
                <maml:para>NDMP version to use when communicating with source and destination controllers. Must be at least 3, Default is 4.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int16</command:parameterValue>
            <dev:type>
                <maml:name>Int16</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Exclude</maml:name>
            <maml:description>
                <maml:para>Exclude string.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Level</maml:name>
            <maml:description>
                <maml:para>The incremental level to be used for the transfer. The default level used is 0, the range is 0-9.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>UseIpv6</maml:name>
            <maml:description>
                <maml:para>If specified, the cmdlet will attempt to connect the source and destination controllers using IPv6. If either the source or destination does not support IPv6, IPv4 will be used.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>IncrementalForever</maml:name>
            <maml:description>
                <maml:para>If specified, use the &quot;incremental forever&quot; level.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>category: ndmp</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Invoke-NaNdmpCopy 10.61.167.61 /vol/vol4/t5/ 10.61.169.28 /vol/vol1/t5/ -SrcAuthType md5 -DstAuthType md5 -Exclude &quot;lun1,lun2&quot;</dev:code>
              <dev:remarks>
                <maml:para>Copy the contents of /vol/vol4/t5 on controller 10.61.167.61 to /vol/vol1/t5/ on the controller 10.61.169.28. Credentials stored in the credentials cache will be used with MD5 to authenticate the connection to the source and destination controllers. Files with the name &quot;lun1&quot; or &quot;lun2&quot; will not be copied.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Start-NaNdmpCopy</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaNdmpCopy</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Invoke-NaPerfstat</command:name>
        <maml:description>
            <maml:para>Gather perfstat information.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Invoke</command:verb>
        <command:noun>NaPerfstat</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Gather perfstat information.
 
This cmdlet performs a basic perfstat. Output files are in the Perfstat 8.1 format. The collected data conforms to the following restrictions:
- All data collection is done via SSH.
- Only FILER data is collected.
- No SystemShell commands are run.
- Stuttered statit commands are run in &quot;full&quot; mode. That is, the statit commands are stuttered for the entire parallel command time duration.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Invoke-NaPerfstat</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Directory</maml:name>
                <maml:description>
                    <maml:para>Output directory to copy all resulting files.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Vfiler</maml:name>
                <maml:description>
                    <maml:para>Restrict vfiler commands to the given Vfilers.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>SampleInterval</maml:name>
                <maml:description>
                    <maml:para>Sysstat/statit frequency in seconds. Default value is based on the value supplied for Time.
                    
Time &lt;= 60 SampleInterval = 1
60 &lt; Time &lt;= 300 SampleInterval = 10
300 &lt; Time &lt;= 600 SampleInterval = 30
Time &gt; 600 SampleInterval = 60</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Time</maml:name>
                <maml:description>
                    <maml:para>Time to run parallel commands in seconds. Default value is 120.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Iterations</maml:name>
                <maml:description>
                    <maml:para>Number of iterations to run. Default value is 1.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>IterationSleepTime</maml:name>
                <maml:description>
                    <maml:para>Number of seconds to sleep between iterations. Default value is 0.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Directory</maml:name>
            <maml:description>
                <maml:para>Output directory to copy all resulting files.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Vfiler</maml:name>
            <maml:description>
                <maml:para>Restrict vfiler commands to the given Vfilers.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>SampleInterval</maml:name>
            <maml:description>
                <maml:para>Sysstat/statit frequency in seconds. Default value is based on the value supplied for Time.
                    
Time &lt;= 60 SampleInterval = 1
60 &lt; Time &lt;= 300 SampleInterval = 10
300 &lt; Time &lt;= 600 SampleInterval = 30
Time &gt; 600 SampleInterval = 60</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Time</maml:name>
            <maml:description>
                <maml:para>Time to run parallel commands in seconds. Default value is 120.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Iterations</maml:name>
            <maml:description>
                <maml:para>Number of iterations to run. Default value is 1.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>IterationSleepTime</maml:name>
            <maml:description>
                <maml:para>Number of seconds to sleep between iterations. Default value is 0.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: toolkit</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Invoke-NaPerfstat -Directory C:\perfstat -Iterations 2 -InterationSleepTime 30</dev:code>
              <dev:remarks>
                <maml:para>Run a perfstat on the current controller with 2 iterations and 30 seconds between iterations.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Invoke-NaSnapmirrorAbort</command:name>
        <maml:description>
            <maml:para>Cancels any transfer for a destination.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Invoke</command:verb>
        <command:noun>NaSnapmirrorAbort</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Cancels any transfer for a destination. The API can be issued from either the source or destination filer.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Invoke-NaSnapmirrorAbort</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Destination</maml:name>
                <maml:description>
                    <maml:para>The destination location of the transfer to abort. The destination location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ClearCheckpoint</maml:name>
                <maml:description>
                    <maml:para>If true, the restart checkpoint is cleared. The default is false, not cleared.</maml:para>
                </maml:description>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Destination</maml:name>
            <maml:description>
                <maml:para>The destination location of the transfer to abort. The destination location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>ClearCheckpoint</maml:name>
            <maml:description>
                <maml:para>If true, the restart checkpoint is cleared. The default is false, not cleared.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapmirror.SnapmirrorStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapmirror
API: snapmirror-abort</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapmirror | Invoke-NaSnapmirrorAbort</dev:code>
              <dev:remarks>
                <maml:para>Abort all Snapmirror transfers.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BaseSnapshot : benson(0118045471)_dunn_vol2_mirror.3
Contents : Replica
CurrentTransferError : replication transfer failed to complete
CurrentTransferType : resync
DestinationLocation : benson:dunn_vol2_mirror
LagTime : 25
LagTimeTS : 00:00:25
LastTransferDuration : 1
LastTransferDurationTS : 00:00:01
LastTransferFrom : dunn:vol2
LastTransferSize : 7774208
LastTransferType : resync
MirrorTimestamp : 1280784739
MirrorTimestampDT : 8/2/2010 9:32:19 PM
SourceLocation : dunn:vol2
State : snapmirrored
Status : idle
TransferProgress : 0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapmirror</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Invoke-NaSnapmirrorBreak</command:name>
        <maml:description>
            <maml:para>Breaks a snapmirrored relationship.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Invoke</command:verb>
        <command:noun>NaSnapmirrorBreak</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Breaks a snapmirrored relationship. No checking on whether the operation is legal, or whether it is successful. I.e. you need to query status afterward by using &quot;Get-NaSnapmirror&quot;. &quot;Invoke-NaSnapmirrorBreak&quot; must be issued on the destination filer.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Invoke-NaSnapmirrorBreak</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Destination</maml:name>
                <maml:description>
                    <maml:para>Destination location of the snapmirrored pair to break. The destination location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;. If the destination-location is in the qtree form, it must first be quiesced using Invoke-NaSnapmirrorQuiesce.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Destination</maml:name>
            <maml:description>
                <maml:para>Destination location of the snapmirrored pair to break. The destination location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;. If the destination-location is in the qtree form, it must first be quiesced using Invoke-NaSnapmirrorQuiesce.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapmirror.SnapmirrorStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapmirror
API: snapmirror-break</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Invoke-NaSnapmirrorBreak benson:dunn_vol2_mirror</dev:code>
              <dev:remarks>
                <maml:para>Break off Snapmirror with destination volume &#39;dunn_vol2_mirror&#39; on controller &#39;benson&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BaseSnapshot : benson(0118045471)_dunn_vol2_mirror.3
Contents : Replica
CurrentTransferError : replication transfer failed to complete
CurrentTransferType : resync
DestinationLocation : benson:dunn_vol2_mirror
LagTime : 54
LagTimeTS : 00:00:54
LastTransferDuration : 1
LastTransferDurationTS : 00:00:01
LastTransferFrom : dunn:vol2
LastTransferSize : 7774208
LastTransferType : resync
MirrorTimestamp : 1280784739
MirrorTimestampDT : 8/2/2010 9:32:19 PM
SourceLocation : dunn:vol2
State : broken-off
Status : idle
TransferProgress : 0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Invoke-NaSnapmirrorResync</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Invoke-NaSnapmirrorInitialize</command:name>
        <maml:description>
            <maml:para>Starts an initial transfer over the network for a specific destination.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Invoke</command:verb>
        <command:noun>NaSnapmirrorInitialize</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Starts an initial transfer over the network for a specific destination. The API must be issued to the destination filer.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Invoke-NaSnapmirrorInitialize</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Destination</maml:name>
                <maml:description>
                    <maml:para>The destination location of the initial transfer. The destination location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;. The &lt;filer&gt; must match the destination filer. If the destination-location is in the volume form, the volume must be in the restricted state. If the destination-location is the qtree form, the qtree must not already exist.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Source</maml:name>
                <maml:description>
                    <maml:para>The source location of the initial transfer. The source location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;. If the source-location is not specified, then the source in /etc/snapmirror.conf for the destination path is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>MaxTransferRate</maml:name>
                <maml:description>
                    <maml:para>Maximum transfer rate in bytes per second. The default is as fast as the filer can transfer.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>SourceSnapshot</maml:name>
                <maml:description>
                    <maml:para>Designates which source snapshot to use for a qtree update. The default creates new snapshot on the source for the transfer.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>DestinationSnapshot</maml:name>
                <maml:description>
                    <maml:para>Creates the specified snapshot (in addition to the regular SnapMirror snapshot) on the destination after the qtree SnapMirror transfer is over.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Destination</maml:name>
            <maml:description>
                <maml:para>The destination location of the initial transfer. The destination location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;. The &lt;filer&gt; must match the destination filer. If the destination-location is in the volume form, the volume must be in the restricted state. If the destination-location is the qtree form, the qtree must not already exist.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Source</maml:name>
            <maml:description>
                <maml:para>The source location of the initial transfer. The source location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;. If the source-location is not specified, then the source in /etc/snapmirror.conf for the destination path is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>MaxTransferRate</maml:name>
            <maml:description>
                <maml:para>Maximum transfer rate in bytes per second. The default is as fast as the filer can transfer.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>SourceSnapshot</maml:name>
            <maml:description>
                <maml:para>Designates which source snapshot to use for a qtree update. The default creates new snapshot on the source for the transfer.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>DestinationSnapshot</maml:name>
            <maml:description>
                <maml:para>Creates the specified snapshot (in addition to the regular SnapMirror snapshot) on the destination after the qtree SnapMirror transfer is over.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapmirror.SnapmirrorStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapmirror
API: snapmirror-initialize</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Invoke-NaSnapmirrorInitialize benson:dunn_vol2_mirror dunn:vol2</dev:code>
              <dev:remarks>
                <maml:para>Set up a Snapmirror relationship with source controller &#39;dunn&#39; volume &#39;vol2&#39; and destination controller &#39;benson&#39; volume &#39;dunn_vol2_mirror&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BaseSnapshot :
Contents : -
CurrentTransferError :
CurrentTransferType : initialize
DestinationLocation : benson:dunn_vol2_mirror
LagTime : 0
LagTimeTS : 00:00:00
LastTransferDuration : 0
LastTransferDurationTS : 00:00:00
LastTransferFrom : -
LastTransferSize : 0
LastTransferType :
MirrorTimestamp : 0
MirrorTimestampDT :
SourceLocation : dunn:vol2
State : uninitialized
Status : transferring
TransferProgress : 0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapmirror</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Invoke-NaSnapmirrorQuiesce</command:name>
        <maml:description>
            <maml:para>Pauses transfers to the destination.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Invoke</command:verb>
        <command:noun>NaSnapmirrorQuiesce</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Pauses transfers to the destination. The API must be issued on the destination filer. The status of the path must be checked to discover when the path is quiesced.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Invoke-NaSnapmirrorQuiesce</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Destination</maml:name>
                <maml:description>
                    <maml:para>The destination location of the snapmirrored pair to resume. which is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Destination</maml:name>
            <maml:description>
                <maml:para>The destination location of the snapmirrored pair to resume. which is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapmirror.SnapmirrorStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapmirror
API: snapmirror-quiesce</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Invoke-NaSnapmirrorQuiesce benson:dunn_vol2_mirror</dev:code>
              <dev:remarks>
                <maml:para>Suspend Snapmirror transfers for the specified Snapmirror destination.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BaseSnapshot : benson(0118045471)_dunn_vol2_mirror.1
Contents : Replica
CurrentTransferError : process was aborted
CurrentTransferType : scheduled
DestinationLocation : benson:dunn_vol2_mirror
LagTime : 1553
LagTimeTS : 00:25:53
LastTransferDuration : 1218
LastTransferDurationTS : 00:20:18
LastTransferFrom : dunn:vol2
LastTransferSize : 88573992960
LastTransferType : initialize
MirrorTimestamp : 1280783067
MirrorTimestampDT : 8/2/2010 9:04:27 PM
SourceLocation : dunn:vol2
State : quiesced
Status : idle
TransferProgress : 0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Invoke-NaSnapmirrorResume</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Invoke-NaSnapmirrorRelease</command:name>
        <maml:description>
            <maml:para>Informs SnapMirror that a direct mirror is no longer going to make requests.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Invoke</command:verb>
        <command:noun>NaSnapmirrorRelease</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Informs SnapMirror that a direct mirror is no longer going to make requests. The API must be issued on the source filer.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Invoke-NaSnapmirrorRelease</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Destination</maml:name>
                <maml:description>
                    <maml:para>Destination location of the snapmirrored pair to release. The destination location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Source</maml:name>
                <maml:description>
                    <maml:para>Source location of the SnapMirror pair to release. The source location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Destination</maml:name>
            <maml:description>
                <maml:para>Destination location of the snapmirrored pair to release. The destination location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Source</maml:name>
            <maml:description>
                <maml:para>Source location of the SnapMirror pair to release. The source location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapmirror.SnapmirrorStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapmirror
API: snapmirror-release</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Invoke-NaSnapmirrorRelease benson:dunn_vol2_mirror dunn:vol2</dev:code>
              <dev:remarks>
                <maml:para>Inform source controller &#39;dunn&#39; that the destination controller &#39;benson&#39; will no longer make Snapmirror transfer requests for the specified Snapmirror relationship.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Invoke-NaSnapmirrorBreak</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Invoke-NaSnapmirrorResume</command:name>
        <maml:description>
            <maml:para>Resumes transfers to the destination that were quiesced.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Invoke</command:verb>
        <command:noun>NaSnapmirrorResume</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Resumes transfers to the destination that were quiesced. This API must be issued on the destination filer.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Invoke-NaSnapmirrorResume</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Destination</maml:name>
                <maml:description>
                    <maml:para>The destination location of the snapmirrored pair to resume. which is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Destination</maml:name>
            <maml:description>
                <maml:para>The destination location of the snapmirrored pair to resume. which is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapmirror.SnapmirrorStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapmirror
API: snapmirror-resume</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Invoke-NaSnapmirrorResume benson:dunn_vol2_mirror</dev:code>
              <dev:remarks>
                <maml:para>Resume Snapmirror transfers for the specified Snapmirror destination.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BaseSnapshot : benson(0118045471)_dunn_vol2_mirror.1
Contents : Replica
CurrentTransferError : process was aborted
CurrentTransferType : scheduled
DestinationLocation : benson:dunn_vol2_mirror
LagTime : 1575
LagTimeTS : 00:26:15
LastTransferDuration : 1218
LastTransferDurationTS : 00:20:18
LastTransferFrom : dunn:vol2
LastTransferSize : 88573992960
LastTransferType : initialize
MirrorTimestamp : 1280783067
MirrorTimestampDT : 8/2/2010 9:04:27 PM
SourceLocation : dunn:vol2
State : snapmirrored
Status : idle
TransferProgress : 0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Invoke-NaSnapmirrorQuiesce</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Invoke-NaSnapmirrorResync</command:name>
        <maml:description>
            <maml:para>Kicks off a resync of a broken snapmirrored pair.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Invoke</command:verb>
        <command:noun>NaSnapmirrorResync</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Kicks off a resync of a broken snapmirrored pair. The update is asynchronously handled, and there is no guarantee that it succeeds. This requires that a schedule in /etc/snapmirror.conf is set for the destination. The API must be issued on the destination filer.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Invoke-NaSnapmirrorResync</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Destination</maml:name>
                <maml:description>
                    <maml:para>Destination location of the snapmirrored pair to break, The destination location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Source</maml:name>
                <maml:description>
                    <maml:para>Source location of the transfer. The source location is is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;. If the source-location is not specified, then the source in /etc/snapmirror.conf for the destination path is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>MaxTransferRate</maml:name>
                <maml:description>
                    <maml:para>Maximum transfer rate in bytes per second. The default is as fast as the filer can transfer.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>SourceSnapshot</maml:name>
                <maml:description>
                    <maml:para>Designates which source snapshot to use for a qtree update. If source-snapshot is not specfied, a new snapshot will be created.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>DestinationSnapshot</maml:name>
                <maml:description>
                    <maml:para>Creates the specified snapshot (in addition to the regular SnapMirror snapshot) on the destination after the qtree SnapMirror transfer is over.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Destination</maml:name>
            <maml:description>
                <maml:para>Destination location of the snapmirrored pair to break, The destination location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Source</maml:name>
            <maml:description>
                <maml:para>Source location of the transfer. The source location is is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;. If the source-location is not specified, then the source in /etc/snapmirror.conf for the destination path is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>MaxTransferRate</maml:name>
            <maml:description>
                <maml:para>Maximum transfer rate in bytes per second. The default is as fast as the filer can transfer.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>SourceSnapshot</maml:name>
            <maml:description>
                <maml:para>Designates which source snapshot to use for a qtree update. If source-snapshot is not specfied, a new snapshot will be created.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>DestinationSnapshot</maml:name>
            <maml:description>
                <maml:para>Creates the specified snapshot (in addition to the regular SnapMirror snapshot) on the destination after the qtree SnapMirror transfer is over.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapmirror.SnapmirrorStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapmirror
API: snapmirror-resync</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Invoke-NaSnapmirrorResync benson:dunn_vol2_mirror dunn:vol2</dev:code>
              <dev:remarks>
                <maml:para>Resync the specified broken-off Snapmirror pair.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BaseSnapshot : benson(0118045471)_dunn_vol2_mirror.1
Contents : Replica
CurrentTransferError :
CurrentTransferType : resync
DestinationLocation : benson:dunn_vol2_mirror
LagTime : 1615
LagTimeTS : 00:26:55
LastTransferDuration : 1218
LastTransferDurationTS : 00:20:18
LastTransferFrom : dunn:vol2
LastTransferSize : 88573992960
LastTransferType : initialize
MirrorTimestamp : 1280783067
MirrorTimestampDT : 8/2/2010 9:04:27 PM
SourceLocation : dunn:vol2
State : snapmirrored
Status : transferring
TransferProgress : 0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Invoke-NaSnapmirrorBreak</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Invoke-NaSnapmirrorThrottle</command:name>
        <maml:description>
            <maml:para>Changes the max transfer rate of an active transfer.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Invoke</command:verb>
        <command:noun>NaSnapmirrorThrottle</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Changes the max transfer rate of an active transfer. The API can be issued to either the source or the destination filer.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Invoke-NaSnapmirrorThrottle</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Destination</maml:name>
                <maml:description>
                    <maml:para>The destination location of the active transfer. The destination location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>MaxTransferRate</maml:name>
                <maml:description>
                    <maml:para>Maximum transfer rate in bytes per second. A value &#39;0&#39; disables the throttle, i.e. the filer will transfer as fast as it can. Range: 0..2^32-1.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Destination</maml:name>
            <maml:description>
                <maml:para>The destination location of the active transfer. The destination location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>MaxTransferRate</maml:name>
            <maml:description>
                <maml:para>Maximum transfer rate in bytes per second. A value &#39;0&#39; disables the throttle, i.e. the filer will transfer as fast as it can. Range: 0..2^32-1.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapmirror.SnapmirrorStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapmirror
API: snapmirror-throttle</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Invoke-NaSnapmirrorThrottle benson:dunn_vol2_mirror 1mb</dev:code>
              <dev:remarks>
                <maml:para>Limit transfer rate to 1 MB per second.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BaseSnapshot :
Contents : -
CurrentTransferError :
CurrentTransferType : initialize
DestinationLocation : benson:dunn_vol2_mirror
LagTime : 0
LagTimeTS : 00:00:00
LastTransferDuration : 0
LastTransferDurationTS : 00:00:00
LastTransferFrom : -
LastTransferSize : 0
LastTransferType :
MirrorTimestamp : 0
MirrorTimestampDT :
SourceLocation : dunn:vol2
State : uninitialized
Status : transferring
TransferProgress : 746520576
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapmirror</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Invoke-NaSnapmirrorUpdate</command:name>
        <maml:description>
            <maml:para>Starts a transfer over the network for a specific destination.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Invoke</command:verb>
        <command:noun>NaSnapmirrorUpdate</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Starts a transfer over the network for a specific destination. The update is asynchronously handled, and there is no guarantee that it succeeds. The snapmirror-get-status API can be used to check the status of the update. The API must be issued on the destination filer.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Invoke-NaSnapmirrorUpdate</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Destination</maml:name>
                <maml:description>
                    <maml:para>The destination location of the update transfer. The destination location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;. The &lt;filer&gt; must match the destination filer. If the destination-location is in the volume form, the volume must be in the restricted state. If the destination-location is the qtree form, the qtree must not already exist.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Source</maml:name>
                <maml:description>
                    <maml:para>The source location of the update transfer. The source location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;. If the source-location is not specified, then the source in /etc/snapmirror.conf for the destination path is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>MaxTransferRate</maml:name>
                <maml:description>
                    <maml:para>Maximum transfer rate in bytes per second. The default is as fast as the filer can transfer.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>SourceSnapshot</maml:name>
                <maml:description>
                    <maml:para>Designates which source snapshot to use for a qtree update. The default creates new snapshot on the source for the transfer.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>DestinationSnapshot</maml:name>
                <maml:description>
                    <maml:para>Creates the specified snapshot (in addition to the regular SnapMirror snapshot) on the destination after the qtree SnapMirror transfer is over.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Destination</maml:name>
            <maml:description>
                <maml:para>The destination location of the update transfer. The destination location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;. The &lt;filer&gt; must match the destination filer. If the destination-location is in the volume form, the volume must be in the restricted state. If the destination-location is the qtree form, the qtree must not already exist.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Source</maml:name>
            <maml:description>
                <maml:para>The source location of the update transfer. The source location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;. If the source-location is not specified, then the source in /etc/snapmirror.conf for the destination path is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>MaxTransferRate</maml:name>
            <maml:description>
                <maml:para>Maximum transfer rate in bytes per second. The default is as fast as the filer can transfer.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>SourceSnapshot</maml:name>
            <maml:description>
                <maml:para>Designates which source snapshot to use for a qtree update. The default creates new snapshot on the source for the transfer.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>DestinationSnapshot</maml:name>
            <maml:description>
                <maml:para>Creates the specified snapshot (in addition to the regular SnapMirror snapshot) on the destination after the qtree SnapMirror transfer is over.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapmirror.SnapmirrorStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapmirror
API: snapmirror-update</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapmirror | Invoke-NaSnapmirrorUpdate</dev:code>
              <dev:remarks>
                <maml:para>Update all Snapmirrors.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BaseSnapshot : benson(0118045471)_dunn_vol2_mirror.1
Contents : Replica
CurrentTransferError :
CurrentTransferType : update
DestinationLocation : benson:dunn_vol2_mirror
LagTime : 1531
LagTimeTS : 00:25:31
LastTransferDuration : 1361
LastTransferDurationTS : 00:22:41
LastTransferFrom : dunn:vol2
LastTransferSize : 88574156800
LastTransferType : initialize
MirrorTimestamp : 1280785625
MirrorTimestampDT : 8/2/2010 9:47:05 PM
SourceLocation : dunn:vol2
State : snapmirrored
Status : transferring
TransferProgress : 0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Invoke-NaSnapmirrorInitialize</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Invoke-NaSnapvaultPriRelease</command:name>
        <maml:description>
            <maml:para>Request the release of a snapvault relationship.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Invoke</command:verb>
        <command:noun>NaSnapvaultPriRelease</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Request the release of a snapvault relationship formed by a New-NaSnapvault or Start-NaSnapvaultResync operation. This operation deletes the registry entry and the softlocks on the source snapshot.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Invoke-NaSnapvaultPriRelease</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>PrimaryPath</maml:name>
                <maml:description>
                    <maml:para>The primary path for the relationship.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>SecondarySystem</maml:name>
                <maml:description>
                    <maml:para>The secondary system for the relationship.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "3" >
                <maml:name>SecondaryPath</maml:name>
                <maml:description>
                    <maml:para>The secondary path for the relationship.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>PrimaryPath</maml:name>
            <maml:description>
                <maml:para>The primary path for the relationship.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>SecondarySystem</maml:name>
            <maml:description>
                <maml:para>The secondary system for the relationship.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="3">
            <maml:name>SecondaryPath</maml:name>
            <maml:description>
                <maml:para>The secondary path for the relationship.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-primary-release-relationship</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Invoke-NaSnapvaultPriRelease /vol/vol0/svpri benson /vol/vol0/svsec</dev:code>
              <dev:remarks>
                <maml:para>Release the specified snapvault relationship.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaSnapvault</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Invoke-NaSnapvaultSecRelease</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Invoke-NaSnapvaultSecRelease</command:name>
        <maml:description>
            <maml:para>Request the release of a snapvault relationship.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Invoke</command:verb>
        <command:noun>NaSnapvaultSecRelease</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Request the release of a snapvault relationship formed after a restore operation on the primary system. This operation deletes the registry entry and removes the softlock on the source base snapshot.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Invoke-NaSnapvaultSecRelease</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>SecondaryPath</maml:name>
                <maml:description>
                    <maml:para>The secondary path that was used as source for restore.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>PrimarySystem</maml:name>
                <maml:description>
                    <maml:para>The primary system which had performed the restore.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "3" >
                <maml:name>PrimaryPath</maml:name>
                <maml:description>
                    <maml:para>The primary path that had been used for the restore.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>SecondaryPath</maml:name>
            <maml:description>
                <maml:para>The secondary path that was used as source for restore.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>PrimarySystem</maml:name>
            <maml:description>
                <maml:para>The primary system which had performed the restore.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="3">
            <maml:name>PrimaryPath</maml:name>
            <maml:description>
                <maml:para>The primary path that had been used for the restore.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-secondary-release-relationship</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Invoke-NaSnapvaultSecRelease /vol/vol0/svsec dunn /vol/vol0/svpri</dev:code>
              <dev:remarks>
                <maml:para>Release the specified snapvault relationship.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Start-NaSnapvaultPriRestoreTransfer</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Invoke-NaSnapvaultPriRelease</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Invoke-NaSnmpGet</command:name>
        <maml:description>
            <maml:para>Retrieves the value of a snmp object.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Invoke</command:verb>
        <command:noun>NaSnmpGet</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Retrieves the value of a snmp object. This is a convenience method, not a high-performance SNMP query tool.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Invoke-NaSnmpGet</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>OID</maml:name>
                <maml:description>
                    <maml:para>Fully qualified object identifier of a snmp object. Only numeric OID&#39;s (ex: .1.3.6.1.4.1.789.1.1.1.0) are allowed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Raw</maml:name>
                <maml:description>
                    <maml:para>Specify Raw to get a string value. Otherwise, a hashtable is written to the output.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>OID</maml:name>
            <maml:description>
                <maml:para>Fully qualified object identifier of a snmp object. Only numeric OID&#39;s (ex: .1.3.6.1.4.1.789.1.1.1.0) are allowed.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Raw</maml:name>
            <maml:description>
                <maml:para>Specify Raw to get a string value. Otherwise, a hashtable is written to the output.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.Object</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snmp
API: snmp-get</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Invoke-NaSnmpGet 1.3.6.1.4.1.789.1.1.2.0</dev:code>
              <dev:remarks>
                <maml:para>Get the value of a single OID.
 
If &#39;IsValueHexadecimal&#39; is true, the string returned in &#39;Value&#39; is the hexadecimal representation of the octet string returned by a snmp call to the OID. This output is not present if &#39;Value&#39; is a normal string.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Value IsValueHexadecimal
----- ------------------
NetApp Release 7.3.3: Thu Mar 11 22:29:52 PST 2010
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Invoke-NaSnmpGet 1.3.6.1.4.1.789.1.1.2.0 -Raw</dev:code>
              <dev:remarks>
                <maml:para>Get the value of a single OID and write it to the pipeline in string form.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>NetApp Release 7.3.3: Thu Mar 11 22:29:52 PST 2010
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Invoke-NaSnmpGetNext</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Invoke-NaSnmpWalk</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Invoke-NaSnmpGetNext</command:name>
        <maml:description>
            <maml:para>This is used to retrieve the next OID in the mib tree of data.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Invoke</command:verb>
        <command:noun>NaSnmpGetNext</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>This is used to retrieve the next OID in the mib tree of data. Instead of returning the data you requested, it returns the next OID in the tree and its value. Unlike Invoke-NaSnmpGet, this API does return data for an OID which is too short or is missing the index part of the OID. This is a convenience method, not a high-performance SNMP query tool.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Invoke-NaSnmpGetNext</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>OID</maml:name>
                <maml:description>
                    <maml:para>Object Identifier of an SNMP object. The OID can be a fully qualified OID or a partial OID. Only numeric OID&#39;s (ex: .1.3.6.1.4.1.789.1.1.1.0) are allowed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>OID</maml:name>
            <maml:description>
                <maml:para>Object Identifier of an SNMP object. The OID can be a fully qualified OID or a partial OID. Only numeric OID&#39;s (ex: .1.3.6.1.4.1.789.1.1.1.0) are allowed.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.Object</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snmp
API: snmp-get-next</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Invoke-NaSnmpGetNext 1.3.6.1.4.1.789.1.1.2.0</dev:code>
              <dev:remarks>
                <maml:para>Get the OID and value that follows the supplied OID.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>NextObjectId : .1.3.6.1.4.1.789.1.1.3.0
Value : 0118044195
IsValueHexadecimal :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Invoke-NaSnmpGet</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Invoke-NaSnmpWalk</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Invoke-NaSnmpWalk</command:name>
        <maml:description>
            <maml:para>This cmdlet walks the SNMP MIB starting from the given OID.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Invoke</command:verb>
        <command:noun>NaSnmpWalk</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>This cmdlet walks the SNMP MIB starting from the given OID. This is a convenience method, not a high-performance SNMP query tool.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Invoke-NaSnmpWalk</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>OID</maml:name>
                <maml:description>
                    <maml:para>Fully qualified object identifier of an SNMP object. Only numeric OID&#39;s (ex: .1.3.6.1.4.1.789.1.1.1.0) are allowed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Raw</maml:name>
                <maml:description>
                    <maml:para>Specify Raw to get string values. Otherwise, a hashtable is written to the output for each OID.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>OID</maml:name>
            <maml:description>
                <maml:para>Fully qualified object identifier of an SNMP object. Only numeric OID&#39;s (ex: .1.3.6.1.4.1.789.1.1.1.0) are allowed.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Raw</maml:name>
            <maml:description>
                <maml:para>Specify Raw to get string values. Otherwise, a hashtable is written to the output for each OID.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.Object</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snmp
API: snmp-get, snmp-get-next</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Invoke-NaSnmpWalk -Raw</dev:code>
              <dev:remarks>
                <maml:para>Walk the SNMP MIB starting from the given OID.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>.1.3.6.1.4.1.789.1.1.1.0 2
.1.3.6.1.4.1.789.1.1.2.0 NetApp Release 7.3.1: Thu Jan 8 01:17:51 PST 2009
.1.3.6.1.4.1.789.1.1.3.0 0118044195
.1.3.6.1.4.1.789.1.1.4.0 1
.1.3.6.1.4.1.789.1.1.5.0 FAS3040
.1.3.6.1.4.1.789.1.1.6.0 2.0.0
.1.3.6.1.4.1.789.1.1.7.0 https://10.61.167.60:443/na_admin
.1.3.6.1.4.1.789.1.1.8.0 https://10.61.167.60:443/servlets/netapp.servlets.admin.XMLrequest_filer
.1.3.6.1.4.1.789.1.1.9.0 1086295
.1.3.6.1.4.1.789.1.1.10.0 unknown
.1.3.6.1.4.1.789.1.1.11.0 5
.1.3.6.1.4.1.789.1.1.12.0 Trap variable currrently unsused.
.1.3.6.1.4.1.789.1.1.13.0 FAS3040
.1.3.6.1.4.1.789.1.2.1.1.0 197285100
.1.3.6.1.4.1.789.1.2.1.2.0 2123552
.1.3.6.1.4.1.789.1.2.1.3.0 1
.1.3.6.1.4.1.789.1.2.1.4.0 195161583
...
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Invoke-NaSnmpGet</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Invoke-NaSnmpGetNext</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Invoke-NaSsh</command:name>
        <maml:description>
            <maml:para>Send a Data ONTAP CLI command via SSH.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Invoke</command:verb>
        <command:noun>NaSsh</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Send a Data ONTAP CLI command via SSH.
 
This cmdlet is useful for querying or manipulating Data ONTAP if a more specific PowerShell cmdlet is not available. It may also be used to to interact with Data ONTAP in lieu of opening a terminal connection to the controller.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Invoke-NaSsh</maml:name>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Command</maml:name>
                <maml:description>
                    <maml:para>The command string to send to Data ONTAP. If the command string contains hyphens, enclose the command in quotes lest PowerShell attempt to interpret those as cmdlet arguments.</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>Credential</maml:name>
                <maml:description>
                    <maml:para>Use this argument to explicitly provide SSH credentials for authenticating with Data ONTAP. If credentials are provided, they take precedence over any other credentials that may be available. If not provided, the cmdlet will look for valid credentials from either the specified NaController object or $global:CurrentNaController as appropriate. Failing that, credentials will be sought in the Toolkit&#39;s credential cache.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Port</maml:name>
                <maml:description>
                    <maml:para>The port on which to connect to the storage controller.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Timeout</maml:name>
                <maml:description>
                    <maml:para>Connection timeout in milliseconds.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Invoke-NaSsh</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name or address of the controller to connect to. If a hostname is specified, it must be resolvable to an IP address. Specify either this argument or the -Controller argument, but not both.
 
Optionally, specify the user in the &lt;user&gt;@&lt;hostname&gt; format. If this format is specified, the cmdlet will attempt to authenticate the user using private key authentication.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Command</maml:name>
                <maml:description>
                    <maml:para>The command string to send to Data ONTAP. If the command string contains hyphens, enclose the command in quotes lest PowerShell attempt to interpret those as cmdlet arguments.</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>Credential</maml:name>
                <maml:description>
                    <maml:para>Use this argument to explicitly provide SSH credentials for authenticating with Data ONTAP. If credentials are provided, they take precedence over any other credentials that may be available. If not provided, the cmdlet will look for valid credentials from either the specified NaController object or $global:CurrentNaController as appropriate. Failing that, credentials will be sought in the Toolkit&#39;s credential cache.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Port</maml:name>
                <maml:description>
                    <maml:para>The port on which to connect to the storage controller.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Timeout</maml:name>
                <maml:description>
                    <maml:para>Connection timeout in milliseconds.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Username</maml:name>
                <maml:description>
                    <maml:para>Specify the username to log in as using the private key file. If the Name parameter is specified in the &lt;user&gt;@&lt;hostname&gt; format, this parameter is ignored.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Passphrase</maml:name>
                <maml:description>
                    <maml:para>Passphrase required for the private key file. If not specified, the private key does not require a passphrase.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >SecureString</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>PrivateKeyFile</maml:name>
                <maml:description>
                    <maml:para>Full path to the private key file to use to authenticate the connection. If not specified, the $DataONTAP_SSHPrivateKeyFile variable is consulted. The $DataONTAP_SSHPrivateKeyFile variable may contain one or more paths to private key files, or directories containing private key files.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Invoke-NaSsh</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The controller to connect to, embodied in an NaController object as returned by Connect-NaController. Specify either this argument or the -Name argument, but not both.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Command</maml:name>
                <maml:description>
                    <maml:para>The command string to send to Data ONTAP. If the command string contains hyphens, enclose the command in quotes lest PowerShell attempt to interpret those as cmdlet arguments.</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>Credential</maml:name>
                <maml:description>
                    <maml:para>Use this argument to explicitly provide SSH credentials for authenticating with Data ONTAP. If credentials are provided, they take precedence over any other credentials that may be available. If not provided, the cmdlet will look for valid credentials from either the specified NaController object or $global:CurrentNaController as appropriate. Failing that, credentials will be sought in the Toolkit&#39;s credential cache.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Port</maml:name>
                <maml:description>
                    <maml:para>The port on which to connect to the storage controller.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Timeout</maml:name>
                <maml:description>
                    <maml:para>Connection timeout in milliseconds.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Command</maml:name>
            <maml:description>
                <maml:para>The command string to send to Data ONTAP. If the command string contains hyphens, enclose the command in quotes lest PowerShell attempt to interpret those as cmdlet arguments.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Credential</maml:name>
            <maml:description>
                <maml:para>Use this argument to explicitly provide SSH credentials for authenticating with Data ONTAP. If credentials are provided, they take precedence over any other credentials that may be available. If not provided, the cmdlet will look for valid credentials from either the specified NaController object or $global:CurrentNaController as appropriate. Failing that, credentials will be sought in the Toolkit&#39;s credential cache.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
            <dev:type>
                <maml:name>PSCredential</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Port</maml:name>
            <maml:description>
                <maml:para>The port on which to connect to the storage controller.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>22</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Timeout</maml:name>
            <maml:description>
                <maml:para>Connection timeout in milliseconds.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name or address of the controller to connect to. If a hostname is specified, it must be resolvable to an IP address. Specify either this argument or the -Controller argument, but not both.
 
Optionally, specify the user in the &lt;user&gt;@&lt;hostname&gt; format. If this format is specified, the cmdlet will attempt to authenticate the user using private key authentication.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Username</maml:name>
            <maml:description>
                <maml:para>Specify the username to log in as using the private key file. If the Name parameter is specified in the &lt;user&gt;@&lt;hostname&gt; format, this parameter is ignored.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Passphrase</maml:name>
            <maml:description>
                <maml:para>Passphrase required for the private key file. If not specified, the private key does not require a passphrase.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">SecureString</command:parameterValue>
            <dev:type>
                <maml:name>SecureString</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>PrivateKeyFile</maml:name>
            <maml:description>
                <maml:para>Full path to the private key file to use to authenticate the connection. If not specified, the $DataONTAP_SSHPrivateKeyFile variable is consulted. The $DataONTAP_SSHPrivateKeyFile variable may contain one or more paths to private key files, or directories containing private key files.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The controller to connect to, embodied in an NaController object as returned by Connect-NaController. Specify either this argument or the -Name argument, but not both.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.String</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: toolkit</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Connect-NaController dunn
Invoke-NaSsh aggr status</dev:code>
              <dev:remarks>
                <maml:para>Connect to controller &#39;dunn&#39; and send a CLI command via SSH. Both of the cmdlets in this example leverage the Toolkit&#39;s credentials cache, although both also accept explicit credentials.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Aggr State Status Options
      aggr0 online raid_dp, aggr root
                            redirect
      aggr1 online raid_dp, aggr snapshot_autodelete=off
      aggr2 online raid_dp, aggr
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Invoke-NaSsh -Name dunn -Credential root &quot;ifconfig -a&quot;</dev:code>
              <dev:remarks>
                <maml:para>Send a command via SSH using a specific hostname and credentials.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>e0a: flags=0x2d48867&lt;UP,BROADCAST,RUNNING,MULTICAST,TCPCKSUM&gt; mtu 1500 dad_attempts 2
        inet 10.61.167.60 netmask-or-prefix 0xffffff00 broadcast 10.61.167.255
        inet6 fe80::2a0:98ff:fe06:c227 prefixlen 64 scopeid 0x4 autoconf
        partner e0a (not in use)
        ether 00:a0:98:06:c2:27 (auto-1000t-fd-up) flowcontrol full
e0b: flags=0x2548867&lt;UP,BROADCAST,RUNNING,MULTICAST,TCPCKSUM&gt; mtu 1500 dad_attempts 2
        inet6 fe80::2a0:98ff:fe06:c226 prefixlen 64 scopeid 0x3 autoconf tentative
        ether 00:a0:98:06:c2:26 (auto-unknown-down) flowcontrol full
e0c: flags=0x2d48867&lt;UP,BROADCAST,RUNNING,MULTICAST,TCPCKSUM&gt; mtu 1500 dad_attempts 2
        inet6 fe80::2a0:98ff:fe06:c225 prefixlen 64 scopeid 0x2 autoconf
        ether 00:a0:98:06:c2:25 (auto-1000t-fd-up) flowcontrol full
e0d: flags=0x2548867&lt;UP,BROADCAST,RUNNING,MULTICAST,TCPCKSUM&gt; mtu 1500 dad_attempts 2
        inet6 fe80::2a0:98ff:fe06:c224 prefixlen 64 scopeid 0x1 autoconf tentative
        ether 00:a0:98:06:c2:24 (auto-unknown-down) flowcontrol full
lo: flags=0x1948049&lt;UP,LOOPBACK,RUNNING,MULTICAST,TCPCKSUM&gt; mtu 8160
        inet 127.0.0.1 netmask-or-prefix 0xff000000 broadcast 127.0.0.1
        inet6 fe80::1 prefixlen 64 scopeid 0x5 autoconf
        inet6 ::1 prefixlen 128
        ether 00:00:00:00:00:00 (VIA Provider)
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 3 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Invoke-NaSsh -Name root@10.61.169.28 -PrivateKeyFile C:\ssh\privatekey -Command &quot;vol status&quot;</dev:code>
              <dev:remarks>
                <maml:para>Invoke the &quot;vol status&quot; command over SSH. Use the specified private key file for authentication.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 4 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>$passphrase = Read-Host -AsSecureString &quot;Passphrase&quot;
Passphrase: ************
Invoke-NaSsh -Name root@10.61.169.28 -PrivateKeyFile C:\ssh\privatekey -Command &quot;vol status&quot; -Passphrase $passphrase</dev:code>
              <dev:remarks>
                <maml:para>Invoke the &quot;vol status&quot; command over SSH. Use the specified private key file for authentication and prompt for the passphrase.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Volume State Status Options
           vol0 online raid_dp, flex root, maxdirsize=28835
                                sis
           luns online raid_dp, flex create_ucode=on,
                                sis convert_ucode=on, guarantee=none,
                                                  fractional_reserve=0
           cifs online raid_dp, flex guarantee=none,
                                sis fractional_reserve=0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 5 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>$DataONTAP_SSHPrivateKeyFile = &quot;C:\ssh\privatekey&quot;
Invoke-NaSsh -Name root@10.61.169.28 -Passphrase $passphrase -Command &quot;vol status&quot;</dev:code>
              <dev:remarks>
                <maml:para>Invoke the &quot;vol status&quot; command over SSH. Use the private key file specified in the $DataONTAP_SSHPrivateKeyFile variable and use the passphrase created in Example 4.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Volume State Status Options
           vol0 online raid_dp, flex root, maxdirsize=28835
                                sis
           luns online raid_dp, flex create_ucode=on,
                                sis convert_ucode=on, guarantee=none,
                                                  fractional_reserve=0
           cifs online raid_dp, flex guarantee=none,
                                sis fractional_reserve=0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 6 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Invoke-NaSsh -Name root@192.168.0.102 -Passphrase (ConvertTo-SecureString &quot;passphrase&quot; -Force -AsPlainText) -Command &quot;vol status&quot;</dev:code>
              <dev:remarks>
                <maml:para>Invoke the &quot;vol status&quot; command over SSH. Use the private key file specified in the $DataONTAP_SSHPrivateKeyFile variable and use the plaintext passphrase.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Volume State Status Options
           vol0 online raid0, flex root, no_atime_update=on,
                                                  create_ucode=on,
                                                  convert_ucode=on,
                                                  maxdirsize=2621
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Connect-NaController</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Add-NaCredential</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Invoke-NaSysstat</command:name>
        <maml:description>
            <maml:para>PowerShell analogue of Data ONTAP&#39;s sysstat CLI command.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Invoke</command:verb>
        <command:noun>NaSysstat</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>PowerShell analogue of Data ONTAP&#39;s sysstat CLI command.
 
This cmdlet uses the performance APIs to deliver a running tabular display of real-time performance metrics. The values presented are as similar as possible to those provided by sysstat within the bounds of the performance APIs.
 
Unlike sysstat, Invoke-NaSysstat supports not only top-level controller metrics but also performance values for other object classes such as volumes, vfilers, LUNs, network interfaces, storage adapters, individual data protocols, and WAFL.
 
In some cases, there are more data fields than fit in the tabular views; use &quot;Format-List *&quot; to see everything.
 
In the unformatted output, data sizes are presented in bytes. Data rates are presented in bytes per second. Latency values are presented in milliseconds.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Invoke-NaSysstat</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SampleIntervalSeconds</maml:name>
                <maml:description>
                    <maml:para>Period in seconds of the sampling frequency at which records are returned.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Double</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Count</maml:name>
                <maml:description>
                    <maml:para>Number of iterations to get. Omit to run indefinitely.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Hashtable</maml:name>
                <maml:description>
                    <maml:para>Specify to capture performance data in a hashtable keyed by instance name instead of individual objects. This is intended to simplify using and accessing the performance objects in scripts.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Invoke-NaSysstat</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Cifs</maml:name>
                <maml:description>
                    <maml:para>Specify to get CIFS-specific performance statistics.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SampleIntervalSeconds</maml:name>
                <maml:description>
                    <maml:para>Period in seconds of the sampling frequency at which records are returned.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Double</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Count</maml:name>
                <maml:description>
                    <maml:para>Number of iterations to get. Omit to run indefinitely.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Hashtable</maml:name>
                <maml:description>
                    <maml:para>Specify to capture performance data in a hashtable keyed by instance name instead of individual objects. This is intended to simplify using and accessing the performance objects in scripts.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Invoke-NaSysstat</maml:name>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Disk</maml:name>
                <maml:description>
                    <maml:para>Specify to get disk-specific performance statistics. Wildcards are supported.</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>SampleIntervalSeconds</maml:name>
                <maml:description>
                    <maml:para>Period in seconds of the sampling frequency at which records are returned.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Double</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Count</maml:name>
                <maml:description>
                    <maml:para>Number of iterations to get. Omit to run indefinitely.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Hashtable</maml:name>
                <maml:description>
                    <maml:para>Specify to capture performance data in a hashtable keyed by instance name instead of individual objects. This is intended to simplify using and accessing the performance objects in scripts.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Invoke-NaSysstat</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Fcp</maml:name>
                <maml:description>
                    <maml:para>Specify to get FCP-specific performance statistics.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SampleIntervalSeconds</maml:name>
                <maml:description>
                    <maml:para>Period in seconds of the sampling frequency at which records are returned.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Double</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Count</maml:name>
                <maml:description>
                    <maml:para>Number of iterations to get. Omit to run indefinitely.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Hashtable</maml:name>
                <maml:description>
                    <maml:para>Specify to capture performance data in a hashtable keyed by instance name instead of individual objects. This is intended to simplify using and accessing the performance objects in scripts.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Invoke-NaSysstat</maml:name>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>HostAdapter</maml:name>
                <maml:description>
                    <maml:para>Specify to get host adapter-specific performance statistics. Wildcards are supported.</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>SampleIntervalSeconds</maml:name>
                <maml:description>
                    <maml:para>Period in seconds of the sampling frequency at which records are returned.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Double</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Count</maml:name>
                <maml:description>
                    <maml:para>Number of iterations to get. Omit to run indefinitely.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Hashtable</maml:name>
                <maml:description>
                    <maml:para>Specify to capture performance data in a hashtable keyed by instance name instead of individual objects. This is intended to simplify using and accessing the performance objects in scripts.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Invoke-NaSysstat</maml:name>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Ifnet</maml:name>
                <maml:description>
                    <maml:para>Specify to get network interface-specific performance statistics. Wildcards are supported.</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>SampleIntervalSeconds</maml:name>
                <maml:description>
                    <maml:para>Period in seconds of the sampling frequency at which records are returned.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Double</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Count</maml:name>
                <maml:description>
                    <maml:para>Number of iterations to get. Omit to run indefinitely.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Hashtable</maml:name>
                <maml:description>
                    <maml:para>Specify to capture performance data in a hashtable keyed by instance name instead of individual objects. This is intended to simplify using and accessing the performance objects in scripts.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Invoke-NaSysstat</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Iscsi</maml:name>
                <maml:description>
                    <maml:para>Specify to get iSCSI-specific performance statistics.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SampleIntervalSeconds</maml:name>
                <maml:description>
                    <maml:para>Period in seconds of the sampling frequency at which records are returned.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Double</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Count</maml:name>
                <maml:description>
                    <maml:para>Number of iterations to get. Omit to run indefinitely.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Hashtable</maml:name>
                <maml:description>
                    <maml:para>Specify to capture performance data in a hashtable keyed by instance name instead of individual objects. This is intended to simplify using and accessing the performance objects in scripts.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Invoke-NaSysstat</maml:name>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Lun</maml:name>
                <maml:description>
                    <maml:para>Specify to get LUN-specific performance statistics. Specify using the full LUN path. Wildcards are supported.</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>VfilerContext</maml:name>
                <maml:description>
                    <maml:para>If monitoring LUN objects owned by a vfiler, you must specify the name of the vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SampleIntervalSeconds</maml:name>
                <maml:description>
                    <maml:para>Period in seconds of the sampling frequency at which records are returned.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Double</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Count</maml:name>
                <maml:description>
                    <maml:para>Number of iterations to get. Omit to run indefinitely.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Hashtable</maml:name>
                <maml:description>
                    <maml:para>Specify to capture performance data in a hashtable keyed by instance name instead of individual objects. This is intended to simplify using and accessing the performance objects in scripts.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Invoke-NaSysstat</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Nfs3</maml:name>
                <maml:description>
                    <maml:para>Specify to get NFSv3-specific performance statistics.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SampleIntervalSeconds</maml:name>
                <maml:description>
                    <maml:para>Period in seconds of the sampling frequency at which records are returned.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Double</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Count</maml:name>
                <maml:description>
                    <maml:para>Number of iterations to get. Omit to run indefinitely.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Hashtable</maml:name>
                <maml:description>
                    <maml:para>Specify to capture performance data in a hashtable keyed by instance name instead of individual objects. This is intended to simplify using and accessing the performance objects in scripts.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Invoke-NaSysstat</maml:name>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Qtree</maml:name>
                <maml:description>
                    <maml:para>Qtree to query for performance statistics. Specify using the format &lt;vol&gt;/&lt;qtree&gt;. Wildcards are supported.</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>SampleIntervalSeconds</maml:name>
                <maml:description>
                    <maml:para>Period in seconds of the sampling frequency at which records are returned.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Double</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Count</maml:name>
                <maml:description>
                    <maml:para>Number of iterations to get. Omit to run indefinitely.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Hashtable</maml:name>
                <maml:description>
                    <maml:para>Specify to capture performance data in a hashtable keyed by instance name instead of individual objects. This is intended to simplify using and accessing the performance objects in scripts.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Invoke-NaSysstat</maml:name>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Vfiler</maml:name>
                <maml:description>
                    <maml:para>Vfiler to query for performance statistics. Wildcards are supported.</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>SampleIntervalSeconds</maml:name>
                <maml:description>
                    <maml:para>Period in seconds of the sampling frequency at which records are returned.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Double</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Count</maml:name>
                <maml:description>
                    <maml:para>Number of iterations to get. Omit to run indefinitely.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Hashtable</maml:name>
                <maml:description>
                    <maml:para>Specify to capture performance data in a hashtable keyed by instance name instead of individual objects. This is intended to simplify using and accessing the performance objects in scripts.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Invoke-NaSysstat</maml:name>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Volume to query for performance statistics. Wildcards are supported.</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>SampleIntervalSeconds</maml:name>
                <maml:description>
                    <maml:para>Period in seconds of the sampling frequency at which records are returned.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Double</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Count</maml:name>
                <maml:description>
                    <maml:para>Number of iterations to get. Omit to run indefinitely.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Hashtable</maml:name>
                <maml:description>
                    <maml:para>Specify to capture performance data in a hashtable keyed by instance name instead of individual objects. This is intended to simplify using and accessing the performance objects in scripts.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Invoke-NaSysstat</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Wafl</maml:name>
                <maml:description>
                    <maml:para>Specify to get WAFL-specific performance statistics, such as cache age and consistency point info.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SampleIntervalSeconds</maml:name>
                <maml:description>
                    <maml:para>Period in seconds of the sampling frequency at which records are returned.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Double</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Count</maml:name>
                <maml:description>
                    <maml:para>Number of iterations to get. Omit to run indefinitely.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Hashtable</maml:name>
                <maml:description>
                    <maml:para>Specify to capture performance data in a hashtable keyed by instance name instead of individual objects. This is intended to simplify using and accessing the performance objects in scripts.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Invoke-NaSysstat</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>AllProtocols</maml:name>
                <maml:description>
                    <maml:para>Specify to query all of System, Cifs, Fcp, Iscsi, Nfs3 and Wafl statistics in a single wrapper object.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SampleIntervalSeconds</maml:name>
                <maml:description>
                    <maml:para>Period in seconds of the sampling frequency at which records are returned.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Double</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Count</maml:name>
                <maml:description>
                    <maml:para>Number of iterations to get. Omit to run indefinitely.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Hashtable</maml:name>
                <maml:description>
                    <maml:para>Specify to capture performance data in a hashtable keyed by instance name instead of individual objects. This is intended to simplify using and accessing the performance objects in scripts.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>SampleIntervalSeconds</maml:name>
            <maml:description>
                <maml:para>Period in seconds of the sampling frequency at which records are returned.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Double</command:parameterValue>
            <dev:type>
                <maml:name>Double</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>15</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Count</maml:name>
            <maml:description>
                <maml:para>Number of iterations to get. Omit to run indefinitely.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Hashtable</maml:name>
            <maml:description>
                <maml:para>Specify to capture performance data in a hashtable keyed by instance name instead of individual objects. This is intended to simplify using and accessing the performance objects in scripts.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Cifs</maml:name>
            <maml:description>
                <maml:para>Specify to get CIFS-specific performance statistics.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>Disk</maml:name>
            <maml:description>
                <maml:para>Specify to get disk-specific performance statistics. Wildcards are supported.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Fcp</maml:name>
            <maml:description>
                <maml:para>Specify to get FCP-specific performance statistics.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>HostAdapter</maml:name>
            <maml:description>
                <maml:para>Specify to get host adapter-specific performance statistics. Wildcards are supported.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>Ifnet</maml:name>
            <maml:description>
                <maml:para>Specify to get network interface-specific performance statistics. Wildcards are supported.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Iscsi</maml:name>
            <maml:description>
                <maml:para>Specify to get iSCSI-specific performance statistics.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>Lun</maml:name>
            <maml:description>
                <maml:para>Specify to get LUN-specific performance statistics. Specify using the full LUN path. Wildcards are supported.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>VfilerContext</maml:name>
            <maml:description>
                <maml:para>If monitoring LUN objects owned by a vfiler, you must specify the name of the vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Nfs3</maml:name>
            <maml:description>
                <maml:para>Specify to get NFSv3-specific performance statistics.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>Qtree</maml:name>
            <maml:description>
                <maml:para>Qtree to query for performance statistics. Specify using the format &lt;vol&gt;/&lt;qtree&gt;. Wildcards are supported.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>Vfiler</maml:name>
            <maml:description>
                <maml:para>Vfiler to query for performance statistics. Wildcards are supported.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>Volume to query for performance statistics. Wildcards are supported.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Wafl</maml:name>
            <maml:description>
                <maml:para>Specify to get WAFL-specific performance statistics, such as cache age and consistency point info.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>AllProtocols</maml:name>
            <maml:description>
                <maml:para>Specify to query all of System, Cifs, Fcp, Iscsi, Nfs3 and Wafl statistics in a single wrapper object.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Perf.PerfInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: perf
API: perf-object-get-instances</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Invoke-NaSysstat</dev:code>
              <dev:remarks>
                <maml:para>Get controller-level performance metrics.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>CPU NFS CIFS HTTP FCP iSCSI RdOps WrOps TotOps NetRcvd NetSent DiskRd DiskWr RdLat WrLat TotLat
  --- --- ---- ---- --- ----- ----- ----- ------ ------- ------- ------ ------ ----- ----- ------
   1% 0 0 0 0 0 0 1 1 2 KB 819 B 82 KB 550 KB 0.0 0.0 0.3
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Invoke-NaSysstat -Vfiler vfiler0 -I 60</dev:code>
              <dev:remarks>
                <maml:para>Get performance statistics for vfiler &#39;vfiler0&#39;. The samples are to be taken once per minute.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>CPU RdOps WrOps MiscOps NetRcvd NetSent DiskRd DiskWr
  --- ----- ----- ------- ------- ------- ------ ------
   1% 0 1 7 3 KB 512 B 0 3 KB
   1% 0 1 2 3 KB 239 B 0 3 KB
   1% 0 1 7 3 KB 205 B 0 3 KB
   2% 7 7 62 7 KB 5 KB 35 KB 43 KB
   4% 66 83 13 1 MB 1 MB 981 KB 1 MB
   3% 17 32 30 746 KB 181 KB 184 KB 753 KB
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 3 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>$s = Invoke-NaSysstat -Count 1 -Hashtable -Disk 0a.*
$s[&quot;0a.16&quot;]</dev:code>
              <dev:remarks>
                <maml:para>Capture a single performance data set for all disks on the &#39;0a&#39; channel. Return the data as a hashtable, and then print the value of a single disk &quot;0a.16&quot;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Busy DiskRd DiskWr RdOps WrOps TotOps QueueOps PendOps RdLat WrLat Disk
 ---- ------ ------ ----- ----- ------ -------- ------- ----- ----- ----
   1% 1 KB 26 KB 0 2 2 0 0 30.6 1.0 0a.16
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 4 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Invoke-NaSysstat -Lun /vol/vfa109_smallvol014/luns/vfa109_lun005 -i 1 -VfilerContext vfa109</dev:code>
              <dev:remarks>
                <maml:para>While connected to a physical filer, monitor the performance of LUNs owned by a vfiler.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Read Written RdOps WrOps TotOps TotLat LunPath
---- ------- ----- ----- ------ ------ -------
   0 0 0 0 0 0.0 /vol/vfa109_smallvol014/luns/vfa109_lun005
   0 0 0 0 0 0.0 /vol/vfa109_smallvol014/luns/vfa109_lun005
   0 0 0 0 0 0.0 /vol/vfa109_smallvol014/luns/vfa109_lun005
   0 0 0 0 0 0.0 /vol/vfa109_smallvol014/luns/vfa109_lun005
   0 0 0 0 0 0.0 /vol/vfa109_smallvol014/luns/vfa109_lun005
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaPerfCounter</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaPerfData</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaPerfInstance</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaPerfObject</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Invoke-NaSystemApi</command:name>
        <maml:description>
            <maml:para>Sends a raw API request to Data ONTAP.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Invoke</command:verb>
        <command:noun>NaSystemApi</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Sends a raw API request to Data ONTAP. The request must be formatted as XML. See the Manage ONTAP SDK documentation for details.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Invoke-NaSystemApi</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Request</maml:name>
                <maml:description>
                    <maml:para>The Zephyr API (ZAPI) request. This argument accepts the request as a string, but it must be a well-formed XML fragment. Do not include the XML header or the &lt;netapp&gt; wrapper tag.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Invoke-NaSystemApi</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>RequestXML</maml:name>
                <maml:description>
                    <maml:para>The Zephyr API (ZAPI) request. This argument accepts the request as a .NET XmlDocument object. Do not include the XML header or the &lt;netapp&gt; wrapper tag when building the request.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >XmlDocument</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Request</maml:name>
            <maml:description>
                <maml:para>The Zephyr API (ZAPI) request. This argument accepts the request as a string, but it must be a well-formed XML fragment. Do not include the XML header or the &lt;netapp&gt; wrapper tag.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>RequestXML</maml:name>
            <maml:description>
                <maml:para>The Zephyr API (ZAPI) request. This argument accepts the request as a .NET XmlDocument object. Do not include the XML header or the &lt;netapp&gt; wrapper tag when building the request.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">XmlDocument</command:parameterValue>
            <dev:type>
                <maml:name>XmlDocument</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name>System.Xml.XmlDocument</maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.Xml.XmlDocument</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: system</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>$xml = Invoke-NaSystemApi &quot;&lt;system-get-version/&gt;&quot;
$xml.results.version</dev:code>
              <dev:remarks>
                <maml:para>Call the system-get-version API.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>NetApp Release 7.3.3: Thu Mar 11 22:29:52 PST 2010
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>$request = new-object &quot;System.Xml.XmlDocument&quot;
$request.LoadXml(&quot;&lt;aggr-list-info&gt;&lt;aggregate&gt;aggr0&lt;/aggregate&gt;&lt;/aggr-list-info&gt;&quot;)
$response = Invoke-NaSystemApi $request
$response.results.aggregates.&quot;aggr-info&quot;</dev:code>
              <dev:remarks>
                <maml:para>Build an XML document that invokes the aggr-list-info API to retrieve details about aggregate &#39;aggr0&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>name : aggr0
uuid : 31d60ef0-6a41-11dd-8d86-00a09806c227
type : aggr
state : online
mirror-status : unmirrored
size-total : 121910042624
size-used : 115444699136
size-percentage-used : 95
size-available : 6465343488
files-total : 31142
files-used : 142
checksum-style : block
raid-size : 16
raid-status : raid_dp,redirect
is-checksum-enabled : true
checksum-status : active
has-local-root : true
has-partner-root : false
is-inconsistent : false
is-snaplock : false
disk-count : 3
volume-count : 1
plex-count : 1
plexes : plexes
volumes : volumes
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSystemApi</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Invoke-NaVfilerDr</command:name>
        <maml:description>
            <maml:para>Stop the remote vfiler and activate the disaster recovery vfiler on the current controller.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Invoke</command:verb>
        <command:noun>NaVfilerDr</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Stop the remote vfiler and activate the disaster recovery vfiler on the current controller.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Invoke-NaVfilerDr</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>RemoteVfiler</maml:name>
                <maml:description>
                    <maml:para>Name of the remote vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>RemoteFiler</maml:name>
                <maml:description>
                    <maml:para>Name of the remote filer.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>RemoteVfiler</maml:name>
            <maml:description>
                <maml:para>Name of the remote vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>RemoteFiler</maml:name>
            <maml:description>
                <maml:para>Name of the remote filer.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: vfiler
API: vfiler-dr-activate</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Invoke-NaVfilerDr vfiler3 dunn</dev:code>
              <dev:remarks>
                <maml:para>Stop vfiler3 on dunn and activate the vfiler disaster recovery on the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Invoke-NaVfilerDrResync</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Invoke-NaVfilerDrResync</command:name>
        <maml:description>
            <maml:para>Move a vfiler which has been migrated by vfiler disaster recovery back to its original controller.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Invoke</command:verb>
        <command:noun>NaVfilerDrResync</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Move a vfiler which has been migrated by vfiler disaster recovery back to its original controller.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Invoke-NaVfilerDrResync</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>RemoteVfiler</maml:name>
                <maml:description>
                    <maml:para>Name of the remote vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>RemoteFiler</maml:name>
                <maml:description>
                    <maml:para>Name of the remote filer.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Credential</maml:name>
                <maml:description>
                    <maml:para>Login name and password to use on the remote filer. If not specified, the credential cache will be consulted. If credentials are not specified and not found in the credentials cache, the cmdlet will fail.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Synchronous</maml:name>
                <maml:description>
                    <maml:para>If specified, synchronous snapmirror will be used.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Secure</maml:name>
                <maml:description>
                    <maml:para>If specified, a secure command channel will be used when communicating with the remote filer.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>RemoteVfiler</maml:name>
            <maml:description>
                <maml:para>Name of the remote vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>RemoteFiler</maml:name>
            <maml:description>
                <maml:para>Name of the remote filer.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Credential</maml:name>
            <maml:description>
                <maml:para>Login name and password to use on the remote filer. If not specified, the credential cache will be consulted. If credentials are not specified and not found in the credentials cache, the cmdlet will fail.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
            <dev:type>
                <maml:name>PSCredential</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Synchronous</maml:name>
            <maml:description>
                <maml:para>If specified, synchronous snapmirror will be used.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Secure</maml:name>
            <maml:description>
                <maml:para>If specified, a secure command channel will be used when communicating with the remote filer.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: vfiler
API: vfiler-dr-resync</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Invoke-NaVfilerDrResync -RemoteVfiler vfiler3 -RemoteFiler dunn -Credential root</dev:code>
              <dev:remarks>
                <maml:para>Resync vfiler3 back to dunn.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Invoke-NaVolMoveCutover</command:name>
        <maml:description>
            <maml:para>Initiate manual cutover. If cutover cannot be initiated or completed, the API will return with an error. The move will pause and an EMS message will be printed. The Get-NaVolMove cmdlet will show the state of the move as move(paused). The user can resume or abort the move.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Invoke</command:verb>
        <command:noun>NaVolMoveCutover</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Initiate manual cutover. If cutover cannot be initiated or completed, the API will return with an error. The move will pause and an EMS message will be printed. The Get-NaVolMove cmdlet will show the state of the move as move(paused). The user can resume or abort the move.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Invoke-NaVolMoveCutover</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Name of the volume that is being moved.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>CutoverWindow</maml:name>
                <maml:description>
                    <maml:para>Time interval to complete cutover in seconds. Default is the value the value given to Start-NaVolMove.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>Name of the volume that is being moved.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>CutoverWindow</maml:name>
            <maml:description>
                <maml:para>Time interval to complete cutover in seconds. Default is the value the value given to Start-NaVolMove.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolMoveStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-move-cutover</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Invoke-NaVolMoveCutover vol1</dev:code>
              <dev:remarks>
                <maml:para>Starts the cutover phase of the vol1 move operation.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Invoke-NaWaflSync</command:name>
        <maml:description>
            <maml:para>Forces a WAFL consistency point in order to reduce the time for succeeding fence and snapshot related operations. This call is synchronous, and will not return until the cp has completed.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Invoke</command:verb>
        <command:noun>NaWaflSync</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Forces a WAFL consistency point in order to reduce the time for succeeding fence and snapshot related operations. This call is synchronous, and will not return until the cp has completed.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Invoke-NaWaflSync</maml:name>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Volumes</maml:name>
                <maml:description>
                    <maml:para>A list of volumes in this controller that is part of this CG operation.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Volumes</maml:name>
            <maml:description>
                <maml:para>A list of volumes in this controller that is part of this CG operation.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: wafl
API: wafl-sync</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Invoke-NaWaflSync</dev:code>
              <dev:remarks>
                <maml:para>Force a wafl consistency point.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Mount-NaController</command:name>
        <maml:description>
            <maml:para>Mount an NaController object as a PSDrive using the DataONTAP PowerShell Provider.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Mount</command:verb>
        <command:noun>NaController</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Mount an NaController object as a PSDrive using the DataONTAP PowerShell Provider.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Mount-NaController</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the PSDrive to create. If not specified, the controller name is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Root</maml:name>
                <maml:description>
                    <maml:para>The root of the new PSDrive in the DataONTAP Provider namespace. The default value is &quot;/&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Scope</maml:name>
                <maml:description>
                    <maml:para>Specifies a scope for the drive. Valid values are &quot;Global&quot;, &quot;Local&quot;, or &quot;Script&quot;, or a number relative to the current scope (0 through the number of scopes, where 0 is the current scope and 1 is its parent). &quot;Local&quot; is the default. For more information, see about_Scopes.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the PSDrive to create. If not specified, the controller name is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>controller name</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Root</maml:name>
            <maml:description>
                <maml:para>The root of the new PSDrive in the DataONTAP Provider namespace. The default value is &quot;/&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>/</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Scope</maml:name>
            <maml:description>
                <maml:para>Specifies a scope for the drive. Valid values are &quot;Global&quot;, &quot;Local&quot;, or &quot;Script&quot;, or a number relative to the current scope (0 through the number of scopes, where 0 is the current scope and 1 is its parent). &quot;Local&quot; is the default. For more information, see about_Scopes.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>Local</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.Management.Automation.PSDriveInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: toolkit</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Connect-NaController dunn
Mount-NaController
cd dunn:</dev:code>
              <dev:remarks>
                <maml:para>Establish a connection to the controller &#39;dunn&#39;, mount a new PSDrive at the controller root, and change the current working directory to the new drive.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Used :
Free :
Controller : NetApp.Ontapi.Filer.NaController
EtcPath : /vol/vol0/etc
CurrentLocation :
Name : dunn
Provider : DataONTAP
Root : /
Description : PSDrive for DataONTAP controller dunn
Credential : System.Management.Automation.PSCredential
 
PS dunn:\&gt;
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Dismount-NaController</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>New-NaAggr</command:name>
        <maml:description>
            <maml:para>Create a new aggregate.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>NaAggr</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Create a new aggregate with the given name. Up to 200 aggregates can be created on each filer (including the aggregates that are &quot;embedded&quot; in traditional volumes, which must be created as a side effect of a traditional volume creation). The aggregate may not yet be operational immediately after the API returns. Use &quot;Get-NaAggr&quot; to query the status of the newly-created aggregate to determine when it is fully operational.
 
NOTE: If ECANT_USE_ALL_DISKS is returned, then the requested aggregate was indeed created, just not with all the disks that were specified.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>New-NaAggr</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the aggregate to create. The aggregate name can contain letters, numbers, and the underscore character(_), but the first character must be a letter or underscore.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Use32Bit</maml:name>
                <maml:description>
                    <maml:para>If specified, a 32-bit aggregate will be created (requires Data ONTAP 8.0 or later). If specified and the controller is not 8.0 or later, the switch will be ignored.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Use64Bit</maml:name>
                <maml:description>
                    <maml:para>If specified, a 64-bit aggregate will be created (requires Data ONTAP 8.0 or later). If specified and the controller is not 8.0 or later, the switch will be ignored.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>DiskCount</maml:name>
                <maml:description>
                    <maml:para>Number of disks to place into the aggregate, including parity disks. The disks in this newly-created aggregate come from the spare disk pool. The smallest disks in this pool join the aggregate first, unless the &quot;disk-size&quot; argument is provided. Either &quot;disk-count&quot; or &quot;disks&quot; must be supplied. Range [0..2^31-1].</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>DiskSize</maml:name>
                <maml:description>
                    <maml:para>Disk size in bytes. Disks that are within 10% of the specified size will be selected for use in the aggregate. If not specified, existing groups are appended with disks that are the best match for the largest disk in the group. When starting new groups, the smallest disks are selected first. This option is ignored if a specific list of disks to use is specified through the &quot;disks&quot; parameter.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>DiskType</maml:name>
                <maml:description>
                    <maml:para>Type of disks to use: ATA, EATA, FCAL, LUN, SAS, SATA, SCSI, XATA, or XSAS. This option is needed only when disks of different types are connected to the filer. It is not allowed if a list of disks to use is specified through the &quot;disks&quot; parameter. An aggregate can never be created using a mix of disks of different types.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ForceSparePool</maml:name>
                <maml:description>
                    <maml:para>Disks in a plex are not normally permitted to span spare pools. This behavior is overridden with this option when it is set to &quot;true&quot;.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Mirrored</maml:name>
                <maml:description>
                    <maml:para>Specifies that the new aggregate be mirrored (have two plexes). If set to &quot;true&quot;, then the indicated disks will be split across the two plexes. By default, the new aggregate will not be mirrored.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SnapLock</maml:name>
                <maml:description>
                    <maml:para>Specifies the creation of a SnapLock aggregate. By default, is-snaplock is not specified.
 
When SnapLock is &quot;true&quot; the type of snaplock aggregate is determined in the following way
1&gt; If SnapLockType is set, create the type specified in SnapLockType (see SnapLockType for more details)
2&gt; Otherwise, create a Snaplock enterprise aggregate if a Snaplock enterprise license has been installed.
3&gt; Otherwise, create a Snaplock compliance aggregate.
 
ESERVICENOTLICENSED is returned if the required Snaplock Compliance or Enterprise license is not installed.
 
EONTAPI_EWORMNOCLOCK is returned if SnapLock Compliance Clock is not running.
 
If you need to create a snaplock aggregate, the suggested method is to specify SnapLockType as &quot;compliance&quot; or &quot;enterprise&quot; and not specify SnapLock at all. If you want to create a non-snaplock aggregate, the suggested method is to specify neither SnapLockType nor SnapLock.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>LanguageCode</maml:name>
                <maml:description>
                    <maml:para>Specifies the language to use for the new traditional volume via a language code. The default language is the one used by the filer&#39;s root volume. This option may be used only when creating a traditional volume, i.e. when &quot;Type&quot; is &quot;trad.&quot; Available language codes are:
 
 C (POSIX)
 da (Danish)
 de (German)
 en (English)
 en_US (English (US))
 es (Spanish)
 fi (Finnish)
 fr (French)
 he (Hebrew)
 it (Italian)
 ja (Japanese euc-j)
 ja_JP.PCK (Japanese PCK (sjis))
 ko (Korean)
 no (Norwegian)
 nl (Dutch)
 pt (Portuguese)
 sv (Swedish)
 zh (Simplified Chinese)
 zh.GBK (Simplified Chinese (GBK))
 zh_TW (Traditional Chinese euc-tw)
 zh_TW.BIG5 (Traditional Chinese Big 5)
 
To use UTF-8 as the NFS character set, append &#39;.UTF-8&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>RaidSize</maml:name>
                <maml:description>
                    <maml:para>Specifies the maximum number of disks in each RAID group in the aggregate. The maximum value for this parameter is 28. The default value is platform-dependent. The valid range of values is also platform-dependent, but never wider than [2..28].</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>RPM</maml:name>
                <maml:description>
                    <maml:para>Rotational speed of disks in revolutions per minute. Possible values are: 5400, 7200, 10000, and 15000. This option is needed only when disks with different rotational speeds are connected to the filer. It is not allowed if a list of disks to use is specified through the &quot;Disks&quot; parameter.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SparePool</maml:name>
                <maml:description>
                    <maml:para>The spare pool from which to select spare disks to use in creation of a new aggregate. This option is not allowed if a list of disks specified through the &quot;disks&quot; parameter. This option cannot be used when Mirrored is set to true.
 
Possible values:
&quot;Pool0&quot; - Disks associated with spare Pool0.
&quot;Pool1&quot; - Disks associated with spare Pool1.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>AllowMixedRpm</maml:name>
                <maml:description>
                    <maml:para>If specified, disks in an aggregate are not required to have the same RPM.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>IgnorePoolChecks</maml:name>
                <maml:description>
                    <maml:para>If specified, disks in a plex are not required to come from the same spare pool. Similarly, if specified, disks in different plexes of a mirrored aggregate are not required to come from different spare pools.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>PreCheck</maml:name>
                <maml:description>
                    <maml:para>If specified, check for warnings without actually creating the aggregate. If any warnings are found, they are written to the pipeline as errors.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>RaidType</maml:name>
                <maml:description>
                    <maml:para>Specifies the type of RAID groups to use in the new aggregate. Possible values: raid4, raid_dp. The default value is raid4 on most platforms.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SnapLockType</maml:name>
                <maml:description>
                    <maml:para>Specifies the type of Snaplock aggregate to be created. Possible values - &quot;compliance&quot; or &quot;enterprise&quot;
 
ESERVICENOTLICENSED is returned if the necessary Snaplock compliance or enterprise license has not been installed.
 
EINVALIDINPUT is returned if snaplock-type has an illegal value or if SnapLock has been set to &quot;false&quot;.
 
EONTAPI_EWORMNOCLOCK is returned if SnapLock Compliance Clock is not running.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Type</maml:name>
                <maml:description>
                    <maml:para>The type of the aggregate. Possible values: aggr, trad.
- &quot;aggr&quot; (aggregate contains flexible volumes)
- &quot;trad&quot; (aggregate contains exactly one traditional volume)
If not specified, the default is &quot;aggr.&quot;</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>New-NaAggr</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the aggregate to create. The aggregate name can contain letters, numbers, and the underscore character(_), but the first character must be a letter or underscore.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Use32Bit</maml:name>
                <maml:description>
                    <maml:para>If specified, a 32-bit aggregate will be created (requires Data ONTAP 8.0 or later). If specified and the controller is not 8.0 or later, the switch will be ignored.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Use64Bit</maml:name>
                <maml:description>
                    <maml:para>If specified, a 64-bit aggregate will be created (requires Data ONTAP 8.0 or later). If specified and the controller is not 8.0 or later, the switch will be ignored.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Disks</maml:name>
                <maml:description>
                    <maml:para>Specific list of disks to use for the new aggregate. If &quot;Mirrored&quot; is set to true and a specific list of disks is supplied, the &quot;MirrorDisks&quot; list with the same number of disks must also be supplied. Either &quot;DisksCount&quot; or &quot;Disks&quot; must be supplied.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >Object[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ForceSparePool</maml:name>
                <maml:description>
                    <maml:para>Disks in a plex are not normally permitted to span spare pools. This behavior is overridden with this option when it is set to &quot;true&quot;.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Mirrored</maml:name>
                <maml:description>
                    <maml:para>Specifies that the new aggregate be mirrored (have two plexes). If set to &quot;true&quot;, then the indicated disks will be split across the two plexes. By default, the new aggregate will not be mirrored.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SnapLock</maml:name>
                <maml:description>
                    <maml:para>Specifies the creation of a SnapLock aggregate. By default, is-snaplock is not specified.
 
When SnapLock is &quot;true&quot; the type of snaplock aggregate is determined in the following way
1&gt; If SnapLockType is set, create the type specified in SnapLockType (see SnapLockType for more details)
2&gt; Otherwise, create a Snaplock enterprise aggregate if a Snaplock enterprise license has been installed.
3&gt; Otherwise, create a Snaplock compliance aggregate.
 
ESERVICENOTLICENSED is returned if the required Snaplock Compliance or Enterprise license is not installed.
 
EONTAPI_EWORMNOCLOCK is returned if SnapLock Compliance Clock is not running.
 
If you need to create a snaplock aggregate, the suggested method is to specify SnapLockType as &quot;compliance&quot; or &quot;enterprise&quot; and not specify SnapLock at all. If you want to create a non-snaplock aggregate, the suggested method is to specify neither SnapLockType nor SnapLock.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>LanguageCode</maml:name>
                <maml:description>
                    <maml:para>Specifies the language to use for the new traditional volume via a language code. The default language is the one used by the filer&#39;s root volume. This option may be used only when creating a traditional volume, i.e. when &quot;Type&quot; is &quot;trad.&quot; Available language codes are:
 
 C (POSIX)
 da (Danish)
 de (German)
 en (English)
 en_US (English (US))
 es (Spanish)
 fi (Finnish)
 fr (French)
 he (Hebrew)
 it (Italian)
 ja (Japanese euc-j)
 ja_JP.PCK (Japanese PCK (sjis))
 ko (Korean)
 no (Norwegian)
 nl (Dutch)
 pt (Portuguese)
 sv (Swedish)
 zh (Simplified Chinese)
 zh.GBK (Simplified Chinese (GBK))
 zh_TW (Traditional Chinese euc-tw)
 zh_TW.BIG5 (Traditional Chinese Big 5)
 
To use UTF-8 as the NFS character set, append &#39;.UTF-8&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>MirrorDisks</maml:name>
                <maml:description>
                    <maml:para>List of mirror disks to use. It must contain the same number of disks specified in &quot;Disks&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >Object[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>RaidSize</maml:name>
                <maml:description>
                    <maml:para>Specifies the maximum number of disks in each RAID group in the aggregate. The maximum value for this parameter is 28. The default value is platform-dependent. The valid range of values is also platform-dependent, but never wider than [2..28].</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>AllowSameCarrier</maml:name>
                <maml:description>
                    <maml:para>If specified, allows placing two disks from one carrier in one RAID group.
 
Using two disks from one carrier that houses multiple disks in one RAID group is not desirable. If that happens, Data ONTAP initiates a series of disk copy operations to correct that situation. Sometimes, selection of available spare disks makes it impossible to avoid placing two disks from one carrier in one RAID group. Setting this option to true allows placing two disks from one carrier in one RAID group. This option is only available when specifying specific disks using the Disks parameter.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>AllowMixedRpm</maml:name>
                <maml:description>
                    <maml:para>If specified, disks in an aggregate are not required to have the same RPM.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>IgnorePoolChecks</maml:name>
                <maml:description>
                    <maml:para>If specified, disks in a plex are not required to come from the same spare pool. Similarly, if specified, disks in different plexes of a mirrored aggregate are not required to come from different spare pools.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>PreCheck</maml:name>
                <maml:description>
                    <maml:para>If specified, check for warnings without actually creating the aggregate. If any warnings are found, they are written to the pipeline as errors.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>RaidType</maml:name>
                <maml:description>
                    <maml:para>Specifies the type of RAID groups to use in the new aggregate. Possible values: raid4, raid_dp. The default value is raid4 on most platforms.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SnapLockType</maml:name>
                <maml:description>
                    <maml:para>Specifies the type of Snaplock aggregate to be created. Possible values - &quot;compliance&quot; or &quot;enterprise&quot;
 
ESERVICENOTLICENSED is returned if the necessary Snaplock compliance or enterprise license has not been installed.
 
EINVALIDINPUT is returned if snaplock-type has an illegal value or if SnapLock has been set to &quot;false&quot;.
 
EONTAPI_EWORMNOCLOCK is returned if SnapLock Compliance Clock is not running.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Type</maml:name>
                <maml:description>
                    <maml:para>The type of the aggregate. Possible values: aggr, trad.
- &quot;aggr&quot; (aggregate contains flexible volumes)
- &quot;trad&quot; (aggregate contains exactly one traditional volume)
If not specified, the default is &quot;aggr.&quot;</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the aggregate to create. The aggregate name can contain letters, numbers, and the underscore character(_), but the first character must be a letter or underscore.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Use32Bit</maml:name>
            <maml:description>
                <maml:para>If specified, a 32-bit aggregate will be created (requires Data ONTAP 8.0 or later). If specified and the controller is not 8.0 or later, the switch will be ignored.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Use64Bit</maml:name>
            <maml:description>
                <maml:para>If specified, a 64-bit aggregate will be created (requires Data ONTAP 8.0 or later). If specified and the controller is not 8.0 or later, the switch will be ignored.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>DiskCount</maml:name>
            <maml:description>
                <maml:para>Number of disks to place into the aggregate, including parity disks. The disks in this newly-created aggregate come from the spare disk pool. The smallest disks in this pool join the aggregate first, unless the &quot;disk-size&quot; argument is provided. Either &quot;disk-count&quot; or &quot;disks&quot; must be supplied. Range [0..2^31-1].</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>DiskSize</maml:name>
            <maml:description>
                <maml:para>Disk size in bytes. Disks that are within 10% of the specified size will be selected for use in the aggregate. If not specified, existing groups are appended with disks that are the best match for the largest disk in the group. When starting new groups, the smallest disks are selected first. This option is ignored if a specific list of disks to use is specified through the &quot;disks&quot; parameter.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>DiskType</maml:name>
            <maml:description>
                <maml:para>Type of disks to use: ATA, EATA, FCAL, LUN, SAS, SATA, SCSI, XATA, or XSAS. This option is needed only when disks of different types are connected to the filer. It is not allowed if a list of disks to use is specified through the &quot;disks&quot; parameter. An aggregate can never be created using a mix of disks of different types.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>ForceSparePool</maml:name>
            <maml:description>
                <maml:para>Disks in a plex are not normally permitted to span spare pools. This behavior is overridden with this option when it is set to &quot;true&quot;.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Mirrored</maml:name>
            <maml:description>
                <maml:para>Specifies that the new aggregate be mirrored (have two plexes). If set to &quot;true&quot;, then the indicated disks will be split across the two plexes. By default, the new aggregate will not be mirrored.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>SnapLock</maml:name>
            <maml:description>
                <maml:para>Specifies the creation of a SnapLock aggregate. By default, is-snaplock is not specified.
 
When SnapLock is &quot;true&quot; the type of snaplock aggregate is determined in the following way
1&gt; If SnapLockType is set, create the type specified in SnapLockType (see SnapLockType for more details)
2&gt; Otherwise, create a Snaplock enterprise aggregate if a Snaplock enterprise license has been installed.
3&gt; Otherwise, create a Snaplock compliance aggregate.
 
ESERVICENOTLICENSED is returned if the required Snaplock Compliance or Enterprise license is not installed.
 
EONTAPI_EWORMNOCLOCK is returned if SnapLock Compliance Clock is not running.
 
If you need to create a snaplock aggregate, the suggested method is to specify SnapLockType as &quot;compliance&quot; or &quot;enterprise&quot; and not specify SnapLock at all. If you want to create a non-snaplock aggregate, the suggested method is to specify neither SnapLockType nor SnapLock.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>LanguageCode</maml:name>
            <maml:description>
                <maml:para>Specifies the language to use for the new traditional volume via a language code. The default language is the one used by the filer&#39;s root volume. This option may be used only when creating a traditional volume, i.e. when &quot;Type&quot; is &quot;trad.&quot; Available language codes are:
 
 C (POSIX)
 da (Danish)
 de (German)
 en (English)
 en_US (English (US))
 es (Spanish)
 fi (Finnish)
 fr (French)
 he (Hebrew)
 it (Italian)
 ja (Japanese euc-j)
 ja_JP.PCK (Japanese PCK (sjis))
 ko (Korean)
 no (Norwegian)
 nl (Dutch)
 pt (Portuguese)
 sv (Swedish)
 zh (Simplified Chinese)
 zh.GBK (Simplified Chinese (GBK))
 zh_TW (Traditional Chinese euc-tw)
 zh_TW.BIG5 (Traditional Chinese Big 5)
 
To use UTF-8 as the NFS character set, append &#39;.UTF-8&#39;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>RaidSize</maml:name>
            <maml:description>
                <maml:para>Specifies the maximum number of disks in each RAID group in the aggregate. The maximum value for this parameter is 28. The default value is platform-dependent. The valid range of values is also platform-dependent, but never wider than [2..28].</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>RPM</maml:name>
            <maml:description>
                <maml:para>Rotational speed of disks in revolutions per minute. Possible values are: 5400, 7200, 10000, and 15000. This option is needed only when disks with different rotational speeds are connected to the filer. It is not allowed if a list of disks to use is specified through the &quot;Disks&quot; parameter.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>SparePool</maml:name>
            <maml:description>
                <maml:para>The spare pool from which to select spare disks to use in creation of a new aggregate. This option is not allowed if a list of disks specified through the &quot;disks&quot; parameter. This option cannot be used when Mirrored is set to true.
 
Possible values:
&quot;Pool0&quot; - Disks associated with spare Pool0.
&quot;Pool1&quot; - Disks associated with spare Pool1.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>AllowMixedRpm</maml:name>
            <maml:description>
                <maml:para>If specified, disks in an aggregate are not required to have the same RPM.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>IgnorePoolChecks</maml:name>
            <maml:description>
                <maml:para>If specified, disks in a plex are not required to come from the same spare pool. Similarly, if specified, disks in different plexes of a mirrored aggregate are not required to come from different spare pools.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>PreCheck</maml:name>
            <maml:description>
                <maml:para>If specified, check for warnings without actually creating the aggregate. If any warnings are found, they are written to the pipeline as errors.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>RaidType</maml:name>
            <maml:description>
                <maml:para>Specifies the type of RAID groups to use in the new aggregate. Possible values: raid4, raid_dp. The default value is raid4 on most platforms.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>SnapLockType</maml:name>
            <maml:description>
                <maml:para>Specifies the type of Snaplock aggregate to be created. Possible values - &quot;compliance&quot; or &quot;enterprise&quot;
 
ESERVICENOTLICENSED is returned if the necessary Snaplock compliance or enterprise license has not been installed.
 
EINVALIDINPUT is returned if snaplock-type has an illegal value or if SnapLock has been set to &quot;false&quot;.
 
EONTAPI_EWORMNOCLOCK is returned if SnapLock Compliance Clock is not running.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Type</maml:name>
            <maml:description>
                <maml:para>The type of the aggregate. Possible values: aggr, trad.
- &quot;aggr&quot; (aggregate contains flexible volumes)
- &quot;trad&quot; (aggregate contains exactly one traditional volume)
If not specified, the default is &quot;aggr.&quot;</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>aggr</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>Disks</maml:name>
            <maml:description>
                <maml:para>Specific list of disks to use for the new aggregate. If &quot;Mirrored&quot; is set to true and a specific list of disks is supplied, the &quot;MirrorDisks&quot; list with the same number of disks must also be supplied. Either &quot;DisksCount&quot; or &quot;Disks&quot; must be supplied.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">Object[]</command:parameterValue>
            <dev:type>
                <maml:name>Object[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>MirrorDisks</maml:name>
            <maml:description>
                <maml:para>List of mirror disks to use. It must contain the same number of disks specified in &quot;Disks&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">Object[]</command:parameterValue>
            <dev:type>
                <maml:name>Object[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>AllowSameCarrier</maml:name>
            <maml:description>
                <maml:para>If specified, allows placing two disks from one carrier in one RAID group.
 
Using two disks from one carrier that houses multiple disks in one RAID group is not desirable. If that happens, Data ONTAP initiates a series of disk copy operations to correct that situation. Sometimes, selection of available spare disks makes it impossible to avoid placing two disks from one carrier in one RAID group. Setting this option to true allows placing two disks from one carrier in one RAID group. This option is only available when specifying specific disks using the Disks parameter.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Aggr.AggrInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para>The AggrInfo class describes a Data ONTAP aggregate.</maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: aggr
API: aggr-create</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>New-NaAggr aggr1 -DiskCount 3 -DiskSize 73gb</dev:code>
              <dev:remarks>
                <maml:para>Simple invocation to create a new aggregate with 3 disks.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BlockType :
ChecksumStatus : active
ChecksumStyle : block
DiskCount : 3
FilesTotal : 31142
FilesUsed : 98
IsChecksumEnabled : True
IsInconsistent : False
IsSnaplock : False
MirrorStatus : unmirrored
Name : aggr1
PlexCount : 1
Plexes : {/aggr1/plex0}
RaidSize : 16
RaidStatus : raid_dp
SizeAvailable : 60945756160
SizePercentageUsed : 0
SizeTotal : 60945833984
SizeUsed : 77824
SnaplockType :
State : online
Type : aggr
Uuid : 723cf282-9019-11df-b5ca-00a098052d0c
VolumeCount : 0
Volumes : {}
SizePercentageUsedSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaAggr</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaAggr</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaAggr</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>New-NaAggrMirror</command:name>
        <maml:description>
            <maml:para>Turns an unmirrored aggregate into a mirrored aggregate by adding a plex to it.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>NaAggrMirror</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Turns an unmirrored aggregate into a mirrored aggregate by adding a plex to it. The plex is either newly formed from disks chosen from a spare pool or, if the &quot;VictimAggregate&quot; option is specified, taken from another existing unmirrored aggregate. The named aggregate must currently be unmirrored. Disks may be specified explicitly using the &quot;MirrorDisks&quot; list option in the same way as with the &quot;New-NaAggr&quot; and &quot;Add-NaAggr&quot; commands. The number of disks indicated must match the number present in the existing aggregate. If disks are not specified explicitly, then disks are automatically selected to match those in the aggregate&#39;s existing plex.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>New-NaAggrMirror</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the existing aggregate to be mirrored.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>Force the mirroring operation through, past the normal roadblocks that would otherwise cause it to be aborted. For example, disks in a plex are not normally permitted to span spare pools. Also, the victim cannot normally be accepted when it is owned by one or more vfilers. All these safety-driven behaviors are overridden when this option is set to &quot;true&quot;.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>AllowSameCarrier</maml:name>
                <maml:description>
                    <maml:para>If specified, allows placing two disks from one carrier in one RAID group.
 
Using two disks from one carrier that houses multiple disks in one RAID group is not desirable. If that happens, Data ONTAP initiates a series of disk copy operations to correct that situation. Sometimes, selection of available spare disks makes it impossible to avoid placing two disks from one carrier in one RAID group. Setting this option to true allows placing two disks from one carrier in one RAID group. This option is only available when specifying specific disks using the MirrorDisks parameter.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>AllowMixedRpm</maml:name>
                <maml:description>
                    <maml:para>If specified, disks in an aggregate are not required to have the same RPM.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>IgnorePoolChecks</maml:name>
                <maml:description>
                    <maml:para>If specified, disks in a plex are not required to come from the same spare pool. Similarly, if specified, disks in different plexes of a mirrored aggregate are not required to come from different spare pools.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>PreCheck</maml:name>
                <maml:description>
                    <maml:para>If specified, check for warnings without actually mirroring the aggregate. If any warnings are found, they are written to the pipeline as errors.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>MirrorDisks</maml:name>
                <maml:description>
                    <maml:para>Specific list of mirror disks to add. This list must match the number of disks present on the existing aggregate. The specified disks are not permitted to span disk pools unless overridden with the &quot;Force&quot; option.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >Object[]</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>New-NaAggrMirror</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the existing aggregate to be mirrored.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>Force the mirroring operation through, past the normal roadblocks that would otherwise cause it to be aborted. For example, disks in a plex are not normally permitted to span spare pools. Also, the victim cannot normally be accepted when it is owned by one or more vfilers. All these safety-driven behaviors are overridden when this option is set to &quot;true&quot;.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>OverrideVfilerOwnership</maml:name>
                <maml:description>
                    <maml:para>If specified, the victim aggregate will be accepted even when it is owned by one or more vfilers.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>AllowSameCarrier</maml:name>
                <maml:description>
                    <maml:para>If specified, allows placing two disks from one carrier in one RAID group.
 
Using two disks from one carrier that houses multiple disks in one RAID group is not desirable. If that happens, Data ONTAP initiates a series of disk copy operations to correct that situation. Sometimes, selection of available spare disks makes it impossible to avoid placing two disks from one carrier in one RAID group. Setting this option to true allows placing two disks from one carrier in one RAID group. This option is only available when specifying specific disks using the MirrorDisks parameter.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>AllowMixedRpm</maml:name>
                <maml:description>
                    <maml:para>If specified, disks in an aggregate are not required to have the same RPM.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>IgnorePoolChecks</maml:name>
                <maml:description>
                    <maml:para>If specified, disks in a plex are not required to come from the same spare pool. Similarly, if specified, disks in different plexes of a mirrored aggregate are not required to come from different spare pools.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>PreCheck</maml:name>
                <maml:description>
                    <maml:para>If specified, check for warnings without actually mirroring the aggregate. If any warnings are found, they are written to the pipeline as errors.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>VictimAggregate</maml:name>
                <maml:description>
                    <maml:para>The &quot;victim&quot; aggregate to cannibalize in order to mirror the named aggregate. The &quot;VictimAggregate&quot; must have been previously joined with the aggregate to be mirrored and then split from it. The resulting mirrored aggregate is otherwise identical to the original aggregate before the operation. The &quot;VictimAggregate&quot; (and all its volumes) is effectively destroyed. &quot;VictimAggregate&quot; (and all its volumes) must be offline.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the existing aggregate to be mirrored.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>Force the mirroring operation through, past the normal roadblocks that would otherwise cause it to be aborted. For example, disks in a plex are not normally permitted to span spare pools. Also, the victim cannot normally be accepted when it is owned by one or more vfilers. All these safety-driven behaviors are overridden when this option is set to &quot;true&quot;.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>AllowSameCarrier</maml:name>
            <maml:description>
                <maml:para>If specified, allows placing two disks from one carrier in one RAID group.
 
Using two disks from one carrier that houses multiple disks in one RAID group is not desirable. If that happens, Data ONTAP initiates a series of disk copy operations to correct that situation. Sometimes, selection of available spare disks makes it impossible to avoid placing two disks from one carrier in one RAID group. Setting this option to true allows placing two disks from one carrier in one RAID group. This option is only available when specifying specific disks using the MirrorDisks parameter.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>AllowMixedRpm</maml:name>
            <maml:description>
                <maml:para>If specified, disks in an aggregate are not required to have the same RPM.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>IgnorePoolChecks</maml:name>
            <maml:description>
                <maml:para>If specified, disks in a plex are not required to come from the same spare pool. Similarly, if specified, disks in different plexes of a mirrored aggregate are not required to come from different spare pools.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>PreCheck</maml:name>
            <maml:description>
                <maml:para>If specified, check for warnings without actually mirroring the aggregate. If any warnings are found, they are written to the pipeline as errors.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>MirrorDisks</maml:name>
            <maml:description>
                <maml:para>Specific list of mirror disks to add. This list must match the number of disks present on the existing aggregate. The specified disks are not permitted to span disk pools unless overridden with the &quot;Force&quot; option.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">Object[]</command:parameterValue>
            <dev:type>
                <maml:name>Object[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>OverrideVfilerOwnership</maml:name>
            <maml:description>
                <maml:para>If specified, the victim aggregate will be accepted even when it is owned by one or more vfilers.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>VictimAggregate</maml:name>
            <maml:description>
                <maml:para>The &quot;victim&quot; aggregate to cannibalize in order to mirror the named aggregate. The &quot;VictimAggregate&quot; must have been previously joined with the aggregate to be mirrored and then split from it. The resulting mirrored aggregate is otherwise identical to the original aggregate before the operation. The &quot;VictimAggregate&quot; (and all its volumes) is effectively destroyed. &quot;VictimAggregate&quot; (and all its volumes) must be offline.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Aggr.AggrInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: aggr
API: aggr-mirror</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Victim aggregate -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>New-NaAggrMirror aggr1 -VictimAggregate aggr1(1)</dev:code>
              <dev:remarks>
                <maml:para>Rejoins aggregate mirror &#39;aggr1&#39; with offline plex &#39;aggr1(1)&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaAggr</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>New-NaCifsGroupFile</command:name>
        <maml:description>
            <maml:para>Creates a basic /etc/group file.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>NaCifsGroupFile</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Creates a basic /etc/group file. Note: This will overwrite an existing /etc/group file.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>New-NaCifsGroupFile</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cifs
API: cifs-setup-create-group-file</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>New-NaCifsGroupFile</dev:code>
              <dev:remarks>
                <maml:para>Create a new /etc/group file.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaCifsPasswordFile</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Test-NaCifsPasswordGroupFile</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>New-NaCifsPasswordFile</command:name>
        <maml:description>
            <maml:para>Creates a basic /etc/passwd file including a root user with the specified password.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>NaCifsPasswordFile</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Creates a basic /etc/passwd file including a root user with the specified password. Note: This will overwrite an existing /etc/passwd file.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>New-NaCifsPasswordFile</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Password</maml:name>
                <maml:description>
                    <maml:para>The password given to a locally defined root user which may be used in the event that other authentication services are unavailable. This will be defined in the filer&#39;s local /etc/passwd file. Specifying this parameter will trigger a password change for the root user.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Credential</maml:name>
                <maml:description>
                    <maml:para>Credential containing the password given to a locally defined root user which may be used in the event that other authentication services are unavailable. This will be defined in the filer&#39;s local /etc/passwd file. Specifying this parameter will trigger a password change for the root user.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Password</maml:name>
            <maml:description>
                <maml:para>The password given to a locally defined root user which may be used in the event that other authentication services are unavailable. This will be defined in the filer&#39;s local /etc/passwd file. Specifying this parameter will trigger a password change for the root user.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Credential</maml:name>
            <maml:description>
                <maml:para>Credential containing the password given to a locally defined root user which may be used in the event that other authentication services are unavailable. This will be defined in the filer&#39;s local /etc/passwd file. Specifying this parameter will trigger a password change for the root user.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
            <dev:type>
                <maml:name>PSCredential</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cifs
API: cifs-setup-create-passwd-file</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>New-NaCifsPasswordFile</dev:code>
              <dev:remarks>
                <maml:para>Create a new /etc/passwd file.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>New-NaCifsPasswordFile n3wp4sswd</dev:code>
              <dev:remarks>
                <maml:para>Create a new /etc/passwd file and update the root users password.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaCifsGroupFile</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Test-NaCifsPasswordGroupFile</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>New-NaConsistencyGroup</command:name>
        <maml:description>
            <maml:para>Starts the checkpoint cycle for externally synchronized checkpoints in the controller.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>NaConsistencyGroup</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Starts the checkpoint cycle for externally synchronized checkpoints in the controller. This operation fences the specified volumes and returns a consistency group ID if successful. If the command succeeds, the call starts a snap create operation in these volumes. In that case, this operation SHOULD be followed by a call to Save-NaConsistencyGroup.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>New-NaConsistencyGroup</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Snapshot</maml:name>
                <maml:description>
                    <maml:para>The provided name of the snapshot that is created in each volume. This name is the unique identifier by which the calling agent identifies the snapshots that constitute a checkpoint. The maximum length is 255 characters.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Volumes</maml:name>
                <maml:description>
                    <maml:para>A list of volumes in this controller that is part of this consistency group operation.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>Timeout</maml:name>
                <maml:description>
                    <maml:para>Timeout selector. Possible vaules are &quot;urgent&quot;, &quot;medium&quot; or &quot;relaxed&quot;. If no value is specified, the default value is &quot;medium&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Immediate</maml:name>
                <maml:description>
                    <maml:para>Specify to commit the snapshots immediately, rather than via the separate Save-NaConsistencyGroup cmdlet.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Snapshot</maml:name>
            <maml:description>
                <maml:para>The provided name of the snapshot that is created in each volume. This name is the unique identifier by which the calling agent identifies the snapshots that constitute a checkpoint. The maximum length is 255 characters.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Volumes</maml:name>
            <maml:description>
                <maml:para>A list of volumes in this controller that is part of this consistency group operation.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
            <maml:name>Timeout</maml:name>
            <maml:description>
                <maml:para>Timeout selector. Possible vaules are &quot;urgent&quot;, &quot;medium&quot; or &quot;relaxed&quot;. If no value is specified, the default value is &quot;medium&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>medium</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Immediate</maml:name>
            <maml:description>
                <maml:para>Specify to commit the snapshots immediately, rather than via the separate Save-NaConsistencyGroup cmdlet.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.Int64</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: consistency group
API: cg-start</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>New-NaConsistencyGroup cg_snapshot vol1,vol2 -Timeout relaxed</dev:code>
              <dev:remarks>
                <maml:para>Begin a consistent snapshot operation across volumes &#39;vol1&#39; and &#39;vol2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>15
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>New-NaConsistencyGroup cg_snapshot vol1,vol2 -Immediate</dev:code>
              <dev:remarks>
                <maml:para>Begin a consistent snapshot operation across volumes &#39;vol1&#39; and &#39;vol2&#39;, committing the snapshots immediately.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Save-NaConsistencyGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaConsistencyGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>New-NaDirectory</command:name>
        <maml:description>
            <maml:para>Create a directory.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>NaDirectory</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Create a directory.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>New-NaDirectory</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the directory, i.e. /vol/&lt;volumename&gt;/&lt;dirname&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Permission</maml:name>
                <maml:description>
                    <maml:para>Permission of the directory to be created. It&#39;s similar to Unix style permission bits: 0755 gives read/write/execute permissions to owner and read/execute to group and other users. It consists of 4 octal digits derived by adding up bits 4, 2 and 1. Omitted digits are assumed to be zeros. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. The second digit selects permission for the owner of the file: read (4), write (2) and execute (1); the third selects permissions for other users in the same group; the fourth for other users not in the group.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the directory, i.e. /vol/&lt;volumename&gt;/&lt;dirname&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>Permission</maml:name>
            <maml:description>
                <maml:para>Permission of the directory to be created. It&#39;s similar to Unix style permission bits: 0755 gives read/write/execute permissions to owner and read/execute to group and other users. It consists of 4 octal digits derived by adding up bits 4, 2 and 1. Omitted digits are assumed to be zeros. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. The second digit selects permission for the owner of the file: read (4), write (2) and execute (1); the third selects permissions for other users in the same group; the fourth for other users not in the group.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.File.FileInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: file
API: file-create-directory</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>New-NaDirectory /vol/vol0/etc/testdir 777</dev:code>
              <dev:remarks>
                <maml:para>Create directory &#39;testdir&#39; in /etc.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : /vol/vol0/etc/testdir
FileType : directory
FileSize : 4096
CreationTimestampDT : 8/30/2010 9:16:21 PM
ChangedTimestampDT : 8/30/2010 9:16:21 PM
ModifiedTimestampDT : 8/30/2010 9:16:21 PM
AccessedTimestampDT : 8/30/2010 9:16:21 PM
AclType : nt_acl
OwnerId : 0
GroupId : 0
Perm : 700
HardLinksCount : 2
InodeNumber : 3600111
IsEmpty :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Remove-NaDirectory</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Read-NaDirectory</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Rename-NaDirectory</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>New-NaFileSymlink</command:name>
        <maml:description>
            <maml:para>Create a symlink.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>NaFileSymlink</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Create a symlink.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>New-NaFileSymlink</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Symlink</maml:name>
                <maml:description>
                    <maml:para>Value of the symlink, i.e. what the symlink points to.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the symlink, i.e. /vol/&lt;volumename&gt;/&lt;symlinkname&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>Symlink</maml:name>
            <maml:description>
                <maml:para>Value of the symlink, i.e. what the symlink points to.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the symlink, i.e. /vol/&lt;volumename&gt;/&lt;symlinkname&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.File.FileInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: file
API: file-create-symlink</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>New-NaFileSymlink /vol/vol0/etc/hosts /vol/vol0/etc/symhosts</dev:code>
              <dev:remarks>
                <maml:para>Create a symbolic link to the /etc/hosts file.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : /vol/vol0/etc/symhosts
FileType : symlink
FileSize : 19
CreationTimestampDT : 8/30/2010 9:17:11 PM
ChangedTimestampDT : 8/30/2010 9:17:11 PM
ModifiedTimestampDT : 8/30/2010 9:17:11 PM
AccessedTimestampDT : 8/30/2010 9:17:11 PM
AclType : no_acl
OwnerId : 0
GroupId : 0
Perm : 777
HardLinksCount : 1
InodeNumber : 3600112
IsEmpty :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaFileSymlink</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>New-NaFpolicy</command:name>
        <maml:description>
            <maml:para>Creates a new policy.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>NaFpolicy</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Creates a new policy with the given name. The policy type is automatically set to &quot;screen.&quot;</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>New-NaFpolicy</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name to give the created fpolicy.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name to give the created fpolicy.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fpolicy.PolicyInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fpolicy
API: fpolicy-create-policy</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>New-NaFpolicy policy1</dev:code>
              <dev:remarks>
                <maml:para>Creates a new policy named policy1.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>IsEnabled : False
MonitoredOperations : {}
MonitoredProtocols : {}
Name : policy1
NumberOfScreenFailures : 0
NumberOfScreenedFiles : 0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Remove-NaFpolicy</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Enable-NaFpolicy</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Disable-NaFpolicy</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>New-NaGroup</command:name>
        <maml:description>
            <maml:para>Adds a group given the information provided.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>NaGroup</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Adds a group given the information provided.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>New-NaGroup</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Group</maml:name>
                <maml:description>
                    <maml:para>Group name.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Comment</maml:name>
                <maml:description>
                    <maml:para>Group comment.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Roles</maml:name>
                <maml:description>
                    <maml:para>List of roles this new group will have.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Group</maml:name>
            <maml:description>
                <maml:para>Group name.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Comment</maml:name>
            <maml:description>
                <maml:para>Group comment.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="2">
            <maml:name>Roles</maml:name>
            <maml:description>
                <maml:para>List of roles this new group will have.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Useradmin.UseradminGroupInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: useradmin
API: useradmin-group-add</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>New-NaGroup HyperVAdmins -Comment &quot;HyperV VM administrators&quot; power</dev:code>
              <dev:remarks>
                <maml:para>Create a new group &#39;HyperVAdmins&#39; with the &#39;power&#39; role.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : HyperVAdmins
Comment : HyperV VM administrators
UseradminRoles : {power}
AllowedCapabilities : {cli-cifs*, cli-exportfs*, cli-nfs*, cli-useradmin*...}
Rid : 131093
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>New-NaIgroup</command:name>
        <maml:description>
            <maml:para>Creates a new initiator group.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>NaIgroup</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Creates a new initiator group.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>New-NaIgroup</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of initiator group.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Protocol</maml:name>
                <maml:description>
                    <maml:para>Type of the initiator group, currently only &quot;iscsi&quot; and &quot;fcp&quot; are supported.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>Type</maml:name>
                <maml:description>
                    <maml:para>OS type of the initiators within the group. While optional, this field should always be specified. Please see Note below. The type applies to all initiators within the group and governs the finer details of SCSI protocol interaction with these initiators. Valid arguments are &quot;default&quot;, &quot;solaris&quot;, &quot;windows&quot;, &quot;hpux&quot;, &quot;aix&quot;, &quot;linux&quot;, &quot;netware&quot; and &quot;vmware&quot;. If not specified, &quot;windows&quot; is used.
 
*NOTE* It is strongly recommended for the caller of this API to specify an OS type that is not &quot;default&quot;. Some host OSes require this type field be set correctly in order to function properly.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "4" >
                <maml:name>Portset</maml:name>
                <maml:description>
                    <maml:para>Name of a current portset to bind to the newly created igroup.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of initiator group.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Protocol</maml:name>
            <maml:description>
                <maml:para>Type of the initiator group, currently only &quot;iscsi&quot; and &quot;fcp&quot; are supported.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
            <maml:name>Type</maml:name>
            <maml:description>
                <maml:para>OS type of the initiators within the group. While optional, this field should always be specified. Please see Note below. The type applies to all initiators within the group and governs the finer details of SCSI protocol interaction with these initiators. Valid arguments are &quot;default&quot;, &quot;solaris&quot;, &quot;windows&quot;, &quot;hpux&quot;, &quot;aix&quot;, &quot;linux&quot;, &quot;netware&quot; and &quot;vmware&quot;. If not specified, &quot;windows&quot; is used.
 
*NOTE* It is strongly recommended for the caller of this API to specify an OS type that is not &quot;default&quot;. Some host OSes require this type field be set correctly in order to function properly.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>windows</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="4">
            <maml:name>Portset</maml:name>
            <maml:description>
                <maml:para>Name of a current portset to bind to the newly created igroup.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.InitiatorGroupInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: igroup
API: igroup-create</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>New-NaIgroup igroup4 iscsi windows</dev:code>
              <dev:remarks>
                <maml:para>Create a new igroup &#39;igroup4&#39; with protocol type &#39;iscsi&#39; and os type &#39;windows&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>InitiatorGroupName : igroup4
InitiatorGroupType : iscsi
Initiators : {}
InitiatorGroupOsType : windows
InitiatorGroupPortsetName :
InitiatorGroupThrottleBorrow : False
InitiatorGroupThrottleReserve : 0
InitiatorGroupUsePartner :
InitiatorGroupAluaEnabled : False
InitiatorGroupVsaEnabled : False
LunId :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaIgroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaIgroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>New-NaIscsiChapPassword</command:name>
        <maml:description>
            <maml:para>Generate a 128 bit random password that can be used as a CHAP secret.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>NaIscsiChapPassword</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Generate a 128 bit random password that can be used as a CHAP secret.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>New-NaIscsiChapPassword</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.String</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-auth-generate-chap-password</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>New-NaIscsiChapPassword</dev:code>
              <dev:remarks>
                <maml:para>Generate a random CHAP password.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>0xbbbbbbbbaaaaaaaaaaaaaaaadddddddd
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaIscsiInitiatorAuth</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaIscsiInitiatorAuthChap</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaIscsiInitiatorDefaultAuth</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>New-NaIscsiTargetPortalGroup</command:name>
        <maml:description>
            <maml:para>Create a new iSCSI target portal group.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>NaIscsiTargetPortalGroup</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Create a new iSCSI target portal group.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>New-NaIscsiTargetPortalGroup</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>User-defined name of new target portal group; must be &lt;= 32 bytes, and cannot end with &quot;default&quot; as this might conflict with names of default system portal groups.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>Tag</maml:name>
                <maml:description>
                    <maml:para>Optional target portal group tag supplied by user; if not supplied, system assigns tag.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>User-defined name of new target portal group; must be &lt;= 32 bytes, and cannot end with &quot;default&quot; as this might conflict with names of default system portal groups.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>Tag</maml:name>
            <maml:description>
                <maml:para>Optional target portal group tag supplied by user; if not supplied, system assigns tag.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Iscsi.IscsiTpgroupListEntryInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-tpgroup-create</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>New-NaIscsiTargetPortalGroup tpGroup1</dev:code>
              <dev:remarks>
                <maml:para>Create a new iSCSI target portal group &#39;tpGroup1&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>TpgroupName : tpGroup1
InterfaceListEntries : {}
TpgroupTag : 1
TpgroupAluaState : optimized
TpgroupAluaPreferred : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaIscsiTargetPortalGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaIscsiTargetPortalGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>New-NaLun</command:name>
        <maml:description>
            <maml:para>Create a lun by one of three methods: by size, from file, or from snapshot.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>NaLun</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Create a lun by one of three methods: by size, from file, or from snapshot.
 
By size: Create a new lun of given size, with initially zero contents. The lun is created at the lun_path given. No file should already exist at the given lun_path. The directory specified in the lun_path must be a qtree root directory. The size of the created lun could be larger than the size specified, in order to get an integral number of cylinders while reporting the geometry using SAN protocols.
 
From file: Create a lun from an existing file. A new lun is created, at the given lun_path (which must be at a qtree root). A hard link is created to the existing file. The file contents are not copied or changed. The file can be resized to a larger size, rounding up to a cylinder boundary.
 
From snapshot: Creates a LUN in the active file system. The lun has the same initial contents as the referenced snapshot copy of an existing lun. (Note that no copy of the data is made.) Future writes go into the new lun. Reads of unmodified data are satisfied from the snapshot location. Reads of modified data are satisfied by first attempting to find the required buffer in the new lun. If a buffer is not found (buffer corresponds to a hole), it is looked for in the snapshot copy instead.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>New-NaLun</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Type</maml:name>
                <maml:description>
                    <maml:para>The OS type for the LUN. While optional, the caller should specify a non-default ostype. Please see Note below. Currently, supported ostypes are &quot;solaris&quot; (the lun will be used to store a Solaris raw disk in a single-slice partition), &quot;windows&quot; (the lun will be used to store a raw disk device in a single-partition Windows disk), &quot;hpux&quot; (the lun will be used to store HP-UX data), &quot;aix&quot; (the lun will be used to store AIX data), &quot;linux&quot; (the lun will be used to store a Linux raw disk without any partition table), &quot;netware&quot; (the lun will be used to store NetWare data), &quot;vmware&quot; (the lun will be used to store VMWARE data), &quot;windows_gpt&quot; (the lun will be used to store Windows data using the GPT (GUID Partiton Type) partitioning style), &quot;windows_2008&quot; (the lun will be used to store Windows data on Windows 2008 systems), &quot;openvms&quot; (the lun will be used to store OpenVMS data), &quot;xen&quot; (the lun will be used to store Xen data), &quot;hyper_v&quot; (the lun will be used to store Hyper-V data), &quot;solaris_efi&quot; (the lun will be used to store Solaris_EFI data), &quot;image&quot; (the default ostype, indicating that no assumptions can be made about the contents in the lun). If the ostype argument is properly specified to reflect the use to which the lun will be put, it will be possible to access the same data (raw disk data) over both SCSI and network file system protocols: NFS, CIFS, DAFS.
 
*NOTE* It is strongly recommended for the caller of this API to avoid using the &quot;default&quot; type because it could result in misconfigured LUNs. For example, a lun with ostype &quot;default&quot; could suffer major performance penalties when a Windows host is trying to access it. The caller should obtain as much information about the OS types for which the luns are being created.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Unreserved</maml:name>
                <maml:description>
                    <maml:para>By default, the lun is space-reserved. If it is desired to manage space usage manually instead, specify -Unreserved which will create a LUN without any space being reserved.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Size</maml:name>
                <maml:description>
                    <maml:para>New size for the LUN in bytes. The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes. If no units are specified, the number is interpreted as the number of bytes. For example: 10g, 1.5tb, 20GB.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>New-NaLun</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Type</maml:name>
                <maml:description>
                    <maml:para>The OS type for the LUN. While optional, the caller should specify a non-default ostype. Please see Note below. Currently, supported ostypes are &quot;solaris&quot; (the lun will be used to store a Solaris raw disk in a single-slice partition), &quot;windows&quot; (the lun will be used to store a raw disk device in a single-partition Windows disk), &quot;hpux&quot; (the lun will be used to store HP-UX data), &quot;aix&quot; (the lun will be used to store AIX data), &quot;linux&quot; (the lun will be used to store a Linux raw disk without any partition table), &quot;netware&quot; (the lun will be used to store NetWare data), &quot;vmware&quot; (the lun will be used to store VMWARE data), &quot;windows_gpt&quot; (the lun will be used to store Windows data using the GPT (GUID Partiton Type) partitioning style), &quot;windows_2008&quot; (the lun will be used to store Windows data on Windows 2008 systems), &quot;openvms&quot; (the lun will be used to store OpenVMS data), &quot;xen&quot; (the lun will be used to store Xen data), &quot;hyper_v&quot; (the lun will be used to store Hyper-V data), &quot;solaris_efi&quot; (the lun will be used to store Solaris_EFI data), &quot;image&quot; (the default ostype, indicating that no assumptions can be made about the contents in the lun). If the ostype argument is properly specified to reflect the use to which the lun will be put, it will be possible to access the same data (raw disk data) over both SCSI and network file system protocols: NFS, CIFS, DAFS.
 
*NOTE* It is strongly recommended for the caller of this API to avoid using the &quot;default&quot; type because it could result in misconfigured LUNs. For example, a lun with ostype &quot;default&quot; could suffer major performance penalties when a Windows host is trying to access it. The caller should obtain as much information about the OS types for which the luns are being created.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Unreserved</maml:name>
                <maml:description>
                    <maml:para>By default, the lun is space-reserved. If it is desired to manage space usage manually instead, specify -Unreserved which will create a LUN without any space being reserved.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>FileName</maml:name>
                <maml:description>
                    <maml:para>A fully qualified filer path to the file to create the LUN from. This must be in the same qtree as the LUN being created.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>New-NaLun</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Type</maml:name>
                <maml:description>
                    <maml:para>The OS type for the LUN. While optional, the caller should specify a non-default ostype. Please see Note below. Currently, supported ostypes are &quot;solaris&quot; (the lun will be used to store a Solaris raw disk in a single-slice partition), &quot;windows&quot; (the lun will be used to store a raw disk device in a single-partition Windows disk), &quot;hpux&quot; (the lun will be used to store HP-UX data), &quot;aix&quot; (the lun will be used to store AIX data), &quot;linux&quot; (the lun will be used to store a Linux raw disk without any partition table), &quot;netware&quot; (the lun will be used to store NetWare data), &quot;vmware&quot; (the lun will be used to store VMWARE data), &quot;windows_gpt&quot; (the lun will be used to store Windows data using the GPT (GUID Partiton Type) partitioning style), &quot;windows_2008&quot; (the lun will be used to store Windows data on Windows 2008 systems), &quot;openvms&quot; (the lun will be used to store OpenVMS data), &quot;xen&quot; (the lun will be used to store Xen data), &quot;hyper_v&quot; (the lun will be used to store Hyper-V data), &quot;solaris_efi&quot; (the lun will be used to store Solaris_EFI data), &quot;image&quot; (the default ostype, indicating that no assumptions can be made about the contents in the lun). If the ostype argument is properly specified to reflect the use to which the lun will be put, it will be possible to access the same data (raw disk data) over both SCSI and network file system protocols: NFS, CIFS, DAFS.
 
*NOTE* It is strongly recommended for the caller of this API to avoid using the &quot;default&quot; type because it could result in misconfigured LUNs. For example, a lun with ostype &quot;default&quot; could suffer major performance penalties when a Windows host is trying to access it. The caller should obtain as much information about the OS types for which the luns are being created.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Unreserved</maml:name>
                <maml:description>
                    <maml:para>By default, the lun is space-reserved. If it is desired to manage space usage manually instead, specify -Unreserved which will create a LUN without any space being reserved.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SnapshotLunPath</maml:name>
                <maml:description>
                    <maml:para>LUN path in the snapshot to be created from.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the LUN.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Type</maml:name>
            <maml:description>
                <maml:para>The OS type for the LUN. While optional, the caller should specify a non-default ostype. Please see Note below. Currently, supported ostypes are &quot;solaris&quot; (the lun will be used to store a Solaris raw disk in a single-slice partition), &quot;windows&quot; (the lun will be used to store a raw disk device in a single-partition Windows disk), &quot;hpux&quot; (the lun will be used to store HP-UX data), &quot;aix&quot; (the lun will be used to store AIX data), &quot;linux&quot; (the lun will be used to store a Linux raw disk without any partition table), &quot;netware&quot; (the lun will be used to store NetWare data), &quot;vmware&quot; (the lun will be used to store VMWARE data), &quot;windows_gpt&quot; (the lun will be used to store Windows data using the GPT (GUID Partiton Type) partitioning style), &quot;windows_2008&quot; (the lun will be used to store Windows data on Windows 2008 systems), &quot;openvms&quot; (the lun will be used to store OpenVMS data), &quot;xen&quot; (the lun will be used to store Xen data), &quot;hyper_v&quot; (the lun will be used to store Hyper-V data), &quot;solaris_efi&quot; (the lun will be used to store Solaris_EFI data), &quot;image&quot; (the default ostype, indicating that no assumptions can be made about the contents in the lun). If the ostype argument is properly specified to reflect the use to which the lun will be put, it will be possible to access the same data (raw disk data) over both SCSI and network file system protocols: NFS, CIFS, DAFS.
 
*NOTE* It is strongly recommended for the caller of this API to avoid using the &quot;default&quot; type because it could result in misconfigured LUNs. For example, a lun with ostype &quot;default&quot; could suffer major performance penalties when a Windows host is trying to access it. The caller should obtain as much information about the OS types for which the luns are being created.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Unreserved</maml:name>
            <maml:description>
                <maml:para>By default, the lun is space-reserved. If it is desired to manage space usage manually instead, specify -Unreserved which will create a LUN without any space being reserved.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Size</maml:name>
            <maml:description>
                <maml:para>New size for the LUN in bytes. The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes. If no units are specified, the number is interpreted as the number of bytes. For example: 10g, 1.5tb, 20GB.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>FileName</maml:name>
            <maml:description>
                <maml:para>A fully qualified filer path to the file to create the LUN from. This must be in the same qtree as the LUN being created.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>SnapshotLunPath</maml:name>
            <maml:description>
                <maml:para>LUN path in the snapshot to be created from.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-create-by-size, lun-create-from-file, lun-create-from-snapshot</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>New-NaLun /vol/vol2/lun101 10gb -Type vmware -Unreserved</dev:code>
              <dev:remarks>
                <maml:para>Create a 10 GB LUN for vmware using thin provisioning.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BackingSnapshot :
BlockSize : 512
IsSpaceReservationEnabled : False
Mapped : False
MultiprotocolType : vmware
Online : True
Path : /vol/vol2/lun101
ReadOnly : False
SerialNumber : HnSolJYm16dg
ShareState : none
Size : 10001317888
Uuid : 494086ce-b6a7-11df-8ac9-00a09806c227
Comment :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaLun</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>New-NaLunClone</command:name>
        <maml:description>
            <maml:para>Create a LUN clone.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>NaLunClone</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Create a LUN clone.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>New-NaLunClone</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>ClonePath</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN clone.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>ParentPath</maml:name>
                <maml:description>
                    <maml:para>Path of original LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Unreserved</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>ParentSnapshot</maml:name>
                <maml:description>
                    <maml:para>LUN path of the backing snapshot.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>ClonePath</maml:name>
            <maml:description>
                <maml:para>Path of the LUN clone.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>ParentPath</maml:name>
            <maml:description>
                <maml:para>Path of original LUN.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Unreserved</maml:name>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
            <maml:name>ParentSnapshot</maml:name>
            <maml:description>
                <maml:para>LUN path of the backing snapshot.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-create-clone</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>New-NaLunClone /vol/vol2/lun2clone /vol/vol2/lun2 vol2snap</dev:code>
              <dev:remarks>
                <maml:para>Create a clone of LUN &#39;lun2&#39; using snapshot &#39;vol2snap&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BackingSnapshot : /vol/vol2/.snapshot/vol2snap/lun2
BlockSize : 512
IsSpaceReservationEnabled : True
Mapped : False
MultiprotocolType : windows_gpt
Online : True
Path : /vol/vol2/lun2clone
ReadOnly : False
SerialNumber : HnSolJYm1-k2
ShareState : none
Size : 21476206080
Uuid : 72421d9e-b6a7-11df-8ac9-00a09806c227
Comment :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaLun</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Start-NaLunCloneSplit</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>New-NaNetIpspace</command:name>
        <maml:description>
            <maml:para>Create a new ipspace.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>NaNetIpspace</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Create a new ipspace. Modifies active and persistent config.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>New-NaNetIpspace</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of ipspace to create.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Interfaces</maml:name>
                <maml:description>
                    <maml:para>Interfaces to be added to the new ipspace.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of ipspace to create.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Interfaces</maml:name>
            <maml:description>
                <maml:para>Interfaces to be added to the new ipspace.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Net.IpspaceConfigInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: net
API: net-ipspace-create</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>New-NaNetIpspace testspace e0c e0d</dev:code>
              <dev:remarks>
                <maml:para>Create a new ipspace &#39;testspace&#39; and assign interfaces &#39;e0c&#39; and &#39;e0d&#39; to it.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Ipspace Interfaces
------- ----------
testspace {e0c, e0d}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaNetIpspace</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaNetIpspace</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaNetIpspace</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>New-NaNetVif</command:name>
        <maml:description>
            <maml:para>Create a new VIF.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>NaNetVif</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Create a new VIF. Modifies active and persistent config.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>New-NaNetVif</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the VIF to create.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Add</maml:name>
                <maml:description>
                    <maml:para>The interfaces to assign to the new VIF.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Type</maml:name>
                <maml:description>
                    <maml:para>VIF mode. Possible values are multi, single or lacp.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Policy</maml:name>
                <maml:description>
                    <maml:para>VIF load-balancing policy. Possible values are rr, mac or ip.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ActiveOnly</maml:name>
                <maml:description>
                    <maml:para>If specified, only the active config is modified.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the VIF to create.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Add</maml:name>
            <maml:description>
                <maml:para>The interfaces to assign to the new VIF.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Type</maml:name>
            <maml:description>
                <maml:para>VIF mode. Possible values are multi, single or lacp.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Policy</maml:name>
            <maml:description>
                <maml:para>VIF load-balancing policy. Possible values are rr, mac or ip.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>ActiveOnly</maml:name>
            <maml:description>
                <maml:para>If specified, only the active config is modified.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Net.IfgrpInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: net
API: system-cli
Privilege: security-priv-admin, cli-vif-create, api-net-config-get-active, api-net-config-set-persistent</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>New-NaNetVif testvif e0c e0d</dev:code>
              <dev:remarks>
                <maml:para>Create a VIF named &#39;testvif&#39; spanning interfaces &#39;e0c&#39; and &#39;e0d&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Favored :
IfgrpPolicy : ip
IfgrpType : multi
InterfaceName : testvif
Links : {e0d, e0c}
Nofavored :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaNetVif</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaNetVif</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaNetVif</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>New-NaPortset</command:name>
        <maml:description>
            <maml:para>Create a port set.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>NaPortset</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Create a port set.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>New-NaPortset</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the port set to create.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Protocol</maml:name>
                <maml:description>
                    <maml:para>Type of the port set (&quot;fcp&quot; or &quot;iscsi&quot;). Currently only &quot;fcp&quot; is supported.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the port set to create.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Protocol</maml:name>
            <maml:description>
                <maml:para>Type of the port set (&quot;fcp&quot; or &quot;iscsi&quot;). Currently only &quot;fcp&quot; is supported.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Portset.PortsetInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: portset
API: portset-create</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>New-NaPortset portset1</dev:code>
              <dev:remarks>
                <maml:para>Create a new portset &#39;portset1&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>PortsetName : portset1
PortsetPortInfo : {}
PortsetPortTotal : 0
PortsetType : fcp
InitiatorGroupInfo : {}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Remove-NaPortset</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaPortset</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>New-NaQtree</command:name>
        <maml:description>
            <maml:para>Creates a new qtree.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>NaQtree</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Creates a new qtree.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>New-NaQtree</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>The path of the qtree to create, in the form /vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Mode</maml:name>
                <maml:description>
                    <maml:para>The file permission bits of the qtree. Similar to UNIX permission bits: 0755 gives read/write/execute permissions to owner and read/execute to group and other users. It consists of 4 octal digits derived by adding up bits 4, 2, and 1. Omitted digits are assumed to be zeros. First digit selects the set user ID (4), set group ID (2), and sticky (1) attributes. The second digit selects permissions for the owner of the file: read (4), write (2), and execute (1); the third selects permissions for other users in the same group; the fourth for other users not in the group. If this argument is missing, use the default value specified in the option &quot;wafl.default_qtree_mode&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>The path of the qtree to create, in the form /vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Mode</maml:name>
            <maml:description>
                <maml:para>The file permission bits of the qtree. Similar to UNIX permission bits: 0755 gives read/write/execute permissions to owner and read/execute to group and other users. It consists of 4 octal digits derived by adding up bits 4, 2, and 1. Omitted digits are assumed to be zeros. First digit selects the set user ID (4), set group ID (2), and sticky (1) attributes. The second digit selects permissions for the owner of the file: read (4), write (2), and execute (1); the third selects permissions for other users in the same group; the fourth for other users not in the group. If this argument is missing, use the default value specified in the option &quot;wafl.default_qtree_mode&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Qtree.QtreeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: qtree
API: qtree-create</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>New-NaQtree /vol/vol2/qtree1</dev:code>
              <dev:remarks>
                <maml:para>Create qtree &#39;qtree1&#39; on volume &#39;vol2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Id : 1
Oplocks : enabled
Qtree : qtree1
SecurityStyle : ntfs
Status : normal
Volume : vol2
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaQtree</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaQtree</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Rename-NaQtree</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>New-NaRole</command:name>
        <maml:description>
            <maml:para>Adds a role given the information provided.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>NaRole</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Adds a role given the information provided.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>New-NaRole</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Role</maml:name>
                <maml:description>
                    <maml:para>The new role name.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Comment</maml:name>
                <maml:description>
                    <maml:para>Comment for the new role.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Capabilities</maml:name>
                <maml:description>
                    <maml:para>Set of capabilities the new role will have.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Role</maml:name>
            <maml:description>
                <maml:para>The new role name.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Comment</maml:name>
            <maml:description>
                <maml:para>Comment for the new role.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>Capabilities</maml:name>
            <maml:description>
                <maml:para>Set of capabilities the new role will have.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Useradmin.UseradminRoleInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: useradmin
API: useradmin-role-add</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>New-NaRole script -Comment &quot;Role for running storage mgt scripts&quot; api-*</dev:code>
              <dev:remarks>
                <maml:para>Create a new role &#39;script&#39; with full &#39;api-*&#39; capabilities.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : script
Comment : Role for running storage mgt scripts
AllowedCapabilities : {api-*}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaRole</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaRole</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaRole</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>New-NaSnaplockLog</command:name>
        <maml:description>
            <maml:para>Open a new WORM log file. This will archive the active WORM log file.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>NaSnaplockLog</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Open a new WORM log file. This will archive the active WORM log file.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>New-NaSnaplockLog</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>The name of the volume that contains the WORM log files. This volume must be a SnapLock Compliance volume. If the log volume is not specified, the log volume is considered to be the volume configured by the Set-NaSnaplockLogVolume command.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Basename</maml:name>
                <maml:description>
                    <maml:para>The basename of the WORM log file to be archived. If the log basename is not specified, all the active WORM log files in the log volume are archived. If the old log file was basename.&lt;old-date&gt;-present, once the archive command is run, the file will be renamed to basename.&lt;old-date&gt;-&lt;current-date&gt; and closed. A new log file of the name basename.&lt;current-date&gt;-present will be opened for future log updates.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>The name of the volume that contains the WORM log files. This volume must be a SnapLock Compliance volume. If the log volume is not specified, the log volume is considered to be the volume configured by the Set-NaSnaplockLogVolume command.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Basename</maml:name>
            <maml:description>
                <maml:para>The basename of the WORM log file to be archived. If the log basename is not specified, all the active WORM log files in the log volume are archived. If the old log file was basename.&lt;old-date&gt;-present, once the archive command is run, the file will be renamed to basename.&lt;old-date&gt;-&lt;current-date&gt; and closed. A new log file of the name basename.&lt;current-date&gt;-present will be opened for future log updates.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snaplock.LogFileInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snaplock
API: snaplock-log-archive</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>New-NaSnaplockLog -Basename priv_delete</dev:code>
              <dev:remarks>
                <maml:para>Create a new priv_delete log file. The active priv_delete log file is closed to futher updates and archived.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>LogVolume LogBasename LogFilename FileSize
--------- ----------- ----------- --------
snaplock_vol2 priv_delete priv_delete.20110614_151302_GMT-present 259
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnaplockLog | New-NaSnaplockLog</dev:code>
              <dev:remarks>
                <maml:para>Close all currently active WORM log files and create new log files.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>LogVolume LogBasename LogFilename FileSize
--------- ----------- ----------- --------
snaplock_vol2 system_log system_log.20110614_151519_GMT-present 257
snaplock_vol2 priv_delete priv_delete.20110614_151520_GMT-present 259
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnaplockLog</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>New-NaSnapshot</command:name>
        <maml:description>
            <maml:para>Create a new snapshot on a specified volume or aggregate.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>NaSnapshot</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Create a new snapshot on a specified volume or aggregate.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>New-NaSnapshot</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>TargetName</maml:name>
                <maml:description>
                    <maml:para>Name of the volume or aggregate on which the snapshot is to be created.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>SnapName</maml:name>
                <maml:description>
                    <maml:para>Name of the snapshot to be created. If not specified, a GUID-style name will be autogenerated.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>TargetType</maml:name>
                <maml:description>
                    <maml:para>Specify the type of snapshot target, either &quot;volume&quot; or &quot;aggregate&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Async</maml:name>
                <maml:description>
                    <maml:para>If true, the snapshot is to be created asynchronously. The default value is false. Applies only to volume snapshots.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>TargetName</maml:name>
            <maml:description>
                <maml:para>Name of the volume or aggregate on which the snapshot is to be created.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>SnapName</maml:name>
            <maml:description>
                <maml:para>Name of the snapshot to be created. If not specified, a GUID-style name will be autogenerated.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>TargetType</maml:name>
            <maml:description>
                <maml:para>Specify the type of snapshot target, either &quot;volume&quot; or &quot;aggregate&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>volume</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Async</maml:name>
            <maml:description>
                <maml:para>If true, the snapshot is to be created asynchronously. The default value is false. Applies only to volume snapshots.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapshot.SnapshotInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapshot
API: snapshot-create, system-cli
Privilege: security-priv-admin, api-snap-create</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>New-NaSnapshot vol2 vol2snap</dev:code>
              <dev:remarks>
                <maml:para>Create a new snapshot of volume &#39;vol2&#39; named &#39;vol2snap&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Created : 3/11/2011 9:09:59 PM
Cumulative :
AccessTime : 1299877799
AccessTimeDT : 3/11/2011 9:09:59 PM
Busy : False
CumulativePercentageOfTotalBlocks : 0
CumulativePercentageOfUsedBlocks : 0
CumulativeTotal :
Dependency :
Name : vol2snap
PercentageOfTotalBlocks : 0
PercentageOfUsedBlocks : 0
SnapshotOwnersList :
TargetName : vol2
TargetType : volume
Total :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapshot</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaSnapshot</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Restore-NaSnapshotVolume</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>New-NaSnapshotMulti</command:name>
        <maml:description>
            <maml:para>Create a snapshot with a specific name on each of the specified volumes.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>NaSnapshotMulti</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Create a snapshot with the specific name, on each of the specified volumes. It is the caller&#39;s responsibility to ensure that the data in the snapshots across all volumes is consistent by quiescing I/O to these volumes (or the LUNs of interest in these volumes) across the call to this API. The API succeeds when a snapshot is successfully created on each of the specified volumes. This API fails when an error is encountered upon creating a snapshot on a volume. It does not continue on to create snapshots on the remaining volumes. When an error occurs, it is possible that some snapshots may have been created. If NoCleanup is not specified, the API will delete these snapshots (but snapshot deletion may fail). If NoCleanup is specified, it is the user&#39;s responsibility to delete them. There are at least two expected use cases for this API. The first one is to call this API without NoCleanup specified. If the call fails, any successfully created snapshots will be deleted before the function returns. This is a simple use case, but has the downside that in case of a failure, the call may take a long time to return due to snapshot cleanup. Another use case would be to call this API in a time critical environment. In such a scenario, it would be good to reduce the impact due to a failure. Hence, it would be better to first call the Test-NaSnapshotMulti cmdlet, which would reduce the likelihood of failure of this cmdlet. In case a failure does occur, the caller could avoid the cleanup delay by specifying NoCleanup and performing snapshot cleanup later, outside the time-critical window.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>New-NaSnapshotMulti</maml:name>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Volumes</maml:name>
                <maml:description>
                    <maml:para>Names of the volumes across which the snapshot is to be created. The maximum number of volumes on a cluster system is 1200 (100 for traditional volumes and 500 for flexible volumes. The number is then doubled for a cluster system).</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>SnapName</maml:name>
                <maml:description>
                    <maml:para>Name of the snapshot to be created. The maximum string length is 256 characters.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>NoCleanup</maml:name>
                <maml:description>
                    <maml:para>When the API fails, some snapshots may have been created for some volumes and the API will normally delete these snapshots. Note that newly created snapshots cannot be deleted right away until the snapshots are on-disk, which may take up to 10 seconds. When NoCleanup is specified, newly created snapshots are not deleted. Users can delete them later as needed.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>GetSnapshots</maml:name>
                <maml:description>
                    <maml:para>Specify to output the resulting snapshot objects instead of the multicreate result object.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Volumes</maml:name>
            <maml:description>
                <maml:para>Names of the volumes across which the snapshot is to be created. The maximum number of volumes on a cluster system is 1200 (100 for traditional volumes and 500 for flexible volumes. The number is then doubled for a cluster system).</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>SnapName</maml:name>
            <maml:description>
                <maml:para>Name of the snapshot to be created. The maximum string length is 256 characters.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>NoCleanup</maml:name>
            <maml:description>
                <maml:para>When the API fails, some snapshots may have been created for some volumes and the API will normally delete these snapshots. Note that newly created snapshots cannot be deleted right away until the snapshots are on-disk, which may take up to 10 seconds. When NoCleanup is specified, newly created snapshots are not deleted. Users can delete them later as needed.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>GetSnapshots</maml:name>
            <maml:description>
                <maml:para>Specify to output the resulting snapshot objects instead of the multicreate result object.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapshot.SnapshotMultiResult</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapshot
API: snapshot-multicreate</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>New-NaSnapshotMulti vol0,vol1 multisnap.1</dev:code>
              <dev:remarks>
                <maml:para>Create a snapshot named &#39;multisnap.1&#39; on volumes &#39;vol0&#39; and &#39;vol1&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Test-NaSnapshotMulti</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>New-NaSnapvault</command:name>
        <maml:description>
            <maml:para>Configure a new snapvault relationship.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>NaSnapvault</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Request the secondary system to configure a new snapvault relationship with the given primary and secondary systems and paths. This API is equivalent to the &#39;snapvault start&#39; Data ONTAP command. All the inputs provided with this request will be stored in the configuration entry maintained by the secondary system. These values will be used as default settings for further incremental update transfers for this relationship. The Set-NaSnapvault cmdlet can be used to change these configured settings. A successful configuration will automatically be followed by a baseline transfer from the primary to the secondary. The secondary path will be created during the baseline transfer hence it is required that the secondary path must not exist when issuing this request. This request will only begin the baseline transfer and return. The transfer will proceed asynchronously and there is no guarantee that it will succeed. The Get-NaSnapvaultSecStatus cmdlet should be used to check the status of the transfer.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>New-NaSnapvault</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>SecondaryPath</maml:name>
                <maml:description>
                    <maml:para>The secondary path that will be used as destination for this relationship as well as baseline transfer. The secondary path will be created during the baseline transfer and hence it must not exist when issuing this request.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>PrimarySystem</maml:name>
                <maml:description>
                    <maml:para>The primary system for this relationship as well as for the baseline transfer. This input will be used by the secondary system to establish contact with the primary. Therefore this input is expected to be a hostname that the secondary can resolve.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "3" >
                <maml:name>PrimaryPath</maml:name>
                <maml:description>
                    <maml:para>The primary path that will be used as the source for this relationship as well as for baseline transfer.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>MaxTries</maml:name>
                <maml:description>
                    <maml:para>The maximum number of times a transfer will be tried. Transfers that are retried using this mechanism may be capable of restarting from where the previous attempt failed. If a transfer does not succeed even after those many attempts, then the secondary will give up. All the data that was transferred during previous tries for this transfer will be discarded. The default value for this parameter is 2. When set to 0, the relationship will become dormant. In other words no transfers will be allowed to this secondary path. The maximum value accepted for this input is 120. Range:[0..120]</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>MaxTransferRate</maml:name>
                <maml:description>
                    <maml:para>The maximum transfer rate in bytes per second that will be used for this relationship as well as baseline transfer. The default value for this parameter will allow transfers to proceed as fast as possible. Range:[1..2^31-2]</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>AllowOpenFileBackup</maml:name>
                <maml:description>
                    <maml:para>Sets the back_up_open_files option in the snapvault configuration entry. This option is used to allow or disallow the inclusion of open files on the primary system at the time of the transfer. This option is currently applicable only for OSSV relationships. When set to &#39;false&#39; the OSSV primary agents will exclude files that are open from the transfer. The default value for this parameter is &#39;true&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>IgnoreAccessTimeChange</maml:name>
                <maml:description>
                    <maml:para>Sets the ignore_atime option in snapvault configuration entry. When set to &#39;true&#39;, snapvault primary does not send files with only access time changes during incremental transfers. The default value is &#39;false&#39;</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>UseCompression</maml:name>
                <maml:description>
                    <maml:para>Specifies whether to compress the network data stream. Possible values are &#39;on&#39;, &#39;off&#39;, and &#39;default&#39;. When the value is set to &#39;on&#39;, stream compression will be enabled. When the value is set to &#39;off&#39;, stream compression will be disabled. When the value is set to &#39;default&#39; then the default value will be used. When this option is not specified, the default value will be used. The default value for this option is the value of global compression option.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>NoLunCloneExpansion</maml:name>
                <maml:description>
                    <maml:para>This option dictates how a lun clone would be transferred from source to destination. If this option is &quot;false&quot;, a LUN clone would be transferred as a LUN and if it is &quot;true&quot;, it will be transferred as a clone. By default the value of the option is &quot;false&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>SecondaryPath</maml:name>
            <maml:description>
                <maml:para>The secondary path that will be used as destination for this relationship as well as baseline transfer. The secondary path will be created during the baseline transfer and hence it must not exist when issuing this request.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>PrimarySystem</maml:name>
            <maml:description>
                <maml:para>The primary system for this relationship as well as for the baseline transfer. This input will be used by the secondary system to establish contact with the primary. Therefore this input is expected to be a hostname that the secondary can resolve.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="3">
            <maml:name>PrimaryPath</maml:name>
            <maml:description>
                <maml:para>The primary path that will be used as the source for this relationship as well as for baseline transfer.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>MaxTries</maml:name>
            <maml:description>
                <maml:para>The maximum number of times a transfer will be tried. Transfers that are retried using this mechanism may be capable of restarting from where the previous attempt failed. If a transfer does not succeed even after those many attempts, then the secondary will give up. All the data that was transferred during previous tries for this transfer will be discarded. The default value for this parameter is 2. When set to 0, the relationship will become dormant. In other words no transfers will be allowed to this secondary path. The maximum value accepted for this input is 120. Range:[0..120]</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>2</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>MaxTransferRate</maml:name>
            <maml:description>
                <maml:para>The maximum transfer rate in bytes per second that will be used for this relationship as well as baseline transfer. The default value for this parameter will allow transfers to proceed as fast as possible. Range:[1..2^31-2]</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>AllowOpenFileBackup</maml:name>
            <maml:description>
                <maml:para>Sets the back_up_open_files option in the snapvault configuration entry. This option is used to allow or disallow the inclusion of open files on the primary system at the time of the transfer. This option is currently applicable only for OSSV relationships. When set to &#39;false&#39; the OSSV primary agents will exclude files that are open from the transfer. The default value for this parameter is &#39;true&#39;.</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>true</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>IgnoreAccessTimeChange</maml:name>
            <maml:description>
                <maml:para>Sets the ignore_atime option in snapvault configuration entry. When set to &#39;true&#39;, snapvault primary does not send files with only access time changes during incremental transfers. The default value is &#39;false&#39;</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>UseCompression</maml:name>
            <maml:description>
                <maml:para>Specifies whether to compress the network data stream. Possible values are &#39;on&#39;, &#39;off&#39;, and &#39;default&#39;. When the value is set to &#39;on&#39;, stream compression will be enabled. When the value is set to &#39;off&#39;, stream compression will be disabled. When the value is set to &#39;default&#39; then the default value will be used. When this option is not specified, the default value will be used. The default value for this option is the value of global compression option.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>NoLunCloneExpansion</maml:name>
            <maml:description>
                <maml:para>This option dictates how a lun clone would be transferred from source to destination. If this option is &quot;false&quot;, a LUN clone would be transferred as a LUN and if it is &quot;true&quot;, it will be transferred as a clone. By default the value of the option is &quot;false&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapvault.SnapvaultConfigurationInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-secondary-create-relationship</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>New-NaSnapvault /vol/vol0/svsec dunn /vol/vol0/svpri</dev:code>
              <dev:remarks>
                <maml:para>Create a SnapVault relationship from primary &#39;dunn:/vol/vol0/svpri&#39; to the secondary path &#39;/vol/vol0/svsec&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>PrimarySystem : dunn
PrimaryPath : /vol/vol0/svpri
SecondaryPath : /vol/vol0/svsec
MaxTransferRate : 1048576
TriesCount : 10
UseCompression :
IsAccessTimeChangeIgnored : False
IsOpenFileBackupAllowed : True
IsPrimaryPathUtf8Encoded :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvault</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaSnapvault</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaSnapvault</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>New-NaUser</command:name>
        <maml:description>
            <maml:para>Adds a user given the information provided.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>NaUser</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Adds a user given the information provided.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>New-NaUser</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>User</maml:name>
                <maml:description>
                    <maml:para>New user name.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Password</maml:name>
                <maml:description>
                    <maml:para>New user password.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>FullName</maml:name>
                <maml:description>
                    <maml:para>Optional full name of user.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Comment</maml:name>
                <maml:description>
                    <maml:para>Optional user comment.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Groups</maml:name>
                <maml:description>
                    <maml:para>Groups to which this user will belong.</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>PasswordMinAge</maml:name>
                <maml:description>
                    <maml:para>Number of days that this user&#39;s password must be active before the user can change it. Default value is 0.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>PasswordMaxAge</maml:name>
                <maml:description>
                    <maml:para>Number of days that this user&#39;s password can be active before the user must change it. Default value is 2^31-1 days.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>New-NaUser</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Credential</maml:name>
                <maml:description>
                    <maml:para>A PSCredential object containing the Username for the new user to be created along with the Password to be used for the new user.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>FullName</maml:name>
                <maml:description>
                    <maml:para>Optional full name of user.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Comment</maml:name>
                <maml:description>
                    <maml:para>Optional user comment.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Groups</maml:name>
                <maml:description>
                    <maml:para>Groups to which this user will belong.</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>PasswordMinAge</maml:name>
                <maml:description>
                    <maml:para>Number of days that this user&#39;s password must be active before the user can change it. Default value is 0.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>PasswordMaxAge</maml:name>
                <maml:description>
                    <maml:para>Number of days that this user&#39;s password can be active before the user must change it. Default value is 2^31-1 days.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>User</maml:name>
            <maml:description>
                <maml:para>New user name.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Password</maml:name>
            <maml:description>
                <maml:para>New user password.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>FullName</maml:name>
            <maml:description>
                <maml:para>Optional full name of user.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Comment</maml:name>
            <maml:description>
                <maml:para>Optional user comment.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>Groups</maml:name>
            <maml:description>
                <maml:para>Groups to which this user will belong.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>PasswordMinAge</maml:name>
            <maml:description>
                <maml:para>Number of days that this user&#39;s password must be active before the user can change it. Default value is 0.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>PasswordMaxAge</maml:name>
            <maml:description>
                <maml:para>Number of days that this user&#39;s password can be active before the user must change it. Default value is 2^31-1 days.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Credential</maml:name>
            <maml:description>
                <maml:para>A PSCredential object containing the Username for the new user to be created along with the Password to be used for the new user.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
            <dev:type>
                <maml:name>PSCredential</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Useradmin.UseradminUserInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: useradmin
API: useradmin-user-add</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>New-NaUser krusty s1deshowbob Administrators</dev:code>
              <dev:remarks>
                <maml:para>Add a new user &#39;krusty&#39; and add to the Administrators group.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : krusty
FullName :
Comment :
UseradminGroups : {Administrators}
AllowedCapabilities : {login-*, cli-*, api-*, security-*}
PasswordMaximumAgeTS : 10675199.02:48:05.4775807
PasswordMinimumAgeTS : 00:00:00
Rid : 131094
Status : enabled
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaUser</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaUser</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaUser</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>New-NaVfiler</command:name>
        <maml:description>
            <maml:para>Create a new vfiler.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>NaVfiler</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Create a new vfiler. The inputs specify a list of storage units, which are qtree or volume paths.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>New-NaVfiler</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Addresses</maml:name>
                <maml:description>
                    <maml:para>List of IP addresses for the new vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Storage</maml:name>
                <maml:description>
                    <maml:para>List of volume or qtree paths to be owned by the new vfiler.</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>Ipspace</maml:name>
                <maml:description>
                    <maml:para>Ipspace of the new vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>Addresses</maml:name>
            <maml:description>
                <maml:para>List of IP addresses for the new vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>Storage</maml:name>
            <maml:description>
                <maml:para>List of volume or qtree paths to be owned by the new vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Ipspace</maml:name>
            <maml:description>
                <maml:para>Ipspace of the new vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>default-ipspace</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Vfiler.VfilerInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: vfiler
API: vfiler-create</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>New-NaVfiler vfiler2 -Addresses 10.10.10.20,10.10.10.21 -Storage testvol2</dev:code>
              <dev:remarks>
                <maml:para>Create a new vfiler &#39;vfiler2&#39; with two addresses and a single volume.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Status Ipspace #Vfnets #Vfstores AdminHost
---- ------ ------- ------- --------- ---------
vfiler2 running default-ipspace 2 1
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaVfiler</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>New-NaVfilerDr</command:name>
        <maml:description>
            <maml:para>Create a new vfiler disaster recovery relationship. The inputs specify the information for the remote vfiler/filer to connect to and configuration information for the vfiler to use upon activation.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>NaVfilerDr</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Create a new vfiler disaster recovery relationship. The inputs specify the information for the remote vfiler/filer to connect to and configuration information for the vfiler to use upon activation.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>New-NaVfilerDr</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>RemoteVfiler</maml:name>
                <maml:description>
                    <maml:para>Name of the remote vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>RemoteFiler</maml:name>
                <maml:description>
                    <maml:para>Name of the remote filer.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>NisServer</maml:name>
                <maml:description>
                    <maml:para>Ip addresses of the NIS servers the vfiler should use.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>DnsServer</maml:name>
                <maml:description>
                    <maml:para>Ip addresses of the DNS servers the vfiler should use.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>IpAddressInfo</maml:name>
                <maml:description>
                    <maml:para>A list of all the IP addresses and associated information which should be bound to the vfiler at the destination.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >IpaddrInfo[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Credential</maml:name>
                <maml:description>
                    <maml:para>Login name and password to use on the remote filer. If not specified, the credential cache will be consulted. If credentials and not specified and not found in the credentials cache, the cmdlet will fail.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Synchronous</maml:name>
                <maml:description>
                    <maml:para>When specified, synchronous snapmirror is used.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Secure</maml:name>
                <maml:description>
                    <maml:para>When specified, a secure command channel is used while communicating with the remote filer.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>RemoteVfiler</maml:name>
            <maml:description>
                <maml:para>Name of the remote vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>RemoteFiler</maml:name>
            <maml:description>
                <maml:para>Name of the remote filer.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>NisServer</maml:name>
            <maml:description>
                <maml:para>Ip addresses of the NIS servers the vfiler should use.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>DnsServer</maml:name>
            <maml:description>
                <maml:para>Ip addresses of the DNS servers the vfiler should use.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>IpAddressInfo</maml:name>
            <maml:description>
                <maml:para>A list of all the IP addresses and associated information which should be bound to the vfiler at the destination.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">IpaddrInfo[]</command:parameterValue>
            <dev:type>
                <maml:name>IpaddrInfo[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Credential</maml:name>
            <maml:description>
                <maml:para>Login name and password to use on the remote filer. If not specified, the credential cache will be consulted. If credentials and not specified and not found in the credentials cache, the cmdlet will fail.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
            <dev:type>
                <maml:name>PSCredential</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Synchronous</maml:name>
            <maml:description>
                <maml:para>When specified, synchronous snapmirror is used.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Secure</maml:name>
            <maml:description>
                <maml:para>When specified, a secure command channel is used while communicating with the remote filer.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Vfiler.VfilerInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: vfiler
API: vfiler-dr-configure</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>$ips = @()
$ips += New-Object DataONTAP.Types.Vfiler.IpaddrInfo
$ips[0].Interface = &quot;e0a&quot;
$ips[0].IpAddress = &quot;10.61.167.9&quot;
$ips[0].Netmask = &quot;255.255.255.0&quot;
New-NaVfilerDr -RemoteVfiler vfiler3 -RemoteFiler dunn -IpAddressInfo $ips -Credential root</dev:code>
              <dev:remarks>
                <maml:para>Create a new vfiler disaster recovery relationship with vfiler3 on dunn. A new IpaddrInfo object is first created and filled out to be used with New-NaVfilerDr.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Status Ipspace VfnetCount VfstoreCount AdminHost
---- ------ ------- ---------- ------------ ---------
vfiler3 DR backup default-ipspace 1 1
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaVfilerDr</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Invoke-NaVfilerDr</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaVfilerDr</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>New-NaVol</command:name>
        <maml:description>
            <maml:para>Create a new flexible volume with the given name and characteristics.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>NaVol</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Create a new flexible volume with the given name and characteristics. Up to 200 volumes can be created on each filer.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>New-NaVol</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the volume to create. The volume name can contain letters, numbers, and the underscore character (_), but the first character must be a letter or an underscore.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Aggregate</maml:name>
                <maml:description>
                    <maml:para>The name of the aggregate in which to create the new flexible volume. If provided, this argument must be accompanied by the &quot;Size&quot; parameter described below.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SnapLock</maml:name>
                <maml:description>
                    <maml:para>By default, &#39;SnapLock&#39; is not specified.
 
When &#39;SnapLock&#39; is &quot;true&quot; the type of snaplock volume is determined in the following way
 
1&gt; If snaplock-type is set, create the type specified in &#39;SnapLockType&#39; (see SnapLockType for more details)
2&gt; Otherwise, create a Snaplock enterprise volume if a Snaplock enterprise license has been installed.
3&gt; Otherwise, create a Snaplock compliance volume.
 
ESERVICENOTLICENSED is returned if the required Snaplock Compliance or Enterprise license is not installed. EONTAPI_EWORMNOCLOCK is returned if SnapLock Compliance Clock is not running. If you need to create a snaplock volume, the suggested method is to specify &#39;SnapLockType&#39; as &quot;compliance&quot; or &quot;enterprise&quot; and not specify &#39;SnapLock&#39; at all. If you want to create a non-snaplock volume, the suggested method is to specify neither SnapLockType nor SnapLock.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>LanguageCode</maml:name>
                <maml:description>
                    <maml:para>Specifies the language to use for the new volume via a language code. The default language is the one used by the filer&#39;s root volume. Available language codes are:
 
C (POSIX)
da (Danish)
de (German)
en (English)
en_US (English (US))
es (Spanish)
fi (Finnish)
fr (French)
he (Hebrew)
it (Italian)
ja (Japanese euc-j)
ja_JP.PCK (Japanese PCK (sjis))
ko (Korean)
no (Norwegian)
nl (Dutch)
pt (Portuguese)
sv (Swedish)
zh (Simplified Chinese)
zh.GBK (Simplified Chinese (GBK))
zh_TW (Traditional Chinese euc-tw)
zh_TW.BIG5 (Traditional Chinese Big 5)
 
To use UTF-8 as the NFS character set, append &#39;.UTF-8&#39;.
 
To use UTF-8 as the NFS character set, append &#39;.UTF-8&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SpaceReserve</maml:name>
                <maml:description>
                    <maml:para>Specifies the type of volume guarantee the new volume will use. Possible values: none, file, volume. If this argument is not provided, the default volume guarantee type is volume.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>VmAlignSector</maml:name>
                <maml:description>
                    <maml:para>The Virtual Machine alignment 512 byte sector number. All files created with the suffix specified by VmAlignSuffix parameter will have zero-filled &lt;512 * VmAlignSector&gt; bytes data at the beginning so that it&#39;s actual data starts at a different offset instead of zero. This is done so that the read &amp; writes to such files are aligned to WAFL&#39;s 4k block boundary.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>VmAlignSuffix</maml:name>
                <maml:description>
                    <maml:para>The Virtual Machine alignment suffix. The suffix such as &#39;.xyz&#39; is used to identify the files which need to be aligned. This parameter is only valid when VmAlignSector is present.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>Size</maml:name>
                <maml:description>
                    <maml:para>The initial size of the new flexible volume. The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes. If no units are specified, the number is interpreted as the number of bytes. For example: 10g, 1.5tb, 20GB. If provided, this argument must be accompanied by the &#39;Aggregate&#39; parameter described above.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SnapLockType</maml:name>
                <maml:description>
                    <maml:para>Specifies the type of Snaplock volume to be created. Possible values - &quot;compliance&quot; or &quot;enterprise&quot;
 
ESERVICENOTLICENSED is returned if the necessary Snaplock compliance or enterprise license has not been installed.
 
EINVALIDINPUT is returned if &#39;SnapLockType&#39; has an illegal value or if &#39;SnapLock&#39; has been set to &quot;false&quot;. EONTAPI_EWORMNOCLOCK is returned if SnapLock Compliance Clock is not running.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the volume to create. The volume name can contain letters, numbers, and the underscore character (_), but the first character must be a letter or an underscore.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Aggregate</maml:name>
            <maml:description>
                <maml:para>The name of the aggregate in which to create the new flexible volume. If provided, this argument must be accompanied by the &quot;Size&quot; parameter described below.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>SnapLock</maml:name>
            <maml:description>
                <maml:para>By default, &#39;SnapLock&#39; is not specified.
 
When &#39;SnapLock&#39; is &quot;true&quot; the type of snaplock volume is determined in the following way
 
1&gt; If snaplock-type is set, create the type specified in &#39;SnapLockType&#39; (see SnapLockType for more details)
2&gt; Otherwise, create a Snaplock enterprise volume if a Snaplock enterprise license has been installed.
3&gt; Otherwise, create a Snaplock compliance volume.
 
ESERVICENOTLICENSED is returned if the required Snaplock Compliance or Enterprise license is not installed. EONTAPI_EWORMNOCLOCK is returned if SnapLock Compliance Clock is not running. If you need to create a snaplock volume, the suggested method is to specify &#39;SnapLockType&#39; as &quot;compliance&quot; or &quot;enterprise&quot; and not specify &#39;SnapLock&#39; at all. If you want to create a non-snaplock volume, the suggested method is to specify neither SnapLockType nor SnapLock.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>LanguageCode</maml:name>
            <maml:description>
                <maml:para>Specifies the language to use for the new volume via a language code. The default language is the one used by the filer&#39;s root volume. Available language codes are:
 
C (POSIX)
da (Danish)
de (German)
en (English)
en_US (English (US))
es (Spanish)
fi (Finnish)
fr (French)
he (Hebrew)
it (Italian)
ja (Japanese euc-j)
ja_JP.PCK (Japanese PCK (sjis))
ko (Korean)
no (Norwegian)
nl (Dutch)
pt (Portuguese)
sv (Swedish)
zh (Simplified Chinese)
zh.GBK (Simplified Chinese (GBK))
zh_TW (Traditional Chinese euc-tw)
zh_TW.BIG5 (Traditional Chinese Big 5)
 
To use UTF-8 as the NFS character set, append &#39;.UTF-8&#39;.
 
To use UTF-8 as the NFS character set, append &#39;.UTF-8&#39;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>SpaceReserve</maml:name>
            <maml:description>
                <maml:para>Specifies the type of volume guarantee the new volume will use. Possible values: none, file, volume. If this argument is not provided, the default volume guarantee type is volume.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>VmAlignSector</maml:name>
            <maml:description>
                <maml:para>The Virtual Machine alignment 512 byte sector number. All files created with the suffix specified by VmAlignSuffix parameter will have zero-filled &lt;512 * VmAlignSector&gt; bytes data at the beginning so that it&#39;s actual data starts at a different offset instead of zero. This is done so that the read &amp; writes to such files are aligned to WAFL&#39;s 4k block boundary.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>VmAlignSuffix</maml:name>
            <maml:description>
                <maml:para>The Virtual Machine alignment suffix. The suffix such as &#39;.xyz&#39; is used to identify the files which need to be aligned. This parameter is only valid when VmAlignSector is present.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
            <maml:name>Size</maml:name>
            <maml:description>
                <maml:para>The initial size of the new flexible volume. The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes. If no units are specified, the number is interpreted as the number of bytes. For example: 10g, 1.5tb, 20GB. If provided, this argument must be accompanied by the &#39;Aggregate&#39; parameter described above.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>SnapLockType</maml:name>
            <maml:description>
                <maml:para>Specifies the type of Snaplock volume to be created. Possible values - &quot;compliance&quot; or &quot;enterprise&quot;
 
ESERVICENOTLICENSED is returned if the necessary Snaplock compliance or enterprise license has not been installed.
 
EINVALIDINPUT is returned if &#39;SnapLockType&#39; has an illegal value or if &#39;SnapLock&#39; has been set to &quot;false&quot;. EONTAPI_EWORMNOCLOCK is returned if SnapLock Compliance Clock is not running.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-create</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>New-NaVol vol10 aggr1 10g</dev:code>
              <dev:remarks>
                <maml:para>Create a new volume &#39;vol10&#39; in aggregate &#39;aggr1&#39; with size 10 GB.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ChecksumStyle : block
CloneChildren :
CloneParent :
ContainingAggregate : aggr1
DiskCount : 8
FilesTotal : 311280
FilesUsed : 101
IsChecksumEnabled : True
IsInconsistent : False
IsSnaplock : False
IsUnrecoverable : False
MirrorStatus : unmirrored
Name : vol10
PercentageUsed : 0
PlexCount : 1
Plexes : {/aggr1/plex0}
QuotaInit : 0
RaidSize : 16
RaidStatus : raid_dp
Reserve : 0
ReserveRequired : 0
ReserveUsed : 0
Sis :
SizeAvailable : 8589828096
SizeTotal : 8589934592
SizeUsed : 98304
SnaplockType :
SpaceReserve : volume
SpaceReserveEnabled : True
State : online
Type : flex
Uuid : 2ca21586-11bc-11df-9caa-00a09806c227
IsUnrecoverableSpecified : True
PercentageUsedSpecified : True
SpaceReserveEnabledSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Remove-NaVol</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaVol</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>New-NaVolClone</command:name>
        <maml:description>
            <maml:para>Create a flexible volume that is a clone of a &quot;backing&quot; or &quot;parent&quot; flexible volume.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>New</command:verb>
        <command:noun>NaVolClone</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Create a flexible volume that is a clone of a &quot;backing&quot; or &quot;parent&quot; flexible volume. A clone is a volume that is a writable snapshot of another volume. Initially, the clone and its parent share the same storage; more storage space is consumed only as one volume or the other changes.
 
If a specific snapshot name within the parent volume is provided, it is chosen as the parent snapshot. Otherwise, the filer will create a new, distinctively-named snapshot in the parent volume for that purpose.
 
The parent snapshot is locked in the parent volume, preventing its deletion until the clone is either destroyed or split from the parent using the &#39;volume-clone-split-start&#39; command (see below).
 
This command fails if the chosen parent volume is currently involved in a split operation. This command also fails if the chosen parent volume is a traditional volume. Cloning is a new capability that applies exclusively to flexible volumes.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>New-NaVolClone</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>CloneVolume</maml:name>
                <maml:description>
                    <maml:para>Desired name of the clone.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>ParentVolume</maml:name>
                <maml:description>
                    <maml:para>Name of the parent flexible volume for the clone.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SpaceReserve</maml:name>
                <maml:description>
                    <maml:para>Specifies the type of volume guarantee for the clone. Possible values: none, file, volume. If this argument is not provided, the default volume guarantee type is volume.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>If present, forces the creation of clone on a worm volume. If not present, clone creation on any worm volume will fail, because clones of worm volumes are not deletable until all the inherited worm files on newly created clone have expired.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>VolumeType</maml:name>
                <maml:description>
                    <maml:para>The type of the volume to be created.
Possible values:
&quot;rw&quot; - read-write volume (default setting),
&quot;dp&quot; - data-protection volume
 
If not provided, the filer will assume the default value i.e. &quot;rw&quot; volume. Creation of data-protection volume clone is only allowed from parent-volume which is paloma logical DP volume.
 
This parameter is available for Data ONTAP 8.2 and up.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>ParentSnapshot</maml:name>
                <maml:description>
                    <maml:para>Name of the snapshot within &#39;parent-volume&#39; that is to serve as the parent snapshot for the clone. If not provided, the filer will create a new snapshot named &#39;clone_parent_&lt;UUID&gt;&#39; (using a freshy-generated UUID) in &#39;parent-volume&#39; for this purpose.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>CloneVolume</maml:name>
            <maml:description>
                <maml:para>Desired name of the clone.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>ParentVolume</maml:name>
            <maml:description>
                <maml:para>Name of the parent flexible volume for the clone.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>SpaceReserve</maml:name>
            <maml:description>
                <maml:para>Specifies the type of volume guarantee for the clone. Possible values: none, file, volume. If this argument is not provided, the default volume guarantee type is volume.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>If present, forces the creation of clone on a worm volume. If not present, clone creation on any worm volume will fail, because clones of worm volumes are not deletable until all the inherited worm files on newly created clone have expired.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>VolumeType</maml:name>
            <maml:description>
                <maml:para>The type of the volume to be created.
Possible values:
&quot;rw&quot; - read-write volume (default setting),
&quot;dp&quot; - data-protection volume
 
If not provided, the filer will assume the default value i.e. &quot;rw&quot; volume. Creation of data-protection volume clone is only allowed from parent-volume which is paloma logical DP volume.
 
This parameter is available for Data ONTAP 8.2 and up.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
            <maml:name>ParentSnapshot</maml:name>
            <maml:description>
                <maml:para>Name of the snapshot within &#39;parent-volume&#39; that is to serve as the parent snapshot for the clone. If not provided, the filer will create a new snapshot named &#39;clone_parent_&lt;UUID&gt;&#39; (using a freshy-generated UUID) in &#39;parent-volume&#39; for this purpose.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-clone-create</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>New-NaVolClone vol2clone vol2 -SpaceReserve none</dev:code>
              <dev:remarks>
                <maml:para>Create a clone volume &#39;vol2clone&#39; backed by a snapshot of volume &#39;vol2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ChecksumStyle : block
CloneChildren :
CloneParent : {clone_vol2clone.2}
ContainingAggregate : aggr1
DiskCount : 8
FilesTotal : 6381567
FilesUsed : 179
IsChecksumEnabled : True
IsInconsistent : False
IsSnaplock : False
IsUnrecoverable : False
MirrorStatus : unmirrored
Name : vol2clone
PercentageUsed : 85
PlexCount : 1
Plexes : {/aggr1/plex0}
QuotaInit : 0
RaidSize : 16
RaidStatus : raid_dp,sis
Reserve : 10110799872
ReserveRequired : 10110799872
ReserveUsed : 0
Sis : idle
SizeAvailable : 29383651328
SizeTotal : 198073786368
SizeUsed : 168690110464
SnaplockType :
SpaceReserve : none
SpaceReserveEnabled : True
State : online
Type : flex
Uuid : f7b5f966-11b4-11df-9caa-00a09806c227
IsUnrecoverableSpecified : True
PercentageUsedSpecified : True
SpaceReserveEnabledSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Start-NaVolCloneSplit</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Ping-NaFcp</command:name>
        <maml:description>
            <maml:para>Send an ELS ECHO frame to a Fibre Channel address or WWPN. Returns true if the ping was successful.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Ping</command:verb>
        <command:noun>NaFcp</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Send an ELS ECHO frame to a Fibre Channel address or WWPN. Returns true if the ping was successful.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Ping-NaFcp</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>FcpAdapter</maml:name>
                <maml:description>
                    <maml:para>Adapter to send the ping request from.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>FcpPortId</maml:name>
                <maml:description>
                    <maml:para>The Fibre Channel address to ping.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >UInt32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>Payload</maml:name>
                <maml:description>
                    <maml:para>Additional data to send in the payload of the ELS ECHO frame. The payload can be up to 255 characters long.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Ping-NaFcp</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>FcpAdapter</maml:name>
                <maml:description>
                    <maml:para>Adapter to send the ping request from.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>FcpWwpn</maml:name>
                <maml:description>
                    <maml:para>The Fibre Channel WWPN to ping. The format of a WWPN is XX:XX:XX:XX:XX:XX:XX:XX where X is a hexadecimal digit.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>Payload</maml:name>
                <maml:description>
                    <maml:para>Additional data to send in the payload of the ELS ECHO frame. The payload can be up to 255 characters long.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>FcpAdapter</maml:name>
            <maml:description>
                <maml:para>Adapter to send the ping request from.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>FcpPortId</maml:name>
            <maml:description>
                <maml:para>The Fibre Channel address to ping.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">UInt32</command:parameterValue>
            <dev:type>
                <maml:name>UInt32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
            <maml:name>Payload</maml:name>
            <maml:description>
                <maml:para>Additional data to send in the payload of the ELS ECHO frame. The payload can be up to 255 characters long.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>FcpWwpn</maml:name>
            <maml:description>
                <maml:para>The Fibre Channel WWPN to ping. The format of a WWPN is XX:XX:XX:XX:XX:XX:XX:XX where X is a hexadecimal digit.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.Boolean</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fcp
API: fcp-ping</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Ping-NaFcp -FcpAdapter 0d -FcpWwpn 50:0a:09:80:87:09:3b:1f</dev:code>
              <dev:remarks>
                <maml:para>Ping WWPN 50:0a:09:80:87:09:3b:1f from FCP adapter 0d.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Ping-NaFcpInfo</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Ping-NaFcpInfo</command:name>
        <maml:description>
            <maml:para>Send an ELS ECHO frame to a Fibre Channel address or WWPN. The cmdlet pings the address or WWPN count times and returns the number of successful pings and times.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Ping</command:verb>
        <command:noun>NaFcpInfo</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Send an ELS ECHO frame to a Fibre Channel address or WWPN. The cmdlet pings the address or WWPN count times and returns the number of successful pings and times.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Ping-NaFcpInfo</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>FcpAdapter</maml:name>
                <maml:description>
                    <maml:para>Adapter to send the ping request from.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>FcpPortId</maml:name>
                <maml:description>
                    <maml:para>The Fibre Channel address to ping.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >UInt32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>PingCount</maml:name>
                <maml:description>
                    <maml:para>The number of pings. Default is 3. Max is 16.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "4" >
                <maml:name>Payload</maml:name>
                <maml:description>
                    <maml:para>Additional data to send in the payload of the ELS ECHO frame. The payload can be up to 255 characters long.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Ping-NaFcpInfo</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>FcpAdapter</maml:name>
                <maml:description>
                    <maml:para>Adapter to send the ping request from.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>FcpWwpn</maml:name>
                <maml:description>
                    <maml:para>The Fibre Channel WWPN to ping. The format of a WWPN is XX:XX:XX:XX:XX:XX:XX:XX where X is a hexadecimal digit.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>PingCount</maml:name>
                <maml:description>
                    <maml:para>The number of pings. Default is 3. Max is 16.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "4" >
                <maml:name>Payload</maml:name>
                <maml:description>
                    <maml:para>Additional data to send in the payload of the ELS ECHO frame. The payload can be up to 255 characters long.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>FcpAdapter</maml:name>
            <maml:description>
                <maml:para>Adapter to send the ping request from.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>FcpPortId</maml:name>
            <maml:description>
                <maml:para>The Fibre Channel address to ping.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">UInt32</command:parameterValue>
            <dev:type>
                <maml:name>UInt32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
            <maml:name>PingCount</maml:name>
            <maml:description>
                <maml:para>The number of pings. Default is 3. Max is 16.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4">
            <maml:name>Payload</maml:name>
            <maml:description>
                <maml:para>Additional data to send in the payload of the ELS ECHO frame. The payload can be up to 255 characters long.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>FcpWwpn</maml:name>
            <maml:description>
                <maml:para>The Fibre Channel WWPN to ping. The format of a WWPN is XX:XX:XX:XX:XX:XX:XX:XX where X is a hexadecimal digit.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fcp.PingFcpInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fcp
API: fcp-ping-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Ping-NaFcpInfo -FcpAdapter 0d -FcpWwpn 50:0a:09:80:87:09:3b:1f -PingCount 5</dev:code>
              <dev:remarks>
                <maml:para>Ping the WWPN 50:0a:09:80:87:09:3b:1f from FCP adapter 0d.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>FramesReceived : 5
FramesTransmitted : 5
RoundTripMaxTime : 8
RoundTripMaxTimeTS : 00:00:00.0000080
RoundTripMeanTime : 8
RoundTripMeanTimeTS : 00:00:00.0000080
RoundTripMinTime : 8
RoundTripMinTimeTS : 00:00:00.0000080
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Ping-NaFcp</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Ping-NaHost</command:name>
        <maml:description>
            <maml:para>Ping a host.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Ping</command:verb>
        <command:noun>NaHost</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Ping a host. Returns true on the first successful ping of retry-count attempts. IPv6 is not supported at this time.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Ping-NaHost</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Host</maml:name>
                <maml:description>
                    <maml:para>The name or the IP address of the host to ping. The format is an IPv4 host name or an IP address.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>Count</maml:name>
                <maml:description>
                    <maml:para>The number of pings to try before giving up. Default is 3. Range: [1..5]</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Host</maml:name>
            <maml:description>
                <maml:para>The name or the IP address of the host to ping. The format is an IPv4 host name or an IP address.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>Count</maml:name>
            <maml:description>
                <maml:para>The number of pings to try before giving up. Default is 3. Range: [1..5]</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.Boolean</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: net
API: net-ping</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Ping-NaHost 10.61.167.61 -Count 5</dev:code>
              <dev:remarks>
                <maml:para>Ping host at 10.61.167.61 up to five times.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Resolve-NaHost</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Ping-NaHostInfo</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Ping-NaHostInfo</command:name>
        <maml:description>
            <maml:para>Ping a host.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Ping</command:verb>
        <command:noun>NaHostInfo</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Ping a host. The API pings the host count times, and returns the number of successful pings and times. The interval between ping attempts is 1 second. IPv6 is not supported at this time.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Ping-NaHostInfo</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Host</maml:name>
                <maml:description>
                    <maml:para>The name or the IP address of the host to ping. The format is an IPv4 host name or IP address.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>Count</maml:name>
                <maml:description>
                    <maml:para>The number of pings. Default is 3. Range: [1..16]</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Host</maml:name>
            <maml:description>
                <maml:para>The name or the IP address of the host to ping. The format is an IPv4 host name or IP address.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>Count</maml:name>
            <maml:description>
                <maml:para>The number of pings. Default is 3. Range: [1..16]</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Net.PingHostInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: net
API: net-ping-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Ping-NaHostInfo 10.61.167.61 -Count 5</dev:code>
              <dev:remarks>
                <maml:para>Get ping statistics for host 10.61.167.61.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>PacketsReceived : 5
PacketsTransmitted : 5
RoundTripMaximumTime : 137
RoundTripMaximumTimeTS : 00:00:00.0001370
RoundTripMeanTime : 125
RoundTripMeanTimeTS : 00:00:00.0001250
RoundTripMinimumTime : 113
RoundTripMinimumTimeTS : 00:00:00.0001130
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Resolve-NaHost</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Ping-NaHost</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Read-NaDirectory</command:name>
        <maml:description>
            <maml:para>Returns a list of files in a given directory.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Read</command:verb>
        <command:noun>NaDirectory</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Returns a list of files in a given directory.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Read-NaDirectory</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the directory, i.e. /vol/&lt;volumename&gt;/&lt;dirname&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Encode</maml:name>
                <maml:description>
                    <maml:para>If specified, non ASCII characters present in the filename will be hex encoded. All non-ASCII characters present in the filename are transformed to \XX where XX is the hex equivalent of the character.
 
For example, if the filename has a non-ASCII character whose hex equivalent is 0x5C then the character would be encoded as a three byte sequence of &#39;\&#39;,&#39;5&#39; and &#39;C&#39; are returned as &#39;\5C&#39;.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the directory, i.e. /vol/&lt;volumename&gt;/&lt;dirname&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Encode</maml:name>
            <maml:description>
                <maml:para>If specified, non ASCII characters present in the filename will be hex encoded. All non-ASCII characters present in the filename are transformed to \XX where XX is the hex equivalent of the character.
 
For example, if the filename has a non-ASCII character whose hex equivalent is 0x5C then the character would be encoded as a three byte sequence of &#39;\&#39;,&#39;5&#39; and &#39;C&#39; are returned as &#39;\5C&#39;.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.File.FileInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: file
API: file-list-directory-iter-start, file-list-directory-iter-next, file-list-directory-iter-end</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Read-NaDirectory /vol/vol2</dev:code>
              <dev:remarks>
                <maml:para>List the contents of the root directory in volume &#39;vol2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Type Size Created Modified Owner Group Perm Empty
---- ---- ---- ------- -------- ----- ----- ---- -----
. directory 4 KB 11/6/2008 8/27/2010 0 0 1077 False
.. directory 16 KB 11/6/2008 8/27/2010 0 0 2077 False
lun1 file 20 GB 3/19/2009 8/22/2010 0 0 1077
lun2 file 20 GB 2/10/2010 8/22/2010 0 0 1077
quorum file 1 GB 2/12/2009 7/28/2010 0 0 1077
lun3 file 20 GB 4/3/2009 7/28/2010 0 0 1077
lun4 file 20 GB 2/10/2009 7/28/2010 0 0 1077
lun5 file 20 GB 4/6/2009 8/22/2010 0 0 1077
metadata file 1 GB 2/17/2009 8/22/2010 0 0 1077
lun6 file 20 GB 3/2/2009 8/22/2010 0 0 1077
lun3b file 2 GB 4/3/2009 7/28/2010 0 0 1077
lun7b file 34 GB 4/6/2009 8/22/2010 0 0 1077
{6e8dbad4-894b-413a-b9cc-3cbb4ae291a5... file 20 GB 4/21/2009 7/28/2010 0 0 1077
test file 1 GB 5/19/2009 7/28/2010 0 0 1077
qtree2 directory 4 KB 3/2/2010 3/2/2010 0 0 777 True
lun100 file 2 GB 2/5/2010 7/28/2010 0 0 1077
lun3bclone file 2 GB 4/14/2010 7/28/2010 0 0 1077
testqtree directory 4 KB 5/28/2010 5/28/2010 0 0 777 False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaFile</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>New-NaDirectory</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaDirectory</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Read-NaFile</command:name>
        <maml:description>
            <maml:para>Read data from a named file.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Read</command:verb>
        <command:noun>NaFile</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Read data from a named file.
 
Note that this API is provided primarily for administrative purposes. It is not intended for high-performance I/O.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Read-NaFile</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the file, i.e. /vol/&lt;volumename&gt;/&lt;filename&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Raw</maml:name>
                <maml:description>
                    <maml:para>Specify to get the file data as a byte array. This option is useful for non-ASCII files, such as binary or unicode files.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Read-NaFile</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the file, i.e. /vol/&lt;volumename&gt;/&lt;filename&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Raw</maml:name>
                <maml:description>
                    <maml:para>Specify to get the file data as a byte array. This option is useful for non-ASCII files, such as binary or unicode files.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Length</maml:name>
                <maml:description>
                    <maml:para>Number of bytes to read from the file. If not specified, the entire file is read.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Offset</maml:name>
                <maml:description>
                    <maml:para>Offset into file to start reading from. If not specified, the file is read from the beginning.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the file, i.e. /vol/&lt;volumename&gt;/&lt;filename&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Raw</maml:name>
            <maml:description>
                <maml:para>Specify to get the file data as a byte array. This option is useful for non-ASCII files, such as binary or unicode files.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Length</maml:name>
            <maml:description>
                <maml:para>Number of bytes to read from the file. If not specified, the entire file is read.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Offset</maml:name>
            <maml:description>
                <maml:para>Offset into file to start reading from. If not specified, the file is read from the beginning.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.String</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: file
API: file-read-file</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Read-NaFile /vol/vol0/etc/hosts</dev:code>
              <dev:remarks>
                <maml:para>Read the /etc/hosts file.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>#Auto-generated by setup Tue Mar 24 18:18:19 GMT 2009
127.0.0.1 localhost
10.61.167.60 dunn dunn-e0a
# 0.0.0.0 dunn-e0b
# 0.0.0.0 dunn-e0c
# 0.0.0.0 dunn-e0d
10.61.160.6 sportster
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Write-NaFile</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaFile</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaAggr</command:name>
        <maml:description>
            <maml:para>Destroys the specified aggregate or plex.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaAggr</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Destroys the specified aggregate or plex. If an aggregate is specified, all plexes in the aggregate are destroyed. If the aggregate is embedded in a traditional volume, then the entire traditional volume is destroyed. Otherwise, the operation will be rejected if there are one or more flexible volumes in the aggregate - they must be destroyed beforehand. If a plex is specified, only that plex is destroyed, leaving an unmirrored aggregate containing the remaining plex. The disks in the destroyed object become spare disks. Only offline aggregates and plexes can be destroyed.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaAggr</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the existing aggregate or plex to be destroyed, using the following format:
 
[/vol/]&lt;aggrname&gt;[&lt;plexinfo&gt;]</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>When using Remove-NaAggr on a traditional volume, force the destruction of the volume even if a non-default vfiler has storage on it. Normally, the system will not destroy such a volume and will instead return EVOLUME_HAS_VFILER_STORAGE.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the existing aggregate or plex to be destroyed, using the following format:
 
[/vol/]&lt;aggrname&gt;[&lt;plexinfo&gt;]</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>When using Remove-NaAggr on a traditional volume, force the destruction of the volume even if a non-default vfiler has storage on it. Normally, the system will not destroy such a volume and will instead return EVOLUME_HAS_VFILER_STORAGE.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: aggr
API: aggr-destroy</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Set offline and destroy -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaAggr aggr1 -Offline | Remove-NaAggr</dev:code>
              <dev:remarks>
                <maml:para>Destroy aggregate &#39;aggr1&#39; after setting it offline.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaAggr</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaAggr</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaCifsShare</command:name>
        <maml:description>
            <maml:para>Deletes the specified CIFS share.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaCifsShare</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Deletes the specified CIFS share.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaCifsShare</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Share</maml:name>
                <maml:description>
                    <maml:para>Name of the share to be deleted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Share</maml:name>
            <maml:description>
                <maml:para>Name of the share to be deleted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cifs
API: cifs-share-delete</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaCifsShare MyFiles</dev:code>
              <dev:remarks>
                <maml:para>Destroy the CIFS share &#39;MyFiles&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaCifsShare</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaCifsShare</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaCifsShare</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaCifsShareAcl</command:name>
        <maml:description>
            <maml:para>Deletes an access control entry of the given share.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaCifsShareAcl</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Deletes an access control entry of the given share. This API is equivalent to &quot;cifs access &lt;share&gt; [-g] &lt;user|group&gt;&quot; CLI.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaCifsShareAcl</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Share</maml:name>
                <maml:description>
                    <maml:para>CIFS share name. It specifies name of the share for which the access rights have to be deleted. This is a case insensitive field. The maximum size of the share name is 256 characters.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>User</maml:name>
                <maml:description>
                    <maml:para>Name of the user. This API deletes the access rights of the specified user. This is a case sensitive field. If specified user does not exist, this API fails with the reason &quot;Unknown user &lt;username&gt;&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Remove-NaCifsShareAcl</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Share</maml:name>
                <maml:description>
                    <maml:para>CIFS share name. It specifies name of the share for which the access rights have to be deleted. This is a case insensitive field. The maximum size of the share name is 256 characters.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>UnixGroup</maml:name>
                <maml:description>
                    <maml:para>Name of the unix group. This field specifies the unix group for which the access rights are to be deleted. This is a case sensitive field. If the specified group does not exist, this API fails with the reason &quot;Unknown Unix group &lt;group-name&gt;&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Share</maml:name>
            <maml:description>
                <maml:para>CIFS share name. It specifies name of the share for which the access rights have to be deleted. This is a case insensitive field. The maximum size of the share name is 256 characters.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>User</maml:name>
            <maml:description>
                <maml:para>Name of the user. This API deletes the access rights of the specified user. This is a case sensitive field. If specified user does not exist, this API fails with the reason &quot;Unknown user &lt;username&gt;&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>UnixGroup</maml:name>
            <maml:description>
                <maml:para>Name of the unix group. This field specifies the unix group for which the access rights are to be deleted. This is a case sensitive field. If the specified group does not exist, this API fails with the reason &quot;Unknown Unix group &lt;group-name&gt;&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Cifs.CifsShareInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cifs
API: cifs-share-ace-delete</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaCifsShareAcl HOME root | Get-NaCifsShareAcl</dev:code>
              <dev:remarks>
                <maml:para>Remove the root user from the access control list of CIFS share &#39;HOME&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ShareName UserAclInfo
--------- -----------
HOME {everyone}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaCifsShare</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaCifsShareAcl</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaCifsShareAcl</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaConsistencyGroup</command:name>
        <maml:description>
            <maml:para>Deletes the snaps associated with a consistency group checkpoint in this controller.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaConsistencyGroup</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Deletes the snaps associated with a consistency group checkpoint in this controller.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaConsistencyGroup</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Snapshot</maml:name>
                <maml:description>
                    <maml:para>The name of the snapshot that is deleted in each volume.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Volumes</maml:name>
                <maml:description>
                    <maml:para>A list of volumes in this controller that is part of this consistency group operation.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Snapshot</maml:name>
            <maml:description>
                <maml:para>The name of the snapshot that is deleted in each volume.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Volumes</maml:name>
            <maml:description>
                <maml:para>A list of volumes in this controller that is part of this consistency group operation.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: consistency group
API: cg-delete</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaConsistencyGroup cg_snapshot vol1,vol2</dev:code>
              <dev:remarks>
                <maml:para>Remove the consistency group snapshots named &#39;cg_snapshot&#39; from volumes &#39;vol1&#39; and &#39;vol2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaConsistencyGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Save-NaConsistencyGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaCredential</command:name>
        <maml:description>
            <maml:para>Remove saved login credentials for a Data ONTAP controller.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaCredential</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Remove saved login credentials for a Data ONTAP controller.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaCredential</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SystemScope</maml:name>
                <maml:description>
                    <maml:para>Remove credentials for the specified controller that were saved using system scope. If not specified, remove credentials that were saved with user scope.</maml:para>
                </maml:description>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Remove-NaCredential</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>An NaController object, as returned by Connect-NaController. If neither this parameter nor -Name is specified, this cmdlet will use the value in $global:CurrentNaController (if set).</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SystemScope</maml:name>
                <maml:description>
                    <maml:para>Remove credentials for the specified controller that were saved using system scope. If not specified, remove credentials that were saved with user scope.</maml:para>
                </maml:description>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Remove-NaCredential</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name or address of a storage controller. If a host name is specified, it must be resolvable to an address. If neither this parameter nor -Controller is specified, this cmdlet will use the value in $global:CurrentNaController (if set).</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SystemScope</maml:name>
                <maml:description>
                    <maml:para>Remove credentials for the specified controller that were saved using system scope. If not specified, remove credentials that were saved with user scope.</maml:para>
                </maml:description>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Remove-NaCredential</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue)" position = "1" >
                <maml:name>Credential</maml:name>
                <maml:description>
                    <maml:para>An NaCredential object, as returned by Get-NaCredential. If specified, that record is removed from the credentials cache (including the correct value of system scope).</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaCredential</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>SystemScope</maml:name>
            <maml:description>
                <maml:para>Remove credentials for the specified controller that were saved using system scope. If not specified, remove credentials that were saved with user scope.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>An NaController object, as returned by Connect-NaController. If neither this parameter nor -Name is specified, this cmdlet will use the value in $global:CurrentNaController (if set).</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name or address of a storage controller. If a host name is specified, it must be resolvable to an address. If neither this parameter nor -Controller is specified, this cmdlet will use the value in $global:CurrentNaController (if set).</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
            <maml:name>Credential</maml:name>
            <maml:description>
                <maml:para>An NaCredential object, as returned by Get-NaCredential. If specified, that record is removed from the credentials cache (including the correct value of system scope).</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaCredential</command:parameterValue>
            <dev:type>
                <maml:name>NaCredential</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: toolkit</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaCredential dunn</dev:code>
              <dev:remarks>
                <maml:para>Remove the cached credentials for storage controller &#39;dunn&#39; that were saved with user scope.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaCredential | Remove-NaCredential</dev:code>
              <dev:remarks>
                <maml:para>Clear all entries from the credentials cache that are visible to the current user, including those with system scope.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaCredential</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaCredential</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaDirectory</command:name>
        <maml:description>
            <maml:para>Delete a directory.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaDirectory</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Delete a directory.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaDirectory</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the directory, i.e. /vol/&lt;volumename&gt;/&lt;dirname&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the directory, i.e. /vol/&lt;volumename&gt;/&lt;dirname&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: file
API: file-delete-directory</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaDirectory /vol/vol0/etc/testdir2</dev:code>
              <dev:remarks>
                <maml:para>Delete the &#39;testdir&#39; directory in /etc.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Delete directory
Are you sure you want to delete directory /vol/vol0/etc/testdir2?
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help
(default is &quot;Y&quot;):
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaDirectory</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Read-NaDirectory</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Rename-NaDirectory</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaDisk</command:name>
        <maml:description>
            <maml:para>Remove a spare disk.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaDisk</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Remove a spare disk. Removes the specified spare disk from the RAID configuration, spinning the disk down when removal is complete. You can use disk remove to remove a spare disk so that it can be used by another filer (as a replacement for a failed disk or to expand file system space). NOTE: Data ONTAP 7.0 and earlier releases don&#39;t indicate failure code properly.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaDisk</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Disk to remove.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Disk to remove.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Disk.DiskDetailInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: disk
API: disk-remove</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaDisk 0a.22</dev:code>
              <dev:remarks>
                <maml:para>Remove spare disk &#39;0a.22&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Aggregate :
Bay : 6
BlocksRead : 32216
BlocksWritten : 184
BrokenDetails : admin removed
BytesPerSector : 520
ChecksumCompatibility : zoned/block
CopyDestination :
CopyPercent :
DiskModel : X274_S10K7146F10
DiskType : FCAL
DiskUid : 20000018:62848633:00000000:00000000:00000000:00000000:00000000:00000000:00000000:00000000
FirmwareRevision : NA07
GrownDefectListCount : 0
HostAdapter : 0a
Id : 1703937
IsDynamicallyQualified : False
IsOffline :
IsPrefailed :
IsReplacing :
IsZeroed :
Name : 0a.22
PhysicalBlocks : 280790184
PhysicalSpace : 143764574208
Plex :
Pool : Pool0
Port : A
PortName : FC:A
PoweronHours : 23109
PoweronHoursTS : 962.21:00:00
RaidGroup :
RaidState : broken
RaidType : pending
RawDiskSectors : 280790184
ReconstructionPercent :
Rpm : 10000
ScrubCount : 22
ScrubLastDone : 101467
ScrubLastDoneTS : 70.11:07:00
SecondaryName :
SecondaryPort :
SerialNumber : 3KS66XHN00009732MQN9
Shelf : 1
ShmTimeInterval : 3427265
ShmTimeIntervalTS : 39.16:01:05
UsedBlocks : 278528000
UsedSpace : 142606336000
VSeriesDetailInfo :
VendorId : NETAPP
Volume :
ZeroingPercent :
CopyPercentSpecified : False
IsOfflineSpecified : False
IsPrefailedSpecified : False
IsReplacingSpecified : False
IsZeroedSpecified : False
PoweronHoursSpecified : True
ReconstructionPercentSpecified : False
RpmSpecified : True
ZeroingPercentSpecified : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaDiskUnfail</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaFile</command:name>
        <maml:description>
            <maml:para>Delete a file.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaFile</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Delete a file.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaFile</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the file, i.e. /vol/&lt;volumename&gt;/&lt;filename&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the file, i.e. /vol/&lt;volumename&gt;/&lt;filename&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: file
API: file-delete-file</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaFile /vol/vol0/etc/testfile</dev:code>
              <dev:remarks>
                <maml:para>Delete file &#39;testfile&#39; in /etc.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Delete file
Are you sure you want to delete file /vol/vol0/etc/testfile?
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help
(default is &quot;Y&quot;):
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaFile</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Write-NaFile</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Read-NaFile</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaFpolicy</command:name>
        <maml:description>
            <maml:para>Destroys existing policy.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaFpolicy</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Destroys existing policy. The policy must be disabled before it can be destroyed.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaFpolicy</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the fpolicy to destroy.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the fpolicy to destroy.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fpolicy
API: fpolicy-destroy-policy</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Disable-NaFpolicy policy1 | Remove-NaFpolicy</dev:code>
              <dev:remarks>
                <maml:para>Disables then removes the fpolicy policy1.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaFpolicy</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Disable-NaFpolicy</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaFpolicyExtension</command:name>
        <maml:description>
            <maml:para>Removes a list of extensions from the exclude or include set.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaFpolicyExtension</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Removes a list of extensions from the exclude or include set. The exclude set defines extension patterns that won&#39;t trigger fpolicy processing.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaFpolicyExtension</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the fpolicy to modify extension lists for.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>SetName</maml:name>
                <maml:description>
                    <maml:para>Defines to which set (exclude or include) the remove will be applied to. Possible values: &quot;exclude&quot;, &quot;include&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>Extensions</maml:name>
                <maml:description>
                    <maml:para>List of extensions. Allowed are only DOS like, three character long extensions. The extensions are case insensitive. Supported wild card values: &quot;???&quot; to match any extension and &quot;?&quot; to match any character. Examples of allowed extension specifications: EXE ??? ?XT P??</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the fpolicy to modify extension lists for.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>SetName</maml:name>
            <maml:description>
                <maml:para>Defines to which set (exclude or include) the remove will be applied to. Possible values: &quot;exclude&quot;, &quot;include&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="3">
            <maml:name>Extensions</maml:name>
            <maml:description>
                <maml:para>List of extensions. Allowed are only DOS like, three character long extensions. The extensions are case insensitive. Supported wild card values: &quot;???&quot; to match any extension and &quot;?&quot; to match any character. Examples of allowed extension specifications: EXE ??? ?XT P??</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fpolicy.PolicyInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fpolicy
API: fpolicy-extensions</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaFpolicyExtension policy1 include J?? | Get-NaFpolicyExtensionList</dev:code>
              <dev:remarks>
                <maml:para>Removes the extension J?? from the include list of policy1 then gets the extensions list for policy1.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : policy1
Include : {???, ??T, EXE}
Exclude : {TXT}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaFpolicyExtension policy1 exclude TXT | Get-NaFpolicyExtensionList</dev:code>
              <dev:remarks>
                <maml:para>Removes the extension TXT from the exclude list of policy1 then gets the extension lists for policy1.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : policy1
Include : {???, ??T, EXE}
Exclude : {}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaFpolicyExtension</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaFpolicyExtensionList</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Reset-NaFpolicyExtensionList</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaFpolicyExtensionList</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaGroup</command:name>
        <maml:description>
            <maml:para>Deletes a group.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaGroup</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Deletes a group.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaGroup</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Group</maml:name>
                <maml:description>
                    <maml:para>The name of the group to be deleted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Group</maml:name>
            <maml:description>
                <maml:para>The name of the group to be deleted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: useradmin
API: useradmin-group-delete</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaGroup HyperVAdmins</dev:code>
              <dev:remarks>
                <maml:para>Remove group &#39;HyperVAdmins&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>New-NaGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaIgroup</command:name>
        <maml:description>
            <maml:para>Destroys an existing initiator group.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaIgroup</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Destroys an existing initiator group. By default a group cannot be destroyed if there are existing lun maps defined for that group. This behaviour can be overridden with the use of force option set to &quot;true&quot; which will destroy the initiator group and any associated lun maps.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaIgroup</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of initiator group.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>Forcibly destroy the initiator group, even if there are existing lun maps. Best practice is to attempt to unmap all the luns associated with a group before destroying it.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of initiator group.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>Forcibly destroy the initiator group, even if there are existing lun maps. Best practice is to attempt to unmap all the luns associated with a group before destroying it.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: igroup
API: igroup-destroy</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaIgroup igroup4</dev:code>
              <dev:remarks>
                <maml:para>Destroy igroup &#39;igroup4&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaIgroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaIgroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaIgroupInitiator</command:name>
        <maml:description>
            <maml:para>Removes node(s) from an initiator group.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaIgroupInitiator</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Removes node(s) from an initiator group. The operation is prohibited if there are existing lun maps defined for that group. The force option set to &quot;true&quot; can be used to forcibly remove the node regardless of mappings.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaIgroupInitiator</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Igroup</maml:name>
                <maml:description>
                    <maml:para>Name of initiator group.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>Initiator</maml:name>
                <maml:description>
                    <maml:para>Initiator to remove.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>Forcibly remove the initiator even if there are existing LUNs mapped to this initiator group. Best practice is to attempt to unmap all the luns associated with a group before removing the initiator.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Igroup</maml:name>
            <maml:description>
                <maml:para>Name of initiator group.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>Initiator</maml:name>
            <maml:description>
                <maml:para>Initiator to remove.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>Forcibly remove the initiator even if there are existing LUNs mapped to this initiator group. Best practice is to attempt to unmap all the luns associated with a group before removing the initiator.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.InitiatorGroupInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: igroup
API: igroup-remove</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaIgroupInitiator igroup4 iqn.1991-05.com.microsoft:xyratex02</dev:code>
              <dev:remarks>
                <maml:para>Remove an initiator on server &#39;xyratex02&#39; from igroup &#39;igroup4&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>InitiatorGroupName : igroup4
InitiatorGroupType : iscsi
Initiators : {}
InitiatorGroupOsType : windows
InitiatorGroupPortsetName :
InitiatorGroupThrottleBorrow : False
InitiatorGroupThrottleReserve : 0
InitiatorGroupUsePartner :
InitiatorGroupAluaEnabled : False
InitiatorGroupVsaEnabled : False
LunId :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaIgroupInitiator</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaIgroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaIgroupPortset</command:name>
        <maml:description>
            <maml:para>Unbind an existing igroup from a portset.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaIgroupPortset</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Unbind an existing igroup from a portset.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaIgroupPortset</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of initiator group to unbind from the portset.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of initiator group to unbind from the portset.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.InitiatorGroupInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: igroup
API: igroup-unbind-portset</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaIgroupPortset fcpIgroup</dev:code>
              <dev:remarks>
                <maml:para>Remove portset from igroup &#39;fcpIgroup&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>InitiatorGroupName : fcpIgroup
InitiatorGroupType : fcp
Initiators : {}
InitiatorGroupOsType : default
InitiatorGroupPortsetName :
InitiatorGroupThrottleBorrow : False
InitiatorGroupThrottleReserve : 0
InitiatorGroupUsePartner : True
InitiatorGroupAluaEnabled : False
InitiatorGroupVsaEnabled : False
LunId :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaIgroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Add-NaIgroupPortset</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaIscsiInitiatorAuth</command:name>
        <maml:description>
            <maml:para>Delete initiator from the authentication list.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaIscsiInitiatorAuth</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Delete initiator from the authentication list.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaIscsiInitiatorAuth</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Initiator</maml:name>
                <maml:description>
                    <maml:para>Name of initiator (i.e. iqn.1987-06.com.initvendor1:appsrv.sn.2346).</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Initiator</maml:name>
            <maml:description>
                <maml:para>Name of initiator (i.e. iqn.1987-06.com.initvendor1:appsrv.sn.2346).</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-initiator-delete-auth</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaIscsiInitiatorAuth iqn.1991-05.com.microsoft:x3550rre7.rtprre.testdomain</dev:code>
              <dev:remarks>
                <maml:para>Remove the specified initiator from the initiator authentication list.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaIscsiInitiatorAuth</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaIscsiInitiatorAuth</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaIscsiInterfaceAccess</command:name>
        <maml:description>
            <maml:para>Remove the named network interfaces from the accesslist for the specified initiator.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaIscsiInterfaceAccess</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Remove the named network interfaces from the accesslist for the specified initiator. If this command leaves the initiator&#39;s accesslist empty, the accesslist itself is removed.
 
Creating or modifying an accesslist may require shutting down existing iSCSI sessions associated with network interfaces that no longer appear on the accesslist. For example, creating a new accesslist via the add operation may cause sessions to be shut down on network interfaces that are not in the new accesslist. Likewise, removing network interfaces from an existing accesslist via the remove operation may also cause sessions to be shut down. Note that adding all interfaces (using -All) and removing all interfaces (using -All) will not affect any iSCSI sessions.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaIscsiInterfaceAccess</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Initiator</maml:name>
                <maml:description>
                    <maml:para>The initiator for which to remove from the accesslist.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Interface</maml:name>
                <maml:description>
                    <maml:para>One or more interfaces to remove from the accesslist.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Remove-NaIscsiInterfaceAccess</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Initiator</maml:name>
                <maml:description>
                    <maml:para>The initiator for which to remove from the accesslist.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>All</maml:name>
                <maml:description>
                    <maml:para>If specified, remove all interfaces from the accesslist.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Initiator</maml:name>
            <maml:description>
                <maml:para>The initiator for which to remove from the accesslist.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Interface</maml:name>
            <maml:description>
                <maml:para>One or more interfaces to remove from the accesslist.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>All</maml:name>
            <maml:description>
                <maml:para>If specified, remove all interfaces from the accesslist.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: system-cli
Privilege: security-priv-admin, cli-iscsi-interface-accesslist-remove</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaIscsiInterfaceAccess -Initiator (Get-NaHostIscsiAdapter).Iqn -All</dev:code>
              <dev:remarks>
                <maml:para>Remove all the interfaces from the accesslist for the current host&#39;s iSCSI initiator.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaIscsiInterfaceAccess</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaIscsiTargetPortalGroup</command:name>
        <maml:description>
            <maml:para>Destroy an iSCSI target portal group.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaIscsiTargetPortalGroup</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Destroy an iSCSI target portal group.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaIscsiTargetPortalGroup</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Tag</maml:name>
                <maml:description>
                    <maml:para>Tag of portal group to destroy.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Tag</maml:name>
            <maml:description>
                <maml:para>Tag of portal group to destroy.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-tpgroup-destroy</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaIscsiTargetPortalGroup 200</dev:code>
              <dev:remarks>
                <maml:para>Destroy iSCSI target portal group with tag &#39;200&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaIscsiTargetPortalGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaIscsiTargetPortalGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaIscsiTargetPortalGroupInterface</command:name>
        <maml:description>
            <maml:para>Delete an interface from an iSCSI target portal group.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaIscsiTargetPortalGroupInterface</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Delete an interface from an iSCSI target portal group.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaIscsiTargetPortalGroupInterface</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Tag</maml:name>
                <maml:description>
                    <maml:para>Portal group tag.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Interfaces</maml:name>
                <maml:description>
                    <maml:para>List of interfaces to delete from the target portal group.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Tag</maml:name>
            <maml:description>
                <maml:para>Portal group tag.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>Interfaces</maml:name>
            <maml:description>
                <maml:para>List of interfaces to delete from the target portal group.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Iscsi.IscsiTpgroupListEntryInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-tpgroup-interface-delete</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaIscsiTargetPortalGroupInterface 1 e0b</dev:code>
              <dev:remarks>
                <maml:para>Remove interface &#39;e0b&#39; from target portal group with tag 1.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>TpgroupName : tpGroup1
InterfaceListEntries : {e0a}
TpgroupTag : 1
TpgroupAluaState : optimized
TpgroupAluaPreferred : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaIscsiTargetPortalGroupInterface</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaIscsiTargetPortalGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaLicense</command:name>
        <maml:description>
            <maml:para>Disable license for a Data ONTAP service.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaLicense</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Disable license for a Data ONTAP service.
 
Prior to Data ONTAP 8.2, the cmdlet will return the LicenseInfo of the license that is disabled. For Data ONTAP 8.2 and up, if no error is written, the license has been removed successfully.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaLicense</maml:name>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Names of the Data ONTAP services to be disabled.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Names of the Data ONTAP services to be disabled.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.License.LicenseInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: license
API: license-delete, license-v2-delete</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaLicense snaprestore</dev:code>
              <dev:remarks>
                <maml:para>Remove SnapRestore license.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Code :
Count : 0
ExpirationTimestamp :
ExpirationTimestampDT :
InstallationTimestamp :
InstallationTimestampDT :
IsDemo : False
IsExpired : False
IsLicensed : False
IsSite : False
Length : 0
LengthTS : 00:00:00
NodeCount : 0
Platform :
Service : snaprestore
StorageCount :
ExpirationTimestampSpecified : False
InstallationTimestampSpecified : False
LengthSpecified : True
NodeCountSpecified : True
StorageCountSpecified : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaLicense</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaLicense</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaLun</command:name>
        <maml:description>
            <maml:para>Destroy the specified LUN.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaLun</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Destroy the specified LUN. This operation will fail if the LUN is currently mapped and is online. The force option can be used to destroy it regardless of being online or mapped.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaLun</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>Forcibly destroy the LUN regardless of it being online or mapped.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the LUN.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>Forcibly destroy the LUN regardless of it being online or mapped.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-destroy</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaLun /vol/vol2/lun101</dev:code>
              <dev:remarks>
                <maml:para>Destroy LUN &#39;lun101&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaLun</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaLun</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>New-NaLun</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaLunMap</command:name>
        <maml:description>
            <maml:para>Reverses the effect of Add-NaLunMap on the specified LUN for the specified group.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaLunMap</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Reverses the effect of Add-NaLunMap on the specified LUN for the specified group.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaLunMap</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>InitiatorGroup</maml:name>
                <maml:description>
                    <maml:para>Initiator group to unmap from.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the LUN.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>InitiatorGroup</maml:name>
            <maml:description>
                <maml:para>Initiator group to unmap from.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-unmap</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaLunMap /vol/vol2/lun2 viaRPC.iqn.1991-05.com.microsoft:x3550rre7.rtprre.testdomain</dev:code>
              <dev:remarks>
                <maml:para>Unmap LUN &#39;lun2&#39; from the igroup on server &#39;x3550rre7&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BackingSnapshot :
BlockSize : 512
IsSpaceReservationEnabled : False
Mapped : True
MultiprotocolType : windows_gpt
Online : True
Path : /vol/vol2/lun2
ReadOnly : False
SerialNumber : HnSolJNfoTZK
ShareState : none
Size : 21476206080
Uuid : 7dcc97f4-17ef-11df-9cab-00a09806c227
Comment :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaLunMap</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaLunMap</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaNetIpspace</command:name>
        <maml:description>
            <maml:para>Destroy an ipspace.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaNetIpspace</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Destroy an ipspace. Modifies active and persistent config. Ipspace must have no interfaces assigned before it can be deleted.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaNetIpspace</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of ipspace to be destroyed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of ipspace to be destroyed.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: net
API: net-ipspace-destroy</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaNetIpspace testspace</dev:code>
              <dev:remarks>
                <maml:para>Remove ipspace &#39;testspace&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaNetIpspace</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>New-NaNetIpspace</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaNetIpspace</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaNetRoute</command:name>
        <maml:description>
            <maml:para>Delete a kernel route.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaNetRoute</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Delete a kernel route. Modifies active and persistent config.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaNetRoute</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Destination</maml:name>
                <maml:description>
                    <maml:para>Destination of route. Possible values: An IP address, hostname, or &quot;default&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Host</maml:name>
                <maml:description>
                    <maml:para>Specify if deleting a route to a specific host.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Ipspace</maml:name>
                <maml:description>
                    <maml:para>The ipspace of the route entry. If not specified, the default value is &quot;default-ipspace&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Creator</maml:name>
                <maml:description>
                    <maml:para>The vfiler that owns the route to be deleted. If not specified, the default is vfiler0 (i.e. the physical controller).</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ActiveOnly</maml:name>
                <maml:description>
                    <maml:para>If specified, only the active config is modified.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Remove-NaNetRoute</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Destination</maml:name>
                <maml:description>
                    <maml:para>Destination of route. Possible values: An IP address, hostname, or &quot;default&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>IPv6</maml:name>
                <maml:description>
                    <maml:para>Specify if deleting an IPv6 route.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Host</maml:name>
                <maml:description>
                    <maml:para>Specify if deleting a route to a specific host.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>PrefixLength</maml:name>
                <maml:description>
                    <maml:para>Prefix length (netmask) for destination. Specify only for IPv6 routes.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >UInt16</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Ipspace</maml:name>
                <maml:description>
                    <maml:para>The ipspace of the route entry. If not specified, the default value is &quot;default-ipspace&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Creator</maml:name>
                <maml:description>
                    <maml:para>The vfiler that owns the route to be deleted. If not specified, the default is vfiler0 (i.e. the physical controller).</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ActiveOnly</maml:name>
                <maml:description>
                    <maml:para>If specified, only the active config is modified.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Remove-NaNetRoute</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Host</maml:name>
                <maml:description>
                    <maml:para>Specify if deleting a route to a specific host.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Ipspace</maml:name>
                <maml:description>
                    <maml:para>The ipspace of the route entry. If not specified, the default value is &quot;default-ipspace&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Creator</maml:name>
                <maml:description>
                    <maml:para>The vfiler that owns the route to be deleted. If not specified, the default is vfiler0 (i.e. the physical controller).</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue)" position = "named" >
                <maml:name>Route</maml:name>
                <maml:description>
                    <maml:para>A route object as returned by Get-NaNetRoute.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >RouteInfo</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ActiveOnly</maml:name>
                <maml:description>
                    <maml:para>If specified, only the active config is modified.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Destination</maml:name>
            <maml:description>
                <maml:para>Destination of route. Possible values: An IP address, hostname, or &quot;default&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Host</maml:name>
            <maml:description>
                <maml:para>Specify if deleting a route to a specific host.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Ipspace</maml:name>
            <maml:description>
                <maml:para>The ipspace of the route entry. If not specified, the default value is &quot;default-ipspace&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Creator</maml:name>
            <maml:description>
                <maml:para>The vfiler that owns the route to be deleted. If not specified, the default is vfiler0 (i.e. the physical controller).</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>ActiveOnly</maml:name>
            <maml:description>
                <maml:para>If specified, only the active config is modified.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>IPv6</maml:name>
            <maml:description>
                <maml:para>Specify if deleting an IPv6 route.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>PrefixLength</maml:name>
            <maml:description>
                <maml:para>Prefix length (netmask) for destination. Specify only for IPv6 routes.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">UInt16</command:parameterValue>
            <dev:type>
                <maml:name>UInt16</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named">
            <maml:name>Route</maml:name>
            <maml:description>
                <maml:para>A route object as returned by Get-NaNetRoute.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">RouteInfo</command:parameterValue>
            <dev:type>
                <maml:name>RouteInfo</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: net
API: net-route-delete</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaNetRoute 10.61.165.80 | Remove-NaNetRoute</dev:code>
              <dev:remarks>
                <maml:para>Remove a specific route.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaNetRoute | Remove-NaNetRoute</dev:code>
              <dev:remarks>
                <maml:para>Remove all routes.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaNetRoute</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaNetRoute</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaNetVif</command:name>
        <maml:description>
            <maml:para>Delete a VIF.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaNetVif</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Delete a VIF. Modifies active and persistent config.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaNetVif</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the VIF to delete.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ActiveOnly</maml:name>
                <maml:description>
                    <maml:para>If specified, only the active config is modified.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the VIF to delete.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>ActiveOnly</maml:name>
            <maml:description>
                <maml:para>If specified, only the active config is modified.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: net
API: system-cli
Privilege: security-priv-admin, api-vif-destroy</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaNetVif testvif</dev:code>
              <dev:remarks>
                <maml:para>Delete VIF &#39;testvif&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaNetVif</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>New-NaNetVif</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaNetVif</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaNetVlan</command:name>
        <maml:description>
            <maml:para>Delete a VLAN interface.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaNetVlan</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Delete a VLAN interface. Modifies active and persistent config.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaNetVlan</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue)" position = "named" >
                <maml:name>VlanInfo</maml:name>
                <maml:description>
                    <maml:para>A VlanInfo object, as returned by Get-NaNetVlan.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >VlanInfo</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ActiveOnly</maml:name>
                <maml:description>
                    <maml:para>If specified, only the active config is modified.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Remove-NaNetVlan</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Interface</maml:name>
                <maml:description>
                    <maml:para>The interface that is hosting the VLAN interfaces to be deleted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Vlans</maml:name>
                <maml:description>
                    <maml:para>The VLAN IDs to delete. Range: [1..4094]</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >UInt16[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ActiveOnly</maml:name>
                <maml:description>
                    <maml:para>If specified, only the active config is modified.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named">
            <maml:name>VlanInfo</maml:name>
            <maml:description>
                <maml:para>A VlanInfo object, as returned by Get-NaNetVlan.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">VlanInfo</command:parameterValue>
            <dev:type>
                <maml:name>VlanInfo</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>ActiveOnly</maml:name>
            <maml:description>
                <maml:para>If specified, only the active config is modified.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Interface</maml:name>
            <maml:description>
                <maml:para>The interface that is hosting the VLAN interfaces to be deleted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Vlans</maml:name>
            <maml:description>
                <maml:para>The VLAN IDs to delete. Range: [1..4094]</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">UInt16[]</command:parameterValue>
            <dev:type>
                <maml:name>UInt16[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: net
API: net-vlan-delete</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaNetVlan e0c 20 30 40</dev:code>
              <dev:remarks>
                <maml:para>Remove VLAN tags 20, 30 and 40 from interface &#39;e0c&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaNetVlan e0c-* | Remove-NaNetVlan</dev:code>
              <dev:remarks>
                <maml:para>Remove all VLANs from interface &#39;e0c&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaNetVlan</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaNetVlan</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaNetVlan</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaNfsExport</command:name>
        <maml:description>
            <maml:para>Removes the rules for a set of pathnames.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaNfsExport</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Removes the rules for a set of pathnames. This returns an error if any of the pathnames don&#39;t have a rule. Set the Persistent option to modify the etc/exports file and keep this change persistent upon reboots.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaNfsExport</maml:name>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Paths</maml:name>
                <maml:description>
                    <maml:para>Pathnames to be deleted from the exports table.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Persistent</maml:name>
                <maml:description>
                    <maml:para>Default value is false. Modify the etc/exports file to delete the rules permanently. CAUTION: If AllPaths and Persistent are both specified, all exports are removed permanently.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Remove-NaNfsExport</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>AllPaths</maml:name>
                <maml:description>
                    <maml:para>Default value is false. Specify to delete all rules. Paths must be left empty if this option is true.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Persistent</maml:name>
                <maml:description>
                    <maml:para>Default value is false. Modify the etc/exports file to delete the rules permanently. CAUTION: If AllPaths and Persistent are both specified, all exports are removed permanently.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Paths</maml:name>
            <maml:description>
                <maml:para>Pathnames to be deleted from the exports table.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Persistent</maml:name>
            <maml:description>
                <maml:para>Default value is false. Modify the etc/exports file to delete the rules permanently. CAUTION: If AllPaths and Persistent are both specified, all exports are removed permanently.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>AllPaths</maml:name>
            <maml:description>
                <maml:para>Default value is false. Specify to delete all rules. Paths must be left empty if this option is true.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Nfs.DeletedRules</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: nfs
API: nfs-exportfs-delete-rules</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaNfsExport -Persistent /vol/testvol</dev:code>
              <dev:remarks>
                <maml:para>Remove the export for volume &#39;testvol&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>DeletedPathnames UnexportedPathnames
---------------- -------------------
{/vol/testvol} {/vol/testvol}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaNfsExport</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaNfsExport</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaNfsExport</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaNfsMonitor</command:name>
        <maml:description>
            <maml:para>Stops monitoring the specified hosts for NFS lock recovery purposes.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaNfsMonitor</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Stops monitoring the specified hosts for NFS lock recovery purposes. The specified hosts are removed from the list of clients that will be notified of lock recovery in the event of an NFS server crash/reboot.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaNfsMonitor</maml:name>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Hosts</maml:name>
                <maml:description>
                    <maml:para>An array of hosts that are to be unmonitored.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Hosts</maml:name>
            <maml:description>
                <maml:para>An array of hosts that are to be unmonitored.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: nfs
API: nfs-monitor-remove</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaNfsMonitor sportster</dev:code>
              <dev:remarks>
                <maml:para>Stop monitoring NFS client &#39;sportster&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaNfsMonitor</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaNfsMonitor</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaPortset</command:name>
        <maml:description>
            <maml:para>Destroys an existing port set.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaPortset</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Destroys an existing port set. By default a set cannot be destroyed if there are existing igroup associated with that set.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaPortset</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the port set to destroy.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>Forcibly destroy the portset, even if there are existing igroup bindings. Best practice is to attempt to unbind all the associated igroups before destroying it.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the port set to destroy.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>Forcibly destroy the portset, even if there are existing igroup bindings. Best practice is to attempt to unbind all the associated igroups before destroying it.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: portset
API: portset-destroy</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaPortset portset1</dev:code>
              <dev:remarks>
                <maml:para>Destroy portset &#39;portset1&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaPortset</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaPortset</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaPortsetPort</command:name>
        <maml:description>
            <maml:para>Removes a port from a port set.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaPortsetPort</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Removes a port from a port set.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaPortsetPort</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the port set.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Port</maml:name>
                <maml:description>
                    <maml:para>This is the name of the port that is to be removed from the portset. It can be input in two styles.
 
The filername:slotletter format will remove the port from a specific filer. For example: “buxton:4a”
 
The slotletter format will remove the port from both the local and partner filers. For example: &quot;4a&quot;</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the port set.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Port</maml:name>
            <maml:description>
                <maml:para>This is the name of the port that is to be removed from the portset. It can be input in two styles.
 
The filername:slotletter format will remove the port from a specific filer. For example: “buxton:4a”
 
The slotletter format will remove the port from both the local and partner filers. For example: &quot;4a&quot;</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Portset.PortsetInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: portset
API: portset-remove</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaPortsetPort portset1 0c</dev:code>
              <dev:remarks>
                <maml:para>Unbind port &#39;0c&#39; from portset &#39;portset1&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>PortsetName : portset1
PortsetPortInfo : {}
PortsetPortTotal : 0
PortsetType : fcp
InitiatorGroupInfo : {}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaPortsetPort</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaQtree</command:name>
        <maml:description>
            <maml:para>Delete the specified qtree.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaQtree</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Delete the specified qtree.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaQtree</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of an existing qtree. The path should be in this format: /vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>Force the deletion of the qtree even if it not empty. On using &quot;Force&quot; option, ZAPI may take a long time to complete because the contents of the entire qtree will have to be deleted before it returns.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Remove-NaQtree</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue)" position = "1" >
                <maml:name>QtreeInfo</maml:name>
                <maml:description>
                    <maml:para>Alternate parameter set allows for a qtree to be passed in via the pipeline for deletion.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >QtreeInfo</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>Force the deletion of the qtree even if it not empty. On using &quot;Force&quot; option, ZAPI may take a long time to complete because the contents of the entire qtree will have to be deleted before it returns.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of an existing qtree. The path should be in this format: /vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>Force the deletion of the qtree even if it not empty. On using &quot;Force&quot; option, ZAPI may take a long time to complete because the contents of the entire qtree will have to be deleted before it returns.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
            <maml:name>QtreeInfo</maml:name>
            <maml:description>
                <maml:para>Alternate parameter set allows for a qtree to be passed in via the pipeline for deletion.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">QtreeInfo</command:parameterValue>
            <dev:type>
                <maml:name>QtreeInfo</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: qtree
API: qtree-delete</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaQtree /vol/vol2/testq</dev:code>
              <dev:remarks>
                <maml:para>Remove qtree &#39;testq&#39; from volume &#39;vol2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaQtree /vol/vol2/testq | Remove-NaQtree</dev:code>
              <dev:remarks>
                <maml:para>Remove qtree &#39;testq&#39; from volume &#39;vol2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaQtree</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaQtree</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaQuota</command:name>
        <maml:description>
            <maml:para>Deletes a quota entry specified by type, target, volume, and tree.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaQuota</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Deletes a quota entry specified by type, target, volume, and tree.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaQuota</maml:name>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>UserName</maml:name>
                <maml:description>
                    <maml:para>A user can be specfied as a: unix user name, numerical user ID, windows account name, Windows SID or a comma separated list of multiple users.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Name of the volume for the quota.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Qtree</maml:name>
                <maml:description>
                    <maml:para>This is the qtree name that the quota resides on. It can be the qtree name or omitted if no qtree.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Remove-NaQuota</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>GroupId</maml:name>
                <maml:description>
                    <maml:para>May be one of the following: Unix group name, numerical group id (If the group id is 0, no limits set will be enforced, but usage will still be tracked), or the pathname of a file owned by that group (specifying a file or directory will not affect the quota on that file or directory, only the GID).</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Name of the volume for the quota.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Qtree</maml:name>
                <maml:description>
                    <maml:para>This is the qtree name that the quota resides on. It can be the qtree name or omitted if no qtree.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Remove-NaQuota</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>A complete path to an existing qtree.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Remove-NaQuota</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Type</maml:name>
                <maml:description>
                    <maml:para>Quota type: &quot;user&quot;, &quot;group&quot;, or &quot;tree&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>This is the quota target of the type specified. The target can be of the form: &lt;name&gt;, &lt;number&gt;, or &lt;path name&gt;. Multiple targets can be specified by a comma-separated list.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Name of the volume for the quota.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Qtree</maml:name>
                <maml:description>
                    <maml:para>This is the qtree name that the quota resides on. It can be the qtree name or omitted if no qtree.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>UserName</maml:name>
            <maml:description>
                <maml:para>A user can be specfied as a: unix user name, numerical user ID, windows account name, Windows SID or a comma separated list of multiple users.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>Name of the volume for the quota.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Qtree</maml:name>
            <maml:description>
                <maml:para>This is the qtree name that the quota resides on. It can be the qtree name or omitted if no qtree.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>GroupId</maml:name>
            <maml:description>
                <maml:para>May be one of the following: Unix group name, numerical group id (If the group id is 0, no limits set will be enforced, but usage will still be tracked), or the pathname of a file owned by that group (specifying a file or directory will not affect the quota on that file or directory, only the GID).</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>A complete path to an existing qtree.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Type</maml:name>
            <maml:description>
                <maml:para>Quota type: &quot;user&quot;, &quot;group&quot;, or &quot;tree&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>Target</maml:name>
            <maml:description>
                <maml:para>This is the quota target of the type specified. The target can be of the form: &lt;name&gt;, &lt;number&gt;, or &lt;path name&gt;. Multiple targets can be specified by a comma-separated list.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: quota
API: quota-delete-entry</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaQuota tree /vol/testvol/testq testvol testq</dev:code>
              <dev:remarks>
                <maml:para>Remove a quota.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaQuotaEntry | Remove-NaQuota</dev:code>
              <dev:remarks>
                <maml:para>Remove all quotas.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 3 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaQuota -GroupId Users -Volume testvol -Qtree qtree2</dev:code>
              <dev:remarks>
                <maml:para>Remove a group quota.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 4 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaQuota -Path /vol/testvol/qtree2</dev:code>
              <dev:remarks>
                <maml:para>Remove the quota for qtree2 on testvol.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 5 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaQuota -UserName vf1user -Volume testvol -Qtree qtree2</dev:code>
              <dev:remarks>
                <maml:para>Removes the quota for vf1user.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaQuota</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaRadiusServer</command:name>
        <maml:description>
            <maml:para>Remove a radius server from the radius client service.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaRadiusServer</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Remove a radius server from the radius client service.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaRadiusServer</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>IpAddress</maml:name>
                <maml:description>
                    <maml:para>The hostname or IP address (in dotted-decimal format) of the radius server to remove. For example, &quot;192.168.11.12&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>Port</maml:name>
                <maml:description>
                    <maml:para>The UDP port number of the radius server. The default port number is 1812 if not specified.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>IpAddress</maml:name>
            <maml:description>
                <maml:para>The hostname or IP address (in dotted-decimal format) of the radius server to remove. For example, &quot;192.168.11.12&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>Port</maml:name>
            <maml:description>
                <maml:para>The UDP port number of the radius server. The default port number is 1812 if not specified.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: radius
API: radius-server-remove</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaRadiusServer 10.10.10.9</dev:code>
              <dev:remarks>
                <maml:para>Remove the radius server with IP 10.10.10.9 from the radius client service.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaRadiusServer</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaRadiusServer</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaReallocateSchedule</command:name>
        <maml:description>
            <maml:para>Delete a schedule for a reallocation job.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaReallocateSchedule</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Delete a schedule for a reallocation job.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaReallocateSchedule</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path to large file or LUN whose reallocation schedule should be deleted. The path must start with /vol/.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path to large file or LUN whose reallocation schedule should be deleted. The path must start with /vol/.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Reallocate.ReallocateJobInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: reallocate
API: reallocate-delete-schedule</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaReallocateSchedule /vol/vol0</dev:code>
              <dev:remarks>
                <maml:para>Remove the reallocation schedule for volume &#39;vol0&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Flags : whole_vol,maybe_realloc,repeat
Interval : 8h
IntervalTS : 08:00:00
LayoutFactor : 2
MeasureLogfile : n/a
MeasureOnly : False
Path : /vol/vol0
ScanDetail : Inode 881985, block 0 of 1 (0%)
Schedule : n/a
State : Reallocating
Threshold : 1
ThresholdSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaReallocateSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaRole</command:name>
        <maml:description>
            <maml:para>Deletes a role.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaRole</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Deletes a role.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaRole</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Role</maml:name>
                <maml:description>
                    <maml:para>The name of the role to be deleted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Role</maml:name>
            <maml:description>
                <maml:para>The name of the role to be deleted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: useradmin
API: useradmin-role-delete</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaRole script</dev:code>
              <dev:remarks>
                <maml:para>Remove role &#39;script&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaRole</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaRole</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>New-NaRole</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaSnaplockFile</command:name>
        <maml:description>
            <maml:para>Execute a privileged delete on a SnapLock file.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaSnaplockFile</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Execute a privileged delete on a SnapLock file. The file must reside on a SnapLock Enterprise volume and the user performing the privileged delete must be a member of the &quot;Compliance Administrators&quot; group.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaSnaplockFile</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Absolute path of the file to delete. The value must be prefixed with &quot;/vol/&lt;volume-name&gt;&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Absolute path of the file to delete. The value must be prefixed with &quot;/vol/&lt;volume-name&gt;&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snaplock
API: snaplock-privileged-delete-file</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaSnaplockFile /vol/snaplock_entvol0/file1.txt</dev:code>
              <dev:remarks>
                <maml:para>Remove the SnapLock file, file1.txt, from the SnapLock Enterprise volume snaplock_entvol0.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaSnapmirror</command:name>
        <maml:description>
            <maml:para>Completely delete a SnapMirror relationship.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaSnapmirror</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>This convenience cmdlet completely deletes a SnapMirror relationship. After a series of sanity checks, this cmdlet releases the mirror on the source, breaks the mirror on the destination, deletes any snapshots on the destination, and deletes any sync or async SnapMirror schedule entries on the destination.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaSnapmirror</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Destination</maml:name>
                <maml:description>
                    <maml:para>The destination location of the SnapMirror relationship.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Source</maml:name>
                <maml:description>
                    <maml:para>The source location of the SnapMirror relationship.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>SourceController</maml:name>
                <maml:description>
                    <maml:para>The source controller, as returned by an invocation of Connect-NaController.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Destination</maml:name>
            <maml:description>
                <maml:para>The destination location of the SnapMirror relationship.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Source</maml:name>
            <maml:description>
                <maml:para>The source location of the SnapMirror relationship.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
            <maml:name>SourceController</maml:name>
            <maml:description>
                <maml:para>The source controller, as returned by an invocation of Connect-NaController.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapmirror
API: snapmirror-get-status, snapmirror-release, snapmirror-break, snapshot-delete, snapmirror-delete-schedule, snapmirror-delete-sync-schedule</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaSnapmirror -Destination benson:dunn_vol2_mirror -Source dunn:vol2 -SourceController (Connect-NaController dunn -Transient)</dev:code>
              <dev:remarks>
                <maml:para>Remove the specified Snapmirror relationship.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapmirror</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaSnapmirrorConnection</command:name>
        <maml:description>
            <maml:para>Remove a snapmirror connection. The connections are in /etc/snapmirror.conf.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaSnapmirrorConnection</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Remove a snapmirror connection. The connections are in /etc/snapmirror.conf.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaSnapmirrorConnection</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Connection name to delete. The name is in ASCII and must begin with an alpha characater.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Connection name to delete. The name is in ASCII and must begin with an alpha characater.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapmirror
API: snapmirror-delete-connection</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaSnapmirrorSchedule</command:name>
        <maml:description>
            <maml:para>Delete the schedule for a given destination.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaSnapmirrorSchedule</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Delete the schedule for a given destination. This API must be executed on the destination filer.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaSnapmirrorSchedule</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Destination</maml:name>
                <maml:description>
                    <maml:para>The destination location of a schedule to delete. The destination location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Destination</maml:name>
            <maml:description>
                <maml:para>The destination location of a schedule to delete. The destination location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapmirror.SnapmirrorStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapmirror
API: snapmirror-delete-schedule</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaSnapmirrorSchedule benson:dunn_vol2_mirror</dev:code>
              <dev:remarks>
                <maml:para>Remove the scheduled update for the specified Snapmirror destination.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BaseSnapshot : benson(0118045471)_dunn_vol2_mirror.1
Contents : Replica
CurrentTransferError :
CurrentTransferType :
DestinationLocation : benson:dunn_vol2_mirror
LagTime : 1444
LagTimeTS : 00:24:04
LastTransferDuration : 1218
LastTransferDurationTS : 00:20:18
LastTransferFrom : dunn:vol2
LastTransferSize : 88573992960
LastTransferType : initialize
MirrorTimestamp : 1280783067
MirrorTimestampDT : 8/2/2010 9:04:27 PM
SourceLocation : dunn:vol2
State : snapmirrored
Status : idle
TransferProgress : 0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapmirrorSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaSnapmirrorSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaSnapmirrorSyncSchedule</command:name>
        <maml:description>
            <maml:para>Delete a synchronous schedule for a given destination.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaSnapmirrorSyncSchedule</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Delete a synchronous schedule for a given destination. This API must be executed on the destination filer.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaSnapmirrorSyncSchedule</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Destination</maml:name>
                <maml:description>
                    <maml:para>The destination location of a schedule to delete. The destination location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Destination</maml:name>
            <maml:description>
                <maml:para>The destination location of a schedule to delete. The destination location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapmirror.SnapmirrorStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapmirror
API: snapmirror-delete-sync-schedule</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaSnapmirrorSyncSchedule benson:dunn_vol2_mirror</dev:code>
              <dev:remarks>
                <maml:para>Remove the synchronous Snapmirror schedule entry for the specified Snapmirror destination.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BaseSnapshot : benson(0118045471)_dunn_vol2_mirror.1
Contents : Replica
CurrentTransferError :
CurrentTransferType :
DestinationLocation : benson:dunn_vol2_mirror
LagTime : 1482
LagTimeTS : 00:24:42
LastTransferDuration : 1218
LastTransferDurationTS : 00:20:18
LastTransferFrom : dunn:vol2
LastTransferSize : 88573992960
LastTransferType : initialize
MirrorTimestamp : 1280783067
MirrorTimestampDT : 8/2/2010 9:04:27 PM
SourceLocation : dunn:vol2
State : snapmirrored
Status : idle
TransferProgress : 0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapmirrorSyncSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaSnapmirrorSyncSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaSnapshot</command:name>
        <maml:description>
            <maml:para>Delete a snapshot on a specified volume or aggregate.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaSnapshot</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Delete a snapshot on a specified volume or aggregate.
 
EBUSY is returned when the snapshot is in use.
EROFS is returned when the volume is read-only.
EAGAIN is returned when splitting a blockmap or reverting.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaSnapshot</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>TargetName</maml:name>
                <maml:description>
                    <maml:para>Name of the volume or aggregate on which the snapshot is to be deleted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>SnapName</maml:name>
                <maml:description>
                    <maml:para>Name of snapshot to be deleted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>TargetType</maml:name>
                <maml:description>
                    <maml:para>Specify the type of snapshot target, either &quot;volume&quot; or &quot;aggregate&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>TargetName</maml:name>
            <maml:description>
                <maml:para>Name of the volume or aggregate on which the snapshot is to be deleted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>SnapName</maml:name>
            <maml:description>
                <maml:para>Name of snapshot to be deleted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>TargetType</maml:name>
            <maml:description>
                <maml:para>Specify the type of snapshot target, either &quot;volume&quot; or &quot;aggregate&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>volume</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapshot
API: snapshot-delete, system-cli
Privilege: security-priv-admin, cli-snap-delete</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaSnapshot vol2 vol2snap</dev:code>
              <dev:remarks>
                <maml:para>Delete snapshot &#39;vol2snap&#39; from volume &#39;vol2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapshot vol2 snap* | Remove-NaSnapshot</dev:code>
              <dev:remarks>
                <maml:para>Remove all snapshots from volume &#39;vol2&#39; with names like &#39;snap*&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaSnapshot</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapshot</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaSnapvault</command:name>
        <maml:description>
            <maml:para>Request the secondary system to unconfigure and delete the relationship permanently.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaSnapvault</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Request the secondary system to unconfigure and delete the relationship permanently. The secondary path will be deleted. But none of the snapshots that capture this secondary path will be deleted. This API corresponds to the &#39;snapvault stop&#39; Data ONTAP command.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaSnapvault</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>SecondaryPath</maml:name>
                <maml:description>
                    <maml:para>The secondary path to be deleted. The path will be unconfigured and deleted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>SecondaryPath</maml:name>
            <maml:description>
                <maml:para>The secondary path to be deleted. The path will be unconfigured and deleted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-secondary-delete-relationship</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaSnapvault /vol/vol0/svsec</dev:code>
              <dev:remarks>
                <maml:para>Delete the SnapVault relationship for which the destination is &#39;/vol/vol0/svsec&#39; on the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaSnapvault</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvault</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaSnapvaultPriSnapshotSchedule</command:name>
        <maml:description>
            <maml:para>Request the primary system to delete the specified snapshot schedules.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaSnapvaultPriSnapshotSchedule</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Request the primary system to delete the specified snapshot schedules. The snapshot schedules that match the volume name and if specified the schedule name, will be deleted.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaSnapvaultPriSnapshotSchedule</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>VolumeName</maml:name>
                <maml:description>
                    <maml:para>The primary volume for which the schedules are to be deleted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>ScheduleName</maml:name>
                <maml:description>
                    <maml:para>Name of the schedule to be deleted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>VolumeName</maml:name>
            <maml:description>
                <maml:para>The primary volume for which the schedules are to be deleted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>ScheduleName</maml:name>
            <maml:description>
                <maml:para>Name of the schedule to be deleted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-primary-delete-snapshot-schedule</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaSnapvaultPriSnapshotSchedule vol0 vol0_sv_sched</dev:code>
              <dev:remarks>
                <maml:para>Delete the SnapVault primary snapshot schedule entry &#39;vol0_sv_sched&#39; on volume &#39;vol0&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaSnapvaultPriSnapshotSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvaultPriSnapshotSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaSnapvaultSecSnapshotSchedule</command:name>
        <maml:description>
            <maml:para>Request the secondary system to delete the specified snapshot schedules.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaSnapvaultSecSnapshotSchedule</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Request the secondary system to delete the specified snapshot schedules. The snapshot schedules that match the volume name and the snapshot prefix when specified, will be deleted.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaSnapvaultSecSnapshotSchedule</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>VolumeName</maml:name>
                <maml:description>
                    <maml:para>The secondary volume for which the schedule is to be deleted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>ScheduleName</maml:name>
                <maml:description>
                    <maml:para>The name of the schedule to be deleted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>VolumeName</maml:name>
            <maml:description>
                <maml:para>The secondary volume for which the schedule is to be deleted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>ScheduleName</maml:name>
            <maml:description>
                <maml:para>The name of the schedule to be deleted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-secondary-delete-snapshot-schedule</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaSnapvaultSecSnapshotSchedule vol0</dev:code>
              <dev:remarks>
                <maml:para>Remove all SnapVault secondary snapshot schedules from volume &#39;vol0&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaSnapvaultSecSnapshotSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvaultSecSnapshotSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaSnapvaultSoftlock</command:name>
        <maml:description>
            <maml:para>Request the system to remove softlock for the given snapshot.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaSnapvaultSoftlock</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Request the system to remove softlock for the given snapshot.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaSnapvaultSoftlock</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Name of the volume where the snapshot exists.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>Snapshot</maml:name>
                <maml:description>
                    <maml:para>Name of the snapshot for which softlock is to be removed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "3" >
                <maml:name>SoftlockName</maml:name>
                <maml:description>
                    <maml:para>Name of softlock which uniquely identifies the softlock for the snapshot. When not specified, softlock with default name will be removed. When softlock name has value &quot;-all&quot;, all softlocks on the snapshot will be removed. Name of softlock can contain letters, numbers, and underscore character (_), and can be up to 64 characters long.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>Name of the volume where the snapshot exists.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>Snapshot</maml:name>
            <maml:description>
                <maml:para>Name of the snapshot for which softlock is to be removed.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="3">
            <maml:name>SoftlockName</maml:name>
            <maml:description>
                <maml:para>Name of softlock which uniquely identifies the softlock for the snapshot. When not specified, softlock with default name will be removed. When softlock name has value &quot;-all&quot;, all softlocks on the snapshot will be removed. Name of softlock can contain letters, numbers, and underscore character (_), and can be up to 64 characters long.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-remove-softlock</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaSnapvaultSoftlock vol0 vol0_sv_sched.3 -SoftlockName &quot;-all&quot;</dev:code>
              <dev:remarks>
                <maml:para>Remove all softlocks from snapshot &#39;vol0_sv_sched.3&#39; in volume &#39;vol0&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaSnapvaultSoftlock</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvaultSoftlock</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvaultSoftlockedSnapshot</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaSnmpCommunity</command:name>
        <maml:description>
            <maml:para>Deletes a community from the list of communities.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaSnmpCommunity</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Deletes a community from the list of communities.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaSnmpCommunity</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Community</maml:name>
                <maml:description>
                    <maml:para>Community name to be deleted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Remove-NaSnmpCommunity</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>All</maml:name>
                <maml:description>
                    <maml:para>Specify -All to delete all communities.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Community</maml:name>
            <maml:description>
                <maml:para>Community name to be deleted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>All</maml:name>
            <maml:description>
                <maml:para>Specify -All to delete all communities.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snmp.SnmpStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snmp
API: snmp-community-delete, snmp-community-delete-all</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaSnmpCommunity public</dev:code>
              <dev:remarks>
                <maml:para>Remove the &#39;public&#39; community.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Communities : {}
Contact :
IsTrapEnabled : True
Location :
Traphosts : {x3550rre8.rtprre.testdomain}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaSnmpCommunity -All</dev:code>
              <dev:remarks>
                <maml:para>Remove all SNMP communities.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Communities : {}
Contact :
IsTrapEnabled : True
Location :
Traphosts : {x3550rre8.rtprre.testdomain}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaSnmpCommunity</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnmp</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaSnmpTrapHost</command:name>
        <maml:description>
            <maml:para>Deletes a host from the list of trap hosts.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaSnmpTrapHost</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Deletes a host from the list of trap hosts.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaSnmpTrapHost</maml:name>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Hosts</maml:name>
                <maml:description>
                    <maml:para>Specify the host(s) to be removed. Host may be specified in Domain Name format such as MyHost.MyNetwork.com, or as an IP address such as 10.20.30.40. If a Domain Name is used, the host must resolve to an IP address.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Hosts</maml:name>
            <maml:description>
                <maml:para>Specify the host(s) to be removed. Host may be specified in Domain Name format such as MyHost.MyNetwork.com, or as an IP address such as 10.20.30.40. If a Domain Name is used, the host must resolve to an IP address.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snmp.SnmpStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snmp
API: snmp-traphost-delete</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaSnmpTrapHost 10.10.10.10 10.10.10.20</dev:code>
              <dev:remarks>
                <maml:para>Removes the specified trap destinations.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Communities : {public}
Contact : Bill Smith
IsTrapEnabled : True
Location : Main lab
Traphosts : {x3550rre8.rtprre.testdomain}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaSnmpTrapHost</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnmp</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaUser</command:name>
        <maml:description>
            <maml:para>Deletes a user.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaUser</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Deletes a user.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaUser</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>User</maml:name>
                <maml:description>
                    <maml:para>The name of the user to be deleted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>User</maml:name>
            <maml:description>
                <maml:para>The name of the user to be deleted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: useradmin
API: useradmin-user-delete</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaUser krusty</dev:code>
              <dev:remarks>
                <maml:para>Remove user &#39;krusty&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaUser</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaUser</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>New-NaUser</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaVfiler</command:name>
        <maml:description>
            <maml:para>Destroy a vfiler.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaVfiler</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Destroy a vfiler.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaVfiler</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: vfiler
API: vfiler-destroy</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaVfiler vfiler2</dev:code>
              <dev:remarks>
                <maml:para>Destroy vfiler &#39;vfiler2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaVfiler</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaVfiler</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaVfilerDr</command:name>
        <maml:description>
            <maml:para>Delete the vfiler disaster recovery relationship on this controller.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaVfilerDr</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Delete the vfiler disaster recovery relationship on this controller.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaVfilerDr</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>RemoteVfiler</maml:name>
                <maml:description>
                    <maml:para>Name of the remote vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>RemoteFiler</maml:name>
                <maml:description>
                    <maml:para>Name of the remote filer.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>If specified, the deletion will be forced.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Secure</maml:name>
                <maml:description>
                    <maml:para>If specified, a secure command channel will be used when communicating with the remote filer.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>RemoteVfiler</maml:name>
            <maml:description>
                <maml:para>Name of the remote vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>RemoteFiler</maml:name>
            <maml:description>
                <maml:para>Name of the remote filer.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>If specified, the deletion will be forced.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Secure</maml:name>
            <maml:description>
                <maml:para>If specified, a secure command channel will be used when communicating with the remote filer.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: vfiler
API: vfiler-dr-delete</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Remove-NaVfilerDr vfiler3 dunn</dev:code>
              <dev:remarks>
                <maml:para>Destroys the vfiler disaster recovery relationship with vfiler3 on dunn.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Remove-NaVol</command:name>
        <maml:description>
            <maml:para>Destroy the specified volume or plex.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Remove</command:verb>
        <command:noun>NaVol</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Destroy the specified volume or plex. If a flexible volume is specified, all of its blocks are freed and returned to its containing aggregate; no other flexible volumes in the same containing aggregate (if any) are affected. If a traditional volume is specified, all of its plexes are destroyed, and its disks are returned to the appropriate spare pool(s). If a plex is specified, it must be for a mirrored aggregate (which could potentially be embedded in a traditional volume), leaving it unmirrored. Only offline volumes and plexes can be destroyed.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Remove-NaVol</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of an existing volume or plex.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>Force the destruction of the volume even if a non-default vfiler has storage on it.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of an existing volume or plex.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>Force the destruction of the volume even if a non-default vfiler has storage on it.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-destroy</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaVol vol10 -Offline | Remove-NaVol</dev:code>
              <dev:remarks>
                <maml:para>Set volume &#39;vol10&#39; offline and then destroy it.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaVol</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaVol</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Rename-NaAggr</command:name>
        <maml:description>
            <maml:para>Rename the specified aggregate.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Rename</command:verb>
        <command:noun>NaAggr</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Rename the specified aggregate.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Rename-NaAggr</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the aggregate to rename.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>NewName</maml:name>
                <maml:description>
                    <maml:para>The new name desired for the aggregate.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the aggregate to rename.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>NewName</maml:name>
            <maml:description>
                <maml:para>The new name desired for the aggregate.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Aggr.AggrInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: aggr
API: aggr-rename</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Rename-NaAggr aggr1 aggr2</dev:code>
              <dev:remarks>
                <maml:para>Rename aggregate &#39;aggr1&#39; to &#39;aggr2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaAggr</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Rename-NaDirectory</command:name>
        <maml:description>
            <maml:para>Rename a directory.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Rename</command:verb>
        <command:noun>NaDirectory</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Rename a directory. Note that this API cannot be used to rename a directory to a different volume.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Rename-NaDirectory</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the directory, i.e. /vol/&lt;volumename&gt;/&lt;dirname&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>NewPath</maml:name>
                <maml:description>
                    <maml:para>New path of the directory, i.e. /vol/&lt;volumename&gt;/&lt;dirname&gt;. All path components except the final directory name must already exist.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the directory, i.e. /vol/&lt;volumename&gt;/&lt;dirname&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>NewPath</maml:name>
            <maml:description>
                <maml:para>New path of the directory, i.e. /vol/&lt;volumename&gt;/&lt;dirname&gt;. All path components except the final directory name must already exist.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.File.FileInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: file
API: file-rename-directory</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Rename-NaDirectory /vol/vol0/etc/testdir /vol/vol0/etc/mydir</dev:code>
              <dev:remarks>
                <maml:para>Rename /etc directory &#39;testdir&#39; to &#39;mydir&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : /vol/vol0/etc/mydir
FileType : directory
FileSize : 4096
CreationTimestampDT : 8/30/2010 9:16:21 PM
ChangedTimestampDT : 8/30/2010 9:20:56 PM
ModifiedTimestampDT : 8/30/2010 9:16:21 PM
AccessedTimestampDT : 8/30/2010 9:18:09 PM
AclType : nt_acl
OwnerId : 0
GroupId : 0
Perm : 700
HardLinksCount : 2
InodeNumber : 3600111
IsEmpty :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaDirectory</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Read-NaDirectory</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaDirectory</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Rename-NaFile</command:name>
        <maml:description>
            <maml:para>Rename a file.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Rename</command:verb>
        <command:noun>NaFile</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Rename a file. The source and destination files must be fully qualified and must reside on the same volume.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Rename-NaFile</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the file to rename, i.e. /vol/&lt;volumename&gt;/&lt;filename&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>NewPath</maml:name>
                <maml:description>
                    <maml:para>New path of the file, i.e. /vol/&lt;volumename&gt;/&lt;filename&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the file to rename, i.e. /vol/&lt;volumename&gt;/&lt;filename&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>NewPath</maml:name>
            <maml:description>
                <maml:para>New path of the file, i.e. /vol/&lt;volumename&gt;/&lt;filename&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.File.FileInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: file
API: system-cli
Privilege: api-file-get-file-info, security-priv-advanced, cli-mv</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Rename-NaFile /vol/testvol3/file1.txt /vol/testvol3/file2.txt</dev:code>
              <dev:remarks>
                <maml:para>Rename file1.txt to file2.txt.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Type Size Created Modified Owner Group Perm Empty
---- ---- ---- ------- -------- ----- ----- ---- -----
/vol/testvol3/file2.txt file 10 B 12/15/2010 12/15/2010 0 0 1077
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaFile</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Read-NaDirectory</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Rename-NaGroup</command:name>
        <maml:description>
            <maml:para>Renames a group.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Rename</command:verb>
        <command:noun>NaGroup</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Renames a group.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Rename-NaGroup</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Group</maml:name>
                <maml:description>
                    <maml:para>The group to rename.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>NewName</maml:name>
                <maml:description>
                    <maml:para>The new group name.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Group</maml:name>
            <maml:description>
                <maml:para>The group to rename.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>NewName</maml:name>
            <maml:description>
                <maml:para>The new group name.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Useradmin.UseradminGroupInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: useradmin
API: useradmin-group-modify</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Rename-NaGroup HyperVAdmins VirtAdmins</dev:code>
              <dev:remarks>
                <maml:para>Change name of group &#39;HyperVAdmins&#39; to &#39;VirtAdmins&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : VirtAdmins
Comment : HyperV VM administrators
UseradminRoles : {power, audit}
AllowedCapabilities :
Rid : 131085
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Rename-NaIgroup</command:name>
        <maml:description>
            <maml:para>Rename an existing initiator group.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Rename</command:verb>
        <command:noun>NaIgroup</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Rename an existing initiator group. The rename operation is non-disruptive.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Rename-NaIgroup</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of initiator group to be renamed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>NewName</maml:name>
                <maml:description>
                    <maml:para>New name to be given to initiator group.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of initiator group to be renamed.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>NewName</maml:name>
            <maml:description>
                <maml:para>New name to be given to initiator group.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.InitiatorGroupInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: igroup
API: igroup-rename</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Rename-NaIgroup igroup4 igroup5</dev:code>
              <dev:remarks>
                <maml:para>Rename igroup &#39;igroup4&#39; to &#39;igroup5&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>InitiatorGroupName : igroup5
InitiatorGroupType : iscsi
Initiators : {iqn.1991-05.com.microsoft:xyratex02}
InitiatorGroupOsType : windows
InitiatorGroupPortsetName :
InitiatorGroupThrottleBorrow : False
InitiatorGroupThrottleReserve : 0
InitiatorGroupUsePartner :
InitiatorGroupAluaEnabled : False
InitiatorGroupVsaEnabled : False
LunId :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaIgroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Rename-NaLun</command:name>
        <maml:description>
            <maml:para>Move (rename) a LUN.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Rename</command:verb>
        <command:noun>NaLun</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Move (rename) a LUN.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Rename-NaLun</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN to be moved.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>NewPath</maml:name>
                <maml:description>
                    <maml:para>New path of the LUN being moved to.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the LUN to be moved.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>NewPath</maml:name>
            <maml:description>
                <maml:para>New path of the LUN being moved to.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-move</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Rename-NaLun /vol/vol2/lun100 /vol/vol2/lun101</dev:code>
              <dev:remarks>
                <maml:para>Rename LUN &#39;lun100&#39; to &#39;lun101&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BackingSnapshot :
BlockSize : 512
IsSpaceReservationEnabled : True
Mapped : False
MultiprotocolType : image
Online : False
Path : /vol/vol2/lun101
ReadOnly : False
SerialNumber : abcdefghijkl
ShareState : none
Size : 2000683008
Uuid : d44cf834-180e-11df-9cab-00a09806c227
Comment :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaLun</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Rename-NaQtree</command:name>
        <maml:description>
            <maml:para>Renames the specified qtree to a new name.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Rename</command:verb>
        <command:noun>NaQtree</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Renames the specified qtree to a new name specified by &quot;NewName&quot;. If the qtree is referenced in the file /etc/exportfs, use NFS API nfs-exportfs-append-rules to modify the file so that the affected file system can be exported by the filer immediately. This command does not automatically update the /etc/exports file.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Rename-NaQtree</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of an existing qtree. The path should be in this format: /vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>NewName</maml:name>
                <maml:description>
                    <maml:para>The new qtree name.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Rename-NaQtree</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue)" position = "1" >
                <maml:name>QtreeInfo</maml:name>
                <maml:description>
                    <maml:para>Alternate parameter set allows for a qtree to be passed in via the pipeline to be renamed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >QtreeInfo</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>NewName</maml:name>
                <maml:description>
                    <maml:para>The new qtree name.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of an existing qtree. The path should be in this format: /vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>NewName</maml:name>
            <maml:description>
                <maml:para>The new qtree name.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
            <maml:name>QtreeInfo</maml:name>
            <maml:description>
                <maml:para>Alternate parameter set allows for a qtree to be passed in via the pipeline to be renamed.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">QtreeInfo</command:parameterValue>
            <dev:type>
                <maml:name>QtreeInfo</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Qtree.QtreeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: qtree
API: qtree-rename</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Rename-NaQtree /vol/vol2/qtree1 qtree2</dev:code>
              <dev:remarks>
                <maml:para>Rename qtree &#39;qtree1&#39; in volume &#39;vol2&#39; to &#39;qtree2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Id : 1
Oplocks : enabled
Qtree : qtree2
SecurityStyle : ntfs
Status : normal
Volume : vol2
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaQtree</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Rename-NaSnapshot</command:name>
        <maml:description>
            <maml:para>Rename a specified snapshot to a new name on a specified volume or aggregate.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Rename</command:verb>
        <command:noun>NaSnapshot</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Rename a specified snapshot to a new name on a specified volume or aggregate.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Rename-NaSnapshot</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>TargetName</maml:name>
                <maml:description>
                    <maml:para>Name of the volume or aggregate on which the snapshot is to be renamed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>SnapName</maml:name>
                <maml:description>
                    <maml:para>Name of snapshot to be renamed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>NewSnapName</maml:name>
                <maml:description>
                    <maml:para>New name of snapshot as a result of the rename.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>TargetType</maml:name>
                <maml:description>
                    <maml:para>Specify the type of snapshot target, either &quot;volume&quot; or &quot;aggregate&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>TargetName</maml:name>
            <maml:description>
                <maml:para>Name of the volume or aggregate on which the snapshot is to be renamed.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>SnapName</maml:name>
            <maml:description>
                <maml:para>Name of snapshot to be renamed.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
            <maml:name>NewSnapName</maml:name>
            <maml:description>
                <maml:para>New name of snapshot as a result of the rename.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>TargetType</maml:name>
            <maml:description>
                <maml:para>Specify the type of snapshot target, either &quot;volume&quot; or &quot;aggregate&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>volume</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapshot.SnapshotInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapshot
API: snapshot-rename, system-cli
Privilege: security-priv-admin, cli-snap-rename</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Rename-NaSnapshot vol2 vol2snap goldenBackup</dev:code>
              <dev:remarks>
                <maml:para>Rename snapshot &#39;vol2snap&#39; on volume &#39;vol2&#39; to &#39;goldenBackup&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Created : 3/11/2011 9:09:59 PM
Cumulative :
AccessTime : 1299877799
AccessTimeDT : 3/11/2011 9:09:59 PM
Busy : False
CumulativePercentageOfTotalBlocks : 0
CumulativePercentageOfUsedBlocks : 0
CumulativeTotal :
Dependency :
Name : goldenBackup
PercentageOfTotalBlocks : 0
PercentageOfUsedBlocks : 0
SnapshotOwnersList :
TargetName : vol2
TargetType : volume
Total :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapshot</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Rename-NaVol</command:name>
        <maml:description>
            <maml:para>Renames the specified volume.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Rename</command:verb>
        <command:noun>NaVol</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Renames the specified volume to a new name specified by &#39;NewName&#39;. If the volume is referenced in the /etc/exports file, remember to make the name change in /etc/exports also so that the affected file system can be exported by the filer after the filer reboots. The &quot;Rename-NaVol&quot; command does not automatically update the /etc/exports file.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Rename-NaVol</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of an existing volume.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>NewName</maml:name>
                <maml:description>
                    <maml:para>New volume name.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of an existing volume.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>NewName</maml:name>
            <maml:description>
                <maml:para>New volume name.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-rename</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Rename-NaVol vol2clone vol10</dev:code>
              <dev:remarks>
                <maml:para>Rename volume &#39;vol2clone&#39; to &#39;vol10&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ChecksumStyle : block
CloneChildren :
CloneParent : {clone_vol2clone.2}
ContainingAggregate : aggr1
DiskCount : 8
FilesTotal : 6381567
FilesUsed : 185
IsChecksumEnabled : True
IsInconsistent : False
IsSnaplock : False
IsUnrecoverable : False
MirrorStatus : unmirrored
Name : vol10
PercentageUsed : 64
PlexCount : 1
Plexes : {/aggr1/plex0}
QuotaInit : 0
RaidSize : 16
RaidStatus : raid_dp,sis
Reserve : 10110799872
ReserveRequired : 10110799872
ReserveUsed : 0
Sis : idle
SizeAvailable : 70695993344
SizeTotal : 198073786368
SizeUsed : 127377793024
SnaplockType :
SpaceReserve : none
SpaceReserveEnabled : True
State : online
Type : flex
Uuid : f7b5f966-11b4-11df-9caa-00a09806c227
IsUnrecoverableSpecified : True
PercentageUsedSpecified : True
SpaceReserveEnabledSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaVol</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Reset-NaFpolicyExtensionList</command:name>
        <maml:description>
            <maml:para>Resets the list of extensions in the exclude or include set.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Reset</command:verb>
        <command:noun>NaFpolicyExtensionList</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Resets the list of extensions in the exclude or include set. The exclude set defines extension patterns that won&#39;t trigger fpolicy processing.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Reset-NaFpolicyExtensionList</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the fpolicy to modify extension lists for.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>SetName</maml:name>
                <maml:description>
                    <maml:para>Defines to which set (exclude or include) the remove will be applied to. Possible values: &quot;exclude&quot;, &quot;include&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the fpolicy to modify extension lists for.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>SetName</maml:name>
            <maml:description>
                <maml:para>Defines to which set (exclude or include) the remove will be applied to. Possible values: &quot;exclude&quot;, &quot;include&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fpolicy.PolicyInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fpolicy
API: fpolicy-extensions</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Reset-NaFpolicyExtensionList test include | Get-NaFpolicyExtensionList</dev:code>
              <dev:remarks>
                <maml:para>Reset the include extensions list for fpolicy test then get the extensions list for fpolicy test.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : test
Include : {???}
Exclude : {PPT}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Reset-NaFpolicyExtensionList test exclude | Get-NaFpolicyExtensionList</dev:code>
              <dev:remarks>
                <maml:para>Resets the exclude extension list for the fpolicy test then gets the extension lists for fpolicy test.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : test
Include : {???}
Exclude : {}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaFpolicyExtension</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaFpolicyExtension</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaFpolicyExtensionList</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaFpolicyExtensionList</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Reset-NaRadiusStatistics</command:name>
        <maml:description>
            <maml:para>Reset radius client counters.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Reset</command:verb>
        <command:noun>NaRadiusStatistics</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Reset radius client counters.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Reset-NaRadiusStatistics</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: radius
API: radius-reset-stats</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Reset-NaRadiusStatistics</dev:code>
              <dev:remarks>
                <maml:para>Reset the radius client counters.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaRadiusStatistics</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Resolve-NaHost</command:name>
        <maml:description>
            <maml:para>Resolves a host name to one or more IP addresses.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Resolve</command:verb>
        <command:noun>NaHost</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Resolves a host name to one or more IP addresses. Does not support IPv6 at this time.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Resolve-NaHost</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Host</maml:name>
                <maml:description>
                    <maml:para>Name of the host to resolve.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Host</maml:name>
            <maml:description>
                <maml:para>Name of the host to resolve.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.String</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: net
API: net-resolve</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Resolve-NaHost sportster</dev:code>
              <dev:remarks>
                <maml:para>Get IP address(es) for host &#39;sportster&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>10.61.160.6
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Ping-NaHost</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Ping-NaHostInfo</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Restore-NaSnapshotFile</command:name>
        <maml:description>
            <maml:para>Reverts a single file to a revision from a specified snapshot.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Restore</command:verb>
        <command:noun>NaSnapshotFile</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Reverts a single file to a revision from a specified snapshot. The volume used for restoring the file must be online and must not be a mirror. Files other than normal files and LUNs are not restored. This includes directories (and their contents), and files with NT streams.
 
If there is not enough space in the volume, the single file snap restore will not start. If the file already exists (in the active filesystem), it will be overwritten with the version in the snapshot. It could take up to several minutes for before the API invocation returns. During this time client exclusive oplocks are revoked and hard exclusive locks like the DOS compatibility lock are invalidated. Once the invocation returns, the file restore will proceed in the background.
 
For normal files while the restore is proceeding, any operation which tries to change the file will be suspended until the restore is done. The restore may take a long time to complete depending on the size of the file being restored. The file is unavailable for use during this time.
 
For LUNs that are restored over top of their existing LUN, a LUN clone is created that is backed by the snapshot being restored from and then the clone is split. While the restore is proceeding the LUN is available and I/O (both reads and writes) is permitted. Data that is modified in the LUN while the restore is proceeding will not be overwritten by the restore process. The restore may take a long time to complete depending on the size of the LUN being restored. Use Get-NaLunCloneSplit to see the progress of the LUN restore.
 
Other single file snap restores can be executed concurrently. Also it is possible for the single file snap restore to be aborted if we run out of disk space during the operation. When this happens the timestamp of the file being restored will be updated. Thus it will not be the same as the timestamp of the file in the snapshot.
 
For normal files, an in-progress restore can be aborted by removing the file. For NFS users, the last link to the file must be removed.
 
For LUNs that are restored over top of their existing LUN, an in-progress restore can be aborted by using lun-clone-stop. The restored LUN will still be a clone in this case and it will still be partially backed by the snapshot it was restored from.
 
For all restored files, the snapshot used for the restore cannot be deleted. New snapshots cannot be created while a single-file snaprestore is in progress. Scheduled snapshots on the volume will be suspended for the duration of the restore. Tree, user and group quota limits are not enforced for the owner, group and tree in which the file is being restored. Thus if the user, group or tree quotas are exceeded, /etc/quotas will need to be altered after the single file snap restore operation has completed. Then quota resize will need to be run. When the restore completes, the file&#39;s attributes (size, permissions, ownership, etc.) should be identical as those in the snapshot.
 
If the system is halted or crashes while a single file snap restore is in progress then the operation will be restarted on reboot. A volume cannot have both a volume snaprestore and a single-file snaprestore executing simultaneously. Multiple single-file snaprestores can be in progress simultaneously.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Restore-NaSnapshotFile</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the file to restore.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>SnapName</maml:name>
                <maml:description>
                    <maml:para>Name of snapshot to restore from. Snapshot must be from same volume as the file to restore.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>RestorePath</maml:name>
                <maml:description>
                    <maml:para>Path to restore to. The path must be a full path to a filename, and must be in the same volume as the volume used for the restore. If not specified, RestorePath is defaulted to the original path.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SpaceEfficientSplitDisabled</maml:name>
                <maml:description>
                    <maml:para>Specify to disable space-efficient splitting for this specific operation.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>If specified, the restore operation will proceed even if LUN being restored is read-only.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the file to restore.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>SnapName</maml:name>
            <maml:description>
                <maml:para>Name of snapshot to restore from. Snapshot must be from same volume as the file to restore.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
            <maml:name>RestorePath</maml:name>
            <maml:description>
                <maml:para>Path to restore to. The path must be a full path to a filename, and must be in the same volume as the volume used for the restore. If not specified, RestorePath is defaulted to the original path.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>SpaceEfficientSplitDisabled</maml:name>
            <maml:description>
                <maml:para>Specify to disable space-efficient splitting for this specific operation.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>If specified, the restore operation will proceed even if LUN being restored is read-only.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapshot
API: snapshot-restore-file</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Restore-NaSnapshotFile /vol/vol2/lun100 goldenBackup</dev:code>
              <dev:remarks>
                <maml:para>Restore LUN &#39;lun100&#39; from the snapshot &#39;goldenBackup&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Restore-NaSnapshotVolume</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>New-NaSnapshot</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapshot</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Restore-NaSnapshotVolume</command:name>
        <maml:description>
            <maml:para>Reverts a volume to a specified snapshot.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Restore</command:verb>
        <command:noun>NaSnapshotVolume</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Reverts a volume to a specified snapshot. The volume must be online and must not be a mirror. If reverting the root volume, the filer will be rebooted. Non-root volumes do not require a reboot. A volume cannot have both a volume snaprestore and a single-file snaprestore executing simultaneously. Multiple single-file snaprestores can be in progress simultaneously. After the reversion, the volume is in the same state as it was when the snapshot was taken.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Restore-NaSnapshotVolume</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Name of volume to restore.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>SnapName</maml:name>
                <maml:description>
                    <maml:para>Name of snapshot to restore from.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Uuid</maml:name>
                <maml:description>
                    <maml:para>The 128 bit unique snapshot identifier expressed in the form of UUID.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>If specified, the restore operation will proceed even if the volume being restored has a read-only LUN. The read-only LUN will be restored.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>Name of volume to restore.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>SnapName</maml:name>
            <maml:description>
                <maml:para>Name of snapshot to restore from.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Uuid</maml:name>
            <maml:description>
                <maml:para>The 128 bit unique snapshot identifier expressed in the form of UUID.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>If specified, the restore operation will proceed even if the volume being restored has a read-only LUN. The read-only LUN will be restored.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapshot
API: snapshot-restore-volume</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Restore-NaSnapshotVolume vol2 goldenBackup</dev:code>
              <dev:remarks>
                <maml:para>Restore volume &#39;vol2&#39; from snapshot &#39;goldenBackup&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ChecksumStyle : block
CloneChildren : {vol10}
CloneParent :
ContainingAggregate : aggr1
DiskCount : 8
FilesTotal : 6381567
FilesUsed : 186
IsChecksumEnabled : True
IsInconsistent : False
IsSnaplock : False
IsUnrecoverable : False
MirrorStatus : unmirrored
Name : vol2
PercentageUsed : 92
PlexCount : 1
Plexes : {/aggr1/plex0}
QuotaInit : 0
RaidSize : 16
RaidStatus : raid_dp,sis
Reserve : 10110803968
ReserveRequired : 10110803968
ReserveUsed : 0
Sis : idle
SizeAvailable : 16219762688
SizeTotal : 194347270144
SizeUsed : 178127503360
SnaplockType :
SpaceReserve : volume
SpaceReserveEnabled : False
State : online
Type : flex
Uuid : e91dc1f8-ab4f-11dd-867f-00a09806c227
IsUnrecoverableSpecified : True
PercentageUsedSpecified : True
SpaceReserveEnabledSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Restore-NaSnapshotFile</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>New-NaSnapshot</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapshot</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Resume-NaAggrScrub</command:name>
        <maml:description>
            <maml:para>Resume parity scrubbing on the named aggregate, plex, or RAID group.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Resume</command:verb>
        <command:noun>NaAggrScrub</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Resume parity scrubbing on the named aggregate, plex, or RAID group. If no name is given, then resume parity scrubbing on all RAID groups for which it has been suspended.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Resume-NaAggrScrub</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the existing aggregate, plex, or RAID group for which scrubbing is to resume, using the following format:
 
[/vol/]&lt;aggrname&gt;[&lt;plexinfo&gt;][&lt;groupinfo&gt;]</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the existing aggregate, plex, or RAID group for which scrubbing is to resume, using the following format:
 
[/vol/]&lt;aggrname&gt;[&lt;plexinfo&gt;][&lt;groupinfo&gt;]</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.ScrubDetailInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: aggr
API: aggr-scrub-resume</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Resume all -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaAggr | Resume-NaAggrScrub</dev:code>
              <dev:remarks>
                <maml:para>Resumes scrubbing on all aggregates.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaAggrScrub</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Suspend-NaAggrScrub</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Stop-NaAggrScrub</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Resume-NaAggrVerify</command:name>
        <maml:description>
            <maml:para>Resume RAID mirror verification on the named aggregate.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Resume</command:verb>
        <command:noun>NaAggrVerify</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Resume RAID mirror verification on the named aggregate. If no name is given, then resume mirror verification on all aggregates that have been suspended.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Resume-NaAggrVerify</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the existing aggregate for which mirror verification is to resume.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the existing aggregate for which mirror verification is to resume.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VerifyDetailInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: aggr
API: aggr-verify-resume</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Resume-NaAggrVerify aggr1</dev:code>
              <dev:remarks>
                <maml:para>Resume verification of mirrored aggregate&#39;aggr1&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Start-NaAggrVerify</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Suspend-NaAggrVerify</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Stop-NaAggrVerify</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Resume-NaReallocate</command:name>
        <maml:description>
            <maml:para>Restart a reallocation job that is quiesced or idle.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Resume</command:verb>
        <command:noun>NaReallocate</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Restart a reallocation job that is quiesced or idle.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Resume-NaReallocate</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path to large file or LUN to restart reallocation on, starting with /vol/.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path to large file or LUN to restart reallocation on, starting with /vol/.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Reallocate.ReallocateJobInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: reallocate
API: reallocate-restart</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Resume-NaReallocate /vol/vol0</dev:code>
              <dev:remarks>
                <maml:para>Restart the reallocation job running on volume &#39;vol0&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Flags : whole_vol,maybe_realloc,repeat
Interval : 8h
IntervalTS : 08:00:00
LayoutFactor : 2
MeasureLogfile : n/a
MeasureOnly : False
Path : /vol/vol0
ScanDetail : Inode 4093 of 3923178, block 0
Schedule : n/a
State : Checking
Threshold : 1
ThresholdSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Suspend-NaReallocate</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Resume-NaVolMove</command:name>
        <maml:description>
            <maml:para>Resume a previously paused move.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Resume</command:verb>
        <command:noun>NaVolMove</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Resume a previously paused move. It will run a series of checks to determine if the volume move can be resumed. If there are no errors or warnings, the move will be resumed. The status of the move can be obtained from Get-NaVolMove. If any of the checks result in an error or warning, error or warning will be returned in the ErrorWarnings field. If the checks result in no errors but one or more warnings and the OverrideWarnings switch is set, the API will return successfully and the move will be resumed. If Cutover cannot be completed, the move will pause. The reason for the pause can be obtained from Get-NaVolMove.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Resume-NaVolMove</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>The name of the volume being moved.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>CutoverWindow</maml:name>
                <maml:description>
                    <maml:para>Time interval to complete cutover in seconds. Default is the value supplied to Start-NaVolMove.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>CutoverAttempts</maml:name>
                <maml:description>
                    <maml:para>Number of cutover attempts. Default is the value supplied to Start-NaVolMove.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ManualCutover</maml:name>
                <maml:description>
                    <maml:para>If specified, user has to initiate cutover. Default is the value supplied to Start-NaVolMove.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>KeepSource</maml:name>
                <maml:description>
                    <maml:para>If specified, the source volume will not be destroyed after the move is complete. Default is the value supplied to Start-NaVolMove.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>OverrideWarnings</maml:name>
                <maml:description>
                    <maml:para>If warnings are encountered during the resume, the default behavior is to pause. If this switch is set, the move will continue and return these warnings in the ErrorWarning field. Default is the value supplied to Start-NaVolMove.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>The name of the volume being moved.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>CutoverWindow</maml:name>
            <maml:description>
                <maml:para>Time interval to complete cutover in seconds. Default is the value supplied to Start-NaVolMove.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
            <maml:name>CutoverAttempts</maml:name>
            <maml:description>
                <maml:para>Number of cutover attempts. Default is the value supplied to Start-NaVolMove.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>ManualCutover</maml:name>
            <maml:description>
                <maml:para>If specified, user has to initiate cutover. Default is the value supplied to Start-NaVolMove.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>KeepSource</maml:name>
            <maml:description>
                <maml:para>If specified, the source volume will not be destroyed after the move is complete. Default is the value supplied to Start-NaVolMove.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>OverrideWarnings</maml:name>
            <maml:description>
                <maml:para>If warnings are encountered during the resume, the default behavior is to pause. If this switch is set, the move will continue and return these warnings in the ErrorWarning field. Default is the value supplied to Start-NaVolMove.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolMoveStatus</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-move-resume</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Resume-NaVolMove vol1</dev:code>
              <dev:remarks>
                <maml:para>Resume the move operation on vol1.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>SourceVolumeName : vol1
IsStarted : True
ErrorWarningCount : 0
ErrorWarnings : {}
MoveState : move
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Suspend-NaVolMove</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Stop-NaVolMove</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Save-NaConsistencyGroup</command:name>
        <maml:description>
            <maml:para>Commits the snapshots that were started during the preceding New-NaConsistencyGroup call.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Save</command:verb>
        <command:noun>NaConsistencyGroup</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Commits the snapshots that were started during the preceding New-NaConsistencyGroup call that returned the consistency group ID key, and unfences the volumes that were fenced.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Save-NaConsistencyGroup</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>ID</maml:name>
                <maml:description>
                    <maml:para>Key to identify the ongoing consistency group operation. This value is returned by the New-NaConsistencyGroup cmdlet.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>ID</maml:name>
            <maml:description>
                <maml:para>Key to identify the ongoing consistency group operation. This value is returned by the New-NaConsistencyGroup cmdlet.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name>System.Int64</maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: consistency group
API: cg-commit</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Save-NaConsistencyGroup 15</dev:code>
              <dev:remarks>
                <maml:para>Commit the snapshots for consistency group with ID 15.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaConsistencyGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaConsistencyGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaAggr</command:name>
        <maml:description>
            <maml:para>Set the specified aggregate or plex online, offline, or restricted.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaAggr</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set the specified aggregate or plex online, offline, or restricted. This command takes effect immediately.
 
Online: All volumes on the aggregate are brought to whatever state they were in before the aggregate was restricted or taken offline. If there are CIFS shares associated with the any of the aggregate&#39;s volumes that were also onlined, they are enabled.
 
Offline: Except in maintenance mode, the current root aggregate may not be taken offline. An aggregate marked to become the root aggregate cannot be taken offline. An aggregate containing one or more flexible volumes cannot be taken offline; its contained volumes must first be destroyed.
 
A number of operations being performed on the given aggregate can prevent this operation from succeeding, either at all or for various lengths of time. If such operations are found, the system waits up to one second for them to finish. If they don&#39;t, the command is aborted.
 
A check is also made for files in the aggregate opened by internal ONTAP processes. The command is aborted if any are found.
 
Restricted: If the aggregate is embedded in a traditional volume, the entire traditional volume will be restricted. An aggregate with one or more flexible volumes cannot be restricted; all of its contained volumes must first be destroyed.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaAggr</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the aggregate to set online/offline/restricted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Restricted</maml:name>
                <maml:description>
                    <maml:para>Set the aggregate restricted.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>CifsDelaySeconds</maml:name>
                <maml:description>
                    <maml:para>The number of seconds to wait before offlining/restricting any volumes that are hosted in the given aggregate that have active CIFS shares (if any). A value of 0 means that all such volumes are to be offlined immediately with no warning. CIFS users can lose data if they aren&#39;t given a chance to terminate applications gracefully. By default, &quot;CifsDelaySeconds&quot; is 0. NOTE: This argument may ONLY appear if the &quot;UnmountVolumes&quot; argument also appears and is set to &quot;true&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>UnmountVolumes</maml:name>
                <maml:description>
                    <maml:para>If set to &quot;true&quot;, this option specifies that all of the volumes hosted by the given aggregate are to be unmounted before the offline/restrict operation is executed. By default, the system will reject any attempt to offline/restrict an aggregate that hosts one or more online volumes.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaAggr</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the aggregate to set online/offline/restricted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Offline</maml:name>
                <maml:description>
                    <maml:para>Set the aggregate offline.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>CifsDelaySeconds</maml:name>
                <maml:description>
                    <maml:para>The number of seconds to wait before offlining/restricting any volumes that are hosted in the given aggregate that have active CIFS shares (if any). A value of 0 means that all such volumes are to be offlined immediately with no warning. CIFS users can lose data if they aren&#39;t given a chance to terminate applications gracefully. By default, &quot;CifsDelaySeconds&quot; is 0. NOTE: This argument may ONLY appear if the &quot;UnmountVolumes&quot; argument also appears and is set to &quot;true&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>UnmountVolumes</maml:name>
                <maml:description>
                    <maml:para>If set to &quot;true&quot;, this option specifies that all of the volumes hosted by the given aggregate are to be unmounted before the offline/restrict operation is executed. By default, the system will reject any attempt to offline/restrict an aggregate that hosts one or more online volumes.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaAggr</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the aggregate to set online/offline/restricted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Online</maml:name>
                <maml:description>
                    <maml:para>Set the aggregate online.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>An aggregate can not normally be brought online under the following conditions:
1. It has only 1 plex that is offline and not up-to-date.
2. It is an unmirrored or CFO aggregate that has been switched over to its DR partner as part of an MCC configuration.
 
If specified, the aggregate can be brought online without meeting these conditions.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the aggregate to set online/offline/restricted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Restricted</maml:name>
            <maml:description>
                <maml:para>Set the aggregate restricted.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>CifsDelaySeconds</maml:name>
            <maml:description>
                <maml:para>The number of seconds to wait before offlining/restricting any volumes that are hosted in the given aggregate that have active CIFS shares (if any). A value of 0 means that all such volumes are to be offlined immediately with no warning. CIFS users can lose data if they aren&#39;t given a chance to terminate applications gracefully. By default, &quot;CifsDelaySeconds&quot; is 0. NOTE: This argument may ONLY appear if the &quot;UnmountVolumes&quot; argument also appears and is set to &quot;true&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>UnmountVolumes</maml:name>
            <maml:description>
                <maml:para>If set to &quot;true&quot;, this option specifies that all of the volumes hosted by the given aggregate are to be unmounted before the offline/restrict operation is executed. By default, the system will reject any attempt to offline/restrict an aggregate that hosts one or more online volumes.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Offline</maml:name>
            <maml:description>
                <maml:para>Set the aggregate offline.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Online</maml:name>
            <maml:description>
                <maml:para>Set the aggregate online.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>An aggregate can not normally be brought online under the following conditions:
1. It has only 1 plex that is offline and not up-to-date.
2. It is an unmirrored or CFO aggregate that has been switched over to its DR partner as part of an MCC configuration.
 
If specified, the aggregate can be brought online without meeting these conditions.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Aggr.AggrInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: aggr
API: aggr-online, aggr-offline, aggr-restrict</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaAggr aggr1 -Online</dev:code>
              <dev:remarks>
                <maml:para>Set aggregate &#39;aggr1&#39; online.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaAggr aggr1 -Offline | Remove-NaAggr</dev:code>
              <dev:remarks>
                <maml:para>Destroy aggregate &#39;aggr1&#39; after setting it offline.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaAggrOption</command:name>
        <maml:description>
            <maml:para>Set the specified option for the given aggregate.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaAggrOption</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set the specified option for the given aggregate to &quot;Value&quot;. The change remains effective even if the filer is rebooted. Some options have values that are numbers, and some have values that are &quot;on&quot; (also expressible as &quot;yes&quot;, &quot;true&quot;, or &quot;1&quot; ) or &quot;off&quot; (also expressible as &quot;no&quot;, &quot;false&quot;, or &quot;0&quot;). A mixture of uppercase and lowercase characters may be used when typing an option&#39;s value. Note that the &quot;root&quot; option is special in that it doesn&#39;t have a corresponding value.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaAggrOption</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the aggregate for which we want to set an option.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Key</maml:name>
                <maml:description>
                    <maml:para>Option name.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>Value</maml:name>
                <maml:description>
                    <maml:para>NULL/empty value only in the case of the &quot;root&quot; option.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaAggrOption</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the aggregate for which we want to set an option.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Options</maml:name>
                <maml:description>
                    <maml:para>An array of AggrOptionInfo values. Note that not all options returned by Get-NaAggrOption may be set.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >AggrOptionInfo[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the aggregate for which we want to set an option.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>Key</maml:name>
            <maml:description>
                <maml:para>Option name.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="3">
            <maml:name>Value</maml:name>
            <maml:description>
                <maml:para>NULL/empty value only in the case of the &quot;root&quot; option.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="2">
            <maml:name>Options</maml:name>
            <maml:description>
                <maml:para>An array of AggrOptionInfo values. Note that not all options returned by Get-NaAggrOption may be set.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">AggrOptionInfo[]</command:parameterValue>
            <dev:type>
                <maml:name>AggrOptionInfo[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Aggr.AggrInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: aggr
API: aggr-set-option</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaAggrOption aggr1 snapshot_autodelete off</dev:code>
              <dev:remarks>
                <maml:para>Turn off snapshot autodelete for aggregate &#39;aggr1&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>get-naaggr | Set-NaAggrOption -Key lost_write_protect -Value on</dev:code>
              <dev:remarks>
                <maml:para>Enable lost-write protection on all aggregates.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaAggrOption</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaAggrRaidType</command:name>
        <maml:description>
            <maml:para></maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaAggrRaidType</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Modify the RAID type for the given aggregate to the specified RaidType. This cmdlet can also selectively change the RAID type of specific raid groups in the aggregate based on the specified DiskType. The change remains effective even if the filer is rebooted. This cmdlet does not support modifying options of a striped aggregate.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaAggrRaidType</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name or UUID of the aggregate whose option is to be set.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>RaidType</maml:name>
                <maml:description>
                    <maml:para>The type of RAID group used for this aggregate.P ossible values: &quot;raid4&quot;,&quot;raid_dp&quot;
 
The &quot;raid4&quot; setting provides one parity disk per RAID group, while &quot;raid_dp&quot; provides two. Changing this option immediately changes the RAID group type for the RAID groups in the aggregate. When upgrading RAID groups from &quot;raid4&quot; to &quot;raid_dp&quot;, each RAID group begins a reconstruction onto a spare disk allocated for the second &quot;dparity&quot; parity disk.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>DiskType</maml:name>
                <maml:description>
                    <maml:para>Type of disks to use : ATA, BSAS, FCAL, FSAS, LUN, SAS, SATA, or SSD. This option is required if we want to change the raid type of raid groups created out of the specified disks only. Otherwise, if this is not specified then the raid type for all raid groups in the aggregate would change.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name or UUID of the aggregate whose option is to be set.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>RaidType</maml:name>
            <maml:description>
                <maml:para>The type of RAID group used for this aggregate.P ossible values: &quot;raid4&quot;,&quot;raid_dp&quot;
 
The &quot;raid4&quot; setting provides one parity disk per RAID group, while &quot;raid_dp&quot; provides two. Changing this option immediately changes the RAID group type for the RAID groups in the aggregate. When upgrading RAID groups from &quot;raid4&quot; to &quot;raid_dp&quot;, each RAID group begins a reconstruction onto a spare disk allocated for the second &quot;dparity&quot; parity disk.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>DiskType</maml:name>
            <maml:description>
                <maml:para>Type of disks to use : ATA, BSAS, FCAL, FSAS, LUN, SAS, SATA, or SSD. This option is required if we want to change the raid type of raid groups created out of the specified disks only. Otherwise, if this is not specified then the raid type for all raid groups in the aggregate would change.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Aggr.AggrInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: aggr
API: aggr-modify-raid-type</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaAggrRaidType -Name aggr1 -RaidType raid_dp</dev:code>
              <dev:remarks>
                <maml:para>Change aggr1 to raid_dp.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name State TotalSize Used Available Disks RaidType RaidSize MirrorStatus FilesUsed FilesTotal
---- ----- --------- ---- --------- ----- -------- -------- ------------ --------- ----------
aggr1 online 2.9 TB 1% 2.8 TB 8 raid_dp 16 unmirrored 96 31k
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaAggr</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaCifs</command:name>
        <maml:description>
            <maml:para>Configures the filer&#39;s CIFS service.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaCifs</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Configures the filer&#39;s CIFS service. The CIFS service will start automatically once this call completes successfully.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaCifs</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>CifsServer</maml:name>
                <maml:description>
                    <maml:para>The resulting CIFS server name.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>AuthType</maml:name>
                <maml:description>
                    <maml:para>The authentication style that determines the method by which clients will be authenticated when connecting to this CIFS server. These styles are subject to change in a future release. Possible values: ad, nt4, workgroup, passwd Note: The Domain, User and Password fields are optional unless the AuthType is ad.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "3" >
                <maml:name>SecurityStyle</maml:name>
                <maml:description>
                    <maml:para>The security style determines whether or not the CIFS service will support multiprotocol access. These styles are subject to change in a future release. Possible values: ntfs, multiprotocol</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Domain</maml:name>
                <maml:description>
                    <maml:para>The name of the domain or workgroup that the CIFS server will join. This can be the NetBIOS or fully qualified domain name. Examples: cifsdomain, cifs.domain.com, cifsworkgroup</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>DCAddress</maml:name>
                <maml:description>
                    <maml:para>If this value is defined, CIFS will attempt to communicate with the domain controller directly using this address. Note: This information is only used when the AuthType is &#39;nt4&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>User</maml:name>
                <maml:description>
                    <maml:para>The name of a domain user that has the ability to add the CIFS server to the domain given in Domain. Examples: username (assumes Domain is the user&#39;s domain), cifsdomain\username, cifs.domain.com\username</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Password</maml:name>
                <maml:description>
                    <maml:para>The password for User.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Credential</maml:name>
                <maml:description>
                    <maml:para>Credentials of a domain user that has the ability to add the CIFS server to the domain.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>OrganizationalUnit</maml:name>
                <maml:description>
                    <maml:para>The distinguished name of the organizational unit that the CIFS service will become a member of. This value must be one of the organizational units retrieved from a call to Get-NaCifsOrganizationalUnit. By default, the controller will join the &#39;CN=Computers&#39; organizational unit. Note: This information is only used when AuthType is &#39;ad&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Site</maml:name>
                <maml:description>
                    <maml:para>The name of the site that the CIFS service will become a member of. This value must be one of the sites retrieved from a call to Get-NaCifsSite. If a default site was returned, it is the recommended choice. Sites will be ignored if this value is left blank. Note: This information is only used when AuthType is &#39;ad&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>CifsServer</maml:name>
            <maml:description>
                <maml:para>The resulting CIFS server name.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>AuthType</maml:name>
            <maml:description>
                <maml:para>The authentication style that determines the method by which clients will be authenticated when connecting to this CIFS server. These styles are subject to change in a future release. Possible values: ad, nt4, workgroup, passwd Note: The Domain, User and Password fields are optional unless the AuthType is ad.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="3">
            <maml:name>SecurityStyle</maml:name>
            <maml:description>
                <maml:para>The security style determines whether or not the CIFS service will support multiprotocol access. These styles are subject to change in a future release. Possible values: ntfs, multiprotocol</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Domain</maml:name>
            <maml:description>
                <maml:para>The name of the domain or workgroup that the CIFS server will join. This can be the NetBIOS or fully qualified domain name. Examples: cifsdomain, cifs.domain.com, cifsworkgroup</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>DCAddress</maml:name>
            <maml:description>
                <maml:para>If this value is defined, CIFS will attempt to communicate with the domain controller directly using this address. Note: This information is only used when the AuthType is &#39;nt4&#39;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>User</maml:name>
            <maml:description>
                <maml:para>The name of a domain user that has the ability to add the CIFS server to the domain given in Domain. Examples: username (assumes Domain is the user&#39;s domain), cifsdomain\username, cifs.domain.com\username</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Password</maml:name>
            <maml:description>
                <maml:para>The password for User.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Credential</maml:name>
            <maml:description>
                <maml:para>Credentials of a domain user that has the ability to add the CIFS server to the domain.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
            <dev:type>
                <maml:name>PSCredential</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>OrganizationalUnit</maml:name>
            <maml:description>
                <maml:para>The distinguished name of the organizational unit that the CIFS service will become a member of. This value must be one of the organizational units retrieved from a call to Get-NaCifsOrganizationalUnit. By default, the controller will join the &#39;CN=Computers&#39; organizational unit. Note: This information is only used when AuthType is &#39;ad&#39;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Site</maml:name>
            <maml:description>
                <maml:para>The name of the site that the CIFS service will become a member of. This value must be one of the sites retrieved from a call to Get-NaCifsSite. If a default site was returned, it is the recommended choice. Sites will be ignored if this value is left blank. Note: This information is only used when AuthType is &#39;ad&#39;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cifs
API: cifs-setup</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaCifs -CifsServer DUNN -AuthType ad -SecurityStyle ntfs -Domain rtprre.testdomain -User Administrator -Password p@ssw0rd</dev:code>
              <dev:remarks>
                <maml:para>Invoke the equivalent of &#39;cifs setup&#39; by having controller &#39;dunn&#39; join an Active Directory domain.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaCifs -CifsServer DUNN -AuthType workgroup -SecurityStyle ntfs -Domain cifsworkgroup</dev:code>
              <dev:remarks>
                <maml:para>Invoke the equivalent of &#39;cifs setup&#39; by having controller &#39;dunn&#39; join the &#39;cifsworkgroup&#39; workgroup.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaCifs</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Test-NaCifs</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaCifsOrganizationalUnit</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaCifsSite</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaCifsBranchCacheKey</command:name>
        <maml:description>
            <maml:para>Sets the server secret for BranchCache.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaCifsBranchCacheKey</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Sets the server secret for BranchCache.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaCifsBranchCacheKey</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>ServerSecret</maml:name>
                <maml:description>
                    <maml:para>A binary string that provides cryptographic data used by the BranchCache content server to generate hashes. Content servers that are serving the same data and are expected to provide the same hash values must use the same key. After changing this value, any existing cached content will be identified as stale and retrieved from the content server again.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>ServerSecret</maml:name>
            <maml:description>
                <maml:para>A binary string that provides cryptographic data used by the BranchCache content server to generate hashes. Content servers that are serving the same data and are expected to provide the same hash values must use the same key. After changing this value, any existing cached content will be identified as stale and retrieved from the content server again.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cifs
API: cifs-branchcache-set-key</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaCifsBranchCacheKey ABC123</dev:code>
              <dev:remarks>
                <maml:para>Change the server secret used by the BranchCache server to ABC123.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaCifsBranchCacheHashStatistics</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaCifsHomeDirectory</command:name>
        <maml:description>
            <maml:para>Provides a list of CIFS home directory paths for the controller.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaCifsHomeDirectory</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Provides a list of CIFS home directory paths for the controller. Replaces the current list of paths in use by the controller. Note that supplying an empty path list causes controller to delete any current entries.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaCifsHomeDirectory</maml:name>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Paths</maml:name>
                <maml:description>
                    <maml:para>An array, one entry per each CIFS home directory path.</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>Force</maml:name>
                <maml:description>
                    <maml:para>If true, the new set of homedir paths will be put into use even if some user homedir connections will be broken. This can cause users with open files in their home directories to lose access to the files. A user can lose data if there are updates not yet committed to disk.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Paths</maml:name>
            <maml:description>
                <maml:para>An array, one entry per each CIFS home directory path.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>If true, the new set of homedir paths will be put into use even if some user homedir connections will be broken. This can cause users with open files in their home directories to lose access to the files. A user can lose data if there are updates not yet committed to disk.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Cifs.PathErrorInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cifs
API: cifs-homedir-paths-set</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaCifsHomeDirectory &quot;/vol/vol0/user1&quot;,&quot;/vol/vol0/user2&quot;,&quot;/vol/vol0/user3&quot;</dev:code>
              <dev:remarks>
                <maml:para>Set the home directories for three users (one of which doesn&#39;t exist).</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ErrorPath ErrorPathDesc
--------- -------------
/vol/vol0/user3 Homedir path doesn&#39;t exist, discardi...
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaCifsHomeDirectory @()</dev:code>
              <dev:remarks>
                <maml:para>Removes all CIFS home directories.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaCifsHomeDirectory</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaCifsNetBiosAlias</command:name>
        <maml:description>
            <maml:para>Provides a list of NetBIOS alias names for the controller.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaCifsNetBiosAlias</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Provides a list of NetBIOS alias names for the controller. The controller replaces the current list of aliases with with this list. Note that supplying an empty name list causes the controller to delete all current entries.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaCifsNetBiosAlias</maml:name>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para></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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cifs
API: cifs-nbalias-names-set</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaCifsNetBiosAlias DUNN</dev:code>
              <dev:remarks>
                <maml:para>Set a single NetBIOS alias, &#39;DUNN&#39;, for the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaCifsNetBiosAlias @()</dev:code>
              <dev:remarks>
                <maml:para>Removes all net bios aliases.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaCifsNetBiosAlias</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaCifsShare</command:name>
        <maml:description>
            <maml:para>Changes settings of one or more CIFS shares at any time, even if the shares are in use.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaCifsShare</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Changes settings of one or more CIFS shares at any time, even if the shares are in use.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaCifsShare</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Share</maml:name>
                <maml:description>
                    <maml:para>If fully specified, it&#39;s the name of the existing share to be changed. If the name contains the wildcard characters * or ?, then all the shares matching the specified name are to be changed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Comment</maml:name>
                <maml:description>
                    <maml:para>If specified, changes description of the share. CIFS clients see this description when browsing the filer&#39;s shares. Specifying an empty string clears the previous description.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>MaxUsers</maml:name>
                <maml:description>
                    <maml:para>If specified, changes the maximum number of simultaneous connections to the new share. It must be a positive number or else zero, in which case no limit is imposed on the number of connections to the share.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Group</maml:name>
                <maml:description>
                    <maml:para>If specified, changes name of the group to which files to be created in the share belong. The groupname is the name of a group in the UNIX group database. If the string is empty, files to be created in the share do not belong to a particular UNIX group. That is, each file belongs to the same group as the owner of the file.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Widelink</maml:name>
                <maml:description>
                    <maml:para>If true, allows clients to follow absolute symbolic links outside of this share, subject to NT security. This feature requires an entry in the /etc/symlink.translations file and it requires that the client supports Microsoft&#39;s Distributed File System (DFS). If false or not specified, widelinks in the share are disabled.</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>SymlinkStrictSecurity</maml:name>
                <maml:description>
                    <maml:para>If true or not specified, strict symlink security is enabled. If false, allows clients to follow symbolic links to destinations on this filer but outside of the current share. It is not checked if the client is authenticated to the symbolic link&#39;s destination.</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>VirusScan</maml:name>
                <maml:description>
                    <maml:para>If true or not specified, virus scan is done when clients open files on this share, else no virus scan is done.</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>VirusScanRead</maml:name>
                <maml:description>
                    <maml:para>If true or not specified, virus scan is done when clients open files on this share for read access, else no virus scan is done for read access on this share.</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Browse</maml:name>
                <maml:description>
                    <maml:para>If true or not specified, shares are visible to browsing clients and can be enumerated (e.g. &quot;net view&quot;, SrvMgr, AD).</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Umask</maml:name>
                <maml:description>
                    <maml:para>If specified, sets file mode creation mask for a share in qtrees with Unix or mixed security styles. The mask restricts the initial permissions setting of a newly created file or directory. If not specified, the file mode creation mask of the share is 0. This field is ignored when both DirectoryUmask and FileUmask are present.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>DirectoryUmask</maml:name>
                <maml:description>
                    <maml:para>If specified, sets file mode creation mask for a share in qtrees with Unix or mixed security styles. The mask restricts the initial permissions setting of a newly created directory. For directories, this mask overrides one set with &quot;Umask&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>FileUmask</maml:name>
                <maml:description>
                    <maml:para>If specified, sets file mode creation mask for a share in qtrees with Unix or mixed security styles. The mask restricts the initial permissions setting of a newly created file. For files, this mask overrides one set with &quot;Umask&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Caching</maml:name>
                <maml:description>
                    <maml:para>If specified, the following is done based on the value of the string: &quot;no_caching&quot;: disallow Windows clients from caching any files on this share. This is the default value. &quot;auto_document_caching&quot;: allow Windows clients to cache user documents on this share. &quot;auto_program_caching&quot;: allow Windows clients to cache programs on this share. The actual caching behavior depends on the Windows client.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>AccessBasedEnum</maml:name>
                <maml:description>
                    <maml:para>If true, Access Based Enumeration (ABE) is enabled. ABE filtered shared folders are visible to a user based on that individual user&#39;s access rights, preventing the display of folders or other shared resources that the user does not have rights to access.</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>NamespaceChaching</maml:name>
                <maml:description>
                    <maml:para>If true, namespace caching is enabled on the share. If namespace caching is enabled on a share, clients are allowed to cache the directory enumeration results for better performance.</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Share</maml:name>
            <maml:description>
                <maml:para>If fully specified, it&#39;s the name of the existing share to be changed. If the name contains the wildcard characters * or ?, then all the shares matching the specified name are to be changed.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Comment</maml:name>
            <maml:description>
                <maml:para>If specified, changes description of the share. CIFS clients see this description when browsing the filer&#39;s shares. Specifying an empty string clears the previous description.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>MaxUsers</maml:name>
            <maml:description>
                <maml:para>If specified, changes the maximum number of simultaneous connections to the new share. It must be a positive number or else zero, in which case no limit is imposed on the number of connections to the share.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Group</maml:name>
            <maml:description>
                <maml:para>If specified, changes name of the group to which files to be created in the share belong. The groupname is the name of a group in the UNIX group database. If the string is empty, files to be created in the share do not belong to a particular UNIX group. That is, each file belongs to the same group as the owner of the file.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Widelink</maml:name>
            <maml:description>
                <maml:para>If true, allows clients to follow absolute symbolic links outside of this share, subject to NT security. This feature requires an entry in the /etc/symlink.translations file and it requires that the client supports Microsoft&#39;s Distributed File System (DFS). If false or not specified, widelinks in the share are disabled.</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>SymlinkStrictSecurity</maml:name>
            <maml:description>
                <maml:para>If true or not specified, strict symlink security is enabled. If false, allows clients to follow symbolic links to destinations on this filer but outside of the current share. It is not checked if the client is authenticated to the symbolic link&#39;s destination.</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>VirusScan</maml:name>
            <maml:description>
                <maml:para>If true or not specified, virus scan is done when clients open files on this share, else no virus scan is done.</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>VirusScanRead</maml:name>
            <maml:description>
                <maml:para>If true or not specified, virus scan is done when clients open files on this share for read access, else no virus scan is done for read access on this share.</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Browse</maml:name>
            <maml:description>
                <maml:para>If true or not specified, shares are visible to browsing clients and can be enumerated (e.g. &quot;net view&quot;, SrvMgr, AD).</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Umask</maml:name>
            <maml:description>
                <maml:para>If specified, sets file mode creation mask for a share in qtrees with Unix or mixed security styles. The mask restricts the initial permissions setting of a newly created file or directory. If not specified, the file mode creation mask of the share is 0. This field is ignored when both DirectoryUmask and FileUmask are present.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>DirectoryUmask</maml:name>
            <maml:description>
                <maml:para>If specified, sets file mode creation mask for a share in qtrees with Unix or mixed security styles. The mask restricts the initial permissions setting of a newly created directory. For directories, this mask overrides one set with &quot;Umask&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>FileUmask</maml:name>
            <maml:description>
                <maml:para>If specified, sets file mode creation mask for a share in qtrees with Unix or mixed security styles. The mask restricts the initial permissions setting of a newly created file. For files, this mask overrides one set with &quot;Umask&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Caching</maml:name>
            <maml:description>
                <maml:para>If specified, the following is done based on the value of the string: &quot;no_caching&quot;: disallow Windows clients from caching any files on this share. This is the default value. &quot;auto_document_caching&quot;: allow Windows clients to cache user documents on this share. &quot;auto_program_caching&quot;: allow Windows clients to cache programs on this share. The actual caching behavior depends on the Windows client.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>AccessBasedEnum</maml:name>
            <maml:description>
                <maml:para>If true, Access Based Enumeration (ABE) is enabled. ABE filtered shared folders are visible to a user based on that individual user&#39;s access rights, preventing the display of folders or other shared resources that the user does not have rights to access.</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>NamespaceChaching</maml:name>
            <maml:description>
                <maml:para>If true, namespace caching is enabled on the share. If namespace caching is enabled on a share, clients are allowed to cache the directory enumeration results for better performance.</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Cifs.CifsShareInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cifs
API: cifs-share-change</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaCifsShare MyFiles -Comment &quot;My development projects&quot;</dev:code>
              <dev:remarks>
                <maml:para>Add a comment to a CIFS share.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Caching :
Description : My development projects
DirUmask :
FileUmask :
Forcegroup :
IsSymlinkStrictSecurity :
IsVolOffline :
IsVscan :
IsVscanread :
IsWidelink :
Maxusers :
MountPoint : /vol/vol2
ShareName : MyFiles
Umask :
DirUmaskSpecified : False
FileUmaskSpecified : False
IsSymlinkStrictSecuritySpecified : False
IsVolOfflineSpecified : False
IsVscanSpecified : False
IsVscanreadSpecified : False
IsWidelinkSpecified : False
MaxusersSpecified : False
UmaskSpecified : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaCifsShare</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaCifsShare</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaCifsShare</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaCifsShareAcl</command:name>
        <maml:description>
            <maml:para>Sets the access control list entry for the given CIFS share.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaCifsShareAcl</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Sets the access control list entry for the given CIFS share for a specific user, group, or unix group. This API is equivalent to &quot;cifs access &lt;share&gt; [-g] &lt;user|group&gt; &lt;rights&gt;&quot; CLI.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaCifsShareAcl</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Share</maml:name>
                <maml:description>
                    <maml:para>CIFS share name. It specifies name of the share for which the access rights have to be set. This is a case insensitive field. The maximum size of the share name is 256 characters.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>User</maml:name>
                <maml:description>
                    <maml:para>Name of the user. This API sets the access rights for the specified user. This is a case sensitive field. If the specified user does not exist, this API fails with the reason &quot;Unknown user: &lt;username&gt;&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>AccessRights</maml:name>
                <maml:description>
                    <maml:para>Access rights to be set to the above share and user. The format of the rights can be Unix-style combinations of r, w, x; or NT-style &quot;No Access&quot;, &quot;Read&quot;, &quot;Change&quot;, and &quot;Full Control&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaCifsShareAcl</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Share</maml:name>
                <maml:description>
                    <maml:para>CIFS share name. It specifies name of the share for which the access rights have to be set. This is a case insensitive field. The maximum size of the share name is 256 characters.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>UnixGroup</maml:name>
                <maml:description>
                    <maml:para>Name of the unix group. This field specifies the unix group for which the access rights are to be set. This is a case sensitive field. If the specified group name does not exist, this API fails with the reason &quot;Unknown Unix group : &lt;groupname&gt;&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>AccessRights</maml:name>
                <maml:description>
                    <maml:para>Access rights to be set to the above share and user. The format of the rights can be Unix-style combinations of r, w, x; or NT-style &quot;No Access&quot;, &quot;Read&quot;, &quot;Change&quot;, and &quot;Full Control&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaCifsShareAcl</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Share</maml:name>
                <maml:description>
                    <maml:para>CIFS share name. It specifies name of the share for which the access rights have to be set. This is a case insensitive field. The maximum size of the share name is 256 characters.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue)" position = "named" >
                <maml:name>Acl</maml:name>
                <maml:description>
                    <maml:para>An ACL object as returned by Get-NaCifsShareAcl. This parameter set simplifies copying ACLs among CIFS shares.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >CifsShareAclInfo</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Share</maml:name>
            <maml:description>
                <maml:para>CIFS share name. It specifies name of the share for which the access rights have to be set. This is a case insensitive field. The maximum size of the share name is 256 characters.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>User</maml:name>
            <maml:description>
                <maml:para>Name of the user. This API sets the access rights for the specified user. This is a case sensitive field. If the specified user does not exist, this API fails with the reason &quot;Unknown user: &lt;username&gt;&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
            <maml:name>AccessRights</maml:name>
            <maml:description>
                <maml:para>Access rights to be set to the above share and user. The format of the rights can be Unix-style combinations of r, w, x; or NT-style &quot;No Access&quot;, &quot;Read&quot;, &quot;Change&quot;, and &quot;Full Control&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>UnixGroup</maml:name>
            <maml:description>
                <maml:para>Name of the unix group. This field specifies the unix group for which the access rights are to be set. This is a case sensitive field. If the specified group name does not exist, this API fails with the reason &quot;Unknown Unix group : &lt;groupname&gt;&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named">
            <maml:name>Acl</maml:name>
            <maml:description>
                <maml:para>An ACL object as returned by Get-NaCifsShareAcl. This parameter set simplifies copying ACLs among CIFS shares.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">CifsShareAclInfo</command:parameterValue>
            <dev:type>
                <maml:name>CifsShareAclInfo</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Cifs.CifsShareInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cifs
API: cifs-share-ace-set</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaCifsShareAcl HOME root -AccessRights rw | Get-NaCifsShareAcl</dev:code>
              <dev:remarks>
                <maml:para>Add read/write rights to the CIFS share &#39;HOME&#39; for the root user.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ShareName UserAclInfo
--------- -----------
HOME {everyone, root}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaCifsShareAcl share1 | Set-NaCifsShareAcl share2 | ft -AutoSize</dev:code>
              <dev:remarks>
                <maml:para>Copy all ACL entries from CIFS share &#39;share1&#39; to CIFS share &#39;share2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>MountPoint ShareName Description
---------- --------- -----------
/vol/vol2 share2
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaCifsShare</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaCifsShareAcl</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaCifsShareAcl</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaDiskFail</command:name>
        <maml:description>
            <maml:para>Fail a file system disk.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaDiskFail</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Fail a file system disk. Removes the specified file system disk from the RAID configuration, spinning the disk down when removal is complete. disk fail is used to remove a file system disk that may be logging excessive errors and requires replacement. Note that if optional input parameter &#39;is-immediate&#39; is true, the specified disk will be immediately failed out, and the RAID group to which the disk belongs will enter degraded mode (meaning a disk is missing from the RAID group). If a spare disk at least as large as the disk being removed is available, the contents of the disk being removed will be reconstructed onto that spare disk. If &#39;is-immediate&#39; options is false or not specified, system will prefail the disk and its content will be copied to a replacement disk if a suitable spare disk is available, and afterwards the prefailed disk will be failed out. This process can be observed by polling &quot;Get-NaDisk&quot; for this disk and tracking values of elements copy-destination and copy-percent. The disk being failed is marked as ``broken&#39;&#39;, so that if it remains in the disk shelf, it will not be used by the filer as a spare disk. If the disk is moved to another filer, that filer will use it as a spare. This is not a recommended course of action, as the reason that the disk was failed may have been because it needed to be replaced. NOTE: Data ONTAP 7.0 and earlier releases don&#39;t indicate failure code properly.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaDiskFail</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the disk to fail, e.g. &quot;v0.1&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Immediate</maml:name>
                <maml:description>
                    <maml:para>Specify &#39;true&#39; if disk is to be failed out immediately. If disk is to be prefailed, specify &#39;false&#39;. Default value is &#39;false&#39;.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the disk to fail, e.g. &quot;v0.1&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Immediate</maml:name>
            <maml:description>
                <maml:para>Specify &#39;true&#39; if disk is to be failed out immediately. If disk is to be prefailed, specify &#39;false&#39;. Default value is &#39;false&#39;.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Disk.DiskDetailInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: disk
API: disk-fail</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaDiskFail 0a.28</dev:code>
              <dev:remarks>
                <maml:para>Pre-fail file system disk &#39;0a.28&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Aggregate : aggr1
Bay : 12
BlocksRead : 276409408
BlocksWritten : 279805384
BrokenDetails :
BytesPerSector : 520
ChecksumCompatibility : zoned/block
CopyDestination :
CopyPercent :
DiskModel : X274_S10K7146F10
DiskType : FCAL
DiskUid : 20000018:6284A8D4:00000000:00000000:00000000:0
                                 0000000:00000000:00000000:00000000:00000000
FirmwareRevision : NA07
GrownDefectListCount : 0
HostAdapter : 0a
Id : 1048577
IsDynamicallyQualified : False
IsOffline :
IsPrefailed : True
IsReplacing : False
IsZeroed :
Name : 0a.28
PhysicalBlocks : 280790184
PhysicalSpace : 143764574208
Plex : plex0
Pool : Pool0
Port : A
PortName : FC:A
PoweronHours : 18941
RaidGroup : rg0
RaidState : present
RaidType : data
RawDiskSectors : 280790184
ReconstructionPercent :
Rpm : 10000
ScrubCount : 28
ScrubLastDone : 49302
SecondaryName :
SecondaryPort :
SerialNumber : 3KS66RDP000097324ASA
Shelf : 1
ShmTimeInterval : 5189191
UsedBlocks : 278528000
UsedSpace : 142606336000
VSeriesDetailInfo :
VendorId : NETAPP
Volume :
ZeroingPercent :
CopyPercentSpecified : False
IsOfflineSpecified : False
IsPrefailedSpecified : True
IsReplacingSpecified : True
IsZeroedSpecified : False
PoweronHoursSpecified : True
ReconstructionPercentSpecified : False
RpmSpecified : True
ZeroingPercentSpecified : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaDiskUnfail</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaDiskOwner</command:name>
        <maml:description>
            <maml:para>Changes ownership on a disk.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaDiskOwner</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Changes ownership on a disk. The normal usage is when there is no current owner or to assign a disk to a pool.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaDiskOwner</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of disk to assign. Wildcarding for disk string is supported.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Owner</maml:name>
                <maml:description>
                    <maml:para>Assign disk to specific owner.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>OwnerID</maml:name>
                <maml:description>
                    <maml:para>Assign disk to specific owner ID (NVRAM ID or serial number). Range : [0..2^32-1].</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >UInt32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Pool</maml:name>
                <maml:description>
                    <maml:para>Assign disk to specific pool, e.g. &#39;0&#39; or &#39;1&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >UInt32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Checksum</maml:name>
                <maml:description>
                    <maml:para>Assign checksum type to disk. Option may only be specified on a gFiler. Possible values: &#39;block&#39; or &#39;zoned&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>Force flag need to be set to &#39;true&#39; if assigning disks which are already owned a Filer. However, if that Filer is up and has put a reservation on the disk, even the force option won&#39;t work.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>All</maml:name>
                <maml:description>
                    <maml:para>Assign all unowned visible disks to the specified node.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>DiskCount</maml:name>
                <maml:description>
                    <maml:para>Assign specified count of disks.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>DiskType</maml:name>
                <maml:description>
                    <maml:para>Assign specified type of disk or set of disks.
 
Type of disk: ATA, BSAS, EATA, FCAL, FSAS, LUN, MSATA, SAS, SATA, SCSI, SSD, BSSD, XATA, XSAS, or unknown.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaDiskOwner</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of disk to assign. Wildcarding for disk string is supported.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Owner</maml:name>
                <maml:description>
                    <maml:para>Assign disk to specific owner.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>OwnerID</maml:name>
                <maml:description>
                    <maml:para>Assign disk to specific owner ID (NVRAM ID or serial number). Range : [0..2^32-1].</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >UInt32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Pool</maml:name>
                <maml:description>
                    <maml:para>Assign disk to specific pool, e.g. &#39;0&#39; or &#39;1&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >UInt32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Checksum</maml:name>
                <maml:description>
                    <maml:para>Assign checksum type to disk. Option may only be specified on a gFiler. Possible values: &#39;block&#39; or &#39;zoned&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>Force flag need to be set to &#39;true&#39; if assigning disks which are already owned a Filer. However, if that Filer is up and has put a reservation on the disk, even the force option won&#39;t work.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Auto</maml:name>
                <maml:description>
                    <maml:para>Auto-assign unowned disks which are on loops where only one filer owns the disks and the pool information is the same. No other input parameters are allowed when specifying this option.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>All</maml:name>
                <maml:description>
                    <maml:para>Assign all unowned visible disks to the specified node.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>DiskCount</maml:name>
                <maml:description>
                    <maml:para>Assign specified count of disks.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>DiskType</maml:name>
                <maml:description>
                    <maml:para>Assign specified type of disk or set of disks.
 
Type of disk: ATA, BSAS, EATA, FCAL, FSAS, LUN, MSATA, SAS, SATA, SCSI, SSD, BSSD, XATA, XSAS, or unknown.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of disk to assign. Wildcarding for disk string is supported.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>Owner</maml:name>
            <maml:description>
                <maml:para>Assign disk to specific owner.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>OwnerID</maml:name>
            <maml:description>
                <maml:para>Assign disk to specific owner ID (NVRAM ID or serial number). Range : [0..2^32-1].</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">UInt32</command:parameterValue>
            <dev:type>
                <maml:name>UInt32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Pool</maml:name>
            <maml:description>
                <maml:para>Assign disk to specific pool, e.g. &#39;0&#39; or &#39;1&#39;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">UInt32</command:parameterValue>
            <dev:type>
                <maml:name>UInt32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Checksum</maml:name>
            <maml:description>
                <maml:para>Assign checksum type to disk. Option may only be specified on a gFiler. Possible values: &#39;block&#39; or &#39;zoned&#39;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>Force flag need to be set to &#39;true&#39; if assigning disks which are already owned a Filer. However, if that Filer is up and has put a reservation on the disk, even the force option won&#39;t work.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>All</maml:name>
            <maml:description>
                <maml:para>Assign all unowned visible disks to the specified node.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>DiskCount</maml:name>
            <maml:description>
                <maml:para>Assign specified count of disks.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>DiskType</maml:name>
            <maml:description>
                <maml:para>Assign specified type of disk or set of disks.
 
Type of disk: ATA, BSAS, EATA, FCAL, FSAS, LUN, MSATA, SAS, SATA, SCSI, SSD, BSSD, XATA, XSAS, or unknown.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Auto</maml:name>
            <maml:description>
                <maml:para>Auto-assign unowned disks which are on loops where only one filer owns the disks and the pool information is the same. No other input parameters are allowed when specifying this option.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Disk.DiskSanownDetailInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: disk
API: disk-sanown-assign</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaDiskOwner 0a.29 benson</dev:code>
              <dev:remarks>
                <maml:para>Assign disk &#39;0a.29&#39; to controller &#39;benson&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Checksum :
Home : benson
HomeId : 118045471
IsFailed : False
Name : 0a.29
Owner : benson
OwnerId : 118045471
Pool : 0
ReservedBy : 118045471
SerialNo : 3KS66QVV00009732P3XW
HomeIdSpecified : True
OwnerIdSpecified : True
PoolSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaDiskOwner</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Clear-NaDiskOwner</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Switch-NaDiskOwner</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaDiskUnfail</command:name>
        <maml:description>
            <maml:para>Unfail a disk in the broken pool.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaDiskUnfail</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Unfail a disk in the broken pool, by clearing its FDR (Failed Disk Registry) entry and unfailing it at the Storage Layer, as necessary. If the &#39;MakeSpare&#39; option is set, the disk is returned to the spare pool. Otherwise, label assimilation will bring the disk back according to its on-disk labels, with one of four possible outcomes.
 
1. Disk becomes a spare. This is the common case. The disk becomes a spare upon unfail, because its parent volume is complete and online.
2. Disk is assimilated into former volume. This is a recovery scenario. The disk is brought back into an existing volume, which may result in this volume coming back online.
3. Disk is assimilated into a new partial volume. This may occur in the rare case that the disk&#39;s former volume was destroyed or moved.
4. Disk returned to broken pool. This is the case if a fatal error occurs in process of unfailing the disk.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaDiskUnfail</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the disk, e.g. &quot;v0.1&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>MakeSpare</maml:name>
                <maml:description>
                    <maml:para>Specify &#39;true&#39; to force the disk to become a spare upon unfail. Default value is &#39;false&#39;.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the disk, e.g. &quot;v0.1&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>MakeSpare</maml:name>
            <maml:description>
                <maml:para>Specify &#39;true&#39; to force the disk to become a spare upon unfail. Default value is &#39;false&#39;.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Disk.DiskDetailInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: disk
API: disk-unfail</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaDiskUnfail 0a.22</dev:code>
              <dev:remarks>
                <maml:para>Unfail disk &#39;0a.22&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Aggregate :
Bay : 6
BlocksRead : 32216
BlocksWritten : 184
BrokenDetails :
BytesPerSector : 520
ChecksumCompatibility : zoned/block
CopyDestination :
CopyPercent :
DiskModel : X274_S10K7146F10
DiskType : FCAL
DiskUid : 20000018:62848633:00000000:00000000:00000000:00000000:00000000:00000000:00000000:00000000
FirmwareRevision : NA07
GrownDefectListCount : 0
HostAdapter : 0a
Id : 1703939
IsDynamicallyQualified : False
IsOffline :
IsPrefailed :
IsReplacing :
IsZeroed : False
Name : 0a.22
PhysicalBlocks : 280790184
PhysicalSpace : 143764574208
Plex :
Pool : Pool0
Port : A
PortName : FC:A
PoweronHours : 23109
PoweronHoursTS : 962.21:00:00
RaidGroup :
RaidState : spare
RaidType : pending
RawDiskSectors : 280790184
ReconstructionPercent :
Rpm : 10000
ScrubCount : 22
ScrubLastDone : 101512
ScrubLastDoneTS : 70.11:52:00
SecondaryName :
SecondaryPort :
SerialNumber : 3KS66XHN00009732MQN9
Shelf : 1
ShmTimeInterval : 3427265
ShmTimeIntervalTS : 39.16:01:05
UsedBlocks : 278528000
UsedSpace : 142606336000
VSeriesDetailInfo :
VendorId : NETAPP
Volume :
ZeroingPercent :
CopyPercentSpecified : False
IsOfflineSpecified : False
IsPrefailedSpecified : False
IsReplacingSpecified : False
IsZeroedSpecified : True
PoweronHoursSpecified : True
ReconstructionPercentSpecified : False
RpmSpecified : True
ZeroingPercentSpecified : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaDiskFail</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaDomainUser</command:name>
        <maml:description>
            <maml:para>Adds or removes a nonlocal user to/from a group or groups.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaDomainUser</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Adds or removes a nonlocal user to/from a group or groups. The user can be specified as a SID or as domain\username. This API is only used in a windows environment.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaDomainUser</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>User</maml:name>
                <maml:description>
                    <maml:para>Name of the user in domain\username format. This can also be a SID (Windows security identifier) describing a user. A SID has the format S-1-5-21-int-int-int-rid.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>AddGroups</maml:name>
                <maml:description>
                    <maml:para>List of local groups to contain the domain user.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>RemoveGroups</maml:name>
                <maml:description>
                    <maml:para>Remove the SID from this list of local groups.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>User</maml:name>
            <maml:description>
                <maml:para>Name of the user in domain\username format. This can also be a SID (Windows security identifier) describing a user. A SID has the format S-1-5-21-int-int-int-rid.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>AddGroups</maml:name>
            <maml:description>
                <maml:para>List of local groups to contain the domain user.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>RemoveGroups</maml:name>
            <maml:description>
                <maml:para>Remove the SID from this list of local groups.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: useradmin
API: useradmin-domainuser-add, useradmin-domainuser-delete</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaDomainUser S-1-5-21-882373162-175273868-1218636855-131081 -RemoveGroups Administrators</dev:code>
              <dev:remarks>
                <maml:para>Remove the specified SID from the Administrators group.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaDomainUser</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaFcAdapterType</command:name>
        <maml:description>
            <maml:para>Change the adapter driver and/or configuration state.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaFcAdapterType</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Change the adapter driver and/or configuration state. Each configurable adapter has an adapter-type and adapter-state. The adapter-type indicates which driver is attached to the adapter, the adapter-state indicates what the configuration state of the adapter is. The fc-type is used to modify both the adapter-type and the adapter-state.
 
After setting the adapter fc-type a filer reboot is sometimes needed to make the change effective. Use Get-NaFcAdapter to determine if a filer reboot is needed.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaFcAdapterType</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Adapter</maml:name>
                <maml:description>
                    <maml:para>FC adapter name (e.g. 0a)</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>Type</maml:name>
                <maml:description>
                    <maml:para>Sets the type and state of the adapter. Possible inputs
 
&quot;unconfigured&quot; - set adapter-type to &quot;initiator&quot; and adapter-state to UNCONFIGURED
&quot;initiator&quot; - set adapter-type to &quot;initiator&quot; and adapter-state to CONFIGURED
&quot;target&quot; - set adapter-type to &quot;target&quot; and adapter-state to CONFIGURED
&quot;vi&quot; - set adapter-type to &quot;vi&quot; and adapter-state to CONFIGURED</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Adapter</maml:name>
            <maml:description>
                <maml:para>FC adapter name (e.g. 0a)</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>Type</maml:name>
            <maml:description>
                <maml:para>Sets the type and state of the adapter. Possible inputs
 
&quot;unconfigured&quot; - set adapter-type to &quot;initiator&quot; and adapter-state to UNCONFIGURED
&quot;initiator&quot; - set adapter-type to &quot;initiator&quot; and adapter-state to CONFIGURED
&quot;target&quot; - set adapter-type to &quot;target&quot; and adapter-state to CONFIGURED
&quot;vi&quot; - set adapter-type to &quot;vi&quot; and adapter-state to CONFIGURED</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fc.FcConfigInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fc
API: fc-config-set-adapter-fc-type</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaFcAdapterType 0d target</dev:code>
              <dev:remarks>
                <maml:para>Set FC adapter 0d to be an FCP target adapter.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>AdapterName : 0d
AdapterState : CONFIGURED
AdapterStatus : offline
AdapterType : target
PendingFcType :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaFcAdapterType 0d unconfigured</dev:code>
              <dev:remarks>
                <maml:para>Set FC adapter 0d to unconfigured.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>AdapterName : 0d
AdapterState : PENDING
AdapterStatus : offline
AdapterType : target
PendingFcType : unconfigured
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaFcAdapter</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaFcpAdapterMediaType</command:name>
        <maml:description>
            <maml:para>Sets the link type on the Fibre Channel target adapter.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaFcpAdapterMediaType</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Sets the link type on the Fibre Channel target adapter. It can be configured to establish a point-to-point link, a loop configuration or to automatically sense whether the connection type is a point-to-point or loop link. Setting the link to point-to-point in a loop configuration can prevent the loop from coming up properly. If the adapter is online, it must be brought offline and then online in order for a new mediatype to take effect. This may temporarily disrupt fcp service on the target adapter.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaFcpAdapterMediaType</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Adapter</maml:name>
                <maml:description>
                    <maml:para>FC adapter to modify.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>MediaType</maml:name>
                <maml:description>
                    <maml:para>Media type to set. Valid values are point-to-point (&quot;ptp&quot;), loop configuration (&quot;loop&quot;), or automatic (&quot;auto&quot;).</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Adapter</maml:name>
            <maml:description>
                <maml:para>FC adapter to modify.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>MediaType</maml:name>
            <maml:description>
                <maml:para>Media type to set. Valid values are point-to-point (&quot;ptp&quot;), loop configuration (&quot;loop&quot;), or automatic (&quot;auto&quot;).</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fcp.FcpConfigAdapterInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fcp
API: fcp-adapter-config-media-type</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaFcpAdapterMediaType 0c auto</dev:code>
              <dev:remarks>
                <maml:para>Set the media type on FC target adapter 0c to &#39;auto&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Adapter : 0c
AdapterType : Local
CacheLineSize : 16
ConnectionEstablished : loop
DataLinkRate : 0
ErrorMsg :
ExternalGbicEnabled : False
FabricEstablished : False
FirmwareRev : 4.5.2
HardwareRev : 2
InfoName : Dual-channel, QLogic 2432 (2462)
LoopId :
MediaType : auto
NodeName : 50:0a:09:80:87:09:3b:1f
PacketSize : 2048
PartnerAdapter :
PciBusWidth :
PciClockSpeed :
PortAddress : 0
PortId :
PortName : 50:0a:09:83:97:09:3b:1f
Speed : auto
SramParityEnabled : True
Standby : False
State : offlined by user/system
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaFcpAdapter</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaFcpAdapterPartner</command:name>
        <maml:description>
            <maml:para>Sets the name of the partner adapter which the local adapter should takeover.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaFcpAdapterPartner</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Sets the name of the partner adapter which the local adapter should takeover.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaFcpAdapterPartner</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Adapter</maml:name>
                <maml:description>
                    <maml:para>Local FC adapter.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>PartnerAdapter</maml:name>
                <maml:description>
                    <maml:para>Partner FC adapter to takeover. Leave blank to clear partner adapter.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Adapter</maml:name>
            <maml:description>
                <maml:para>Local FC adapter.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>PartnerAdapter</maml:name>
            <maml:description>
                <maml:para>Partner FC adapter to takeover. Leave blank to clear partner adapter.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fcp.FcpConfigAdapterInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fcp
API: fcp-adapter-set-partner, fcp-adapter-clear-partner</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaFcpAdapterPartner 0c 0c</dev:code>
              <dev:remarks>
                <maml:para>Set local FC adapter to failover to partner&#39;s 0c adapter.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaFcpAdapter</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaFcpAdapterSpeed</command:name>
        <maml:description>
            <maml:para>Sets the speed on the Fibre Channel target adapter.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaFcpAdapterSpeed</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Sets the speed on the Fibre Channel target adapter. It can be configured to run at 1Gb, 2Gb, 4Gb, or to autonegotiate. Note only 4Gb adapters support the 4Gb speed. If the adapter is online it must be brought offline before setting the speed, and then online in order for a new speed to take effect. This may temporarily disrupt fcp service on the target adapter.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaFcpAdapterSpeed</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Adapter</maml:name>
                <maml:description>
                    <maml:para>FC Target adapter to modify.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>Speed</maml:name>
                <maml:description>
                    <maml:para>Link speed (in Gb). Possible values: &quot;1&quot;, &quot;2&quot;, &quot;4&quot;, or &quot;auto&quot; (autonegotiate speed).</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Adapter</maml:name>
            <maml:description>
                <maml:para>FC Target adapter to modify.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>Speed</maml:name>
            <maml:description>
                <maml:para>Link speed (in Gb). Possible values: &quot;1&quot;, &quot;2&quot;, &quot;4&quot;, or &quot;auto&quot; (autonegotiate speed).</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fcp.FcpConfigAdapterInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fcp
API: fcp-adapter-set-speed</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaFcpAdapterSpeed 0c auto</dev:code>
              <dev:remarks>
                <maml:para>Set FC target adapter 0c to autonegotiate its speed.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Adapter : 0c
AdapterType : Local
CacheLineSize : 16
ConnectionEstablished : loop
DataLinkRate : 0
ErrorMsg :
ExternalGbicEnabled : False
FabricEstablished : False
FirmwareRev : 4.5.2
HardwareRev : 2
InfoName : Dual-channel, QLogic 2432 (2462)
LoopId :
MediaType : auto
NodeName : 50:0a:09:80:87:09:3b:1f
PacketSize : 2048
PartnerAdapter :
PciBusWidth :
PciClockSpeed :
PortAddress : 0
PortId :
PortName : 50:0a:09:83:97:09:3b:1f
Speed : auto
SramParityEnabled : True
Standby : False
State : offlined by user/system
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaFcpAdapter</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaFcpClusterMode</command:name>
        <maml:description>
            <maml:para>Set the current cfmode setting for the system.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaFcpClusterMode</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set the current cfmode setting for the system. This setting controls how the cluster behaves during a takeover/giveback. It also controls if the filer should use multiple virtual target adapters per physical target adapter. fcp service must be stopped before executing this API. If cfmode is set to &#39;dual_fabric&#39; the filer connects to the FC fabric in loop mode and all initiators need to have multipathing software. If cfmode is set to &#39;mixed&#39; the filer connects to the FC fabric in loop mode and assigns multiple virtual identities to each physical FC target adapter. If cfmode is set to &#39;partner&#39; the filer connects to the FC fabric in ptp mode. The B-port on each FC target adapter proxies commands for the partner over the cluster interconnect. If cfmode is set to &#39;standby&#39; the B-port is in standby mode and takes over the partner WWNN and WWPN during a cluster takeover. A ptp connection is used in this case. If cfmode is set to &#39;single_image&#39; the filer connects to the FC fabric in ptp mode by default but is configurable, and all luns in the cluster are visible on all FC target ports. In this mode all hosts require multipathing software.
 
On filers with only one FCP target port the valid cfmodes are &#39;dual_fabric&#39;, and &#39;single_image&#39;
 
On filers with more than FCP target port the valid cfmodes are &#39;mixed&#39;, &#39;partner&#39;, &#39;standby&#39; and &#39;single_image&#39;.
 
When setting the cfmode to &#39;single_image&#39; configuration checks are performed. If these checks fail an EPERM error will be returned. See the &#39;TestNaLunConfig -CFMode&#39; cmdlet for more information.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaFcpClusterMode</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Mode</maml:name>
                <maml:description>
                    <maml:para>Set current cfmode setting. Possible values: dual_fabric, mixed, partner, standby, single_image</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>Forcibly change the cfmode, overriding cluster partner checks.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Mode</maml:name>
            <maml:description>
                <maml:para>Set current cfmode setting. Possible values: dual_fabric, mixed, partner, standby, single_image</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>Forcibly change the cfmode, overriding cluster partner checks.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fcp
API: fcp-set-cfmode</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaFcpClusterMode single_image</dev:code>
              <dev:remarks>
                <maml:para>Set the cfmode to &#39;single_image&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaFcpClusterMode</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaFcpNodeName</command:name>
        <maml:description>
            <maml:para>Set the current FCP node name.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaFcpNodeName</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set the current FCP node name. This nodename is in the form of a Fibre Channel world wide name, which is in the form XX:XX:XX:XX:XX:XX:XX:XX where X is a hexadecimal digit. All Fibre Channel Target Adapters must be offlined in order to change the nodename. Changes will take place when adapters are brought online. When selecting a new nodename, use the following format to fit with \*[vnshort]&#39;s registered names: 50:0a:09:80:8X:XX:XX:XX where XX:XX:XX is some integral value. If the nodename is not in this format, the request will be failed.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaFcpNodeName</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>NodeName</maml:name>
                <maml:description>
                    <maml:para>FCP node name.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>NodeName</maml:name>
            <maml:description>
                <maml:para>FCP node name.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fcp
API: fcp-node-set-name</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaFcpNodeName 50:0a:09:80:87:09:3b:1f</dev:code>
              <dev:remarks>
                <maml:para>Set the FC WWNN.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaFcpNodeName</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaFcpPortName</command:name>
        <maml:description>
            <maml:para>Set a valid but unused port name on a local Fibre Channel target adapter.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaFcpPortName</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set a valid but unused port name on a local Fibre Channel target adapter.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaFcpPortName</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Adapter</maml:name>
                <maml:description>
                    <maml:para>Adapter to set the port name on. It has to be a local adapter in standby or single_image cfmode.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>PortName</maml:name>
                <maml:description>
                    <maml:para>WWPN to be set on the adapter. It has to be a valid and unused one.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Adapter</maml:name>
            <maml:description>
                <maml:para>Adapter to set the port name on. It has to be a local adapter in standby or single_image cfmode.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>PortName</maml:name>
            <maml:description>
                <maml:para>WWPN to be set on the adapter. It has to be a valid and unused one.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fcp.FcpConfigAdapterInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fcp
API: fcp-port-name-set</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaFcpPortName 0c 50:0a:09:82:97:09:3b:1f</dev:code>
              <dev:remarks>
                <maml:para>Set the WWPN on FC target adapter 0c to &#39;50:0a:09:82:97:09:3b:1f&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Adapter : 0c
AdapterType : Local
CacheLineSize : 16
ConnectionEstablished : loop
DataLinkRate : 0
ErrorMsg :
ExternalGbicEnabled : False
FabricEstablished : False
FirmwareRev : 4.5.2
HardwareRev : 2
InfoName : Dual-channel, QLogic 2432 (2462)
LoopId :
MediaType : auto
NodeName : 50:0a:09:80:87:09:3b:1f
PacketSize : 2048
PartnerAdapter :
PciBusWidth :
PciClockSpeed :
PortAddress : 0
PortId :
PortName : 50:0a:09:83:97:09:3b:1f
Speed : auto
SramParityEnabled : True
Standby : False
State : offlined by user/system
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaFcpPortName</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaFcpAdapter</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaFcpPortNameAlias</command:name>
        <maml:description>
            <maml:para>Set an alias for a World Wide Port Name of an initiator that might login to the target.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaFcpPortNameAlias</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set an alias for a World Wide Port Name of an initiator that might login to the target.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaFcpPortNameAlias</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>PortName</maml:name>
                <maml:description>
                    <maml:para>WWPN for which alias is being set.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>Alias</maml:name>
                <maml:description>
                    <maml:para>Alias to be set for the given WWPN. The alias can be 32-characters long and may contain: A-Z, a-z, 0-9, _,-,.,{,} and no spaces.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>When set to true, the WWPN associated with the alias will be over-written. Default value is false.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>PortName</maml:name>
            <maml:description>
                <maml:para>WWPN for which alias is being set.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>Alias</maml:name>
            <maml:description>
                <maml:para>Alias to be set for the given WWPN. The alias can be 32-characters long and may contain: A-Z, a-z, 0-9, _,-,.,{,} and no spaces.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>When set to true, the WWPN associated with the alias will be over-written. Default value is false.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fcp
API: fcp-wwpnalias-set</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaFcpPortNameAlias 50:0a:09:81:97:09:3b:1f port1</dev:code>
              <dev:remarks>
                <maml:para>Set the alias for the specified WWPN to &#39;port1&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaFcpPortNameAlias</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Clear-NaFcpPortNameAlias</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaFileSize</command:name>
        <maml:description>
            <maml:para>Truncate a file.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaFileSize</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Truncate a file. Any data past the truncation point will be lost.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaFileSize</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the file, i.e. /vol/&lt;volumename&gt;/&lt;filename&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Size</maml:name>
                <maml:description>
                    <maml:para>If provided, the file size is set to this value. The default value is 0. Specify the file size using the following format:
 
[+|-]&lt;number&gt;[k|m|g|t|%]
 
If a leading &#39;+&#39; or &#39;-&#39; appears, it indicates that the file size is to be increased or decreased (respectively) by the indicated amount, else the amount is the absolute size to set. The optional trailing &#39;k&#39;, &#39;m&#39;, &#39;g&#39;, and &#39;t&#39; indicates the desired units, namely &#39;kilobytes&#39;, &#39;megabytes&#39;, &#39;gigabytes&#39;, and &#39;terabytes&#39; (respectively). The optional trailing &#39;%&#39; indicates to increase or decrease the size of the file by a percentage of its current size. If the trailing unit character doesn&#39;t appear, then &lt;number&gt; is interpreted as the number of bytes desired.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the file, i.e. /vol/&lt;volumename&gt;/&lt;filename&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>Size</maml:name>
            <maml:description>
                <maml:para>If provided, the file size is set to this value. The default value is 0. Specify the file size using the following format:
 
[+|-]&lt;number&gt;[k|m|g|t|%]
 
If a leading &#39;+&#39; or &#39;-&#39; appears, it indicates that the file size is to be increased or decreased (respectively) by the indicated amount, else the amount is the absolute size to set. The optional trailing &#39;k&#39;, &#39;m&#39;, &#39;g&#39;, and &#39;t&#39; indicates the desired units, namely &#39;kilobytes&#39;, &#39;megabytes&#39;, &#39;gigabytes&#39;, and &#39;terabytes&#39; (respectively). The optional trailing &#39;%&#39; indicates to increase or decrease the size of the file by a percentage of its current size. If the trailing unit character doesn&#39;t appear, then &lt;number&gt; is interpreted as the number of bytes desired.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.File.FileInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: file
API: file-truncate-file</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaFileSize /vol/vol0/etc/testfile</dev:code>
              <dev:remarks>
                <maml:para>Truncate file &#39;testfile&#39; in /etc to zero length.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : /vol/vol0/etc/testfile
FileType : file
FileSize : 0
CreationTimestampDT : 5/5/2010 8:24:23 PM
ChangedTimestampDT : 8/30/2010 9:21:56 PM
ModifiedTimestampDT : 8/30/2010 9:21:56 PM
AccessedTimestampDT : 5/5/2010 8:24:28 PM
AclType : nt_acl
OwnerId : 0
GroupId : 0
Perm : 1070
HardLinksCount : 1
InodeNumber : 3784340
IsEmpty :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaFileSize /vol/vol2/text2.txt +5MB</dev:code>
              <dev:remarks>
                <maml:para>Increase the size of the file by 5MB.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : /vol/vol2/text2.txt
FileType : file
FileSize : 5243904
CreationTimestampDT : 10/6/2011 7:21:17 PM
ChangedTimestampDT : 10/14/2011 6:53:15 PM
ModifiedTimestampDT : 10/14/2011 6:53:15 PM
AccessedTimestampDT : 10/13/2011 3:18:27 PM
AclType : no_acl
OwnerId : 0
GroupId : 0
Perm : 1077
HardLinksCount : 1
InodeNumber : 11196
IsEmpty :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaFile</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaFpolicy</command:name>
        <maml:description>
            <maml:para>Manipulate a list of operations and network protocols for a policy.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaFpolicy</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Manipulate a list of operations and network protocols for a policy. This determines which user requests cause the filer to notify fpolicy servers for this policy. The list provided will replace the list currently in place, if any.
 
Note that this can be confusing to a server which has already connected to a policy and provided a list of operations. For example, it may have requested notifications when users open files, but start receiving notifications when users create symlinks. This API is provided in support of &quot;native file blocking&quot; in which there is no server connected to the filer for a policy. Note that it is possible to get the list of operations and protocols currently set for a policy with the fpolicy-list-info API.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaFpolicy</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the fpolicy to operate on.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Operations</maml:name>
                <maml:description>
                    <maml:para>List of monitored operations. Supported values: &quot;file-create&quot;, &quot;file-delete&quot;, &quot;file-open&quot;, &quot;file-close&quot;, &quot;file-rename&quot;, &quot;directory-create&quot;, &quot;directory-delete&quot;, &quot;directory-rename&quot;, &quot;getattr&quot;, &quot;setattr&quot;, &quot;lookup&quot;, &quot;read&quot;, &quot;write&quot;, &quot;link&quot;, &quot;symlink&quot;</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>Protocols</maml:name>
                <maml:description>
                    <maml:para>List of monitored operations&#39; protocols. Supported values: &quot;nfs&quot;, &quot;cifs&quot;</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 = "4" >
                <maml:name>OfflineOnly</maml:name>
                <maml:description>
                    <maml:para>Sets the state of offline filtering. If offline filtering is set, then only user requests for files which are marked &quot;offline&quot; cause notifications.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "5" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>If a server is connected to the filer and has already set the list of operations, should this API override the server&#39;s setting? If &quot;force&quot; is &quot;true&quot;, the policy&#39;s set of operations will be dropped and replaced with the values provided by this API.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the fpolicy to operate on.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="2">
            <maml:name>Operations</maml:name>
            <maml:description>
                <maml:para>List of monitored operations. Supported values: &quot;file-create&quot;, &quot;file-delete&quot;, &quot;file-open&quot;, &quot;file-close&quot;, &quot;file-rename&quot;, &quot;directory-create&quot;, &quot;directory-delete&quot;, &quot;directory-rename&quot;, &quot;getattr&quot;, &quot;setattr&quot;, &quot;lookup&quot;, &quot;read&quot;, &quot;write&quot;, &quot;link&quot;, &quot;symlink&quot;</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="3">
            <maml:name>Protocols</maml:name>
            <maml:description>
                <maml:para>List of monitored operations&#39; protocols. Supported values: &quot;nfs&quot;, &quot;cifs&quot;</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4">
            <maml:name>OfflineOnly</maml:name>
            <maml:description>
                <maml:para>Sets the state of offline filtering. If offline filtering is set, then only user requests for files which are marked &quot;offline&quot; cause notifications.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="5">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>If a server is connected to the filer and has already set the list of operations, should this API override the server&#39;s setting? If &quot;force&quot; is &quot;true&quot;, the policy&#39;s set of operations will be dropped and replaced with the values provided by this API.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fpolicy.PolicyInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fpolicy
API: fpolicy-operations-list-set</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaFpolicyOperations policy1 -Operations &quot;file-create&quot;,&quot;file-delete&quot; -Protocols &quot;cifs&quot;,&quot;nfs&quot;</dev:code>
              <dev:remarks>
                <maml:para>Sets the operations for policy1 to &quot;file-create&quot; and &quot;file-delete&quot; on both nfs and cifs.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>IsEnabled : False
MonitoredOperations : {file-create, file-delete}
MonitoredProtocols : {nfs, cifs}
Name : policy1
NumberOfScreenFailures : 0
NumberOfScreenedFiles : 0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaFpolicy</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>New-NaFpolicy</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaFpolicyExtensionList</command:name>
        <maml:description>
            <maml:para>Sets the list of extensions in the exclude or include set.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaFpolicyExtensionList</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Sets the list of extensions in the exclude or include set. The exclude set defines extension patterns that won&#39;t trigger fpolicy processing.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaFpolicyExtensionList</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the fpolicy to modify extension lists for.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>SetName</maml:name>
                <maml:description>
                    <maml:para>Defines to which set (exclude or include) the remove will be applied to. Possible values: &quot;exclude&quot;, &quot;include&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>Extensions</maml:name>
                <maml:description>
                    <maml:para>List of extensions. Allowed are only DOS like, three character long extensions. The extensions are case insensitive. Supported wild card values: &quot;???&quot; to match any extension and &quot;?&quot; to match any character. Examples of allowed extension specifications: EXE ??? ?XT P??</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the fpolicy to modify extension lists for.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>SetName</maml:name>
            <maml:description>
                <maml:para>Defines to which set (exclude or include) the remove will be applied to. Possible values: &quot;exclude&quot;, &quot;include&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="3">
            <maml:name>Extensions</maml:name>
            <maml:description>
                <maml:para>List of extensions. Allowed are only DOS like, three character long extensions. The extensions are case insensitive. Supported wild card values: &quot;???&quot; to match any extension and &quot;?&quot; to match any character. Examples of allowed extension specifications: EXE ??? ?XT P??</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fpolicy.PolicyInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fpolicy
API: fpolicy-extensions</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaFpolicyExtensionList policy1 include ??? EXE ??T | Get-NaFpolicyExtensionList</dev:code>
              <dev:remarks>
                <maml:para>Sets the include extension list to {???, EXE, ??T} for fpolicy policy1 then gets the extension list for fpolicy policy1.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : policy1
Include : {???, ??T, EXE}
Exclude : {}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaFpolicyExtensionList policy1 exclude TXT DOC | Get-NaFpolicyExtensionList</dev:code>
              <dev:remarks>
                <maml:para>Sets the exclude extension list to {TXT, DOC} for fpolicy policy1 then gets the extension lists for fpolicy policy1.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : policy1
Include : {???, ??T, EXE}
Exclude : {DOC, TXT}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Remove-NaFpolicyExtension</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Add-NaFpolicyExtension</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Reset-NaFpolicyExtensionList</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaFpolicyExtensionList</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaFpolicyOption</command:name>
        <maml:description>
            <maml:para>Sets policy&#39;s options.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaFpolicyOption</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Sets policy&#39;s options.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaFpolicyOption</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the fpolicy to set options for.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>RequestTimeout</maml:name>
                <maml:description>
                    <maml:para>Timeout (in seconds) for a screen request to be processed by an FPolicy server. Range : [0..4294967].</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>ProgressTimeout</maml:name>
                <maml:description>
                    <maml:para>Timeout (in seconds) in which a throttled FPolicy server must complete at least one screen request. Range : [0..4294967].</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Required</maml:name>
                <maml:description>
                    <maml:para>Indicator if the screening with this policy is required, i.e. will it fail if the server is not registered. If set to true, the request will fail if there is no server to evaluate it. If it&#39;s false, the request will succeed. If the switch is not specified, the value will default to false.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>CifsSetAttrEnabled</maml:name>
                <maml:description>
                    <maml:para>Indicator whether cifs-setattr support is enabled on this policy or not. If set to true, cifs setattr operations will be screened. If the switch is not specified, the value will default to false.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>CifsDisconnectCheckEnabled</maml:name>
                <maml:description>
                    <maml:para>&#39;true&#39; if requests associated with disconnected CIFS sessions must not be screened, &#39;false&#39; otherwise. If the switch is not specified, the value will default to false.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>AdsMonitored</maml:name>
                <maml:description>
                    <maml:para>Indicates if the policy monitors the CIFS operations on Alternate Data Streams. If the switch is not specified, the value will default to false.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the fpolicy to set options for.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>RequestTimeout</maml:name>
            <maml:description>
                <maml:para>Timeout (in seconds) for a screen request to be processed by an FPolicy server. Range : [0..4294967].</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
            <maml:name>ProgressTimeout</maml:name>
            <maml:description>
                <maml:para>Timeout (in seconds) in which a throttled FPolicy server must complete at least one screen request. Range : [0..4294967].</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Required</maml:name>
            <maml:description>
                <maml:para>Indicator if the screening with this policy is required, i.e. will it fail if the server is not registered. If set to true, the request will fail if there is no server to evaluate it. If it&#39;s false, the request will succeed. If the switch is not specified, the value will default to false.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>CifsSetAttrEnabled</maml:name>
            <maml:description>
                <maml:para>Indicator whether cifs-setattr support is enabled on this policy or not. If set to true, cifs setattr operations will be screened. If the switch is not specified, the value will default to false.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>CifsDisconnectCheckEnabled</maml:name>
            <maml:description>
                <maml:para>&#39;true&#39; if requests associated with disconnected CIFS sessions must not be screened, &#39;false&#39; otherwise. If the switch is not specified, the value will default to false.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>AdsMonitored</maml:name>
            <maml:description>
                <maml:para>Indicates if the policy monitors the CIFS operations on Alternate Data Streams. If the switch is not specified, the value will default to false.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fpolicy.PolicyInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fpolicy
API: fpolicy-set-policy-options</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaFpolicyOption policy2 -RequestTimeout 10 -ProgressTimeout 50 -Required -AdsMonitored | Get-NaFpolicyOption</dev:code>
              <dev:remarks>
                <maml:para>Sets some options for fpolicy policy2: Sets request timeout to 10 seconds, progress timeout to 50 seconds, required to true and ads monitored to true. Then get some options for fpolicy policy2.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : policy2
IsRequired : True
IsCifsSetAttrEnabled : False
IsAdsMonitored : True
ReqCancelTimeout : 10
ServerProgressTimeout : 50
IsCifsDisconnectCheckEnabled : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaFpolicyOption</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaFpolicySecondaryServer</command:name>
        <maml:description>
            <maml:para>Sets secondary servers information in a form of a list of ip addresses.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaFpolicySecondaryServer</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Sets secondary servers information in a form of a list of ip addresses. These servers will be used if all primary servers are not available, thus increasing system availabilty.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaFpolicySecondaryServer</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the fpolicy to set secondary servers for.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>ServerIp</maml:name>
                <maml:description>
                    <maml:para>A list of ip addresses, in dotted-decimal format, of the secondary servers.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the fpolicy to set secondary servers for.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="2">
            <maml:name>ServerIp</maml:name>
            <maml:description>
                <maml:para>A list of ip addresses, in dotted-decimal format, of the secondary servers.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fpolicy.PolicyInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fpolicy
API: fpolicy-set-secondary-servers</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaFpolicySecondaryServer policy1 10.42.4.2 10.78.6.55 | Get-NaFpolicySecondaryServer</dev:code>
              <dev:remarks>
                <maml:para>Sets the secondary server list to {10.42.4.2, 10.78.6.5} for fpolicy policy1 then get the secondary servers for fpolicy policy1.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : policy1
IpAddresses : {10.42.4.2, 10.78.6.55}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaFpolicySecondaryServer</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaFpolicyVolumeList</command:name>
        <maml:description>
            <maml:para>Manipulate a list of volumes in an exclude or include set.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaFpolicyVolumeList</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Manipulate a list of volumes in an exclude or include set. This limits the set of volumes for which client requests trigger (include) or suppress (exclude) fpolicy processing for the provided policy. The list provided will replace the list currently in place, if any. Note that if a policy has both an exclude list and an include list, the include list is ignored by the filer.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaFpolicyVolumeList</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the fpolicy to set the volume list for.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>ListType</maml:name>
                <maml:description>
                    <maml:para>Defines to which set (exclude or include) a list will be applied. Possible values: &quot;exclude&quot;, &quot;include&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>Volumes</maml:name>
                <maml:description>
                    <maml:para>List of volume specifications (including wild cards). The volumes are case insensitive. If no volume list is provided, then the list will be reset to an empty list. Supported wild card values: &quot;?&quot; to match any character and &quot;*&quot; to match any number of characters. Example specifications: vol0 vol? users*</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the fpolicy to set the volume list for.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>ListType</maml:name>
            <maml:description>
                <maml:para>Defines to which set (exclude or include) a list will be applied. Possible values: &quot;exclude&quot;, &quot;include&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="3">
            <maml:name>Volumes</maml:name>
            <maml:description>
                <maml:para>List of volume specifications (including wild cards). The volumes are case insensitive. If no volume list is provided, then the list will be reset to an empty list. Supported wild card values: &quot;?&quot; to match any character and &quot;*&quot; to match any number of characters. Example specifications: vol0 vol? users*</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fpolicy.PolicyInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fpolicy
API: fpolicy-volume-list-set</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaFpolicyVolumeList policy2 include vol0 tmp1 | Get-NaFpolicyVolumeList</dev:code>
              <dev:remarks>
                <maml:para>Sets the include volume list for policy2 to {vol0, tmp1} then gets the volume list for policy2.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : policy2
Include : {vol0, tmp1}
Exclude : {}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaFpolicyVolumeList policy2 include | Get-NaFpolicyVolumeList</dev:code>
              <dev:remarks>
                <maml:para>Resets the include volume list for fpolicy fpolicy2 to an empty list then gets the volume list for fpolicy fpolicy2.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : policy2
Include : {}
Exclude : {}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaFpolicyVolumeList</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaGroup</command:name>
        <maml:description>
            <maml:para>Modifies a group given the information provided.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaGroup</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Modifies a group given the information provided.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaGroup</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Group</maml:name>
                <maml:description>
                    <maml:para>Name of group to modify.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Comment</maml:name>
                <maml:description>
                    <maml:para>Optional comment for the group.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>AddRoles</maml:name>
                <maml:description>
                    <maml:para>List of roles to add to the group.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>RemoveRoles</maml:name>
                <maml:description>
                    <maml:para>List of roles to remove from the group.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Group</maml:name>
            <maml:description>
                <maml:para>Name of group to modify.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Comment</maml:name>
            <maml:description>
                <maml:para>Optional comment for the group.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>AddRoles</maml:name>
            <maml:description>
                <maml:para>List of roles to add to the group.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>RemoveRoles</maml:name>
            <maml:description>
                <maml:para>List of roles to remove from the group.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Useradmin.UseradminGroupInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: useradmin
API: useradmin-group-modify</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaGroup VirtAdmins -AddRoles audit</dev:code>
              <dev:remarks>
                <maml:para>Add the &#39;audit&#39; role to the &#39;VirtAdmins&#39; group.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : VirtAdmins
Comment : HyperV VM administrators
UseradminRoles : {power, audit}
AllowedCapabilities : {cli-cifs*, cli-exportfs*, cli-nfs*, cli-useradmin*...}
Rid : 131085
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>New-NaGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaIgroup</command:name>
        <maml:description>
            <maml:para>Sets an attribute for an initiator group.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaIgroup</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Sets an attribute for an initiator group.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaIgroup</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of initiator group.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Key</maml:name>
                <maml:description>
                    <maml:para>Name of the attribute, Currently supported attributes are: os-type, throttle_reserve, throttle_borrow, alua</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>Value</maml:name>
                <maml:description>
                    <maml:para>Value for the attribute.
 
The valid values for &quot;os-type&quot; are &quot;default&quot;, &quot;solaris&quot;, &quot;windows&quot;, &quot;hpux&quot;, &quot;aix&quot;, &quot;linux&quot;, &quot;netware&quot; and &quot;vmware&quot;. Setting the &quot;os-type&quot; attribute will perform checks with the cluster partner if this filer is running in the &#39;single_image&#39; fcp cfmode and this igroup is an FCP igroups. The optional -Force argument can be used to override these checks if the cluster partner can not be reached. It is also strongly recommended the &quot;default&quot; os-type not be used and for the caller of this API to always require the proper OS type information to be obtained. Using &quot;default&quot; is dangerous because it could potentially cause problems with LUN access.
 
The valid values for &quot;throttle_reserve&quot; are 0-99
 
The valid values for &quot;throttle_borrow&quot; are true or false
 
The valid values for &quot;alua&quot; are true or false</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>Forcibly set the attribute, disabling conflict checks with the cluster partner where and when applicable. If not specified all conflict checks are performed.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of initiator group.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Key</maml:name>
            <maml:description>
                <maml:para>Name of the attribute, Currently supported attributes are: os-type, throttle_reserve, throttle_borrow, alua</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
            <maml:name>Value</maml:name>
            <maml:description>
                <maml:para>Value for the attribute.
 
The valid values for &quot;os-type&quot; are &quot;default&quot;, &quot;solaris&quot;, &quot;windows&quot;, &quot;hpux&quot;, &quot;aix&quot;, &quot;linux&quot;, &quot;netware&quot; and &quot;vmware&quot;. Setting the &quot;os-type&quot; attribute will perform checks with the cluster partner if this filer is running in the &#39;single_image&#39; fcp cfmode and this igroup is an FCP igroups. The optional -Force argument can be used to override these checks if the cluster partner can not be reached. It is also strongly recommended the &quot;default&quot; os-type not be used and for the caller of this API to always require the proper OS type information to be obtained. Using &quot;default&quot; is dangerous because it could potentially cause problems with LUN access.
 
The valid values for &quot;throttle_reserve&quot; are 0-99
 
The valid values for &quot;throttle_borrow&quot; are true or false
 
The valid values for &quot;alua&quot; are true or false</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>Forcibly set the attribute, disabling conflict checks with the cluster partner where and when applicable. If not specified all conflict checks are performed.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.InitiatorGroupInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: igroup
API: igroup-set-attribute</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaIgroup igroup4 os-type windows</dev:code>
              <dev:remarks>
                <maml:para>Set the OS Type attribute on igroup &#39;igroup4&#39; to &#39;windows&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>InitiatorGroupName : igroup4
InitiatorGroupType : iscsi
Initiators : {iqn.1991-05.com.microsoft:xyratex02}
InitiatorGroupOsType : windows
InitiatorGroupPortsetName :
InitiatorGroupThrottleBorrow : False
InitiatorGroupThrottleReserve : 0
InitiatorGroupUsePartner :
InitiatorGroupAluaEnabled : False
InitiatorGroupVsaEnabled : False
LunId :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaIgroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaIscsiInitiatorAuthChap</command:name>
        <maml:description>
            <maml:para>Modify CHAP parameters of an existing per-initiator authentication record whose authentication type equals CHAP.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaIscsiInitiatorAuthChap</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Modify CHAP parameters of an existing per-initiator authentication record whose authentication type equals CHAP.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaIscsiInitiatorAuthChap</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Initiator</maml:name>
                <maml:description>
                    <maml:para>Name of initiator (i.e. iqn.1987-06.com.initvendor1:appsrv.sn.2346). The per-initiator authentication record must have an authentication type equal to CHAP.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Username</maml:name>
                <maml:description>
                    <maml:para>Inbound CHAP user name. If Inbound CHAP parameters are specified they will replace the existing Inbound CHAP parameters. If they are not specified, the existing Inbound CHAP parameters will continue to be used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Password</maml:name>
                <maml:description>
                    <maml:para>Inbound CHAP user password. If Inbound CHAP parameters are specified they will replace the existing Inbound CHAP parameters. If they are not specified, the existing Inbound CHAP parameters will continue to be used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>InboundCredential</maml:name>
                <maml:description>
                    <maml:para>PSCredential object containing inbound CHAP credentials. The username and password supplied in the credential object take precedence over the username and password supplied by the -Username and -Password parameters. If Inbound CHAP parameters are specified they will replace the existing Inbound CHAP parameters. If they are not specified, the existing Inbound CHAP parameters will continue to be used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>OutboundUsername</maml:name>
                <maml:description>
                    <maml:para>Outbound CHAP user name. If Outbound CHAP parameters are specified they will replace existing Outbound CHAP parameters. If no Outbound CHAP parameters were previously specified, then the specified Outbound CHAP parameters will enable mutual CHAP authentication. If no Outbound CHAP parameters are specified and no Outbound CHAP parameters exist, then one-way Inbound CHAP authentication will be continue to be used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>OutboundPassword</maml:name>
                <maml:description>
                    <maml:para>Outbound CHAP user password. If Outbound CHAP parameters are specified they will replace existing Outbound CHAP parameters. If no Outbound CHAP parameters were previously specified, then the specified Outbound CHAP parameters will enable mutual CHAP authentication. If no Outbound CHAP parameters are specified and no Outbound CHAP parameters exist, then one-way Inbound CHAP authentication will be continue to be used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>OutboundCredential</maml:name>
                <maml:description>
                    <maml:para>PSCredential object containing outbound CHAP credentials. The username and password supplied in the credential object take precedence over the username and password supplied by the -OutboundUsername and -OutboundPassword parameters. If Outbound CHAP parameters are specified they will replace existing Outbound CHAP parameters. If no Outbound CHAP parameters were previously specified, then the specified Outbound CHAP parameters will enable mutual CHAP authentication. If no Outbound CHAP parameters are specified and no Outbound CHAP parameters exist, then one-way Inbound CHAP authentication will be continue to be used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>RemoveOutbound</maml:name>
                <maml:description>
                    <maml:para>Switch parameter which indicates that mutual CHAP authentication is to be converted to one-way CHAP authentication. Outbound CHAP parameters must not be specified when RemoveOutbound is TRUE.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Initiator</maml:name>
            <maml:description>
                <maml:para>Name of initiator (i.e. iqn.1987-06.com.initvendor1:appsrv.sn.2346). The per-initiator authentication record must have an authentication type equal to CHAP.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Username</maml:name>
            <maml:description>
                <maml:para>Inbound CHAP user name. If Inbound CHAP parameters are specified they will replace the existing Inbound CHAP parameters. If they are not specified, the existing Inbound CHAP parameters will continue to be used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Password</maml:name>
            <maml:description>
                <maml:para>Inbound CHAP user password. If Inbound CHAP parameters are specified they will replace the existing Inbound CHAP parameters. If they are not specified, the existing Inbound CHAP parameters will continue to be used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>InboundCredential</maml:name>
            <maml:description>
                <maml:para>PSCredential object containing inbound CHAP credentials. The username and password supplied in the credential object take precedence over the username and password supplied by the -Username and -Password parameters. If Inbound CHAP parameters are specified they will replace the existing Inbound CHAP parameters. If they are not specified, the existing Inbound CHAP parameters will continue to be used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
            <dev:type>
                <maml:name>PSCredential</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>OutboundUsername</maml:name>
            <maml:description>
                <maml:para>Outbound CHAP user name. If Outbound CHAP parameters are specified they will replace existing Outbound CHAP parameters. If no Outbound CHAP parameters were previously specified, then the specified Outbound CHAP parameters will enable mutual CHAP authentication. If no Outbound CHAP parameters are specified and no Outbound CHAP parameters exist, then one-way Inbound CHAP authentication will be continue to be used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>OutboundPassword</maml:name>
            <maml:description>
                <maml:para>Outbound CHAP user password. If Outbound CHAP parameters are specified they will replace existing Outbound CHAP parameters. If no Outbound CHAP parameters were previously specified, then the specified Outbound CHAP parameters will enable mutual CHAP authentication. If no Outbound CHAP parameters are specified and no Outbound CHAP parameters exist, then one-way Inbound CHAP authentication will be continue to be used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>OutboundCredential</maml:name>
            <maml:description>
                <maml:para>PSCredential object containing outbound CHAP credentials. The username and password supplied in the credential object take precedence over the username and password supplied by the -OutboundUsername and -OutboundPassword parameters. If Outbound CHAP parameters are specified they will replace existing Outbound CHAP parameters. If no Outbound CHAP parameters were previously specified, then the specified Outbound CHAP parameters will enable mutual CHAP authentication. If no Outbound CHAP parameters are specified and no Outbound CHAP parameters exist, then one-way Inbound CHAP authentication will be continue to be used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
            <dev:type>
                <maml:name>PSCredential</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>RemoveOutbound</maml:name>
            <maml:description>
                <maml:para>Switch parameter which indicates that mutual CHAP authentication is to be converted to one-way CHAP authentication. Outbound CHAP parameters must not be specified when RemoveOutbound is TRUE.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Iscsi.IscsiSecurityEntryInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-initiator-modify-chap-params</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaIscsiInitiatorAuthChap iqn.1991-05.com.microsoft:x3550rre7.rtprre.testdomain -Username backupUser1 -Password safe4ever</dev:code>
              <dev:remarks>
                <maml:para>Set the CHAP authentication for the specified iSCSI initiator.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>AuthType Initiator OutboundUserName UserName
-------- --------- ---------------- --------
CHAP iqn.1991-05.com.... backupUser1
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaIscsiInitiatorAuth</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaIscsiInitiatorAuth</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaIscsiInitiatorAuth</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaIscsiInitiatorDefaultAuth</command:name>
        <maml:description>
            <maml:para>Configure the default iSCSI authentication method.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaIscsiInitiatorDefaultAuth</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Configure the default iSCSI authentication method. If an initiator is not configured with a specific authentication method using Add-NaIscsiInitiatorAuth the default authentication method will be applied to it.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaIscsiInitiatorDefaultAuth</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>None</maml:name>
                <maml:description>
                    <maml:para>Specify this switch parameter for authentication type &#39;none&#39;.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaIscsiInitiatorDefaultAuth</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Chap</maml:name>
                <maml:description>
                    <maml:para>Specify this switch parameter for authentication type &#39;CHAP&#39;.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Username</maml:name>
                <maml:description>
                    <maml:para>Inbound CHAP user name. For the CHAP authentication type, the -Username and -Password or -InboundCredential parameters must be specified.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Password</maml:name>
                <maml:description>
                    <maml:para>Inbound CHAP user password. For the CHAP authentication type, the -Username and -Password or -InboundCredential parameters must be specified.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>InboundCredential</maml:name>
                <maml:description>
                    <maml:para>PSCredential object containing inbound CHAP credentials. The username and password supplied in the credential object take precedence over the username and password supplied by the -Username and -Password parameters.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>OutboundUsername</maml:name>
                <maml:description>
                    <maml:para>Outbound CHAP user name. Outbound authentication is optional. If Outbound authentication is not specified, then the initiator can only do inbound traffic.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>OutboundPassword</maml:name>
                <maml:description>
                    <maml:para>Outbound CHAP user password. Outbound authentication is optional. If Outbound authentication is not specified, then the initiator can only do inbound traffic.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>OutboundCredential</maml:name>
                <maml:description>
                    <maml:para>PSCredential object containing outbound CHAP credentials. The username and password supplied in the credential object take precedence over the username and password supplied by the -OutboundUsername and -OutboundPassword parameters. Outbound authentication is optional. If Outbound authentication is not specified, then the initiator can only do inbound traffic.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaIscsiInitiatorDefaultAuth</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Deny</maml:name>
                <maml:description>
                    <maml:para>Specify this switch parameter for authentication type &#39;deny&#39;.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>None</maml:name>
            <maml:description>
                <maml:para>Specify this switch parameter for authentication type &#39;none&#39;.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Chap</maml:name>
            <maml:description>
                <maml:para>Specify this switch parameter for authentication type &#39;CHAP&#39;.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Username</maml:name>
            <maml:description>
                <maml:para>Inbound CHAP user name. For the CHAP authentication type, the -Username and -Password or -InboundCredential parameters must be specified.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Password</maml:name>
            <maml:description>
                <maml:para>Inbound CHAP user password. For the CHAP authentication type, the -Username and -Password or -InboundCredential parameters must be specified.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>InboundCredential</maml:name>
            <maml:description>
                <maml:para>PSCredential object containing inbound CHAP credentials. The username and password supplied in the credential object take precedence over the username and password supplied by the -Username and -Password parameters.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
            <dev:type>
                <maml:name>PSCredential</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>OutboundUsername</maml:name>
            <maml:description>
                <maml:para>Outbound CHAP user name. Outbound authentication is optional. If Outbound authentication is not specified, then the initiator can only do inbound traffic.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>OutboundPassword</maml:name>
            <maml:description>
                <maml:para>Outbound CHAP user password. Outbound authentication is optional. If Outbound authentication is not specified, then the initiator can only do inbound traffic.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>OutboundCredential</maml:name>
            <maml:description>
                <maml:para>PSCredential object containing outbound CHAP credentials. The username and password supplied in the credential object take precedence over the username and password supplied by the -OutboundUsername and -OutboundPassword parameters. Outbound authentication is optional. If Outbound authentication is not specified, then the initiator can only do inbound traffic.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
            <dev:type>
                <maml:name>PSCredential</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Deny</maml:name>
            <maml:description>
                <maml:para>Specify this switch parameter for authentication type &#39;deny&#39;.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Iscsi.IscsiSecurityEntryInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-initiator-set-default-auth</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaIscsiInitiatorDefaultAuth -Chap -Username admin -Password data4u</dev:code>
              <dev:remarks>
                <maml:para>Configure the default iSCSI authentication method to CHAP requiring the username &#39;admin&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Value
---- -----
OutboundUserName
AuthType CHAP
UserName admin
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaIscsiInitiatorDefaultAuth</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Add-NaIscsiInitiatorAuth</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaIscsiNodeName</command:name>
        <maml:description>
            <maml:para>Set the current iSCSI node name.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaIscsiNodeName</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set the current iSCSI node name.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaIscsiNodeName</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>New iscsi node name; must be &lt;= 128 chars, and conform to iSCSI rules.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>New iscsi node name; must be &lt;= 128 chars, and conform to iSCSI rules.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-node-set-name</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaIscsiNodeName iqn.1992-08.com.netapp:sn.118044195</dev:code>
              <dev:remarks>
                <maml:para>Set the iSCSI node name.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaIscsiNodeName</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaIscsiTargetAlias</command:name>
        <maml:description>
            <maml:para>Set or clear the current iSCSI target alias.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaIscsiTargetAlias</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set or clear the current iSCSI target alias.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaIscsiTargetAlias</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Alias</maml:name>
                <maml:description>
                    <maml:para>New iSCSI target alias to set; must be 128 bytes or less. Free form format. Pass an empty string to clear the target alias.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Alias</maml:name>
            <maml:description>
                <maml:para>New iSCSI target alias to set; must be 128 bytes or less. Free form format. Pass an empty string to clear the target alias.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Iscsi.TargetAlias</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-target-alias-set-alias, iscsi-target-alias-clear-alias</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaIscsiTargetAlias</dev:code>
              <dev:remarks>
                <maml:para>Clear the iSCSI target alias.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>AliasName :
IsAliasAssigned : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaIscsiTargetAlias target1</dev:code>
              <dev:remarks>
                <maml:para>Set the iSCSI target alias to &#39;target1&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>AliasName : target1
IsAliasAssigned : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaIscsiTargetAlias</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaIscsiTargetPortalGroupAlua</command:name>
        <maml:description>
            <maml:para>Change the ALUA parameters on an iSCSI target portal group.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaIscsiTargetPortalGroupAlua</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Change the ALUA parameters on an iSCSI target portal group.
 
Data ONTAP supports SCSI ALUA functionality for managing multi-pathed SCSI devices. ALUA provides a standardized mechanism for path discovery and prioritization. Devices are identified by target port IDs, which are then grouped into target port groups. Each group has a state which, when configured, enables the host multipathing software to select the appropriate path priorities when accessing a LUN.
 
For iSCSI, ALUA settings are controlled at the target portal group level using the Set-NaIscsiTargetPortalGroupAlua cmdlet. A target portal group can be configured to be either &quot;optimized&quot; or &quot;non-optimized&quot;; a host typically uses all the optimized paths before using any non-optimized paths it may find. All target portal groups are optimized by default.
 
There is also an optional &quot;preferred&quot; setting that may be used on a target portal group. Check your host&#39;s multi-pathing software documentation to see if it supports ALUA and the preferred setting.
 
ALUA is enabled on Initiator Groups using the Set-NaIgroup cmdlet. All LUNs mapped to an ALUA enabled Initiator Group will support the ALUA functionality.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaIscsiTargetPortalGroupAlua</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Tag</maml:name>
                <maml:description>
                    <maml:para>Portal group tag.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Nonoptimized</maml:name>
                <maml:description>
                    <maml:para>Specify to set the ALUA state to non-optimized.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Preferred</maml:name>
                <maml:description>
                    <maml:para>Specify this switch parameter to mark this target portal group as preferred.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaIscsiTargetPortalGroupAlua</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Tag</maml:name>
                <maml:description>
                    <maml:para>Portal group tag.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Optimized</maml:name>
                <maml:description>
                    <maml:para>Specify to set the ALUA state to optimized.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Preferred</maml:name>
                <maml:description>
                    <maml:para>Specify this switch parameter to mark this target portal group as preferred.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Tag</maml:name>
            <maml:description>
                <maml:para>Portal group tag.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Nonoptimized</maml:name>
            <maml:description>
                <maml:para>Specify to set the ALUA state to non-optimized.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Preferred</maml:name>
            <maml:description>
                <maml:para>Specify this switch parameter to mark this target portal group as preferred.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Optimized</maml:name>
            <maml:description>
                <maml:para>Specify to set the ALUA state to optimized.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Iscsi.IscsiTpgroupListEntryInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-tpgroup-alua-set</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaIscsiTargetPortalGroupAlua 1003 -Nonoptimized</dev:code>
              <dev:remarks>
                <maml:para>Set ALUA state of iSCSI target portal group with tag 1003 to Non-optimized and not Preferred.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>TpgroupName : e0d_default
InterfaceListEntries : {e0d}
TpgroupTag : 1003
TpgroupAluaState : non-optimized
TpgroupAluaPreferred : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaIscsiTargetPortalGroup</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaIsnsAddress</command:name>
        <maml:description>
            <maml:para>Configures the iSNS service.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaIsnsAddress</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Configures the iSNS service.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaIsnsAddress</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Address</maml:name>
                <maml:description>
                    <maml:para>The IP address, in dotted-decimal format, of the iSNS server with which to register (for example, &quot;192.168.11.12&quot;).</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Address</maml:name>
            <maml:description>
                <maml:para>The IP address, in dotted-decimal format, of the iSNS server with which to register (for example, &quot;192.168.11.12&quot;).</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-isns-config</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaIsnsAddress 10.10.10.10</dev:code>
              <dev:remarks>
                <maml:para>Set the address of the iSNS server with which the current controller should register.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaIsns</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaLun</command:name>
        <maml:description>
            <maml:para>Sets the specified LUN online or offline.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaLun</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Sets the specified LUN online or offline.
 
Online: Re-enables block-protocol accesses to the lun.
 
Offline: Disables block-protocol accesses to the LUN. Mappings, if any, configured for the lun are not altered. Note that unless explicitly offlined, a lun is online.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaLun</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Online</maml:name>
                <maml:description>
                    <maml:para>Specify -Online to set the LUN online.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>Forcibly online the lun, disabling mapping onflict checks with the cluster partner. If not specified all conflict checks are performed.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaLun</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Offline</maml:name>
                <maml:description>
                    <maml:para>Specify -Offline to set the LUN offline.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the LUN.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Online</maml:name>
            <maml:description>
                <maml:para>Specify -Online to set the LUN online.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>Forcibly online the lun, disabling mapping onflict checks with the cluster partner. If not specified all conflict checks are performed.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Offline</maml:name>
            <maml:description>
                <maml:para>Specify -Offline to set the LUN offline.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-online, lun-offline</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaLun /vol/vol2/lun101 -Online</dev:code>
              <dev:remarks>
                <maml:para>Set LUN &#39;lun101&#39; online.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BackingSnapshot :
BlockSize : 512
IsSpaceReservationEnabled : True
Mapped : False
MultiprotocolType : image
Online : True
Path : /vol/vol2/lun101
ReadOnly : False
SerialNumber : abcdefghijkl
ShareState : none
Size : 2000683008
Uuid : d44cf834-180e-11df-9cab-00a09806c227
Comment :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaLun</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaLunAttribute</command:name>
        <maml:description>
            <maml:para>Set a named attribute for a given LUN.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaLunAttribute</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set a named attribute for a given LUN. Attributes are arbitrary key/value pairs for application-defined use.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaLunAttribute</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Application-defined attribute to set. In order to prevent conflicts between separate applications, it is recommended that applications prefix attribute names with their registered Internet domain name reversed component by component, and an application identifier. For example: &quot;com.example.widgetapp.attribute&quot;. The following attributes are reserved by the system and may not be set: &quot;custom&quot;, &quot;cylinder_size&quot;, &quot;dev_id&quot;, &quot;enabled&quot;, &quot;extent_size&quot;, &quot;host_stamp&quot;, &quot;path_last&quot;, &quot;pserial&quot;, &quot;pSerial&quot;, &quot;serial&quot;, &quot;snapshot&quot;, &quot;snapshot_path_last&quot;, &quot;type&quot;. In older versions of Data ONTAP, attempting to set a system-reserved attribute may adversely affect data integrity and availability of the storage system. Clients of this API must therefore take special care to not use any system-reserved attribute names.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>Value</maml:name>
                <maml:description>
                    <maml:para>Value to set the attribute to.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the LUN.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Application-defined attribute to set. In order to prevent conflicts between separate applications, it is recommended that applications prefix attribute names with their registered Internet domain name reversed component by component, and an application identifier. For example: &quot;com.example.widgetapp.attribute&quot;. The following attributes are reserved by the system and may not be set: &quot;custom&quot;, &quot;cylinder_size&quot;, &quot;dev_id&quot;, &quot;enabled&quot;, &quot;extent_size&quot;, &quot;host_stamp&quot;, &quot;path_last&quot;, &quot;pserial&quot;, &quot;pSerial&quot;, &quot;serial&quot;, &quot;snapshot&quot;, &quot;snapshot_path_last&quot;, &quot;type&quot;. In older versions of Data ONTAP, attempting to set a system-reserved attribute may adversely affect data integrity and availability of the storage system. Clients of this API must therefore take special care to not use any system-reserved attribute names.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
            <maml:name>Value</maml:name>
            <maml:description>
                <maml:para>Value to set the attribute to.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunAttribute</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-set-attribute</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaLunAttribute /vol/vol1/testlun is_crazy no</dev:code>
              <dev:remarks>
                <maml:para>Set the &#39;is_crazy&#39; attribute on the given LUN to &#39;no&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Value
---- -----
is_crazy no
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaLunAttribute</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaLunComment</command:name>
        <maml:description>
            <maml:para>Set the optional descriptive comment for a LUN.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaLunComment</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set the optional descriptive comment for a LUN.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaLunComment</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>Comment</maml:name>
                <maml:description>
                    <maml:para>Comment to set for given LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the LUN.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>Comment</maml:name>
            <maml:description>
                <maml:para>Comment to set for given LUN.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-set-comment</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaLunComment /vol/vol2/lun2 &quot;Virtual machine 1 (Exchange)&quot;</dev:code>
              <dev:remarks>
                <maml:para>Sets the comment on lun &#39;lun2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BackingSnapshot :
BlockSize : 512
IsSpaceReservationEnabled : False
Mapped : True
MultiprotocolType : windows_gpt
Online : True
Path : /vol/vol2/lun2
ReadOnly : False
SerialNumber : HnSolJNfoTZK
ShareState : none
Size : 21476206080
Uuid : 7dcc97f4-17ef-11df-9cab-00a09806c227
Comment : Virtual machine 1 (Exchange)
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaLunComment</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaLunDeviceId</command:name>
        <maml:description>
            <maml:para>Set or clear the SCSI Device Identifier for the LUN.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaLunDeviceId</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set or clear the SCSI Device Identifier for the LUN.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaLunDeviceId</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>ID</maml:name>
                <maml:description>
                    <maml:para>SCSI Device Identifier. Omit this parameter to clear the device ID.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the LUN.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>ID</maml:name>
            <maml:description>
                <maml:para>SCSI Device Identifier. Omit this parameter to clear the device ID.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-set-device-id, lun-unset-device-id</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaLunDeviceId /vol/vol2clone/quorum 103 | Format-List Path,DeviceId</dev:code>
              <dev:remarks>
                <maml:para>Set the SCSI device ID for LUN &#39;/vol/vol2clone/quorum&#39; to 103 and write the result.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Path : /vol/vol2clone/quorum
DeviceId : 103
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaLun</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaLunSelect</command:name>
        <maml:description>
            <maml:para>Set the select attribute for the specified LUN.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaLunSelect</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set the select attribute for the specified LUN. The select attribute is used by multi-pathing software to discriminate between LUNs when mirrored or cloned copies of a vdisk are mapped to the same host.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaLunSelect</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Select</maml:name>
                <maml:description>
                    <maml:para>Sets the select attribute for the LUN.
 
Possible inputs:
 
&quot;active&quot; - use this as the active LUN
&quot;copy&quot; - use this as a clone or copy of an active LUN
&quot;mirror&quot; - use this as a mirror of an active LUN</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the LUN.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>Select</maml:name>
            <maml:description>
                <maml:para>Sets the select attribute for the LUN.
 
Possible inputs:
 
&quot;active&quot; - use this as the active LUN
&quot;copy&quot; - use this as a clone or copy of an active LUN
&quot;mirror&quot; - use this as a mirror of an active LUN</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-set-select-attribute</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaLunSelect /vol/vol2clone/lun1 active | Get-NaLunSelect</dev:code>
              <dev:remarks>
                <maml:para>Set the LUN select attribute of LUN &#39;/vol/vol2clone/lun1&#39; to &#39;active&#39;, and then display the result.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>CreationTime : Thu Mar 19 11:48:36 EDT 2009
PreviousSerial :
SelectAttribute : active
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaLunSelect</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaLunSerialNumber</command:name>
        <maml:description>
            <maml:para>Set the serial number for the specified LUN.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaLunSerialNumber</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set the serial number for the specified LUN. The lun must first be made offline before changing the serial number. The serial number is a 12-character string formed of upper and lower-case letters, numbers, and slash (/) and hyphen (-) characters.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaLunSerialNumber</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>SerialNumber</maml:name>
                <maml:description>
                    <maml:para>Serial number for the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the LUN.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>SerialNumber</maml:name>
            <maml:description>
                <maml:para>Serial number for the LUN.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-set-serial-number</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaLun /vol/vol2/lun101 -Offline | Set-NaLunSerialNumber -SerialNumber 123456abcdef | Set-NaLun -Online</dev:code>
              <dev:remarks>
                <maml:para>Take LUN &#39;lun101&#39; offline, change its serial number, and set it back online.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BackingSnapshot :
BlockSize : 512
IsSpaceReservationEnabled : True
Mapped : False
MultiprotocolType : image
Online : True
Path : /vol/vol2/lun101
ReadOnly : False
SerialNumber : 123456abcdef
ShareState : none
Size : 2000683008
Uuid : d44cf834-180e-11df-9cab-00a09806c227
Comment :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaLunSerialNumber</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaLunShare</command:name>
        <maml:description>
            <maml:para>Enables file system protocol-based access to a lun.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaLunShare</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Enables file system protocol-based access to a lun. By default, all accesses are disallowed. Note that file permissions and ACL entries still apply.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaLunShare</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>ShareType</maml:name>
                <maml:description>
                    <maml:para>Possible values: all, none, read, write</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the LUN.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>ShareType</maml:name>
            <maml:description>
                <maml:para>Possible values: all, none, read, write</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-set-share</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaLunShare /vol/vol2/lun101 read</dev:code>
              <dev:remarks>
                <maml:para>Set the share access state of LUN &#39;lun101&#39; to &#39;read&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BackingSnapshot :
BlockSize : 512
IsSpaceReservationEnabled : True
Mapped : False
MultiprotocolType : image
Online : True
Path : /vol/vol2/lun101
ReadOnly : False
SerialNumber : 123456abcdef
ShareState : read
Size : 2000683008
Uuid : d44cf834-180e-11df-9cab-00a09806c227
Comment :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaLun</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaLunSignature</command:name>
        <maml:description>
            <maml:para>Set the MBR or GPT signature of a partitioned LUN.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaLunSignature</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set the MBR or GPT signature of a partitioned LUN.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaLunSignature</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>GenerateRandom</maml:name>
                <maml:description>
                    <maml:para>If specified, a random MBR or GPT signature will be generated.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaLunSignature</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>MbrSignature</maml:name>
                <maml:description>
                    <maml:para>The MBR signature to assign to the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >UInt32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaLunSignature</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>GptSignature</maml:name>
                <maml:description>
                    <maml:para>GPT GUID signature to assign to the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Guid</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>GenerateRandom</maml:name>
            <maml:description>
                <maml:para>If specified, a random MBR or GPT signature will be generated.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the LUN.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>MbrSignature</maml:name>
            <maml:description>
                <maml:para>The MBR signature to assign to the LUN.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">UInt32</command:parameterValue>
            <dev:type>
                <maml:name>UInt32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>GptSignature</maml:name>
            <maml:description>
                <maml:para>GPT GUID signature to assign to the LUN.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
            <dev:type>
                <maml:name>Guid</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaLunSignature /vol/vol1/lun3 -GenerateRandom</dev:code>
              <dev:remarks>
                <maml:para>Generate a random LUN signature for lun3 on vol1.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaLunSignature</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaLunSize</command:name>
        <maml:description>
            <maml:para>Changes the size of the lun.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaLunSize</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Changes the size of the lun. Note that client-side operations may be needed to ensure that client software recognizes the changed size.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaLunSize</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>Forcibly reduce the size. This is required for reducing the size of the LUN to avoid accidentally reducing the LUN size.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>NewSize</maml:name>
                <maml:description>
                    <maml:para>New size for the LUN. Specify the LUN size using the following format:
 
[+|-]&lt;number&gt;[k|m|g|t|%]
 
If a leading &#39;+&#39; or &#39;-&#39; appears, it indicates that the LUN size is to be increased or decreased (respectively) by the indicated amount, else the amount is the absolute size to set. The optional trailing &#39;k&#39;, &#39;m&#39;, &#39;g&#39;, and &#39;t&#39; indicates the desired units, namely &#39;kilobytes&#39;, &#39;megabytes&#39;, &#39;gigabytes&#39;, and &#39;terabytes&#39; (respectively). The optional trailing &#39;%&#39; indicates to increase or decrease the size of the LUN by a percentage of its current size. If the trailing unit character doesn&#39;t appear, then &lt;number&gt; is interpreted as the number of bytes desired.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the LUN.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>Forcibly reduce the size. This is required for reducing the size of the LUN to avoid accidentally reducing the LUN size.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>NewSize</maml:name>
            <maml:description>
                <maml:para>New size for the LUN. Specify the LUN size using the following format:
 
[+|-]&lt;number&gt;[k|m|g|t|%]
 
If a leading &#39;+&#39; or &#39;-&#39; appears, it indicates that the LUN size is to be increased or decreased (respectively) by the indicated amount, else the amount is the absolute size to set. The optional trailing &#39;k&#39;, &#39;m&#39;, &#39;g&#39;, and &#39;t&#39; indicates the desired units, namely &#39;kilobytes&#39;, &#39;megabytes&#39;, &#39;gigabytes&#39;, and &#39;terabytes&#39; (respectively). The optional trailing &#39;%&#39; indicates to increase or decrease the size of the LUN by a percentage of its current size. If the trailing unit character doesn&#39;t appear, then &lt;number&gt; is interpreted as the number of bytes desired.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-resize</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaLunSize /vol/vol2/lun101 2500000000</dev:code>
              <dev:remarks>
                <maml:para>Increase the size of LUN &#39;lun101&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BackingSnapshot :
BlockSize : 512
IsSpaceReservationEnabled : True
Mapped : False
MultiprotocolType : image
Online : True
Path : /vol/vol2/lun101
ReadOnly : False
SerialNumber : 123456abcdef
ShareState : read
Size : 2500853760
Uuid : d44cf834-180e-11df-9cab-00a09806c227
Comment :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaLunSize /vol/vol2/lun2 -NewSize +25%</dev:code>
              <dev:remarks>
                <maml:para>Increase the size of the LUN by 25%.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BackingSnapshot :
BlockSize : 512
CloneBackingSnapshot :
Comment :
DeviceId :
IsSpaceReservationEnabled : False
Mapped : True
MultiprotocolType : image
Online : True
Path : /vol/vol2/lun2
ReadOnly : False
SerialNumber : nBLdKoeqX8ob
ShareState : none
Size : 52428800
SizeUsed : 18800640
Staging : False
Uuid : c08ccb32-d179-11e0-aa54-00155da1ce08
DeviceIdSpecified : False
TotalSize : 52428800
Protocol : image
Thin : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaLun</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaLunSpaceReserved</command:name>
        <maml:description>
            <maml:para>Sets the space reservation settings for the named LUN.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaLunSpaceReserved</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Sets the space reservation settings for the named LUN.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaLunSpaceReserved</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path to the LUN for which the space reservations need to be set.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Off</maml:name>
                <maml:description>
                    <maml:para>Specify -Off to disable space reservation for this LUN. Without this parameter, space reservation is enabled for this LUN.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path to the LUN for which the space reservations need to be set.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Off</maml:name>
            <maml:description>
                <maml:para>Specify -Off to disable space reservation for this LUN. Without this parameter, space reservation is enabled for this LUN.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-set-space-reservation-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaLunSpaceReserved /vol/vol2/lun101</dev:code>
              <dev:remarks>
                <maml:para>Enable space reservation for this LUN.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BackingSnapshot :
BlockSize : 512
IsSpaceReservationEnabled : True
Mapped : False
MultiprotocolType : image
Online : True
Path : /vol/vol2/lun101
ReadOnly : False
SerialNumber : 123456abcdef
ShareState : read
Size : 2500853760
Uuid : d44cf834-180e-11df-9cab-00a09806c227
Comment :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLun /vol/vol2/* | Set-NaLunSpaceReserved -Off</dev:code>
              <dev:remarks>
                <maml:para>Configure thin provisioning on all LUNs in volume &#39;vol2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BackingSnapshot : /vol/vol2/.snapshot/vol2snap/lun2
BlockSize : 512
IsSpaceReservationEnabled : False
Mapped : False
MultiprotocolType : windows_gpt
Online : True
Path : /vol/vol2/lun2clone
ReadOnly : False
SerialNumber : HnSolJYm1-k2
ShareState : none
Size : 21476206080
Uuid : 72421d9e-b6a7-11df-8ac9-00a09806c227
Comment :
 
BackingSnapshot : /vol/vol2/.snapshot/{1670257f-602b-4cf8-ac8a-b94e21486c95}/lun5
BlockSize : 512
IsSpaceReservationEnabled : False
Mapped : True
MultiprotocolType : windows_gpt
Online : True
Path : /vol/vol2/{6e8dbad4-894b-413a-b9cc-3cbb4ae291a5}.rws
ReadOnly : False
SerialNumber : HnSolJP0xmRN
ShareState : none
Size : 21476206080
Uuid : febcf734-2ffe-11de-88ac-00a09806c227
Comment :
 
BackingSnapshot :
BlockSize : 512
IsSpaceReservationEnabled : False
Mapped : False
MultiprotocolType : image
Online : True
Path : /vol/vol2/testqtree/testlun
ReadOnly : False
SerialNumber : HnSolJWudibu
ShareState : none
Size : 10737418240
Uuid : e234d2e4-6c0c-11df-b48f-00a09806c227
Comment :
 
...
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaLun</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaLunSpaceReserved</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaNetInterface</command:name>
        <maml:description>
            <maml:para>Configure network interface.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaNetInterface</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Configure network interface. This affects both the current configuration and the persistent configuration in /etc/rc.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaNetInterface</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>InterfaceName</maml:name>
                <maml:description>
                    <maml:para>The name of the interface to configure.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Alias</maml:name>
                <maml:description>
                    <maml:para>Specify to add an address as an alias.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>RemoveAlias</maml:name>
                <maml:description>
                    <maml:para>Specify to remove an address as an alias.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>NoDdns</maml:name>
                <maml:description>
                    <maml:para>Specify to prevent DDNS advertisement.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Address</maml:name>
                <maml:description>
                    <maml:para>IP address.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Netmask</maml:name>
                <maml:description>
                    <maml:para>Netmask for the specified address. Mutually exclusive with PrefixLength.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>PrefixLength</maml:name>
                <maml:description>
                    <maml:para>The number of bits reserved for subdividing networks into subnetworks. Mutually exclusive with Netmask.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >UInt32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Broadcast</maml:name>
                <maml:description>
                    <maml:para>The broadcast address for this network address.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>MediaType</maml:name>
                <maml:description>
                    <maml:para>Specifies the Ethernet media type used. Values are tp, tp-fd, 100tx, 100tx-fd, 1000fx, 10g-sr, auto.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>FlowControl</maml:name>
                <maml:description>
                    <maml:para>Flow control type. Values are none, receive, send, full.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>DadAttempts</maml:name>
                <maml:description>
                    <maml:para>(Inet6 only) Specifies Duplicate Address Detection-attempts to use for the multicast interface.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >UInt32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>MtuSize</maml:name>
                <maml:description>
                    <maml:para>The MTU (maximum transmission unit) to use for the network interface. Range: 296-9196</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >UInt32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Up</maml:name>
                <maml:description>
                    <maml:para>Specify to bring this interface online.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Down</maml:name>
                <maml:description>
                    <maml:para>Specify to take this interface offline.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Trusted</maml:name>
                <maml:description>
                    <maml:para>Specifies that the network to which the interface is attached is trusted relative to firewall-style security (default).</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Wins</maml:name>
                <maml:description>
                    <maml:para>Specifies that the network interface is to be registered with Windows Internet Name Services (default).</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Nfo</maml:name>
                <maml:description>
                    <maml:para>Specifies that negotiated failover is to be enabled for the network interface.</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Partner</maml:name>
                <maml:description>
                    <maml:para>Name of cluster partner interface that will failover to this interface. Specify an empty string to clear the partner interface.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ActiveOnly</maml:name>
                <maml:description>
                    <maml:para>If specified, only the active config is modified.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>InterfaceName</maml:name>
            <maml:description>
                <maml:para>The name of the interface to configure.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Alias</maml:name>
            <maml:description>
                <maml:para>Specify to add an address as an alias.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>RemoveAlias</maml:name>
            <maml:description>
                <maml:para>Specify to remove an address as an alias.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>NoDdns</maml:name>
            <maml:description>
                <maml:para>Specify to prevent DDNS advertisement.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Address</maml:name>
            <maml:description>
                <maml:para>IP address.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Netmask</maml:name>
            <maml:description>
                <maml:para>Netmask for the specified address. Mutually exclusive with PrefixLength.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>PrefixLength</maml:name>
            <maml:description>
                <maml:para>The number of bits reserved for subdividing networks into subnetworks. Mutually exclusive with Netmask.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">UInt32</command:parameterValue>
            <dev:type>
                <maml:name>UInt32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Broadcast</maml:name>
            <maml:description>
                <maml:para>The broadcast address for this network address.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>MediaType</maml:name>
            <maml:description>
                <maml:para>Specifies the Ethernet media type used. Values are tp, tp-fd, 100tx, 100tx-fd, 1000fx, 10g-sr, auto.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>FlowControl</maml:name>
            <maml:description>
                <maml:para>Flow control type. Values are none, receive, send, full.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>DadAttempts</maml:name>
            <maml:description>
                <maml:para>(Inet6 only) Specifies Duplicate Address Detection-attempts to use for the multicast interface.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">UInt32</command:parameterValue>
            <dev:type>
                <maml:name>UInt32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>MtuSize</maml:name>
            <maml:description>
                <maml:para>The MTU (maximum transmission unit) to use for the network interface. Range: 296-9196</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">UInt32</command:parameterValue>
            <dev:type>
                <maml:name>UInt32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>1500</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Up</maml:name>
            <maml:description>
                <maml:para>Specify to bring this interface online.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Down</maml:name>
            <maml:description>
                <maml:para>Specify to take this interface offline.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Trusted</maml:name>
            <maml:description>
                <maml:para>Specifies that the network to which the interface is attached is trusted relative to firewall-style security (default).</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>true</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Wins</maml:name>
            <maml:description>
                <maml:para>Specifies that the network interface is to be registered with Windows Internet Name Services (default).</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>true</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Nfo</maml:name>
            <maml:description>
                <maml:para>Specifies that negotiated failover is to be enabled for the network interface.</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Partner</maml:name>
            <maml:description>
                <maml:para>Name of cluster partner interface that will failover to this interface. Specify an empty string to clear the partner interface.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>ActiveOnly</maml:name>
            <maml:description>
                <maml:para>If specified, only the active config is modified.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Net.InterfaceConfigInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: net
API: system-cli, net-ifconfig-set
Privilege: security-priv-admin, cli-ifconfig</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaNetInterface e0b -Down</dev:code>
              <dev:remarks>
                <maml:para>Down interface &#39;e0b&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Aliases : {10.10.10.22}
DadAttempts : 5
Flowcontrol :
InterfaceName : e0b
IpspaceName : default-ipspace
IsEnabled : False
IsNfoEnabled : False
IsTrusted : True
IsWinsEnabled : False
MacAddress : 00:a0:98:06:c2:26
Mediatype :
Mtusize : 1200
Partner : e0b
V4PrimaryAddress : 10.10.10.10
V6PrimaryAddress : 3ffe:1900:4545:3:200:f8ff:fe21:67cf
DadAttemptsSpecified : True
IsEnabledSpecified : True
IsNfoEnabledSpecified : False
IsTrustedSpecified : False
IsWinsEnabledSpecified : True
MtusizeSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaNetInterface e0b -Alias -Address 10.10.10.23 -Netmask 255.255.255.0 -Broadcast 10.10.10.255</dev:code>
              <dev:remarks>
                <maml:para>Add an alias address to interface &#39;e0b&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Aliases : {10.10.10.22, 10.10.10.23}
DadAttempts : 5
Flowcontrol :
InterfaceName : e0b
IpspaceName : default-ipspace
IsEnabled : False
IsNfoEnabled : False
IsTrusted : True
IsWinsEnabled : False
MacAddress : 00:a0:98:06:c2:26
Mediatype :
Mtusize : 1200
Partner : e0b
V4PrimaryAddress : 10.10.10.10
V6PrimaryAddress : 3ffe:1900:4545:3:200:f8ff:fe21:67cf
DadAttemptsSpecified : True
IsEnabledSpecified : True
IsNfoEnabledSpecified : False
IsTrustedSpecified : False
IsWinsEnabledSpecified : True
MtusizeSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaNetInterface</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaNetIpspace</command:name>
        <maml:description>
            <maml:para>Assign a list of interfaces to an ipspace.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaNetIpspace</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Assign a list of interfaces to an ipspace. Modifies active and persistent config. To remove interfaces from an ipspace, use this cmdlet to assign them back to the default ipspace.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaNetIpspace</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of ipspace to modify.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Interfaces</maml:name>
                <maml:description>
                    <maml:para>Interfaces to be assigned to the specified ipspace.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of ipspace to modify.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Interfaces</maml:name>
            <maml:description>
                <maml:para>Interfaces to be assigned to the specified ipspace.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Net.IpspaceConfigInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: net
API: net-ipspace-assign</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaNetIpspace testspace e0c e0d</dev:code>
              <dev:remarks>
                <maml:para>Assign interfaces &#39;e0c&#39; and &#39;e0d&#39; to ipspace &#39;testspace&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Ipspace Interfaces
------- ----------
testspace {e0c, e0d}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaNetIpspace</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>New-NaNetIpspace</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaNetIpspace</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaNetPersistentConfig</command:name>
        <maml:description>
            <maml:para>Writes controllers persistent network config in /etc/rc.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaNetPersistentConfig</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Writes controllers persistent network config in /etc/rc. Non-network-related entries in /etc/rc are preserved.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaNetPersistentConfig</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Config</maml:name>
                <maml:description>
                    <maml:para>Network configuration object of the type returned by Get-NaNetActiveConfig or Get-NaNetPersistentConfig.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NetConfigInfo</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Config</maml:name>
            <maml:description>
                <maml:para>Network configuration object of the type returned by Get-NaNetActiveConfig or Get-NaNetPersistentConfig.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NetConfigInfo</command:parameterValue>
            <dev:type>
                <maml:name>NetConfigInfo</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: net
API: net-config-set-persistent</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaNetActiveConfig | Set-NaNetPersistentConfig</dev:code>
              <dev:remarks>
                <maml:para>Write the currently active network configuration to the /etc/rc file.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaNetActiveConfig</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaNetPersistentConfig</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaNetVif</command:name>
        <maml:description>
            <maml:para>Modify a VIF.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaNetVif</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Modify a VIF. Modifies active and persistent config. This cmdlet can add interfaces to a VIF, remove interfaces from a VIF, and set favored and non-favored interfaces.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaNetVif</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the VIF to modify.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Add</maml:name>
                <maml:description>
                    <maml:para>List of interfaces to add to this VIF.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Remove</maml:name>
                <maml:description>
                    <maml:para>List of interfaces to remove from this VIF.</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>Favor</maml:name>
                <maml:description>
                    <maml:para>Interface that is favored in a single-mode VIF.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Nofavor</maml:name>
                <maml:description>
                    <maml:para>Interface that is not favored in a single-mode VIF.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ActiveOnly</maml:name>
                <maml:description>
                    <maml:para>If specified, only the active config is modified.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the VIF to modify.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>Add</maml:name>
            <maml:description>
                <maml:para>List of interfaces to add to this VIF.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>Remove</maml:name>
            <maml:description>
                <maml:para>List of interfaces to remove from this VIF.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Favor</maml:name>
            <maml:description>
                <maml:para>Interface that is favored in a single-mode VIF.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Nofavor</maml:name>
            <maml:description>
                <maml:para>Interface that is not favored in a single-mode VIF.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>ActiveOnly</maml:name>
            <maml:description>
                <maml:para>If specified, only the active config is modified.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Net.IfgrpInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: net
API: system-cli
Privilege: security-priv-admin, cli-vif-add</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaNetVif testvif -Add e0c,e0d -Favor e0c -Nofavor e0d</dev:code>
              <dev:remarks>
                <maml:para>Add interfaces &#39;e0c&#39; and &#39;e0d&#39; to single-mode VIF &#39;testvif&#39;, setting &#39;e0c&#39; as the favored interface and &#39;e0d&#39; as the non-favored interface.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Favored : e0c
IfgrpPolicy : single
IfgrpType : single
InterfaceName : testvif
Links : {e0d, e0c}
Nofavored : e0d
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaNetVif</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>New-NaNetVif</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaNetVif</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaNetVlan</command:name>
        <maml:description>
            <maml:para>Configure GVRP (GARP VLAN Registration Protocol) on an interface.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaNetVlan</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Configure GVRP (GARP VLAN Registration Protocol) on an interface.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaNetVlan</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>ParentInterface</maml:name>
                <maml:description>
                    <maml:para>The name of a VLAN&#39;s parent interface.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>GvrpOn</maml:name>
                <maml:description>
                    <maml:para>Specify to enable GVRP.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>GvrpOff</maml:name>
                <maml:description>
                    <maml:para>Specify to disable GVRP.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ActiveOnly</maml:name>
                <maml:description>
                    <maml:para>If specified, only the active config is modified.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>ParentInterface</maml:name>
            <maml:description>
                <maml:para>The name of a VLAN&#39;s parent interface.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>GvrpOn</maml:name>
            <maml:description>
                <maml:para>Specify to enable GVRP.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>GvrpOff</maml:name>
            <maml:description>
                <maml:para>Specify to disable GVRP.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>ActiveOnly</maml:name>
            <maml:description>
                <maml:para>If specified, only the active config is modified.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Net.InterfaceConfigInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: net
API: system-cli
Privilege: security-priv-admin, cli-vlan-modify</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaNetVlan e0c -GvrpOn</dev:code>
              <dev:remarks>
                <maml:para>Enable GVRP on interface &#39;e0c&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Interface Ipspace Enabled PrimaryAddresses
--------- ------- ------- ----------------
e0c default-ipspace False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaNetVlan</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaNetVlan</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaNetVlan</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaNfsExport</command:name>
        <maml:description>
            <maml:para>Functionally similar to Add-NaNfsExport.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaNfsExport</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Functionally similar to Add-NaNfsExport with the following caveats: returns an error if the rule does not exist, and only works for one rule at a time.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaNfsExport</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Persistent</maml:name>
                <maml:description>
                    <maml:para>Default value is false. If specified, modifies the etc/exports file to append the rule for a permanent change. (The new rule still takes effect immediately.)</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Directory name or file to export.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>ActualPath</maml:name>
                <maml:description>
                    <maml:para>Pathname inside of the filer which is being exported. The default for this is value in Path.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>SecurityFlavors</maml:name>
                <maml:description>
                    <maml:para>List of possible security flavors this rule supports. Default security is &quot;sys&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Anon</maml:name>
                <maml:description>
                    <maml:para>All hosts with this userid or username have root access to this directory.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>ReadOnly</maml:name>
                <maml:description>
                    <maml:para>An array of hostnames which only have read privileges for all the security flavors found in the SecurityFlavors list.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>ReadWrite</maml:name>
                <maml:description>
                    <maml:para>An array of hostnames which have read and write privileges for all the security flavors found in the SecurityFlavors list. Any hostname in ReadOnly must not be in ReadWrite also. Specify &quot;all-hosts&quot; to enable read/write access from anywhere. By default, if no ReadOnly or ReadWrite hosts are given, then ReadWrite contains a hostname of &quot;all-hosts&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Root</maml:name>
                <maml:description>
                    <maml:para>Array of hostnames which have roots with ReadWrite or ReadOnly privileges.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>NoSuid</maml:name>
                <maml:description>
                    <maml:para>If specified, causes the server file system to silently ignore any attempt to enable the setuid or setgid mode bits. Default value is false.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Persistent</maml:name>
            <maml:description>
                <maml:para>Default value is false. If specified, modifies the etc/exports file to append the rule for a permanent change. (The new rule still takes effect immediately.)</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Directory name or file to export.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>ActualPath</maml:name>
            <maml:description>
                <maml:para>Pathname inside of the filer which is being exported. The default for this is value in Path.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>SecurityFlavors</maml:name>
            <maml:description>
                <maml:para>List of possible security flavors this rule supports. Default security is &quot;sys&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>sys</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Anon</maml:name>
            <maml:description>
                <maml:para>All hosts with this userid or username have root access to this directory.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>ReadOnly</maml:name>
            <maml:description>
                <maml:para>An array of hostnames which only have read privileges for all the security flavors found in the SecurityFlavors list.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>ReadWrite</maml:name>
            <maml:description>
                <maml:para>An array of hostnames which have read and write privileges for all the security flavors found in the SecurityFlavors list. Any hostname in ReadOnly must not be in ReadWrite also. Specify &quot;all-hosts&quot; to enable read/write access from anywhere. By default, if no ReadOnly or ReadWrite hosts are given, then ReadWrite contains a hostname of &quot;all-hosts&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Root</maml:name>
            <maml:description>
                <maml:para>Array of hostnames which have roots with ReadWrite or ReadOnly privileges.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>NoSuid</maml:name>
            <maml:description>
                <maml:para>If specified, causes the server file system to silently ignore any attempt to enable the setuid or setgid mode bits. Default value is false.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: nfs
API: nfs-exportfs-modify-rule-2</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaNfsExport /vol/testvol -Persistent -ReadWrite all-hosts -NoSuid</dev:code>
              <dev:remarks>
                <maml:para>Modify NFS export for volume &#39;testvol&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaNfsExport</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaNfsExport</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaNfsExport</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaOption</command:name>
        <maml:description>
            <maml:para>Set the value of a single option.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaOption</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set the value of a single option.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaOption</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>OptionName</maml:name>
                <maml:description>
                    <maml:para>The name of the option to set.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>OptionValue</maml:name>
                <maml:description>
                    <maml:para>The value of the option to set.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>OptionName</maml:name>
            <maml:description>
                <maml:para>The name of the option to set.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>OptionValue</maml:name>
            <maml:description>
                <maml:para>The value of the option to set.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Options.OptionInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: options
API: options-set</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaOption ssh.enable off</dev:code>
              <dev:remarks>
                <maml:para>Disable SSH.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ClusterConstraint Name Value
----------------- ---- -----
none ssh.enable off
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaOption</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Compare-NaOption</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaPriority</command:name>
        <maml:description>
            <maml:para>Set global priority scheduler options.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaPriority</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set global priority scheduler options.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaPriority</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>IoConcurrency</maml:name>
                <maml:description>
                    <maml:para>Sets the io-concurrency value for the appliance. The io-concurrency specifies the average number of concurrent I/O operations to a disk.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>NvlogCpThreshold</maml:name>
                <maml:description>
                    <maml:para>Sets the nvlog-cp-threshold value for the appliance as a percentage. The nvlog-cp-threshold defines the percentage of the system NVLOG that must be used before NVLOG limits are applied during a system consistency point (CP). The default value is 50%. Range: [1..100]</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>NvlogCpCompletion</maml:name>
                <maml:description>
                    <maml:para>Sets the nvlog-cp-completion value for the appliance. The nvlog-cp-completion defines the method of consistency point (CP) completion when one or more volumes are limited by NVLOG usage. Possible values are &quot;fast&quot;, &quot;paced&quot; or &quot;default&quot;. A fast CP completion will finish the CP as soon as possible, so allows resources blocked on NVLOG to be continued. A paced CP completion (the default when no NVLOG limiting occurs) controls the speed of the CP to reduce system impact overall, but may cause resources blocks on NVLOG to delay longer. The default mode is fast.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>IoConcurrency</maml:name>
            <maml:description>
                <maml:para>Sets the io-concurrency value for the appliance. The io-concurrency specifies the average number of concurrent I/O operations to a disk.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>NvlogCpThreshold</maml:name>
            <maml:description>
                <maml:para>Sets the nvlog-cp-threshold value for the appliance as a percentage. The nvlog-cp-threshold defines the percentage of the system NVLOG that must be used before NVLOG limits are applied during a system consistency point (CP). The default value is 50%. Range: [1..100]</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>50</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>NvlogCpCompletion</maml:name>
            <maml:description>
                <maml:para>Sets the nvlog-cp-completion value for the appliance. The nvlog-cp-completion defines the method of consistency point (CP) completion when one or more volumes are limited by NVLOG usage. Possible values are &quot;fast&quot;, &quot;paced&quot; or &quot;default&quot;. A fast CP completion will finish the CP as soon as possible, so allows resources blocked on NVLOG to be continued. A paced CP completion (the default when no NVLOG limiting occurs) controls the speed of the CP to reduce system impact overall, but may cause resources blocks on NVLOG to delay longer. The default mode is fast.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>fast</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: priority
API: priority-set</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaPriority -IoConcurrency 32 -NvlogCpThreshold 60 -NvlogCpCompletion fast</dev:code>
              <dev:remarks>
                <maml:para>Configure the global priority scheduler options.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaPriority</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaPriorityDefault</command:name>
        <maml:description>
            <maml:para>Set priority options for default scheduling.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaPriorityDefault</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set priority options for default scheduling. Default scheduling is applied to all volumes that do not have a specific scheduling policy defined.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaPriorityDefault</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Level</maml:name>
                <maml:description>
                    <maml:para>Sets the priority schedule level for the volume. The possible values are 1 through 10, where 1 means lowest relative priority, and 10 means highest relative priority.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>System</maml:name>
                <maml:description>
                    <maml:para>Sets the relative priority system/user scheduling for the volume. The possible values are 1 through 10, where 1 means heavily favor user operations and 10 means heavily favor system operations.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>UserReadLimit</maml:name>
                <maml:description>
                    <maml:para>The maximum number of user read operations outstanding before further operations are queued.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>SystemReadLimit</maml:name>
                <maml:description>
                    <maml:para>The maximum number of system read operations outstanding before further operations are queued.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>NvlogLimit</maml:name>
                <maml:description>
                    <maml:para>The maximum percentage of system NVLOG resources that may be consumed during a consistency point.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Level</maml:name>
            <maml:description>
                <maml:para>Sets the priority schedule level for the volume. The possible values are 1 through 10, where 1 means lowest relative priority, and 10 means highest relative priority.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>System</maml:name>
            <maml:description>
                <maml:para>Sets the relative priority system/user scheduling for the volume. The possible values are 1 through 10, where 1 means heavily favor user operations and 10 means heavily favor system operations.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>UserReadLimit</maml:name>
            <maml:description>
                <maml:para>The maximum number of user read operations outstanding before further operations are queued.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>SystemReadLimit</maml:name>
            <maml:description>
                <maml:para>The maximum number of system read operations outstanding before further operations are queued.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>NvlogLimit</maml:name>
            <maml:description>
                <maml:para>The maximum percentage of system NVLOG resources that may be consumed during a consistency point.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: priority
API: priority-set-default</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaPriorityDefault -Level 6 -System 4</dev:code>
              <dev:remarks>
                <maml:para>Set the default volume priority settings to favor a volume more than most, and to prioritize user I/O to a volume higher than system I/O.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaPriorityDefault</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaPriorityVolume</command:name>
        <maml:description>
            <maml:para>Set priority scheduling for a volume.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaPriorityVolume</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set priority scheduling for a volume.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaPriorityVolume</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>The volume whose priority scheduling is to be set.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Service</maml:name>
                <maml:description>
                    <maml:para>Sets the priority service type for the volume. The possible values are &#39;on&#39;, &#39;off&#39; or &#39;default&#39;. &#39;off&#39; temporarily disables specific priority scheduling for the volume, but preserves the priority schedule so that it can later be enabled. &#39;default&#39; removes the specific priority scheduling for the volume, which will revert to using the default priority schedule.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Level</maml:name>
                <maml:description>
                    <maml:para>Sets the priority schedule level for the volume. The possible values are 1 through 10, where 1 means lowest relative priority, and 10 means highest relative priority.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>System</maml:name>
                <maml:description>
                    <maml:para>Sets the relative priority system/user scheduling for the volume. The possible values are 1 through 10, where 1 means heavily favor user operations and 10 means heavily favor system operations.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>UserReadLimit</maml:name>
                <maml:description>
                    <maml:para>The maximum number of user read operations outstanding before further operations are queued. A value of 0 means restore the system-defined limit.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>SystemReadLimit</maml:name>
                <maml:description>
                    <maml:para>The maximum number of system read operations outstanding before further operations are queued. A value of 0 means restore the system-defined limit.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>NvlogLimit</maml:name>
                <maml:description>
                    <maml:para>The maximum percentage of system NVLOG resources that may be consumed. A value of 0 means restore the system-defined limit.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>CachePolicy</maml:name>
                <maml:description>
                    <maml:para>The buffer cache policy to use for the volume. Possible values are:
 
&#39;keep&#39; - Try to keep data in the buffer cache
&#39;reuse&#39; - Reuse blocks, do not try to cache
&#39;default&#39; - Apply the default policy</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>The volume whose priority scheduling is to be set.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Service</maml:name>
            <maml:description>
                <maml:para>Sets the priority service type for the volume. The possible values are &#39;on&#39;, &#39;off&#39; or &#39;default&#39;. &#39;off&#39; temporarily disables specific priority scheduling for the volume, but preserves the priority schedule so that it can later be enabled. &#39;default&#39; removes the specific priority scheduling for the volume, which will revert to using the default priority schedule.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Level</maml:name>
            <maml:description>
                <maml:para>Sets the priority schedule level for the volume. The possible values are 1 through 10, where 1 means lowest relative priority, and 10 means highest relative priority.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>System</maml:name>
            <maml:description>
                <maml:para>Sets the relative priority system/user scheduling for the volume. The possible values are 1 through 10, where 1 means heavily favor user operations and 10 means heavily favor system operations.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>UserReadLimit</maml:name>
            <maml:description>
                <maml:para>The maximum number of user read operations outstanding before further operations are queued. A value of 0 means restore the system-defined limit.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>SystemReadLimit</maml:name>
            <maml:description>
                <maml:para>The maximum number of system read operations outstanding before further operations are queued. A value of 0 means restore the system-defined limit.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>NvlogLimit</maml:name>
            <maml:description>
                <maml:para>The maximum percentage of system NVLOG resources that may be consumed. A value of 0 means restore the system-defined limit.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>CachePolicy</maml:name>
            <maml:description>
                <maml:para>The buffer cache policy to use for the volume. Possible values are:
 
&#39;keep&#39; - Try to keep data in the buffer cache
&#39;reuse&#39; - Reuse blocks, do not try to cache
&#39;default&#39; - Apply the default policy</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: priority
API: priority-set-volume</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaPriorityVolume vol1 -Service on -Level 6 -System 3 -UserReadLimit 48 -SystemReadLimit 16 -NvlogLimit 10 -CachePolicy keep</dev:code>
              <dev:remarks>
                <maml:para>Configure the priority schedule for volume &#39;vol1&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>DedupeEnabled : True
ChecksumStyle : block
CloneChildren : {vol1clone}
CloneParent :
ContainingAggregate : aggr1
DiskCount : 8
FilesTotal : 622580
FilesUsed : 142
IsChecksumEnabled : True
IsInconsistent : False
IsSnaplock : False
IsUnrecoverable : False
MirrorStatus : unmirrored
Name : vol1
PercentageUsed : 5
PlexCount : 1
Plexes : {/aggr1/plex0}
QuotaInit : 0
RaidSize : 16
RaidStatus : raid_dp,sis
Reserve : 0
ReserveRequired : 0
ReserveUsed : 0
Sis : idle
SizeAvailable : 16331317248
SizeTotal : 17179869184
SizeUsed : 848551936
SnaplockType :
SpaceReserve : volume
SpaceReserveEnabled : True
State : online
Type : flex
Uuid : eaf2a090-48a4-11df-a07f-00a09806c227
IsUnrecoverableSpecified : True
PercentageUsedSpecified : True
SpaceReserveEnabledSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaPriorityVolume vol0 | Set-NaPriorityVolume -Volume vol1</dev:code>
              <dev:remarks>
                <maml:para>Copy priority settings from volume &#39;vol0&#39; to volume &#39;vol1&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>DedupeEnabled : True
ChecksumStyle : block
CloneChildren : {vol1clone}
CloneParent :
ContainingAggregate : aggr1
DiskCount : 8
FilesTotal : 622580
FilesUsed : 142
IsChecksumEnabled : True
IsInconsistent : False
IsSnaplock : False
IsUnrecoverable : False
MirrorStatus : unmirrored
Name : vol1
PercentageUsed : 5
PlexCount : 1
Plexes : {/aggr1/plex0}
QuotaInit : 0
RaidSize : 16
RaidStatus : raid_dp,sis
Reserve : 0
ReserveRequired : 0
ReserveUsed : 0
Sis : idle
SizeAvailable : 16331317248
SizeTotal : 17179869184
SizeUsed : 848551936
SnaplockType :
SpaceReserve : volume
SpaceReserveEnabled : True
State : online
Type : flex
Uuid : eaf2a090-48a4-11df-a07f-00a09806c227
IsUnrecoverableSpecified : True
PercentageUsedSpecified : True
SpaceReserveEnabledSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 3 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaPriorityVolume vol1 -Service default</dev:code>
              <dev:remarks>
                <maml:para>Remove the priority schedule entry for volume &#39;vol1&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>DedupeEnabled : True
ChecksumStyle : block
CloneChildren : {vol1clone}
CloneParent :
ContainingAggregate : aggr1
DiskCount : 8
FilesTotal : 622580
FilesUsed : 142
IsChecksumEnabled : True
IsInconsistent : False
IsSnaplock : False
IsUnrecoverable : False
MirrorStatus : unmirrored
Name : vol1
PercentageUsed : 5
PlexCount : 1
Plexes : {/aggr1/plex0}
QuotaInit : 0
RaidSize : 16
RaidStatus : raid_dp,sis
Reserve : 0
ReserveRequired : 0
ReserveUsed : 0
Sis : idle
SizeAvailable : 16331317248
SizeTotal : 17179869184
SizeUsed : 848551936
SnaplockType :
SpaceReserve : volume
SpaceReserveEnabled : True
State : online
Type : flex
Uuid : eaf2a090-48a4-11df-a07f-00a09806c227
IsUnrecoverableSpecified : True
PercentageUsedSpecified : True
SpaceReserveEnabledSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaPriorityVolume</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaQtree</command:name>
        <maml:description>
            <maml:para>Modify qtree security style and/or opportunistic locks setting.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaQtree</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Modify qtree security style and/or opportunistic locks setting.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaQtree</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of an existing qtree. The path should be in this format: /vol/&lt;volume&gt;/&lt;qtree&gt;, or /vol/&lt;volume&gt;/ to select the volume qtree.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>OpLocks</maml:name>
                <maml:description>
                    <maml:para>The new oplocks settings. Values are &#39;enabled&#39; or &#39;disabled&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SecurityStyle</maml:name>
                <maml:description>
                    <maml:para>The new security style. Values are &#39;unix&#39;, &#39;ntfs&#39; or &#39;mixed&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaQtree</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue)" position = "1" >
                <maml:name>QtreeInfo</maml:name>
                <maml:description>
                    <maml:para>Alternate parameter set allows for a qtree to be passed in via the pipeline.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >QtreeInfo</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>OpLocks</maml:name>
                <maml:description>
                    <maml:para>The new oplocks settings. Values are &#39;enabled&#39; or &#39;disabled&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SecurityStyle</maml:name>
                <maml:description>
                    <maml:para>The new security style. Values are &#39;unix&#39;, &#39;ntfs&#39; or &#39;mixed&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of an existing qtree. The path should be in this format: /vol/&lt;volume&gt;/&lt;qtree&gt;, or /vol/&lt;volume&gt;/ to select the volume qtree.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>OpLocks</maml:name>
            <maml:description>
                <maml:para>The new oplocks settings. Values are &#39;enabled&#39; or &#39;disabled&#39;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>SecurityStyle</maml:name>
            <maml:description>
                <maml:para>The new security style. Values are &#39;unix&#39;, &#39;ntfs&#39; or &#39;mixed&#39;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
            <maml:name>QtreeInfo</maml:name>
            <maml:description>
                <maml:para>Alternate parameter set allows for a qtree to be passed in via the pipeline.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">QtreeInfo</command:parameterValue>
            <dev:type>
                <maml:name>QtreeInfo</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Qtree.QtreeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: qtree
API: system-cli
Privilege: security-priv-admin, cli-qtree-oplocks, cli-qtree-security</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaQtree /vol/vol2/qtree2 -OpLocks enabled -SecurityStyle mixed</dev:code>
              <dev:remarks>
                <maml:para>Enable oplocks on qtree &#39;/vol/vol2/qtree2&#39; and set its security style to &#39;mixed&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Volume Qtree Status Security OpLocks
------ ----- ------ -------- -------
vol2 qtree2 normal mixed enabled
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaQtree /vol/vol2/ -SecurityStyle ntfs</dev:code>
              <dev:remarks>
                <maml:para>Set the security style on the volume qtree for volume &#39;vol2&#39; to &#39;ntfs&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Volume Qtree Status Security OpLocks
------ ----- ------ -------- -------
vol2 normal ntfs enabled
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 3 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaQtree vol2 | Set-NaQtree -OpLocks enabled</dev:code>
              <dev:remarks>
                <maml:para>Enable oplocks on all qtrees in volume &#39;vol2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Volume Qtree Status Security OpLocks
------ ----- ------ -------- -------
vol2 normal ntfs enabled
vol2 qtree2 normal mixed enabled
vol2 testqtree normal mixed enabled
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaQtree</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>New-NaQtree</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaQuota</command:name>
        <maml:description>
            <maml:para>Sets a quota entry.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaQuota</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Sets a quota entry. If the type, target, volume, and tree do not exist, a new entry is created. If the type, target, volume, and tree exist, then the entry is modified.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaQuota</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Type</maml:name>
                <maml:description>
                    <maml:para>This is the quota type: &quot;user&quot;, &quot;group&quot;, or &quot;tree&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>This is the quota target of the type specified. The target can be of the form: &lt;name&gt;, &lt;number&gt;, or &lt;path name&gt;. Multiple targets can be specified by a comma-separated list.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "3" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>This is the volume name that the quota resides on.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "4" >
                <maml:name>Qtree</maml:name>
                <maml:description>
                    <maml:para>This is the qtree name that the quota resides on. It can be the qtree name or omitted if no qtree.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>DiskLimit</maml:name>
                <maml:description>
                    <maml:para>This is the amount of disk space that is reserved for the the target. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>FileLimit</maml:name>
                <maml:description>
                    <maml:para>This is the number of files that the target can have. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Threshold</maml:name>
                <maml:description>
                    <maml:para>This is the amount of disk space the target would have to exceed before a message is logged. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>SoftDiskLimit</maml:name>
                <maml:description>
                    <maml:para>This is the amount of disk space the target would have to exceed before a message is logged and an SNMP trap is generated. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>SoftFileLimit</maml:name>
                <maml:description>
                    <maml:para>This is the number of files the target would have to exceed before a message is logged and an SNMP trap is generated. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaQuota</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "3" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>This is the volume name that the quota resides on.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "4" >
                <maml:name>Qtree</maml:name>
                <maml:description>
                    <maml:para>This is the qtree name that the quota resides on. It can be the qtree name or omitted if no qtree.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>UserName</maml:name>
                <maml:description>
                    <maml:para>A user can be specfied as a: unix user name, numerical user ID, windows account name, Windows SID or a comma separated list of multiple users.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>DiskLimit</maml:name>
                <maml:description>
                    <maml:para>This is the amount of disk space that is reserved for the the target. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>FileLimit</maml:name>
                <maml:description>
                    <maml:para>This is the number of files that the target can have. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Threshold</maml:name>
                <maml:description>
                    <maml:para>This is the amount of disk space the target would have to exceed before a message is logged. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>SoftDiskLimit</maml:name>
                <maml:description>
                    <maml:para>This is the amount of disk space the target would have to exceed before a message is logged and an SNMP trap is generated. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>SoftFileLimit</maml:name>
                <maml:description>
                    <maml:para>This is the number of files the target would have to exceed before a message is logged and an SNMP trap is generated. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaQuota</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "3" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>This is the volume name that the quota resides on.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "4" >
                <maml:name>Qtree</maml:name>
                <maml:description>
                    <maml:para>This is the qtree name that the quota resides on. It can be the qtree name or omitted if no qtree.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>GroupId</maml:name>
                <maml:description>
                    <maml:para>May be one of the following: Unix group name, numerical group id (If the group id is 0, no limits set will be enforced, but usage will still be tracked), or the pathname of a file owned by that group (specifying a file or directory will not affect the quota on that file or directory, only the GID).</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>DiskLimit</maml:name>
                <maml:description>
                    <maml:para>This is the amount of disk space that is reserved for the the target. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>FileLimit</maml:name>
                <maml:description>
                    <maml:para>This is the number of files that the target can have. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Threshold</maml:name>
                <maml:description>
                    <maml:para>This is the amount of disk space the target would have to exceed before a message is logged. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>SoftDiskLimit</maml:name>
                <maml:description>
                    <maml:para>This is the amount of disk space the target would have to exceed before a message is logged and an SNMP trap is generated. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>SoftFileLimit</maml:name>
                <maml:description>
                    <maml:para>This is the number of files the target would have to exceed before a message is logged and an SNMP trap is generated. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaQuota</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>A complete path to an existing qtree.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>DiskLimit</maml:name>
                <maml:description>
                    <maml:para>This is the amount of disk space that is reserved for the the target. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>FileLimit</maml:name>
                <maml:description>
                    <maml:para>This is the number of files that the target can have. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Threshold</maml:name>
                <maml:description>
                    <maml:para>This is the amount of disk space the target would have to exceed before a message is logged. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>SoftDiskLimit</maml:name>
                <maml:description>
                    <maml:para>This is the amount of disk space the target would have to exceed before a message is logged and an SNMP trap is generated. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>SoftFileLimit</maml:name>
                <maml:description>
                    <maml:para>This is the number of files the target would have to exceed before a message is logged and an SNMP trap is generated. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Type</maml:name>
            <maml:description>
                <maml:para>This is the quota type: &quot;user&quot;, &quot;group&quot;, or &quot;tree&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>Target</maml:name>
            <maml:description>
                <maml:para>This is the quota target of the type specified. The target can be of the form: &lt;name&gt;, &lt;number&gt;, or &lt;path name&gt;. Multiple targets can be specified by a comma-separated list.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="3">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>This is the volume name that the quota resides on.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="4">
            <maml:name>Qtree</maml:name>
            <maml:description>
                <maml:para>This is the qtree name that the quota resides on. It can be the qtree name or omitted if no qtree.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>DiskLimit</maml:name>
            <maml:description>
                <maml:para>This is the amount of disk space that is reserved for the the target. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>FileLimit</maml:name>
            <maml:description>
                <maml:para>This is the number of files that the target can have. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Threshold</maml:name>
            <maml:description>
                <maml:para>This is the amount of disk space the target would have to exceed before a message is logged. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>SoftDiskLimit</maml:name>
            <maml:description>
                <maml:para>This is the amount of disk space the target would have to exceed before a message is logged and an SNMP trap is generated. The value is expressed in bytes. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.
 
The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>SoftFileLimit</maml:name>
            <maml:description>
                <maml:para>This is the number of files the target would have to exceed before a message is logged and an SNMP trap is generated. Omit or set the value to &quot;-&quot; if the limit is to be unlimited. Default is unlimited.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>UserName</maml:name>
            <maml:description>
                <maml:para>A user can be specfied as a: unix user name, numerical user ID, windows account name, Windows SID or a comma separated list of multiple users.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>GroupId</maml:name>
            <maml:description>
                <maml:para>May be one of the following: Unix group name, numerical group id (If the group id is 0, no limits set will be enforced, but usage will still be tracked), or the pathname of a file owned by that group (specifying a file or directory will not affect the quota on that file or directory, only the GID).</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>A complete path to an existing qtree.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Quota.QuotaEntryInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: quota
API: quota-set-entry</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaQuota tree * vol0 -FileLimit 50000 -DiskLimit 20g</dev:code>
              <dev:remarks>
                <maml:para>Update the tree quota on volume &#39;vol0&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>DiskLimit : 21474836480
FileLimit : 50000
PerformUserMapping : False
QuotaError :
SoftDiskLimit : -
SoftFileLimit : -
Threshold : -
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaQuota -Type tree -Target /vol/vol2/qtree2 -Volume vol2 -DiskLimit 50g</dev:code>
              <dev:remarks>
                <maml:para>Add a qtree quota.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>DiskLimit : 53687091200
FileLimit : -
PerformUserMapping : False
QuotaError :
SoftDiskLimit : -
SoftFileLimit : -
Threshold : -
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 3 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaQuota -GroupId Users -Volume testvol -Qtree qtree2 -DiskLimit 2g</dev:code>
              <dev:remarks>
                <maml:para>Set the quota for a group.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Type : group
Target : {Users}
Volume : testvol
Qtree : qtree2
DiskLimit : 2147483648
FileLimit : -
PerformUserMapping : False
QuotaError :
 
SoftDiskLimit : -
SoftFileLimit : -
Threshold : -
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 4 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaQuota -Path /vol/testvol/qtree2 -DiskLimit 2g</dev:code>
              <dev:remarks>
                <maml:para>Set a tree quota for qtree2 on testvol.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Type : tree
Target : {/vol/testvol/qtree2}
Volume : testvol
Qtree :
DiskLimit : 2147483648
FileLimit : -
PerformUserMapping : False
QuotaError :
SoftDiskLimit : -
SoftFileLimit : -
Threshold : -
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 5 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaQuota -UserName vf1user -Volume testvol -Qtree qtree2 -DiskLimit 2g</dev:code>
              <dev:remarks>
                <maml:para>Set a quota for the user vf1user.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Type : user
Target : {vf1user}
Volume : testvol
Qtree : qtree2
DiskLimit : 2147483648
FileLimit : -
PerformUserMapping : False
QuotaError :
 
SoftDiskLimit : -
SoftFileLimit : -
Threshold : -
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Add-NaQuota</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaQuota</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaReallocateSchedule</command:name>
        <maml:description>
            <maml:para>Set a schedule for a reallocation job.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaReallocateSchedule</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set a schedule for a reallocation job.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaReallocateSchedule</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path to large file or LUN to reallocate, starting with /vol/.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>Schedule</maml:name>
                <maml:description>
                    <maml:para>Reallocation schedule, in format &quot;&lt;min&gt; &lt;hour&gt; &lt;dom&gt; &lt;dow&gt;&quot;, where each field is either a number, a comma-separated range of numbers, or &quot;*&quot;, indicating all values.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path to large file or LUN to reallocate, starting with /vol/.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>Schedule</maml:name>
            <maml:description>
                <maml:para>Reallocation schedule, in format &quot;&lt;min&gt; &lt;hour&gt; &lt;dom&gt; &lt;dow&gt;&quot;, where each field is either a number, a comma-separated range of numbers, or &quot;*&quot;, indicating all values.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Reallocate.ReallocateJobInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: reallocate
API: reallocate-set-schedule</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaReallocateSchedule /vol/vol0 -Schedule &quot;0 * * *&quot;</dev:code>
              <dev:remarks>
                <maml:para>Set the reallocation job on volume &#39;vol0&#39; to run once at the start of every hour.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Flags : whole_vol,maybe_realloc,repeat
Interval : n/a
IntervalTS :
LayoutFactor : 2
MeasureLogfile : n/a
MeasureOnly : False
Path : /vol/vol0
ScanDetail : Inode 473242, block 0 of 1 (0%)
Schedule : 0 * * *
State : Reallocating
Threshold : 1
ThresholdSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaReallocateJobs</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaReallocateSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaRole</command:name>
        <maml:description>
            <maml:para>Modifies a role given the information provided.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaRole</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Modifies a role given the information provided.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaRole</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Role</maml:name>
                <maml:description>
                    <maml:para>Role to modify.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Comment</maml:name>
                <maml:description>
                    <maml:para>Optional comment for role.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>AddCapabilities</maml:name>
                <maml:description>
                    <maml:para>List of capabilities to add to this role.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>RemoveCapabilities</maml:name>
                <maml:description>
                    <maml:para>List of capabilities to remove from this role.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Role</maml:name>
            <maml:description>
                <maml:para>Role to modify.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Comment</maml:name>
            <maml:description>
                <maml:para>Optional comment for role.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>AddCapabilities</maml:name>
            <maml:description>
                <maml:para>List of capabilities to add to this role.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>RemoveCapabilities</maml:name>
            <maml:description>
                <maml:para>List of capabilities to remove from this role.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Useradmin.UseradminRoleInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: useradmin
API: useradmin-role-modify</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaRole script -AddCapabilities login-* -RemoveCapabilities cli-*</dev:code>
              <dev:remarks>
                <maml:para>MOdify role &#39;script&#39;, adding &#39;login-*&#39; permission and removing &#39;cli-*&#39; permission.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : script
Comment : Role for running storage mgt scripts
AllowedCapabilities : {api-*, login-*}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaRole</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>New-NaRole</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaRole</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaShelfLight</command:name>
        <maml:description>
            <maml:para>Set or clear the LED for a disk or shelf of disks.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaShelfLight</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set or clear the LED for a disk or shelf of disks. LEDs to affect can be specified as: {channel-name, shelf-id} or {channel-name, shelf-id, shelf-bay}.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaShelfLight</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Channel</maml:name>
                <maml:description>
                    <maml:para>The channel to which the shelf or drive LED to be affected is connected.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Shelf</maml:name>
                <maml:description>
                    <maml:para>Shelf indicates the ID of the shelf where the LEDs to affect reside.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>Bay</maml:name>
                <maml:description>
                    <maml:para>If present, Bay indicates the specific drive where the LED affected resides. Otherwise all LEDs in the specified shelf are affected.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Off</maml:name>
                <maml:description>
                    <maml:para>Specify to turn the LEDs off. By default, this cmdlet turns the LEDs on.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Channel</maml:name>
            <maml:description>
                <maml:para>The channel to which the shelf or drive LED to be affected is connected.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Shelf</maml:name>
            <maml:description>
                <maml:para>Shelf indicates the ID of the shelf where the LEDs to affect reside.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
            <maml:name>Bay</maml:name>
            <maml:description>
                <maml:para>If present, Bay indicates the specific drive where the LED affected resides. Otherwise all LEDs in the specified shelf are affected.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Off</maml:name>
            <maml:description>
                <maml:para>Specify to turn the LEDs off. By default, this cmdlet turns the LEDs on.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: ses
API: storage-shelf-set-led-state</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaShelfLight 0a 1</dev:code>
              <dev:remarks>
                <maml:para>Turn on the LEDs on channel 0a, shelf ID 1.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaShelf | Set-NaShelfLight</dev:code>
              <dev:remarks>
                <maml:para>Turn on all LEDs on all shelves.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaShelf</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaShelfEnvironment</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Start-NaShelfUpdate</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaSis</command:name>
        <maml:description>
            <maml:para>Setup or modify the SIS operation schedule or options for a SIS volume.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaSis</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Setup or modify the SIS operation schedule or options for a SIS volume. Currently, only used to configure schedule.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaSis</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>The full path of the SIS volume, /vol/&lt;vol_name&gt;. The /vol/ prefix may be omitted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Schedule</maml:name>
                <maml:description>
                    <maml:para>The schedule string for the SIS operation. The format of the schedule:
 
day_list[@hour_list] or hour_list[@day_list] or -or auto
 
The day_list specifies which days of the week the SIS operation should run. It is a comma-separated list of the first three letters of the day: sun, mon, tue, wed, thu, fri, sat. The names are not case sensitive. Day ranges such as mon-fri can also be given. The default day_list is sun-sat.
 
The hour_list specifies which hours of the day the SIS operation should run on each scheduled day. The hour_list is a comma-separated list of the integers from 0 to 23. Hour ranges such as 8-17 are allowed. Step values can be used in conjuction with ranges. For example, 0-23/2 means &quot;every two hours&quot;. The default hour_list is 0, i.e. midnight on the morning of each scheduled day.
 
If &quot;-&quot; is specified, no schedule is set. When a non-SIS volume is enabled the first time, an initial schedule is assigned to the volume. This initial schedule is sun-sat@0, that means &quot;once everyday at midnight&quot;.
 
The &quot;auto&quot; schedule string means the SIS operation will be triggered by the amount of new data written to the volume. The criterion is subject to be changed later.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Compression</maml:name>
                <maml:description>
                    <maml:para>Specify true to enable compression on this SIS volume, false to disable compression.</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>InlineCompression</maml:name>
                <maml:description>
                    <maml:para>Specify true to enable inline compression on this SIS volume, false to disable inline compression.</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>EnableIdd</maml:name>
                <maml:description>
                    <maml:para>Enables file level incompressible data detection and quick check incompressible data detection for large files. This is per volume option. Once this set to true, inline compression will do a 4k compression quick check for large files before proceeding with full CG compression. If quick check finds a 4k within a CG as incompressible, inline compression won&#39;t attempt to compress the CG. And the blocks are written in uncompressed form to disk. Also once this is enabled, if inline compression encounters a incompressible CG within small files, it will mark the file with do not compress flag. As long as this flag is set on a small file, inline compression won&#39;t attempt further compression on the file.</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>QuickCheckFileSize</maml:name>
                <maml:description>
                    <maml:para>Quick check file size for Incompressible Data Detection. If Incompressible data detection is enabled and if the file size is &gt;= QuickCheckFileSize, inline compression will do a 4k quick check before doing full CG compression.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaSis</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue)" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Rather than specifying the volume name, this cmdlet alternatively accepts a VolumeInfo object.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >VolumeInfo</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Schedule</maml:name>
                <maml:description>
                    <maml:para>The schedule string for the SIS operation. The format of the schedule:
 
day_list[@hour_list] or hour_list[@day_list] or -or auto
 
The day_list specifies which days of the week the SIS operation should run. It is a comma-separated list of the first three letters of the day: sun, mon, tue, wed, thu, fri, sat. The names are not case sensitive. Day ranges such as mon-fri can also be given. The default day_list is sun-sat.
 
The hour_list specifies which hours of the day the SIS operation should run on each scheduled day. The hour_list is a comma-separated list of the integers from 0 to 23. Hour ranges such as 8-17 are allowed. Step values can be used in conjuction with ranges. For example, 0-23/2 means &quot;every two hours&quot;. The default hour_list is 0, i.e. midnight on the morning of each scheduled day.
 
If &quot;-&quot; is specified, no schedule is set. When a non-SIS volume is enabled the first time, an initial schedule is assigned to the volume. This initial schedule is sun-sat@0, that means &quot;once everyday at midnight&quot;.
 
The &quot;auto&quot; schedule string means the SIS operation will be triggered by the amount of new data written to the volume. The criterion is subject to be changed later.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Compression</maml:name>
                <maml:description>
                    <maml:para>Specify true to enable compression on this SIS volume, false to disable compression.</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>InlineCompression</maml:name>
                <maml:description>
                    <maml:para>Specify true to enable inline compression on this SIS volume, false to disable inline compression.</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>EnableIdd</maml:name>
                <maml:description>
                    <maml:para>Enables file level incompressible data detection and quick check incompressible data detection for large files. This is per volume option. Once this set to true, inline compression will do a 4k compression quick check for large files before proceeding with full CG compression. If quick check finds a 4k within a CG as incompressible, inline compression won&#39;t attempt to compress the CG. And the blocks are written in uncompressed form to disk. Also once this is enabled, if inline compression encounters a incompressible CG within small files, it will mark the file with do not compress flag. As long as this flag is set on a small file, inline compression won&#39;t attempt further compression on the file.</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>QuickCheckFileSize</maml:name>
                <maml:description>
                    <maml:para>Quick check file size for Incompressible Data Detection. If Incompressible data detection is enabled and if the file size is &gt;= QuickCheckFileSize, inline compression will do a 4k quick check before doing full CG compression.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>The full path of the SIS volume, /vol/&lt;vol_name&gt;. The /vol/ prefix may be omitted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>Schedule</maml:name>
            <maml:description>
                <maml:para>The schedule string for the SIS operation. The format of the schedule:
 
day_list[@hour_list] or hour_list[@day_list] or -or auto
 
The day_list specifies which days of the week the SIS operation should run. It is a comma-separated list of the first three letters of the day: sun, mon, tue, wed, thu, fri, sat. The names are not case sensitive. Day ranges such as mon-fri can also be given. The default day_list is sun-sat.
 
The hour_list specifies which hours of the day the SIS operation should run on each scheduled day. The hour_list is a comma-separated list of the integers from 0 to 23. Hour ranges such as 8-17 are allowed. Step values can be used in conjuction with ranges. For example, 0-23/2 means &quot;every two hours&quot;. The default hour_list is 0, i.e. midnight on the morning of each scheduled day.
 
If &quot;-&quot; is specified, no schedule is set. When a non-SIS volume is enabled the first time, an initial schedule is assigned to the volume. This initial schedule is sun-sat@0, that means &quot;once everyday at midnight&quot;.
 
The &quot;auto&quot; schedule string means the SIS operation will be triggered by the amount of new data written to the volume. The criterion is subject to be changed later.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Compression</maml:name>
            <maml:description>
                <maml:para>Specify true to enable compression on this SIS volume, false to disable compression.</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>InlineCompression</maml:name>
            <maml:description>
                <maml:para>Specify true to enable inline compression on this SIS volume, false to disable inline compression.</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>EnableIdd</maml:name>
            <maml:description>
                <maml:para>Enables file level incompressible data detection and quick check incompressible data detection for large files. This is per volume option. Once this set to true, inline compression will do a 4k compression quick check for large files before proceeding with full CG compression. If quick check finds a 4k within a CG as incompressible, inline compression won&#39;t attempt to compress the CG. And the blocks are written in uncompressed form to disk. Also once this is enabled, if inline compression encounters a incompressible CG within small files, it will mark the file with do not compress flag. As long as this flag is set on a small file, inline compression won&#39;t attempt further compression on the file.</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>QuickCheckFileSize</maml:name>
            <maml:description>
                <maml:para>Quick check file size for Incompressible Data Detection. If Incompressible data detection is enabled and if the file size is &gt;= QuickCheckFileSize, inline compression will do a 4k quick check before doing full CG compression.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>Rather than specifying the volume name, this cmdlet alternatively accepts a VolumeInfo object.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">VolumeInfo</command:parameterValue>
            <dev:type>
                <maml:name>VolumeInfo</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: sis
API: sis-set-config</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaSis vol2 &quot;sat@0,12&quot;</dev:code>
              <dev:remarks>
                <maml:para>Schedule dedupe to run on volume &#39;vol2&#39; twice a day every Saturday.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSis</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Start-NaSis</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaSnaplockComplianceClock</command:name>
        <maml:description>
            <maml:para>Set the Compliance Clock of the system equal to the current system clock. This can only be done once.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaSnaplockComplianceClock</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set the Compliance Clock of the system equal to the current system clock. This can only be done once.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaSnaplockComplianceClock</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snaplock
API: snaplock-set-system-compliance-clock</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaSnaplockComplianceClock</dev:code>
              <dev:remarks>
                <maml:para>Set the Compliance Clock of the system equal to the current system clock.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnaplockComplianceClock</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaSnaplockLogVolume</command:name>
        <maml:description>
            <maml:para>Set the active WORM log volume.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaSnaplockLogVolume</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set the active WORM log volume.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaSnaplockLogVolume</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>The name of the volume that will contain the WORM log files. This volume must be a SnapLock Compliance volume.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>If specified it will enable the set log volume operation to ignore errors encountered during SnapLock log volume change. Useful when the log volume is inconsistent or have not enough disk space.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>The name of the volume that will contain the WORM log files. This volume must be a SnapLock Compliance volume.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>If specified it will enable the set log volume operation to ignore errors encountered during SnapLock log volume change. Useful when the log volume is inconsistent or have not enough disk space.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snaplock
API: snaplock-set-log-volume</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaSnaplockLogVolume snaplock_vol0</dev:code>
              <dev:remarks>
                <maml:para>Sets the snaplock log volume to snaplock_vol0.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name State TotalSize Used Available Dedupe FilesUsed FilesTotal Aggregate
---- ----- --------- ---- --------- ------ --------- ---------- ---------
snaplock_vol0 online 24.0 MB 1% 23.8 MB False 116 881 aggr1
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnaplockLogVolume</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaSnaplockOption</command:name>
        <maml:description>
            <maml:para>Set a SnapLock option on a volume. Currently, the only supported option is &quot;privdel&quot;.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaSnaplockOption</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set a SnapLock option on a volume. Currently, the only supported option is &quot;privdel&quot;.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaSnaplockOption</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>The volume to set options for.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Key</maml:name>
                <maml:description>
                    <maml:para>Specifies SnapLock option. Presently, only the &quot;privdel&quot; SnapLock option is supported.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>Value</maml:name>
                <maml:description>
                    <maml:para>Specifies the new value of the option. For the &quot;privdel&quot; snaplock option, three values &quot;on&quot;/&quot;off&quot;/&quot;disallowed&quot; are supported.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>The volume to set options for.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>Key</maml:name>
            <maml:description>
                <maml:para>Specifies SnapLock option. Presently, only the &quot;privdel&quot; SnapLock option is supported.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="3">
            <maml:name>Value</maml:name>
            <maml:description>
                <maml:para>Specifies the new value of the option. For the &quot;privdel&quot; snaplock option, three values &quot;on&quot;/&quot;off&quot;/&quot;disallowed&quot; are supported.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.Collections.Hashtable</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snaplock
API: snaplock-set-options</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaSnaplockOption snaplock_entvol0 privdel off</dev:code>
              <dev:remarks>
                <maml:para>Turn off privileged deletes for snaplock_entvol0.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Value
---- -----
privdel off
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnaplockOption</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaSnaplockRetentionTime</command:name>
        <maml:description>
            <maml:para>Set the SnapLock retention attributes of a file. The retention time is set to the given DateTime.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaSnaplockRetentionTime</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set the SnapLock retention attributes of a file. The retention time is set to the given DateTime. If no retention time is specified, the retention time is calculated as follows: Expiration time = current time + snaplock_default_period.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaSnaplockRetentionTime</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Absolute path of the file to set retention time for.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>RetentionTime</maml:name>
                <maml:description>
                    <maml:para>Date and time in which the file will be eligible for deletion. If the given time does not comply with the snaplock_minimum_period or the snaplock_maximum_period of the volume it will be adjusted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >DateTime</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Absolute path of the file to set retention time for.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>RetentionTime</maml:name>
            <maml:description>
                <maml:para>Date and time in which the file will be eligible for deletion. If the given time does not comply with the snaplock_minimum_period or the snaplock_maximum_period of the volume it will be adjusted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue>
            <dev:type>
                <maml:name>DateTime</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snaplock.FileRetentionInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snaplock
API: file-set-snaplock-retention-time</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaSnaplockRetentionTime /vol/snaplock_entvol0/file2.txt (Get-NaSnaplockComplianceClock).ComplianceCLock.AddYears(28)</dev:code>
              <dev:remarks>
                <maml:para>Set the retention time for the file /vol/snaplock_entvol0/file2.txt to be 28 years from the current time.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Pathname SnaplockType RetentionTimeDT
-------- ------------ ---------------
/vol/snaplock_entvol0/file2.txt SLE 6/12/2039 4:22:50 AM
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnaplockRetentionTime</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnaplockComplianceClock</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaSnapmirrorConnection</command:name>
        <maml:description>
            <maml:para>Set up a connection. Set-NaSnapmirrorConnection will add a new connection or modify an existing one. This cmdlet must be executed on the destination controller. The connections are saved in /etc/snapmirror.conf.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaSnapmirrorConnection</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set up a connection. Set-NaSnapmirrorConnection will add a new connection or modify an existing one. This cmdlet must be executed on the destination controller. The connections are saved in /etc/snapmirror.conf.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaSnapmirrorConnection</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the connection to add or modify. The name is in ASCII and must begin with an alpha character.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Mode</maml:name>
                <maml:description>
                    <maml:para>Mode of the connection. Possible mode values are &quot;multi&quot; or &quot;failover&quot;. If not specified, the default is &quot;multi&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>FirstSource</maml:name>
                <maml:description>
                    <maml:para>The connection&#39;s first source address. In multi mode, the first address pair provides a connection path; while in failover mode, the first address pair provides the prefer connection path.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "4" >
                <maml:name>FirstDestination</maml:name>
                <maml:description>
                    <maml:para>The connection&#39;s first destination address. In multi mode, the first address pair provides a connection path; while in failover mode, the first address pair provides the prefer connection path.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaSnapmirrorConnection</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the connection to add or modify. The name is in ASCII and must begin with an alpha character.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Mode</maml:name>
                <maml:description>
                    <maml:para>Mode of the connection. Possible mode values are &quot;multi&quot; or &quot;failover&quot;. If not specified, the default is &quot;multi&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>FirstSource</maml:name>
                <maml:description>
                    <maml:para>The connection&#39;s first source address. In multi mode, the first address pair provides a connection path; while in failover mode, the first address pair provides the prefer connection path.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "4" >
                <maml:name>FirstDestination</maml:name>
                <maml:description>
                    <maml:para>The connection&#39;s first destination address. In multi mode, the first address pair provides a connection path; while in failover mode, the first address pair provides the prefer connection path.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "5" >
                <maml:name>SecondSource</maml:name>
                <maml:description>
                    <maml:para>The connection&#39;s second source address. In multi mode the second address pair provides another connection path, while in failover mode, the second address pair provides a connection path in case the first path fails.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "6" >
                <maml:name>SecondDestination</maml:name>
                <maml:description>
                    <maml:para>The connection&#39;s second destination address. In multi mode the second address pair provides another connection path, while in failover mode, the second address pair provides a connection path in case the first path fails.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the connection to add or modify. The name is in ASCII and must begin with an alpha character.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>Mode</maml:name>
            <maml:description>
                <maml:para>Mode of the connection. Possible mode values are &quot;multi&quot; or &quot;failover&quot;. If not specified, the default is &quot;multi&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="3">
            <maml:name>FirstSource</maml:name>
            <maml:description>
                <maml:para>The connection&#39;s first source address. In multi mode, the first address pair provides a connection path; while in failover mode, the first address pair provides the prefer connection path.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="4">
            <maml:name>FirstDestination</maml:name>
            <maml:description>
                <maml:para>The connection&#39;s first destination address. In multi mode, the first address pair provides a connection path; while in failover mode, the first address pair provides the prefer connection path.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="5">
            <maml:name>SecondSource</maml:name>
            <maml:description>
                <maml:para>The connection&#39;s second source address. In multi mode the second address pair provides another connection path, while in failover mode, the second address pair provides a connection path in case the first path fails.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="6">
            <maml:name>SecondDestination</maml:name>
            <maml:description>
                <maml:para>The connection&#39;s second destination address. In multi mode the second address pair provides another connection path, while in failover mode, the second address pair provides a connection path in case the first path fails.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapmirror.ConnectionInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapmirror
API: snapmirror-set-connection</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaSnapmirrorConnection -Name test-con -Mode multi -FirstSource benson -FirstDestination dunn</dev:code>
              <dev:remarks>
                <maml:para>Set a connection named &quot;test-con&quot; with a source of benson and a destination of dunn.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Mode AddressPair1 AddressPair2
---- ---- ------------ ------------
test-con multi benson, dunn
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapmirrorConnection</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaSnapmirrorConnection</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaSnapmirrorSchedule</command:name>
        <maml:description>
            <maml:para>Sets the schedule for a given destination.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaSnapmirrorSchedule</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Sets the schedule for a given destination. The API must be executed on the destination filer. Currently, the schedule is in /etc/snapmirror.conf.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaSnapmirrorSchedule</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Destination</maml:name>
                <maml:description>
                    <maml:para>The destination location of a schedule to set. The destination location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Source</maml:name>
                <maml:description>
                    <maml:para>The source location of a schedule to set. The source location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>Minutes</maml:name>
                <maml:description>
                    <maml:para>Minutes in the hour for which the schedule is set. The form is crontab-like, with possible values of:
  - := match nothing;
  1 := match minute 1;
  1,3 := match minute 1 and 3;
  2-5 := match minute 2,3,4,5;
  1-12/3 := match minute 1,4,7,10;
  0-55/5 := match minute 0,5,10,15,20,25,30,35,40,45,50,55;
  * := matches all possible legal values;</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "4" >
                <maml:name>Hours</maml:name>
                <maml:description>
                    <maml:para>Hours in the day for which the schedule is set. The form is crontab-like, with possible values of:
  - := match nothing;
  1 := match hour 1;
  1,3 := match hour 1 and 3;
  2-5 := match hour 2,3,4,5;
  1-24/3 := match hour 1,4,7,10,13,16,19,22;
  * := matches all possible legal values;</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "5" >
                <maml:name>DaysOfMonth</maml:name>
                <maml:description>
                    <maml:para>Days in the week for which the schedule is set.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "6" >
                <maml:name>DaysOfWeek</maml:name>
                <maml:description>
                    <maml:para>Days in the week for which the schedule is set. 0 represents Sunday, and 6 represents Saturday. The form is crontab-like, with possible values of:
  - := match nothing;
  1 := match day 1 (Mon);
  1,3 := match day 1 and 3 (Mon and Wed);
  2-5 := match day 2,3,4,5 (Tue,Wed,Thu,Fri);
  * := matches all possible legal values;</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>MaxTransferRate</maml:name>
                <maml:description>
                    <maml:para>Maximum transfer rate in bytes per second. The default is as fast as the filer can transfer.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Restart</maml:name>
                <maml:description>
                    <maml:para>Restart mode when transfer is interrupted. Possible values are &quot;always&quot;, &quot;never&quot; and &quot;default&quot;. If value is set to &quot;always&quot;, then an interrupted transfer will always restart, if it has a restart checkpoint and the conditions are the same as before the transfer was interrupted. If value is set to &quot;never&quot;, then an interrupted transfer will never restart, even if it has a restart checkpoint. If the Restart parameter is not specified, then it is set to &quot;default&quot;, whereupon snapmirror behaves like the &quot;always&quot; case, unless it has passed the next scheduled transfer time, in which case it will begin that scheduled transfer instead of restarting.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>IsCompressed</maml:name>
                <maml:description>
                    <maml:para>If true, SnapMirror will compress/decompress the data that is transferred between the source and destination storage system. If false, transferred data will not be compressed. Upon initial configuration, default is false. On subsequent requests, the current configured setting is retained if not provided. This parameter can only be used when a connection definition is used for the relationship entry.</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>TcpWindowSize</maml:name>
                <maml:description>
                    <maml:para>TCP window size in bytes.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaSnapmirrorSchedule</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Destination</maml:name>
                <maml:description>
                    <maml:para>The destination location of a schedule to set. The destination location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Source</maml:name>
                <maml:description>
                    <maml:para>The source location of a schedule to set. The source location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue)" position = "named" >
                <maml:name>Schedule</maml:name>
                <maml:description>
                    <maml:para>Alternate parameter set that accepts a schedule object of the type returned by Get-NaSnapmirrorSchedule.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >SnapmirrorScheduleInfo</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Destination</maml:name>
            <maml:description>
                <maml:para>The destination location of a schedule to set. The destination location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Source</maml:name>
            <maml:description>
                <maml:para>The source location of a schedule to set. The source location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
            <maml:name>Minutes</maml:name>
            <maml:description>
                <maml:para>Minutes in the hour for which the schedule is set. The form is crontab-like, with possible values of:
  - := match nothing;
  1 := match minute 1;
  1,3 := match minute 1 and 3;
  2-5 := match minute 2,3,4,5;
  1-12/3 := match minute 1,4,7,10;
  0-55/5 := match minute 0,5,10,15,20,25,30,35,40,45,50,55;
  * := matches all possible legal values;</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="4">
            <maml:name>Hours</maml:name>
            <maml:description>
                <maml:para>Hours in the day for which the schedule is set. The form is crontab-like, with possible values of:
  - := match nothing;
  1 := match hour 1;
  1,3 := match hour 1 and 3;
  2-5 := match hour 2,3,4,5;
  1-24/3 := match hour 1,4,7,10,13,16,19,22;
  * := matches all possible legal values;</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="5">
            <maml:name>DaysOfMonth</maml:name>
            <maml:description>
                <maml:para>Days in the week for which the schedule is set.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="6">
            <maml:name>DaysOfWeek</maml:name>
            <maml:description>
                <maml:para>Days in the week for which the schedule is set. 0 represents Sunday, and 6 represents Saturday. The form is crontab-like, with possible values of:
  - := match nothing;
  1 := match day 1 (Mon);
  1,3 := match day 1 and 3 (Mon and Wed);
  2-5 := match day 2,3,4,5 (Tue,Wed,Thu,Fri);
  * := matches all possible legal values;</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>MaxTransferRate</maml:name>
            <maml:description>
                <maml:para>Maximum transfer rate in bytes per second. The default is as fast as the filer can transfer.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Restart</maml:name>
            <maml:description>
                <maml:para>Restart mode when transfer is interrupted. Possible values are &quot;always&quot;, &quot;never&quot; and &quot;default&quot;. If value is set to &quot;always&quot;, then an interrupted transfer will always restart, if it has a restart checkpoint and the conditions are the same as before the transfer was interrupted. If value is set to &quot;never&quot;, then an interrupted transfer will never restart, even if it has a restart checkpoint. If the Restart parameter is not specified, then it is set to &quot;default&quot;, whereupon snapmirror behaves like the &quot;always&quot; case, unless it has passed the next scheduled transfer time, in which case it will begin that scheduled transfer instead of restarting.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>default</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>IsCompressed</maml:name>
            <maml:description>
                <maml:para>If true, SnapMirror will compress/decompress the data that is transferred between the source and destination storage system. If false, transferred data will not be compressed. Upon initial configuration, default is false. On subsequent requests, the current configured setting is retained if not provided. This parameter can only be used when a connection definition is used for the relationship entry.</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>TcpWindowSize</maml:name>
            <maml:description>
                <maml:para>TCP window size in bytes.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named">
            <maml:name>Schedule</maml:name>
            <maml:description>
                <maml:para>Alternate parameter set that accepts a schedule object of the type returned by Get-NaSnapmirrorSchedule.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">SnapmirrorScheduleInfo</command:parameterValue>
            <dev:type>
                <maml:name>SnapmirrorScheduleInfo</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapmirror.SnapmirrorStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapmirror
API: snapmirror-set-schedule</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapmirror | Set-NaSnapmirrorSchedule -Minutes 0 -Hours 3 -DaysOfMonth * -DaysOfWeek * -MaxTransferRate 1mb</dev:code>
              <dev:remarks>
                <maml:para>Set all Snapmirrors to update at 0300 hours every day.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BaseSnapshot : benson(0118045471)_dunn_vol2_mirror.1
Contents : Replica
CurrentTransferError :
CurrentTransferType :
DestinationLocation : benson:dunn_vol2_mirror
LagTime : 1420
LagTimeTS : 00:23:40
LastTransferDuration : 1218
LastTransferDurationTS : 00:20:18
LastTransferFrom : dunn:vol2
LastTransferSize : 88573992960
LastTransferType : initialize
MirrorTimestamp : 1280783067
MirrorTimestampDT : 8/2/2010 9:04:27 PM
SourceLocation : dunn:vol2
State : snapmirrored
Status : idle
TransferProgress : 0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapmirrorSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaSnapmirrorSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaSnapmirrorSyncSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaSnapmirrorSyncSchedule</command:name>
        <maml:description>
            <maml:para>Establishes a synchronous schedule.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaSnapmirrorSyncSchedule</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Establishes a synchronous schedule. Currently, the schedules are in: /etc/snapmirror.conf.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaSnapmirrorSyncSchedule</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Destination</maml:name>
                <maml:description>
                    <maml:para>The destination location of a schedule to set. The destination location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Source</maml:name>
                <maml:description>
                    <maml:para>The source location of a schedule to set. The source location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>VisibilityFrequency</maml:name>
                <maml:description>
                    <maml:para>Controls how often the source snapspot will be visible on the destination mirror. This input is used to control the value of visibility_interval in the snapmirror.conf file. The units are in seconds. A typical value to use for this input is 180.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "4" >
                <maml:name>OpsThrottle</maml:name>
                <maml:description>
                    <maml:para>The number of outstanding operations allowed before blocking on the source. The format is a number follwed by the one of the following units: &quot;ops&quot;, &quot;s&quot;, or &quot;ms&quot;. If the specified value is less than 10s, the mirror is configured to run in a fully synchronous mode. If the specified value is greater than or equal to 10s, the mirror is configured to run in semi-synchronous mode.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SemiSync</maml:name>
                <maml:description>
                    <maml:para>This specifies that the mirror should be configured in semi-sync mode. If not specified, the mirror will be configured to run in full synchronous mode. This parameter overrides the deprecated OpsThrottle parameter.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>IsCompressed</maml:name>
                <maml:description>
                    <maml:para>If true, SnapMirror will compress/decompress the data that is transferred between the source and destination storage system. If false, transferred data will not be compressed. Upon initial configuration, default is false. On subsequent requests, the current configured setting is retained if not provided. This parameter can only be used when a connection definition is used for the relationship entry.</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>TcpWindowSize</maml:name>
                <maml:description>
                    <maml:para>TCP window size in bytes.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaSnapmirrorSyncSchedule</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Destination</maml:name>
                <maml:description>
                    <maml:para>The destination location of a schedule to set. The destination location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Source</maml:name>
                <maml:description>
                    <maml:para>The source location of a schedule to set. The source location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue)" position = "named" >
                <maml:name>Schedule</maml:name>
                <maml:description>
                    <maml:para>Alternate parameter set that accepts a schedule object of the type returned by Get-NaSnapmirrorSyncSchedule.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >SnapmirrorSyncScheduleInfo</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Destination</maml:name>
            <maml:description>
                <maml:para>The destination location of a schedule to set. The destination location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Source</maml:name>
            <maml:description>
                <maml:para>The source location of a schedule to set. The source location is of the volume form: &lt;filer&gt;:&lt;volume&gt; or the qtree form: &lt;filer&gt;:/vol/&lt;volume&gt;/&lt;qtree&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
            <maml:name>VisibilityFrequency</maml:name>
            <maml:description>
                <maml:para>Controls how often the source snapspot will be visible on the destination mirror. This input is used to control the value of visibility_interval in the snapmirror.conf file. The units are in seconds. A typical value to use for this input is 180.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>180</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="4">
            <maml:name>OpsThrottle</maml:name>
            <maml:description>
                <maml:para>The number of outstanding operations allowed before blocking on the source. The format is a number follwed by the one of the following units: &quot;ops&quot;, &quot;s&quot;, or &quot;ms&quot;. If the specified value is less than 10s, the mirror is configured to run in a fully synchronous mode. If the specified value is greater than or equal to 10s, the mirror is configured to run in semi-synchronous mode.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>SemiSync</maml:name>
            <maml:description>
                <maml:para>This specifies that the mirror should be configured in semi-sync mode. If not specified, the mirror will be configured to run in full synchronous mode. This parameter overrides the deprecated OpsThrottle parameter.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>IsCompressed</maml:name>
            <maml:description>
                <maml:para>If true, SnapMirror will compress/decompress the data that is transferred between the source and destination storage system. If false, transferred data will not be compressed. Upon initial configuration, default is false. On subsequent requests, the current configured setting is retained if not provided. This parameter can only be used when a connection definition is used for the relationship entry.</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>TcpWindowSize</maml:name>
            <maml:description>
                <maml:para>TCP window size in bytes.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="named">
            <maml:name>Schedule</maml:name>
            <maml:description>
                <maml:para>Alternate parameter set that accepts a schedule object of the type returned by Get-NaSnapmirrorSyncSchedule.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">SnapmirrorSyncScheduleInfo</command:parameterValue>
            <dev:type>
                <maml:name>SnapmirrorSyncScheduleInfo</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapmirror.SnapmirrorStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapmirror
API: snapmirror-set-sync-schedule</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapmirror benson:dunn_vol2_mirror | Set-NaSnapmirrorSyncSchedule</dev:code>
              <dev:remarks>
                <maml:para>Set the specified Snapmirror to synchronous mode.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BaseSnapshot : benson(0118045471)_dunn_vol2_mirror.1
Contents : Replica
CurrentTransferError :
CurrentTransferType :
DestinationLocation : benson:dunn_vol2_mirror
LagTime : 1463
LagTimeTS : 00:24:23
LastTransferDuration : 1218
LastTransferDurationTS : 00:20:18
LastTransferFrom : dunn:vol2
LastTransferSize : 88573992960
LastTransferType : initialize
MirrorTimestamp : 1280783067
MirrorTimestampDT : 8/2/2010 9:04:27 PM
SourceLocation : dunn:vol2
State : snapmirrored
Status : idle
TransferProgress : 0
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapmirrorSyncSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaSnapmirrorSyncSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaSnapmirrorSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaSnapshotAutodelete</command:name>
        <maml:description>
            <maml:para>Set the option named &lt;Key&gt; to the value specified by &lt;Value&gt; in the autodelete settings of the specified volume.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaSnapshotAutodelete</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set the option named &lt;Key&gt; to the value specified by &lt;Value&gt; in the autodelete settings of the specified volume.
 
Possible values:
 
&quot;state&quot; (value: &quot;on&quot; | &quot;off&quot;) This option determines if the snapshot autodelete is currently enabled for the volume. Setting the option to &quot;on&quot; switches on the snapshot autodelete for the volume. Setting the option to &quot;off&quot; switches off the snapshot autodelete for the volume.
 
&quot;commitment&quot; (value: &quot;try&quot; | &quot;disrupt&quot;) This option determines the snapshots which snapshot autodelete is allowed to delete to get back space. Setting this option to &quot;try&quot; only permits the snapshots which are not locked by data protection utilities (dump, mirroring, NDMPcopy) and data backing functionalities (volume and LUN clones) to be deleted. Setting this option to &quot;disrupt&quot; only permits the snapshots which are not locked by data backing functionalities (volume and LUN clones) to be deleted.
 
&quot;trigger&quot; (value: &quot;volume&quot; | &quot;snap_reserve&quot; | &quot;space_reserve&quot;) This option determines the condition in which snapshots should be automatically deleted. Setting this option to &quot;volume&quot; triggers snapshot autodelete to run when the volume is near full. Setting this option to &quot;snap_reseve&quot; triggers snapshot autodelete to run when the snap reserve of the volume is near full. Setting this option to &quot;space_reserve&quot; triggers snapshot autodelete to run when the space reserved in the volume is near full.
 
&quot;target_free_space&quot; (value: &lt;number&gt;) This option determines when snapshot autodelete should stop deleting snapshot. Depending on the trigger, snapshots are deleted till we reach the target free space percentage.
 
&quot;delete_order&quot; (value: newest_first | oldest_first) This option determines if the oldest or newest snapshot is deleted first.
 
&quot;defer_delete&quot; (value: scheduled | user_created | prefix | none) This option determines which kind of snapshots to delete in the end. Setting this option value to &quot;scheduled&quot; will delete the snapshots created by the snapshot scheduler last. Setting this option value to &quot;user_created&quot; will delete the snapshots not created by the snapshot scheduler last. Setting this option value to &quot;prefix&quot; will delete the snapshots matching the prefix string to be deleted last. Setting this option value to &quot;none&quot; will disable the above choices.
 
&quot;prefix&quot; (value: &lt;string&gt;) This option can be set to provide the prefix string for the &quot;prefix&quot; value of the &quot;defer_delete&quot; option. The prefix string length can be 15 char long.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaSnapshotAutodelete</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>TargetName</maml:name>
                <maml:description>
                    <maml:para>Name of the volume for which we want to change autodelete settings.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Key</maml:name>
                <maml:description>
                    <maml:para>Name of the option to be set.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>Value</maml:name>
                <maml:description>
                    <maml:para>The value to set the named option</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaSnapshotAutodelete</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>TargetName</maml:name>
                <maml:description>
                    <maml:para>Name of the volume for which we want to change autodelete settings.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Options</maml:name>
                <maml:description>
                    <maml:para>Array of SnapshotAutodeleteInfo values, as returned by Get-NaSnapshotAutodelete.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >SnapshotAutodeleteInfo[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>TargetName</maml:name>
            <maml:description>
                <maml:para>Name of the volume for which we want to change autodelete settings.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>Key</maml:name>
            <maml:description>
                <maml:para>Name of the option to be set.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="3">
            <maml:name>Value</maml:name>
            <maml:description>
                <maml:para>The value to set the named option</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="2">
            <maml:name>Options</maml:name>
            <maml:description>
                <maml:para>Array of SnapshotAutodeleteInfo values, as returned by Get-NaSnapshotAutodelete.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">SnapshotAutodeleteInfo[]</command:parameterValue>
            <dev:type>
                <maml:name>SnapshotAutodeleteInfo[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapshot
API: snapshot-autodelete-set-option</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaSnapshotAutodelete vol0 state on | Get-NaSnapshotAutodelete</dev:code>
              <dev:remarks>
                <maml:para>Turn on autodelete for volume &#39;vol0&#39; and print the resulting autodelete settings.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>OptionName OptionValue
---------- -----------
state on
commitment try
trigger volume
target_free_space 20
delete_order oldest_first
defer_delete user_created
destroy_list none
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapshotAutodelete</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaSnapshotReserve</command:name>
        <maml:description>
            <maml:para>Sets the size of the snapshot reserve to the specified percentage on the indicated volume or aggregate.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaSnapshotReserve</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Sets the size of the snapshot reserve to the specified percentage on the indicated volume or aggregate. Reserve space can be used only by snapshots and not by the active file system.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaSnapshotReserve</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>TargetName</maml:name>
                <maml:description>
                    <maml:para>Name of volume or aggregate on which to set the snapshot space reserve.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Percentage</maml:name>
                <maml:description>
                    <maml:para>Percentage to set. Range [0-100].</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>TargetType</maml:name>
                <maml:description>
                    <maml:para>Specify the type of snapshot target, either &quot;volume&quot; or &quot;aggregate&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Aggregate</maml:name>
                <maml:description>
                    <maml:para>DEPRECATED. Specify to set reserved space for aggregate(s). By default, this cmdlet works on volumes.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>TargetName</maml:name>
            <maml:description>
                <maml:para>Name of volume or aggregate on which to set the snapshot space reserve.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Percentage</maml:name>
            <maml:description>
                <maml:para>Percentage to set. Range [0-100].</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>TargetType</maml:name>
            <maml:description>
                <maml:para>Specify the type of snapshot target, either &quot;volume&quot; or &quot;aggregate&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>volume</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Aggregate</maml:name>
            <maml:description>
                <maml:para>DEPRECATED. Specify to set reserved space for aggregate(s). By default, this cmdlet works on volumes.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapshot
API: snapshot-set-reserve, system-cli
Privilege: security-priv-admin, cli-snap-reserve</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaSnapshotReserve vol0 10 | Get-NaSnapshotReserve</dev:code>
              <dev:remarks>
                <maml:para>Set the snapshot reserve on volume &#39;vol0&#39; to 10% and print the result.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Percentage Size
---- ---------- ----
vol0 10% 10.7 GB
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapshotReserve</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaSnapshotSchedule</command:name>
        <maml:description>
            <maml:para>Set the snapshot schedule on a specified volume.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaSnapshotSchedule</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set the snapshot schedule on a specified volume. If number of snapshots requested is greater than ONTAP allows, then ESNAPTOOMANY will be returned with the maximum allow snapshots in the reason.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaSnapshotSchedule</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>TargetName</maml:name>
                <maml:description>
                    <maml:para>Name of the volume name where the snapshots are located.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Weeks</maml:name>
                <maml:description>
                    <maml:para>Number of snapshots taken weekly to keep on line. If not provided, the number of weekly snapshots is left at the previous value.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Days</maml:name>
                <maml:description>
                    <maml:para>Number of snapshots taken daily to keep on line. If not provided, the number of daily snapshots is left at the previous value.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Hours</maml:name>
                <maml:description>
                    <maml:para>Number of snapshots taken hourly to keep on line. If not provided, the number of weekly snapshots is left at the previous value.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Minutes</maml:name>
                <maml:description>
                    <maml:para>Number of snapshots taken minutely to keep on line. If not provided, the number of minutely snapshots is left at the previous value.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>WhichHours</maml:name>
                <maml:description>
                    <maml:para>Comma-separated list of the hours at which the hourly snapshots are created. If hours is 0, WhichHours is ignored and cleared.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>WhichMinutes</maml:name>
                <maml:description>
                    <maml:para>Comma-separated list of the minutes at which the minutely snapshots are created. If minutes is 0, WhichMinutes is ignored and cleared.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaSnapshotSchedule</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>TargetName</maml:name>
                <maml:description>
                    <maml:para>Name of the volume name where the snapshots are located.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Schedule</maml:name>
                <maml:description>
                    <maml:para>Schedule object, as returned by Get-NaSnapshotSchedule.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >SnapshotSchedule</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>TargetName</maml:name>
            <maml:description>
                <maml:para>Name of the volume name where the snapshots are located.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Weeks</maml:name>
            <maml:description>
                <maml:para>Number of snapshots taken weekly to keep on line. If not provided, the number of weekly snapshots is left at the previous value.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Days</maml:name>
            <maml:description>
                <maml:para>Number of snapshots taken daily to keep on line. If not provided, the number of daily snapshots is left at the previous value.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Hours</maml:name>
            <maml:description>
                <maml:para>Number of snapshots taken hourly to keep on line. If not provided, the number of weekly snapshots is left at the previous value.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Minutes</maml:name>
            <maml:description>
                <maml:para>Number of snapshots taken minutely to keep on line. If not provided, the number of minutely snapshots is left at the previous value.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>WhichHours</maml:name>
            <maml:description>
                <maml:para>Comma-separated list of the hours at which the hourly snapshots are created. If hours is 0, WhichHours is ignored and cleared.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>WhichMinutes</maml:name>
            <maml:description>
                <maml:para>Comma-separated list of the minutes at which the minutely snapshots are created. If minutes is 0, WhichMinutes is ignored and cleared.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>Schedule</maml:name>
            <maml:description>
                <maml:para>Schedule object, as returned by Get-NaSnapshotSchedule.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">SnapshotSchedule</command:parameterValue>
            <dev:type>
                <maml:name>SnapshotSchedule</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapshot
API: snapshot-set-schedule</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaSnapshotSchedule vol10 -Weeks 4 -Hours 2 -WhichHours &quot;0,12&quot; | Get-NaSnapshotSchedule</dev:code>
              <dev:remarks>
                <maml:para>Set the snapshot schedule for volume &#39;vol10&#39; and then retrieve/print that schedule.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Volume : vol2
Weeks : 4
Days : 1
Hours : 2
Minutes : 0
WhichHours : 0,12
WhichMinutes :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaVol | Set-NaSnapshotSchedule -Schedule ( Get-NaSnapshotSchedule vol2 ) | Get-NaSnapshotSchedule</dev:code>
              <dev:remarks>
                <maml:para>Copy the snapshot schedule from volume &#39;vol2&#39; to all volumes.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Volume : testvol3
Weeks : 4
Days : 1
Hours : 2
Minutes : 0
WhichHours : 0,12
WhichMinutes :
 
Volume : vol0
Weeks : 4
Days : 1
Hours : 2
Minutes : 0
WhichHours : 0,12
WhichMinutes :
 
Volume : vol1
Weeks : 4
Days : 1
Hours : 2
Minutes : 0
WhichHours : 0,12
WhichMinutes :
 
Volume : vol2
Weeks : 4
Days : 1
Hours : 2
Minutes : 0
WhichHours : 0,12
WhichMinutes :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapshotSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaSnapvault</command:name>
        <maml:description>
            <maml:para>Modify a snapvault relationship.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaSnapvault</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Request change in one or more configuration parameters of an existing snapvault relationship identified by the secondary path provided. Only the parameters that are specified as input will be changed for this configuration.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaSnapvault</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>SecondaryPath</maml:name>
                <maml:description>
                    <maml:para>The secondary path that will be used as destination for this relationship as well as baseline transfer.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>PrimarySystem</maml:name>
                <maml:description>
                    <maml:para>The primary system for this relationship as well as for the baseline transfer.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "3" >
                <maml:name>PrimaryPath</maml:name>
                <maml:description>
                    <maml:para>The primary path that will be used as the source for this relationship as well as for baseline transfer.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>MaxTries</maml:name>
                <maml:description>
                    <maml:para>The maximum number of times a transfer will be tried. Transfers that are retried using this mechanism may be capable of restarting from where the previous attempt failed. If a transfer does not succeed even after those many attempts, then the secondary will give up. All the data that was transferred during previous tries for this transfer will be discarded. The default value for this parameter is 2. When set to 0, the relationship will become dormant. In other words no transfers will be allowed to this secondary path. The maximum value accepted for this input is 120. Range:[0..120]</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>MaxTransferRate</maml:name>
                <maml:description>
                    <maml:para>The maximum transfer rate in bytes per second that will be used for this relationship as well as baseline transfer. The default value for this parameter will allow transfers to proceed as fast as possible. Range:[1..2^31-2]</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>AllowOpenFileBackup</maml:name>
                <maml:description>
                    <maml:para>Sets the back_up_open_files option in the snapvault configuration entry. This option is used to allow or disallow the inclusion of open files on the primary system at the time of the transfer. This option is currently applicable only for OSSV relationships. When set to &#39;false&#39; the OSSV primary agents will exclude files that are open from the transfer. The default value for this parameter is &#39;true&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>IgnoreAccessTimeChange</maml:name>
                <maml:description>
                    <maml:para>Sets the ignore_atime option in snapvault configuration entry. When set to &#39;true&#39;, snapvault primary does not send files with only access time changes during incremental transfers. The default value is &#39;false&#39;</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>UseCompression</maml:name>
                <maml:description>
                    <maml:para>Specifies whether to compress the network data stream. Possible values are &#39;on&#39;, &#39;off&#39;, and &#39;default&#39;. When the value is set to &#39;on&#39;, stream compression will be enabled. When the value is set to &#39;off&#39;, stream compression will be disabled. When the value is set to &#39;default&#39; then the default value will be used. When this option is not specified, the last configured value for this relationship will be used. The default value for this option is the value of global compression option.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>SecondaryPath</maml:name>
            <maml:description>
                <maml:para>The secondary path that will be used as destination for this relationship as well as baseline transfer.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>PrimarySystem</maml:name>
            <maml:description>
                <maml:para>The primary system for this relationship as well as for the baseline transfer.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="3">
            <maml:name>PrimaryPath</maml:name>
            <maml:description>
                <maml:para>The primary path that will be used as the source for this relationship as well as for baseline transfer.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>MaxTries</maml:name>
            <maml:description>
                <maml:para>The maximum number of times a transfer will be tried. Transfers that are retried using this mechanism may be capable of restarting from where the previous attempt failed. If a transfer does not succeed even after those many attempts, then the secondary will give up. All the data that was transferred during previous tries for this transfer will be discarded. The default value for this parameter is 2. When set to 0, the relationship will become dormant. In other words no transfers will be allowed to this secondary path. The maximum value accepted for this input is 120. Range:[0..120]</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>2</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>MaxTransferRate</maml:name>
            <maml:description>
                <maml:para>The maximum transfer rate in bytes per second that will be used for this relationship as well as baseline transfer. The default value for this parameter will allow transfers to proceed as fast as possible. Range:[1..2^31-2]</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>AllowOpenFileBackup</maml:name>
            <maml:description>
                <maml:para>Sets the back_up_open_files option in the snapvault configuration entry. This option is used to allow or disallow the inclusion of open files on the primary system at the time of the transfer. This option is currently applicable only for OSSV relationships. When set to &#39;false&#39; the OSSV primary agents will exclude files that are open from the transfer. The default value for this parameter is &#39;true&#39;.</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>true</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>IgnoreAccessTimeChange</maml:name>
            <maml:description>
                <maml:para>Sets the ignore_atime option in snapvault configuration entry. When set to &#39;true&#39;, snapvault primary does not send files with only access time changes during incremental transfers. The default value is &#39;false&#39;</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>UseCompression</maml:name>
            <maml:description>
                <maml:para>Specifies whether to compress the network data stream. Possible values are &#39;on&#39;, &#39;off&#39;, and &#39;default&#39;. When the value is set to &#39;on&#39;, stream compression will be enabled. When the value is set to &#39;off&#39;, stream compression will be disabled. When the value is set to &#39;default&#39; then the default value will be used. When this option is not specified, the last configured value for this relationship will be used. The default value for this option is the value of global compression option.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapvault.SnapvaultConfigurationInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-secondary-modify-configuration</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaSnapvault /vol/vol0/svsec dunn /vol/vol0/svpri -MaxTries 5</dev:code>
              <dev:remarks>
                <maml:para>Set the retry count on the specified SnapVault relationship to 5.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>PrimarySystem : dunn
PrimaryPath : /vol/vol0/svpri
SecondaryPath : /vol/vol0/svsec
MaxTransferRate : 1048576
TriesCount : 5
UseCompression :
IsAccessTimeChangeIgnored : False
IsOpenFileBackupAllowed : True
IsPrimaryPathUtf8Encoded :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaSnapvault | Set-NaSnapvault -MaxTries 10 -MaxTransferRate 1mb</dev:code>
              <dev:remarks>
                <maml:para>Modify all SnapVault relationships on this secondary.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>PrimarySystem : dunn
PrimaryPath : /vol/vol0/svpri
SecondaryPath : /vol/vol0/svsec
MaxTransferRate : 1048576
TriesCount : 10
UseCompression :
IsAccessTimeChangeIgnored : False
IsOpenFileBackupAllowed : True
IsPrimaryPathUtf8Encoded :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvault</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaSnapvaultPriSnapshotSchedule</command:name>
        <maml:description>
            <maml:para>Request the primary system to configure the specified snapshot schedule.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaSnapvaultPriSnapshotSchedule</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Request the primary system to configure the specified snapshot schedule. It can also update existing snapshot schedules. If the optional input schedule is skipped, the days-of-week is set to &quot;mon-sun&quot; and hours-of-day set to 0, i.e. midnight.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaSnapvaultPriSnapshotSchedule</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>VolumeName</maml:name>
                <maml:description>
                    <maml:para>The primary volume for which this schedule is being configured.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>ScheduleName</maml:name>
                <maml:description>
                    <maml:para>Uniquely identifies this schedule within a primary volume. The schedule name will be used as a prefix in the name of each snapshot created by this schedule.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>RetentionCount</maml:name>
                <maml:description>
                    <maml:para>Denotes the maximum number of most recent snapshots that will be retained by this schedule. Range:[0..254]</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>MaxTries</maml:name>
                <maml:description>
                    <maml:para>Number of times SnapVault should try creating each scheduled snapshot before giving up. If the snapshot creation fails due to transient errors such as the volume being out of space, SnapVault will keep trying to create the snapshot every minute until the request is fulfilled. The allowed range is from 0 to 120. The default value is unlimited. If MaxTries is not used, then the value will remain unchanged and the already configured value will be used. The default value for this option is -1. Range:[-1..120]</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>DaysOfWeek</maml:name>
                <maml:description>
                    <maml:para>Days of the week for which this schedule has been set. This is a comma separated list of days, where a day is specified by the first three letters of the day. Day ranges are also allowed.
 
Here are the possible formats:
  - := matches no day of the week
  mon := matches Monday
  tue,thu := matches Tuesday and Thursday
  mon-fri := matches mon,tue,wed,thu,fri
 
 
Default value is mon-sun, i.e. every day.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>HoursOfDay</maml:name>
                <maml:description>
                    <maml:para>Hours of the day for which this schedule has been set. This is a comma separated list of the hours during the day where hours are specified as integers from 0 to 23. Hour ranges are also allowed. Step values are allowed in conjunction with ranges.
 
Here are the possible formats:
 
  4 := matches 4 am.
  0,13 := matches midnight and 1pm.
  0-23 := matches all hours
  0-8/2 := matches &#39;every 2 hours&#39; starting from midnight until 8am.
 
Default value is 0, i.e. midnight.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>VolumeName</maml:name>
            <maml:description>
                <maml:para>The primary volume for which this schedule is being configured.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>ScheduleName</maml:name>
            <maml:description>
                <maml:para>Uniquely identifies this schedule within a primary volume. The schedule name will be used as a prefix in the name of each snapshot created by this schedule.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
            <maml:name>RetentionCount</maml:name>
            <maml:description>
                <maml:para>Denotes the maximum number of most recent snapshots that will be retained by this schedule. Range:[0..254]</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>MaxTries</maml:name>
            <maml:description>
                <maml:para>Number of times SnapVault should try creating each scheduled snapshot before giving up. If the snapshot creation fails due to transient errors such as the volume being out of space, SnapVault will keep trying to create the snapshot every minute until the request is fulfilled. The allowed range is from 0 to 120. The default value is unlimited. If MaxTries is not used, then the value will remain unchanged and the already configured value will be used. The default value for this option is -1. Range:[-1..120]</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>-1</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>DaysOfWeek</maml:name>
            <maml:description>
                <maml:para>Days of the week for which this schedule has been set. This is a comma separated list of days, where a day is specified by the first three letters of the day. Day ranges are also allowed.
 
Here are the possible formats:
  - := matches no day of the week
  mon := matches Monday
  tue,thu := matches Tuesday and Thursday
  mon-fri := matches mon,tue,wed,thu,fri
 
 
Default value is mon-sun, i.e. every day.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>HoursOfDay</maml:name>
            <maml:description>
                <maml:para>Hours of the day for which this schedule has been set. This is a comma separated list of the hours during the day where hours are specified as integers from 0 to 23. Hour ranges are also allowed. Step values are allowed in conjunction with ranges.
 
Here are the possible formats:
 
  4 := matches 4 am.
  0,13 := matches midnight and 1pm.
  0-23 := matches all hours
  0-8/2 := matches &#39;every 2 hours&#39; starting from midnight until 8am.
 
Default value is 0, i.e. midnight.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-primary-set-snapshot-schedule</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaSnapvaultPriSnapshotSchedule vol0 vol0_sv_sched 5 -DaysOfWeek &quot;Mon-Fri&quot; -HoursOfDay &quot;0,12&quot;</dev:code>
              <dev:remarks>
                <maml:para>Set a SnapVault primary schedule for volume &#39;vol0&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvaultPriSnapshotSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvaultPriSnapshotScheduleStatus</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaSnapvaultSecSnapshotSchedule</command:name>
        <maml:description>
            <maml:para>Request the secondary system to configure the specified snapshot schedule.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaSnapvaultSecSnapshotSchedule</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Request the secondary system to configure the specified snapshot schedule. If this request is made for an existing snapshot schedule, then that snapshot schedule is updated with any new values specified. If the optional input schedule is skipped, the days-of-week is set to &quot;mon-sun&quot; and hours-of-day set to 0, i.e. midnight.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaSnapvaultSecSnapshotSchedule</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>VolumeName</maml:name>
                <maml:description>
                    <maml:para>The secondary volume for which this schedule is being configured.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>ScheduleName</maml:name>
                <maml:description>
                    <maml:para>Uniquely identifies the schedule within a secondary volume. The schedule name is used as a prefix in the name of each snapshot created by this schedule.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>AutoUpdate</maml:name>
                <maml:description>
                    <maml:para>Schedules that have is-auto-update set to &#39;true&#39; will initiate update transfers for all relationships in that volume before creating a new snapshot.</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "4" >
                <maml:name>RetentionCount</maml:name>
                <maml:description>
                    <maml:para>Denotes the maximum number of most recent snapshots that will be retained by this schedule. Range:[0..254]</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>PreserveSnapshots</maml:name>
                <maml:description>
                    <maml:para>Allowed values are on/off/default. It prevents SnapVault from auto-deleting older snapshots from this SnapVault snapshot schedule to create new snapshots when set to on. When unspecified, value is set to default. When set to default, the behaviour of preserving snapshots is guided by the global snapvault.preservesnap option. This setting is honored only for the secondary schedules. It is ignored for the SnapVault primary schedules.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>WarnAtCount</maml:name>
                <maml:description>
                    <maml:para>On SnapVault secondary, when preserve-snapshots is set, SnapVault sends a warning message when the number of remaining snapshots for this backup schedule is less than this input. Setting this to zero turns off the same warning. Default value is 0. Range:[0..retention-count - 1]</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>MaxTries</maml:name>
                <maml:description>
                    <maml:para>Number of times SnapVault should try creating each scheduled snapshot before giving up. If the snapshot creation fails due to transient errors such as the volume being out of space, SnapVault will keep trying to create the snapshot every minute until the request is fulfilled. The allowed range is from 0 to 120. The default value is unlimited. If MaxTries is not used, then the value will remain unchanged and the already configured value will be used. The default value for this option is -1. Range:[-1..120]</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>RetentionPeriod</maml:name>
                <maml:description>
                    <maml:para>Available only on the secondary. This option is used to specify a retention period for snapshots which are created by this schedule for SnapLock volumes. The retention period is specified as a count followed by a suffix. The valid suffixes are d (for days), m (for months), and y (for years). For example a value of 6m represents a retention period of 6 months. The maximum valid retention period is 30 years, or the maximum retention period set for the volume, whichever is shorter. The minimum valid retention period is 0 days, or the minimum retention period set for the volume, whichever is longer. If the option value is default or the retention-period option is not specified, the snapshots will be created with retention period equal to the default retention period of the secondary SnapLock volume, or 30 years, whichever is shorter.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>DaysOfWeek</maml:name>
                <maml:description>
                    <maml:para>Days of the week for which this schedule has been set. This is a comma separated list of days, where a day is specified by the first three letters of the day. Day ranges are also allowed.
 
Here are the possible formats:
  - := matches no day of the week
  mon := matches Monday
  tue,thu := matches Tuesday and Thursday
  mon-fri := matches mon,tue,wed,thu,fri
 
 
Default value is mon-sun, i.e. every day.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>HoursOfDay</maml:name>
                <maml:description>
                    <maml:para>Hours of the day for which this schedule has been set. This is a comma separated list of the hours during the day where hours are specified as integers from 0 to 23. Hour ranges are also allowed. Step values are allowed in conjunction with ranges.
 
Here are the possible formats:
 
  4 := matches 4 am.
  0,13 := matches midnight and 1pm.
  0-23 := matches all hours
  0-8/2 := matches &#39;every 2 hours&#39; starting from midnight until 8am.
 
Default value is 0, i.e. midnight.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>VolumeName</maml:name>
            <maml:description>
                <maml:para>The secondary volume for which this schedule is being configured.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>ScheduleName</maml:name>
            <maml:description>
                <maml:para>Uniquely identifies the schedule within a secondary volume. The schedule name is used as a prefix in the name of each snapshot created by this schedule.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
            <maml:name>AutoUpdate</maml:name>
            <maml:description>
                <maml:para>Schedules that have is-auto-update set to &#39;true&#39; will initiate update transfers for all relationships in that volume before creating a new snapshot.</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="4">
            <maml:name>RetentionCount</maml:name>
            <maml:description>
                <maml:para>Denotes the maximum number of most recent snapshots that will be retained by this schedule. Range:[0..254]</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>PreserveSnapshots</maml:name>
            <maml:description>
                <maml:para>Allowed values are on/off/default. It prevents SnapVault from auto-deleting older snapshots from this SnapVault snapshot schedule to create new snapshots when set to on. When unspecified, value is set to default. When set to default, the behaviour of preserving snapshots is guided by the global snapvault.preservesnap option. This setting is honored only for the secondary schedules. It is ignored for the SnapVault primary schedules.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>WarnAtCount</maml:name>
            <maml:description>
                <maml:para>On SnapVault secondary, when preserve-snapshots is set, SnapVault sends a warning message when the number of remaining snapshots for this backup schedule is less than this input. Setting this to zero turns off the same warning. Default value is 0. Range:[0..retention-count - 1]</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>MaxTries</maml:name>
            <maml:description>
                <maml:para>Number of times SnapVault should try creating each scheduled snapshot before giving up. If the snapshot creation fails due to transient errors such as the volume being out of space, SnapVault will keep trying to create the snapshot every minute until the request is fulfilled. The allowed range is from 0 to 120. The default value is unlimited. If MaxTries is not used, then the value will remain unchanged and the already configured value will be used. The default value for this option is -1. Range:[-1..120]</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>RetentionPeriod</maml:name>
            <maml:description>
                <maml:para>Available only on the secondary. This option is used to specify a retention period for snapshots which are created by this schedule for SnapLock volumes. The retention period is specified as a count followed by a suffix. The valid suffixes are d (for days), m (for months), and y (for years). For example a value of 6m represents a retention period of 6 months. The maximum valid retention period is 30 years, or the maximum retention period set for the volume, whichever is shorter. The minimum valid retention period is 0 days, or the minimum retention period set for the volume, whichever is longer. If the option value is default or the retention-period option is not specified, the snapshots will be created with retention period equal to the default retention period of the secondary SnapLock volume, or 30 years, whichever is shorter.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>DaysOfWeek</maml:name>
            <maml:description>
                <maml:para>Days of the week for which this schedule has been set. This is a comma separated list of days, where a day is specified by the first three letters of the day. Day ranges are also allowed.
 
Here are the possible formats:
  - := matches no day of the week
  mon := matches Monday
  tue,thu := matches Tuesday and Thursday
  mon-fri := matches mon,tue,wed,thu,fri
 
 
Default value is mon-sun, i.e. every day.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>HoursOfDay</maml:name>
            <maml:description>
                <maml:para>Hours of the day for which this schedule has been set. This is a comma separated list of the hours during the day where hours are specified as integers from 0 to 23. Hour ranges are also allowed. Step values are allowed in conjunction with ranges.
 
Here are the possible formats:
 
  4 := matches 4 am.
  0,13 := matches midnight and 1pm.
  0-23 := matches all hours
  0-8/2 := matches &#39;every 2 hours&#39; starting from midnight until 8am.
 
Default value is 0, i.e. midnight.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-secondary-set-snapshot-schedule</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaSnapvaultSecSnapshotSchedule vol0 vol0_sv_sched -AutoUpdate $true -RetentionCount 25 -DaysOfWeek &quot;Mon-Fri&quot; -HoursOfDay &quot;0,12&quot; -PreserveSnapshots on -WarnAtCount 20 -MaxTries 5</dev:code>
              <dev:remarks>
                <maml:para>Set a SnapVault secondary schedule for volume &#39;vol0&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvaultSecSnapshotSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvaultSecSnapshotScheduleStatus</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaSnmpContact</command:name>
        <maml:description>
            <maml:para>Sets the SNMP contact name.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaSnmpContact</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Sets the contact name returned by the SNMP agent as the System.sysContact.0 MIB-II variable.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaSnmpContact</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Contact</maml:name>
                <maml:description>
                    <maml:para>The new contact value.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Contact</maml:name>
            <maml:description>
                <maml:para>The new contact value.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snmp.SnmpStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snmp
API: system-cli
Privilege: security-priv-admin, cli-snmp-contact</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaSnmpContact &quot;Bill Smith&quot;</dev:code>
              <dev:remarks>
                <maml:para>Set the SNMP contact value.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Communities : {public}
Contact : Bill Smith
IsTrapEnabled : True
Location : Main lab
Traphosts : {x3550rre8.rtprre.testdomain}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnmp</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaSnmpLocation</command:name>
        <maml:description>
            <maml:para>Sets the SNMP location.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaSnmpLocation</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Sets the location name returned by the SNMP agent as the System.sysLocation.0 MIB-II variable.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaSnmpLocation</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Location</maml:name>
                <maml:description>
                    <maml:para>The new location value.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Location</maml:name>
            <maml:description>
                <maml:para>The new location value.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snmp.SnmpStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snmp
API: system-cli
Privilege: security-priv-admin, cli-snmp-location</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaSnmpLocation &quot;Main lab&quot;</dev:code>
              <dev:remarks>
                <maml:para>Set the SNMP location value.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Communities : {public}
Contact : Bill Smith
IsTrapEnabled : True
Location : Main lab
Traphosts : {x3550rre8.rtprre.testdomain}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnmp</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaTime</command:name>
        <maml:description>
            <maml:para>Set current date and time to the specified date and time.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaTime</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set current date and time to the specified date and time.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaTime</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>UTC</maml:name>
                <maml:description>
                    <maml:para>Specify if time values are presented as universal coordinated time. Otherwise, the time should be the local time.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaTime</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Time</maml:name>
                <maml:description>
                    <maml:para>The new time value as a unix time (seconds since 1/1/1970).</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>UTC</maml:name>
                <maml:description>
                    <maml:para>Specify if time values are presented as universal coordinated time. Otherwise, the time should be the local time.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaTime</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>DateTime</maml:name>
                <maml:description>
                    <maml:para>The new time value as a .NET DateTime object.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >DateTime</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>UTC</maml:name>
                <maml:description>
                    <maml:para>Specify if time values are presented as universal coordinated time. Otherwise, the time should be the local time.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>UTC</maml:name>
            <maml:description>
                <maml:para>Specify if time values are presented as universal coordinated time. Otherwise, the time should be the local time.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Time</maml:name>
            <maml:description>
                <maml:para>The new time value as a unix time (seconds since 1/1/1970).</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>DateTime</maml:name>
            <maml:description>
                <maml:para>The new time value as a .NET DateTime object.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">DateTime</command:parameterValue>
            <dev:type>
                <maml:name>DateTime</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Clock.Time</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: clock
API: clock-set-clock</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaTime 1269636712</dev:code>
              <dev:remarks>
                <maml:para>Set the local time on the current controller. In this example, the time is set but the controller warns that its time is sync&#39;ed to another source.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Set-NaTime : Warning: syncing source which will eventually override the time se
t by the clock-set-clock api.
At line:1 char:11
+ Set-NaTime &lt;&lt;&lt;&lt; 1269636712
    + CategoryInfo : InvalidOperation: (NetApp.Ontapi.Filer.NaControl
   ler:NaController) [Set-NaTime], EVOLUMENOTDECOMPRESSING
    + FullyQualifiedErrorId : ApiException,DataONTAP.PowerShell.SDK.Cmdlets.Cl
   ock.SetNaTime
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaTime</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaTimezone</command:name>
        <maml:description>
            <maml:para>Set current timezone to the specified timezone.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaTimezone</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set current timezone to the specified timezone.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaTimezone</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Timezone</maml:name>
                <maml:description>
                    <maml:para>Name of the timezone value which has to be set as current timezone value. A timezone can have one of the two formats:
 
1. Using a location string specified in Arthur David Olsen&#39;s public domain time zone database. For example, &quot;Americas/New_York&quot; represents most of the Eastern Time Zone.
2. A traditional time zone abbreviation incorporating default rules for daylight savings time. For example, &quot;EST5EDT&quot; for the US Eastern Time Zone.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Timezone</maml:name>
            <maml:description>
                <maml:para>Name of the timezone value which has to be set as current timezone value. A timezone can have one of the two formats:
 
1. Using a location string specified in Arthur David Olsen&#39;s public domain time zone database. For example, &quot;Americas/New_York&quot; represents most of the Eastern Time Zone.
2. A traditional time zone abbreviation incorporating default rules for daylight savings time. For example, &quot;EST5EDT&quot; for the US Eastern Time Zone.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Clock.TimeZone</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: clock
API: clock-set-timezone</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaTimezone EST5EDT</dev:code>
              <dev:remarks>
                <maml:para>Set the time zone to Eastern Time (US).</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Timezone TimezoneUTC TimezoneVersion
-------- ----------- ---------------
EST5EDT -0400 2010e
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaTimezone</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaToolkitConfiguration</command:name>
        <maml:description>
            <maml:para>Set the basic Data ONTAP PowerShell Toolkit configuration.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaToolkitConfiguration</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set the basic Data ONTAP PowerShell Toolkit configuration. Used to set the debug level of the PowerShell Toolkit. The new debug level will take effect after PowerShell is restarted.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaToolkitConfiguration</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>LogLevel</maml:name>
                <maml:description>
                    <maml:para>The log level. Possible values: DEBUG, ERROR, WARN, OFF.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Logger</maml:name>
                <maml:description>
                    <maml:para>The logger to change. If not specified, all loggers will be changed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>LogToFile</maml:name>
                <maml:description>
                    <maml:para>The file in which logging output is to be saved.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaToolkitConfiguration</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>LogLevel</maml:name>
                <maml:description>
                    <maml:para>The log level. Possible values: DEBUG, ERROR, WARN, OFF.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Logger</maml:name>
                <maml:description>
                    <maml:para>The logger to change. If not specified, all loggers will be changed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>LogToFile</maml:name>
                <maml:description>
                    <maml:para>The file in which logging output is to be saved.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>NoConsoleOutput</maml:name>
                <maml:description>
                    <maml:para>Specify to suppress logging output to the PowerShell console. If specified, it is mandatory to specify a file where logging statements will be saved.</maml:para>
                </maml:description>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>LogLevel</maml:name>
            <maml:description>
                <maml:para>The log level. Possible values: DEBUG, ERROR, WARN, OFF.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Logger</maml:name>
            <maml:description>
                <maml:para>The logger to change. If not specified, all loggers will be changed.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
            <maml:name>LogToFile</maml:name>
            <maml:description>
                <maml:para>The file in which logging output is to be saved.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>NoConsoleOutput</maml:name>
            <maml:description>
                <maml:para>Specify to suppress logging output to the PowerShell console. If specified, it is mandatory to specify a file where logging statements will be saved.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Utils.ToolkitConfiguration</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: toolkit</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaToolkitConfiguration -DebugLevel DEBUG</dev:code>
              <dev:remarks>
                <maml:para>Set the debug level to DEBUG.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Log
---
{DataONTAP.PowerShell: DEBUG, DataONTAP.C.PowerShell: DEBUG, DataONTAP.HostUtilities: DEBUG, NetApp.Ontapi: DEBUG}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaToolkitConfiguration -DebugLevel DEBUG -LogToFile C:\Temp\DataONTAP.Powershell.Log</dev:code>
              <dev:remarks>
                <maml:para>Set logger to level DEBUG and store a copy of log output in C:\Temp\DataONTAP.Powershell.Log</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Log
---
{DataONTAP.PowerShell: DEBUG, DataONTAP.C.PowerShell: DEBUG, DataONTAP.HostUtilities: DEBUG, NetApp.Ontapi: DEBUG}
 
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaToolkitConfiguration</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaUcmAdapter</command:name>
        <maml:description>
            <maml:para>Modify configuration of an adapter under the Unified Connect Management (UCM) framework.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaUcmAdapter</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Modify configuration of an adapter under the Unified Connect Management (UCM) framework, including the mode and/or the FC-4 type.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaUcmAdapter</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Slot name of adapter (e.g 0e).</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Mode</maml:name>
                <maml:description>
                    <maml:para>The mode of the adapter. Possible values:
 
&#39;fc&#39; - change mode to &#39;Fibre Channel&#39;
&#39;cna&#39; - change mode to &#39;CNA&#39;</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>Fc4Type</maml:name>
                <maml:description>
                    <maml:para>The FC-4 type of the adapter. Possible values:
 
&#39;initiator&#39; - change FC-4 type to Initiator
&#39;target&#39; - change FC-4 type to Target</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Slot name of adapter (e.g 0e).</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Mode</maml:name>
            <maml:description>
                <maml:para>The mode of the adapter. Possible values:
 
&#39;fc&#39; - change mode to &#39;Fibre Channel&#39;
&#39;cna&#39; - change mode to &#39;CNA&#39;</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
            <maml:name>Fc4Type</maml:name>
            <maml:description>
                <maml:para>The FC-4 type of the adapter. Possible values:
 
&#39;initiator&#39; - change FC-4 type to Initiator
&#39;target&#39; - change FC-4 type to Target</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Ucm.UcAdapterInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: ucm
API: ucm-adapter-modify</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaUcmAdapter</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaUser</command:name>
        <maml:description>
            <maml:para>Modifies a user given the information provided.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaUser</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Modifies a user given the information provided.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaUser</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>User</maml:name>
                <maml:description>
                    <maml:para>User to modify.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>FullName</maml:name>
                <maml:description>
                    <maml:para>Optional full name of user.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Comment</maml:name>
                <maml:description>
                    <maml:para>Optional comment for user.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>AddGroups</maml:name>
                <maml:description>
                    <maml:para>List of groups to which to add this user.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>RemoveGroups</maml:name>
                <maml:description>
                    <maml:para>List of groups from which to remove this user.</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>PasswordMinAge</maml:name>
                <maml:description>
                    <maml:para>Number of days that this user&#39;s password must be active before the user can change it. Default value is 0.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>PasswordMaxAge</maml:name>
                <maml:description>
                    <maml:para>Number of days that this user&#39;s password can be active before the user must change it. Default value is 2^31-1 days.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>User</maml:name>
            <maml:description>
                <maml:para>User to modify.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>FullName</maml:name>
            <maml:description>
                <maml:para>Optional full name of user.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Comment</maml:name>
            <maml:description>
                <maml:para>Optional comment for user.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>AddGroups</maml:name>
            <maml:description>
                <maml:para>List of groups to which to add this user.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>RemoveGroups</maml:name>
            <maml:description>
                <maml:para>List of groups from which to remove this user.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>PasswordMinAge</maml:name>
            <maml:description>
                <maml:para>Number of days that this user&#39;s password must be active before the user can change it. Default value is 0.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>PasswordMaxAge</maml:name>
            <maml:description>
                <maml:para>Number of days that this user&#39;s password can be active before the user must change it. Default value is 2^31-1 days.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Useradmin.UseradminUserInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: useradmin
API: useradmin-user-modify</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaUser SnapDriveUser -AddGroups VirtAdmins -RemoveGroups Administrators</dev:code>
              <dev:remarks>
                <maml:para>Remove user &#39;SnapDriveUser&#39; from the &#39;Administrators&#39; group and add to the &#39;VirtAdmins&#39; group.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name : SnapDriveUser
FullName :
Comment :
UseradminGroups : {VirtAdmins}
AllowedCapabilities : {cli-cifs*, cli-exportfs*, cli-nfs*, cli-useradmin*...}
PasswordMaximumAgeTS : 10675199.02:48:05.4775807
PasswordMinimumAgeTS : 00:00:00
Rid : 131072
Status : enabled
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaUser</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>New-NaUser</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaUser</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaUserPassword</command:name>
        <maml:description>
            <maml:para>Changes the password of a specified user.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaUserPassword</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Changes the password of a specified user.
 
If the password changes for the user whose credentials are being used to run this cmdlet, the cmdlet attempts to update the credentials for that controller connection. If subsequent cmdlets fail with an authentication error, call Connect-NaController with the new credentials to ensure the credentials are updated.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaUserPassword</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>User</maml:name>
                <maml:description>
                    <maml:para>The user who&#39;s password should be changed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>OldPassword</maml:name>
                <maml:description>
                    <maml:para>Current password for the user. A user with the capability &#39;security-passwd-change-others&#39; and at least the same capabilities as the user being changed, does not need to enter the current password in order to change it to a new one.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>NewPassword</maml:name>
                <maml:description>
                    <maml:para>New password for the user. Please see documentation for constraints on the password.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaUserPassword</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>User</maml:name>
                <maml:description>
                    <maml:para>The user who&#39;s password should be changed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>NewPassword</maml:name>
                <maml:description>
                    <maml:para>New password for the user. Please see documentation for constraints on the password.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ChangeOther</maml:name>
                <maml:description>
                    <maml:para>Specify if changing another user&#39;s password. OldPassword will not be required.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaUserPassword</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>OldCredential</maml:name>
                <maml:description>
                    <maml:para>Old credentials for the user. The username supplied with the old credential must match the username supplied with the new credential.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>NewCredential</maml:name>
                <maml:description>
                    <maml:para>New credential for the user. The username supplied with the old credential must match the username supplied with the new credential.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>User</maml:name>
            <maml:description>
                <maml:para>The user who&#39;s password should be changed.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>OldPassword</maml:name>
            <maml:description>
                <maml:para>Current password for the user. A user with the capability &#39;security-passwd-change-others&#39; and at least the same capabilities as the user being changed, does not need to enter the current password in order to change it to a new one.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
            <maml:name>NewPassword</maml:name>
            <maml:description>
                <maml:para>New password for the user. Please see documentation for constraints on the password.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>ChangeOther</maml:name>
            <maml:description>
                <maml:para>Specify if changing another user&#39;s password. OldPassword will not be required.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>OldCredential</maml:name>
            <maml:description>
                <maml:para>Old credentials for the user. The username supplied with the old credential must match the username supplied with the new credential.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
            <dev:type>
                <maml:name>PSCredential</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>NewCredential</maml:name>
            <maml:description>
                <maml:para>New credential for the user. The username supplied with the old credential must match the username supplied with the new credential.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
            <dev:type>
                <maml:name>PSCredential</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: useradmin
API: useradmin-user-modify-password</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaUserPassword krusty s1deshowbob data4you</dev:code>
              <dev:remarks>
                <maml:para>Change password for user &#39;krusty&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaUserPassword -OldCredential bart -NewCredential bart</dev:code>
              <dev:remarks>
                <maml:para>Change password for user &#39;bart&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaUser</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>New-NaUser</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Remove-NaUser</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaVfilerAddress</command:name>
        <maml:description>
            <maml:para>Manage vfiler addresses.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaVfilerAddress</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Manage vfiler addresses. This cmdlet can add addresses, remove addresses, and set IP address bindings for a vfiler.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaVfilerAddress</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>AddAddresses</maml:name>
                <maml:description>
                    <maml:para>List of IP addresses to add to this vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>RemoveAddresses</maml:name>
                <maml:description>
                    <maml:para>List of IP addresses to remove from this vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>IpBindingInfo</maml:name>
                <maml:description>
                    <maml:para>List of all IP address bindings to apply.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >IpbindingInfo[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>PreserveEtcExports</maml:name>
                <maml:description>
                    <maml:para>This cmdlet uses the vfiler-setup API which will re-write the vfiler&#39;s /etc/exports file. Sometimes, this behavior is not desirable. Use this switch to automatically restore the contents of the /etc/exports file once the command completes.
 
If this parameter is not specified, the vfiler&#39;s /etc/exports file can still be restored manually from the /etc/exports.bak backup.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>PreserveEtcHosts</maml:name>
                <maml:description>
                    <maml:para>This cmdlet uses the vfiler-setup API which will re-write the vfiler&#39;s /etc/hosts file. Sometimes, this behavior is not desirable. Use this switch to automatically restore the contents of the /etc/hosts file once the command completes.
 
If this parameter is not specified, the vfiler&#39;s /etc/hosts file can still be restored manually from the /etc/hosts.bak backup.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaVfilerAddress</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>AddAddresses</maml:name>
                <maml:description>
                    <maml:para>List of IP addresses to add to this vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Interface</maml:name>
                <maml:description>
                    <maml:para>The interface to bind the IP addresses to.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Netmask</maml:name>
                <maml:description>
                    <maml:para>Netmask of the IP address binding.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>PreserveEtcExports</maml:name>
                <maml:description>
                    <maml:para>This cmdlet uses the vfiler-setup API which will re-write the vfiler&#39;s /etc/exports file. Sometimes, this behavior is not desirable. Use this switch to automatically restore the contents of the /etc/exports file once the command completes.
 
If this parameter is not specified, the vfiler&#39;s /etc/exports file can still be restored manually from the /etc/exports.bak backup.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>PreserveEtcHosts</maml:name>
                <maml:description>
                    <maml:para>This cmdlet uses the vfiler-setup API which will re-write the vfiler&#39;s /etc/hosts file. Sometimes, this behavior is not desirable. Use this switch to automatically restore the contents of the /etc/hosts file once the command completes.
 
If this parameter is not specified, the vfiler&#39;s /etc/hosts file can still be restored manually from the /etc/hosts.bak backup.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaVfilerAddress</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Addresses</maml:name>
                <maml:description>
                    <maml:para>List of addresses to bind.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Interface</maml:name>
                <maml:description>
                    <maml:para>The interface to bind the IP addresses to.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Netmask</maml:name>
                <maml:description>
                    <maml:para>Netmask of the IP address binding.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>PreserveEtcExports</maml:name>
                <maml:description>
                    <maml:para>This cmdlet uses the vfiler-setup API which will re-write the vfiler&#39;s /etc/exports file. Sometimes, this behavior is not desirable. Use this switch to automatically restore the contents of the /etc/exports file once the command completes.
 
If this parameter is not specified, the vfiler&#39;s /etc/exports file can still be restored manually from the /etc/exports.bak backup.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>PreserveEtcHosts</maml:name>
                <maml:description>
                    <maml:para>This cmdlet uses the vfiler-setup API which will re-write the vfiler&#39;s /etc/hosts file. Sometimes, this behavior is not desirable. Use this switch to automatically restore the contents of the /etc/hosts file once the command completes.
 
If this parameter is not specified, the vfiler&#39;s /etc/hosts file can still be restored manually from the /etc/hosts.bak backup.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>AddAddresses</maml:name>
            <maml:description>
                <maml:para>List of IP addresses to add to this vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>RemoveAddresses</maml:name>
            <maml:description>
                <maml:para>List of IP addresses to remove from this vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>IpBindingInfo</maml:name>
            <maml:description>
                <maml:para>List of all IP address bindings to apply.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">IpbindingInfo[]</command:parameterValue>
            <dev:type>
                <maml:name>IpbindingInfo[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>PreserveEtcExports</maml:name>
            <maml:description>
                <maml:para>This cmdlet uses the vfiler-setup API which will re-write the vfiler&#39;s /etc/exports file. Sometimes, this behavior is not desirable. Use this switch to automatically restore the contents of the /etc/exports file once the command completes.
 
If this parameter is not specified, the vfiler&#39;s /etc/exports file can still be restored manually from the /etc/exports.bak backup.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>PreserveEtcHosts</maml:name>
            <maml:description>
                <maml:para>This cmdlet uses the vfiler-setup API which will re-write the vfiler&#39;s /etc/hosts file. Sometimes, this behavior is not desirable. Use this switch to automatically restore the contents of the /etc/hosts file once the command completes.
 
If this parameter is not specified, the vfiler&#39;s /etc/hosts file can still be restored manually from the /etc/hosts.bak backup.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Interface</maml:name>
            <maml:description>
                <maml:para>The interface to bind the IP addresses to.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Netmask</maml:name>
            <maml:description>
                <maml:para>Netmask of the IP address binding.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>Addresses</maml:name>
            <maml:description>
                <maml:para>List of addresses to bind.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Vfiler.VfilerInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: vfiler
API: vfiler-add-ipaddress, vfiler-remove-ipaddress, vfiler-setup</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaVfilerAddress vfiler2 -AddAddresses 10.10.10.22</dev:code>
              <dev:remarks>
                <maml:para>Add an address to vfiler &#39;vfiler2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Status Ipspace #Vfnets #Vfstores AdminHost
---- ------ ------- ------- --------- ---------
vfiler2 running default-ipspace 3 1
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>$b = New-Object DataONTAP.Types.Vfiler.IpbindingInfo
$b.Interface = &quot;e0b&quot;
$b.Ipaddress = &quot;10.10.10.22&quot;
$b.Netmask = &quot;255.255.255.0&quot;
Set-NaVfilerAddress vfiler2 -IpBindingInfo $b</dev:code>
              <dev:remarks>
                <maml:para>Add an IP address binding to vfiler &#39;vfiler2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Status Ipspace #Vfnets #Vfstores AdminHost
---- ------ ------- ------- --------- ---------
vfiler2 running default-ipspace 3 1
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 3 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaVfilerAddress vfiler1 -AddAddresses 192.168.1.115,192.168.1.116 -Interface e0a -Netmask 255.255.255.0</dev:code>
              <dev:remarks>
                <maml:para>Add the addresses 192.168.1.116 and 192.168.1.117 to vfiler1 and bind them to interface e0a with a netmask of 255.255.255.0.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Status Ipspace VfnetCount VfstoreCount AdminHost
---- ------ ------- ---------- ------------ ---------
vfiler1 running default-ipspace 3 1
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 4 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaVfilerAddress vfiler1 -Addresses 192.168.1.111 -Interface e0a -Netmask 255.255.255.0</dev:code>
              <dev:remarks>
                <maml:para>Configure the IP address 192.168.1.111 on vfiler1 binding to interface e0a with netmask 255.255.255.0.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Status Ipspace VfnetCount VfstoreCount AdminHost
---- ------ ------- ---------- ------------ ---------
vfiler1 running default-ipspace 1 1
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaVfiler</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaVfilerAdminHost</command:name>
        <maml:description>
            <maml:para>Set the administrative host for a vfiler.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaVfilerAdminHost</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set the administrative host for a vfiler.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaVfilerAdminHost</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Hostname</maml:name>
                <maml:description>
                    <maml:para>The hostname of the vfiler administrative host.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>Address</maml:name>
                <maml:description>
                    <maml:para>The address of the vfiler administrative host.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>PreserveEtcExports</maml:name>
                <maml:description>
                    <maml:para>This cmdlet uses the vfiler-setup API which will re-write the vfiler&#39;s /etc/exports file. Sometimes, this behavior is not desirable. Use this switch to automatically restore the contents of the /etc/exports file once the command completes.
 
If this parameter is not specified, the vfiler&#39;s /etc/exports file can still be restored manually from the /etc/exports.bak backup.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>PreserveEtcHosts</maml:name>
                <maml:description>
                    <maml:para>This cmdlet uses the vfiler-setup API which will re-write the vfiler&#39;s /etc/hosts file. Sometimes, this behavior is not desirable. Use this switch to automatically restore the contents of the /etc/hosts file once the command completes.
 
If this parameter is not specified, the vfiler&#39;s /etc/hosts file can still be restored manually from the /etc/hosts.bak backup.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>Hostname</maml:name>
            <maml:description>
                <maml:para>The hostname of the vfiler administrative host.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="3">
            <maml:name>Address</maml:name>
            <maml:description>
                <maml:para>The address of the vfiler administrative host.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>PreserveEtcExports</maml:name>
            <maml:description>
                <maml:para>This cmdlet uses the vfiler-setup API which will re-write the vfiler&#39;s /etc/exports file. Sometimes, this behavior is not desirable. Use this switch to automatically restore the contents of the /etc/exports file once the command completes.
 
If this parameter is not specified, the vfiler&#39;s /etc/exports file can still be restored manually from the /etc/exports.bak backup.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>PreserveEtcHosts</maml:name>
            <maml:description>
                <maml:para>This cmdlet uses the vfiler-setup API which will re-write the vfiler&#39;s /etc/hosts file. Sometimes, this behavior is not desirable. Use this switch to automatically restore the contents of the /etc/hosts file once the command completes.
 
If this parameter is not specified, the vfiler&#39;s /etc/hosts file can still be restored manually from the /etc/hosts.bak backup.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Vfiler.VfilerInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: vfiler
API: vfiler-setup</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaVfilerAdminHost vfiler2 x3550rre7 10.61.167.22</dev:code>
              <dev:remarks>
                <maml:para>Set the admin host of vfiler &#39;vfiler2&#39; to the computer &#39;x3550rre7&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Status Ipspace #Vfnets #Vfstores AdminHost
---- ------ ------- ------- --------- ---------
vfiler2 running default-ipspace 3 1 x3550rre7
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaVfiler</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaVfilerDns</command:name>
        <maml:description>
            <maml:para>Set DNS info for a vfiler.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaVfilerDns</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set DNS info for a vfiler.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaVfilerDns</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>DnsDomain</maml:name>
                <maml:description>
                    <maml:para>The name of the DNS domain.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>DnsServerAddresses</maml:name>
                <maml:description>
                    <maml:para>A list of DNS server addresses.</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>PreserveEtcExports</maml:name>
                <maml:description>
                    <maml:para>This cmdlet uses the vfiler-setup API which will re-write the vfiler&#39;s /etc/exports file. Sometimes, this behavior is not desirable. Use this switch to automatically restore the contents of the /etc/exports file once the command completes.
 
If this parameter is not specified, the vfiler&#39;s /etc/exports file can still be restored manually from the /etc/exports.bak backup.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>PreserveEtcHosts</maml:name>
                <maml:description>
                    <maml:para>This cmdlet uses the vfiler-setup API which will re-write the /etc/hosts file. Sometimes, this behavior is not desirable. Use this switch to automatically restore the contents of the /etc/hosts file once the command completes.
 
If this parameter is not specified, the /etc/hosts file can still be restored manually from the /etc/hosts.bak backup.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>DnsDomain</maml:name>
            <maml:description>
                <maml:para>The name of the DNS domain.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="3">
            <maml:name>DnsServerAddresses</maml:name>
            <maml:description>
                <maml:para>A list of DNS server addresses.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>PreserveEtcExports</maml:name>
            <maml:description>
                <maml:para>This cmdlet uses the vfiler-setup API which will re-write the vfiler&#39;s /etc/exports file. Sometimes, this behavior is not desirable. Use this switch to automatically restore the contents of the /etc/exports file once the command completes.
 
If this parameter is not specified, the vfiler&#39;s /etc/exports file can still be restored manually from the /etc/exports.bak backup.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>PreserveEtcHosts</maml:name>
            <maml:description>
                <maml:para>This cmdlet uses the vfiler-setup API which will re-write the /etc/hosts file. Sometimes, this behavior is not desirable. Use this switch to automatically restore the contents of the /etc/hosts file once the command completes.
 
If this parameter is not specified, the /etc/hosts file can still be restored manually from the /etc/hosts.bak backup.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Vfiler.VfilerInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: vfiler
API: vfiler-setup</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaVfilerDns vfiler2 testdnsdomain.com 10.10.10.10 10.10.10.11</dev:code>
              <dev:remarks>
                <maml:para>Set the DNS domain of vfiler &#39;vfiler2&#39; and configure the vfiler to use a pair of DNS servers.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Status Ipspace #Vfnets #Vfstores AdminHost
---- ------ ------- ------- --------- ---------
vfiler2 running default-ipspace 3 1 x3550rre7
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaVfiler</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaVfilerNis</command:name>
        <maml:description>
            <maml:para>Set NIS info for a vfiler.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaVfilerNis</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set NIS info for a vfiler.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaVfilerNis</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>NisDomain</maml:name>
                <maml:description>
                    <maml:para>The name of the NIS domain.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>NisServerAddresses</maml:name>
                <maml:description>
                    <maml:para>A list of NIS server addresses.</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>PreserveEtcExports</maml:name>
                <maml:description>
                    <maml:para>This cmdlet uses the vfiler-setup API which will re-write the vfiler&#39;s /etc/exports file. Sometimes, this behavior is not desirable. Use this switch to automatically restore the contents of the /etc/exports file once the command completes.
 
If this parameter is not specified, the vfiler&#39;s /etc/exports file can still be restored manually from the /etc/exports.bak backup.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>PreserveEtcHosts</maml:name>
                <maml:description>
                    <maml:para>This cmdlet uses the vfiler-setup API which will re-write the vfiler&#39;s /etc/hosts file. Sometimes, this behavior is not desirable. Use this switch to automatically restore the contents of the /etc/hosts file once the command completes.
 
If this parameter is not specified, the vfiler&#39;s /etc/hosts file can still be restored manually from the /etc/hosts.bak backup.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>NisDomain</maml:name>
            <maml:description>
                <maml:para>The name of the NIS domain.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="3">
            <maml:name>NisServerAddresses</maml:name>
            <maml:description>
                <maml:para>A list of NIS server addresses.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>PreserveEtcExports</maml:name>
            <maml:description>
                <maml:para>This cmdlet uses the vfiler-setup API which will re-write the vfiler&#39;s /etc/exports file. Sometimes, this behavior is not desirable. Use this switch to automatically restore the contents of the /etc/exports file once the command completes.
 
If this parameter is not specified, the vfiler&#39;s /etc/exports file can still be restored manually from the /etc/exports.bak backup.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>PreserveEtcHosts</maml:name>
            <maml:description>
                <maml:para>This cmdlet uses the vfiler-setup API which will re-write the vfiler&#39;s /etc/hosts file. Sometimes, this behavior is not desirable. Use this switch to automatically restore the contents of the /etc/hosts file once the command completes.
 
If this parameter is not specified, the vfiler&#39;s /etc/hosts file can still be restored manually from the /etc/hosts.bak backup.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Vfiler.VfilerInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: vfiler
API: vfiler-setup</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaVfilerNis vfiler2 testnisdomain.com 10.10.10.12 10.10.10.13</dev:code>
              <dev:remarks>
                <maml:para>Set the NIS domain of vfiler &#39;vfiler2&#39; and configure the vfiler to use a pair of NIS servers.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Status Ipspace #Vfnets #Vfstores AdminHost
---- ------ ------- ------- --------- ---------
vfiler2 running default-ipspace 3 1 x3550rre7
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaVfiler</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaVfilerPassword</command:name>
        <maml:description>
            <maml:para>Set the root password for a vfiler.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaVfilerPassword</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set the root password for a vfiler.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaVfilerPassword</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>Password</maml:name>
                <maml:description>
                    <maml:para>The new root password.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>PreserveEtcExports</maml:name>
                <maml:description>
                    <maml:para>This cmdlet uses the vfiler-setup API which will re-write the vfiler&#39;s /etc/exports file. Sometimes, this behavior is not desirable. Use this switch to automatically restore the contents of the /etc/exports file once the command completes.
 
If this parameter is not specified, the vfiler&#39;s /etc/exports file can still be restored manually from the /etc/exports.bak backup.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>PreserveEtcHosts</maml:name>
                <maml:description>
                    <maml:para>This cmdlet uses the vfiler-setup API which will re-write the vfiler&#39;s /etc/hosts file. Sometimes, this behavior is not desirable. Use this switch to automatically restore the contents of the /etc/hosts file once the command completes.
 
If this parameter is not specified, the vfiler&#39;s /etc/hosts file can still be restored manually from the /etc/hosts.bak backup.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaVfilerPassword</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Credential</maml:name>
                <maml:description>
                    <maml:para>Credential containing new root password for the vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>PreserveEtcExports</maml:name>
                <maml:description>
                    <maml:para>This cmdlet uses the vfiler-setup API which will re-write the vfiler&#39;s /etc/exports file. Sometimes, this behavior is not desirable. Use this switch to automatically restore the contents of the /etc/exports file once the command completes.
 
If this parameter is not specified, the vfiler&#39;s /etc/exports file can still be restored manually from the /etc/exports.bak backup.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>PreserveEtcHosts</maml:name>
                <maml:description>
                    <maml:para>This cmdlet uses the vfiler-setup API which will re-write the vfiler&#39;s /etc/hosts file. Sometimes, this behavior is not desirable. Use this switch to automatically restore the contents of the /etc/hosts file once the command completes.
 
If this parameter is not specified, the vfiler&#39;s /etc/hosts file can still be restored manually from the /etc/hosts.bak backup.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>Password</maml:name>
            <maml:description>
                <maml:para>The new root password.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>PreserveEtcExports</maml:name>
            <maml:description>
                <maml:para>This cmdlet uses the vfiler-setup API which will re-write the vfiler&#39;s /etc/exports file. Sometimes, this behavior is not desirable. Use this switch to automatically restore the contents of the /etc/exports file once the command completes.
 
If this parameter is not specified, the vfiler&#39;s /etc/exports file can still be restored manually from the /etc/exports.bak backup.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>PreserveEtcHosts</maml:name>
            <maml:description>
                <maml:para>This cmdlet uses the vfiler-setup API which will re-write the vfiler&#39;s /etc/hosts file. Sometimes, this behavior is not desirable. Use this switch to automatically restore the contents of the /etc/hosts file once the command completes.
 
If this parameter is not specified, the vfiler&#39;s /etc/hosts file can still be restored manually from the /etc/hosts.bak backup.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Credential</maml:name>
            <maml:description>
                <maml:para>Credential containing new root password for the vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
            <dev:type>
                <maml:name>PSCredential</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Vfiler.VfilerInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: vfiler
API: vfiler-setup</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaVfilerPassword vfiler2 tricky</dev:code>
              <dev:remarks>
                <maml:para>Set the root password of vfiler &#39;vfiler2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Status Ipspace #Vfnets #Vfstores AdminHost
---- ------ ------- ------- --------- ---------
vfiler2 running default-ipspace 3 1 x3550rre7
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaVfiler</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaVfilerProtocol</command:name>
        <maml:description>
            <maml:para>Allow / disallow protocols on a vfiler.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaVfilerProtocol</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Allow / disallow protocols on a vfiler.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaVfilerProtocol</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>AllowProtocols</maml:name>
                <maml:description>
                    <maml:para>List of protocols to allow. Possible values are: nfs, cifs, rsh.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>DisallowProtocols</maml:name>
                <maml:description>
                    <maml:para>List of protocols to disallow. Possible values are: nfs, cifs, rsh.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>AllowProtocols</maml:name>
            <maml:description>
                <maml:para>List of protocols to allow. Possible values are: nfs, cifs, rsh.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>DisallowProtocols</maml:name>
            <maml:description>
                <maml:para>List of protocols to disallow. Possible values are: nfs, cifs, rsh.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Vfiler.VfilerInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: vfiler
API: vfiler-allow-protocol, vfiler-disallow-protocol</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaVfilerProtocol vfiler2 -AllowProtocols nfs,cifs -DisallowProtocols rsh | Get-NaVfilerProtocol</dev:code>
              <dev:remarks>
                <maml:para>Allow protocols nfs &amp; cifs on vfiler &#39;vfiler2&#39;, and disallow protocol rsh. Then display the result.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>AllowedProtocols DisallowedProtocols
---------------- -------------------
{nfs, cifs, iscsi} {rsh}
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaVfiler</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaVfilerProtocol</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaVfilerStorage</command:name>
        <maml:description>
            <maml:para>Add or remove storage units from a vfiler.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaVfilerStorage</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Add or remove storage units from a vfiler.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaVfilerStorage</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>AddStorage</maml:name>
                <maml:description>
                    <maml:para>List of volume or qtree storage paths to be added, in the form &quot;/vol/&lt;volume&gt;/...&quot;. The &quot;/vol/&quot; prefix is added automatically if not specified.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>RemoveStorage</maml:name>
                <maml:description>
                    <maml:para>List of volume or qtree storage paths to be removed, in the form &quot;/vol/&lt;volume&gt;/...&quot;. The &quot;/vol/&quot; prefix is added automatically if not specified.</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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>AddStorage</maml:name>
            <maml:description>
                <maml:para>List of volume or qtree storage paths to be added, in the form &quot;/vol/&lt;volume&gt;/...&quot;. The &quot;/vol/&quot; prefix is added automatically if not specified.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>RemoveStorage</maml:name>
            <maml:description>
                <maml:para>List of volume or qtree storage paths to be removed, in the form &quot;/vol/&lt;volume&gt;/...&quot;. The &quot;/vol/&quot; prefix is added automatically if not specified.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Vfiler.VfilerInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: vfiler
API: vfiler-add-storage, vfiler-remove-storage</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaVfilerStorage vfiler2 -AddStorage testvol3</dev:code>
              <dev:remarks>
                <maml:para>Add volume &#39;testvol3&#39; to vfiler &#39;vfiler2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Status Ipspace #Vfnets #Vfstores AdminHost
---- ------ ------- ------- --------- ---------
vfiler2 running default-ipspace 3 2 x3550rre7
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaVfiler</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaVol</command:name>
        <maml:description>
            <maml:para>Set the specified volume online, offline, or restricted.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaVol</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set the specified volume online, offline, or restricted.
 
Online: Bring the specified volume or the plex online. This command takes effect immediately. If there are CIFS shares associated with the volume, they are enabled.
 
Offline: Take the specified volume or plex offline, making it unavailable for both user-level data access and RAID-level access (unless it&#39;s a flexible volume, at which time its containing aggregate is not affected in any way, and will remain fully online). The operation takes effect before the API returns except in maintenance mode, when the current root volume may not be taken offline. A volume marked to become the root cannot be taken offline. Taking a flexible volume offline does not affect its containing aggregate in any way.
 
A number of operations being performed on the given volume (or its containing aggregate) can prevent this operation from succeeding, either at all or for various lengths of time. If such operations are found, the system waits up to one second for them to finish. If they don&#39;t, the command is aborted.
 
A check is also made for files on the volume opened by internal ONTAP processes. The command is aborted if any are found.
 
Restricted: Restrict the specified volume, making it unavailable for user-level data access but leaving it (or its containing aggregate, if it&#39;s a flexible volume) available to internal OnTAP RAID-level access.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaVol</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of an existing volume or plex.
 
Online: If a volume is specified, it must be currently offline, restricted, or foreign. If the volume is foreign, it will be made native before being brought online. A ``foreign&#39;&#39; volume is a traditional volume that consists of disks moved from another filer and that has never been brought online on the current filer. Traditional volumes that are not foreign are considered ``native.&#39;&#39; If the volume is inconsistent, but has not lost data, it is advisable to run WAFL_check or wafliron (or do a &#39;snapmirror initialize&#39; in case of a replica volume) prior to bringing an inconsistent volume online. Bringing an inconsistent volume online increases the risk of further file system corruption. If the volume is inconsistent and has experienced possible loss of data, it cannot be brought online unless WAFL_check or wafliron (or &#39;snapmirror initialize&#39;) has been run on the volume.
 
If a plex is specified, the plex must be part of an online mirrored traditional volume or aggregate. The system will initiate resynchronization of the plex as part of online processing.
 
Offline: If a volume contains CIFS shares, users should be warned before taking the volume offline. Use &#39;CifsDelaySeconds&#39; to specify number of seconds to wait.
 
If a plex is specified, the plex must be part of a mirrored volume, and both plexes must be online. Prior to offlining a plex, the system will flush all internally-buffered data associated with the plex and create a snapshot that is written out to both plexes. The snapshot allows for efficient resynchronization when the plex is subsequently brought back online.
 
Restricted: Name of the volume to restrict.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Offline</maml:name>
                <maml:description>
                    <maml:para>Set the volume offline.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>CifsDelaySeconds</maml:name>
                <maml:description>
                    <maml:para>If a volume contains CIFS shares, users should be warned before setting the volume offline/restricted. This argument specifies the number of minutes to delay before setting the volume offline/restricted, during which time CIFS users are warned of the pending loss of service. A &#39;CifsDelaySeconds&#39; time of 0 means that the volume is to be set offline/restricted immediately without issuing any warnings. CIFS users can lose data if they are not given a chance to terminate applications gracefully. By default, the value of &#39;CifsDelaySeconds&#39; is 0.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaVol</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of an existing volume or plex.
 
Online: If a volume is specified, it must be currently offline, restricted, or foreign. If the volume is foreign, it will be made native before being brought online. A ``foreign&#39;&#39; volume is a traditional volume that consists of disks moved from another filer and that has never been brought online on the current filer. Traditional volumes that are not foreign are considered ``native.&#39;&#39; If the volume is inconsistent, but has not lost data, it is advisable to run WAFL_check or wafliron (or do a &#39;snapmirror initialize&#39; in case of a replica volume) prior to bringing an inconsistent volume online. Bringing an inconsistent volume online increases the risk of further file system corruption. If the volume is inconsistent and has experienced possible loss of data, it cannot be brought online unless WAFL_check or wafliron (or &#39;snapmirror initialize&#39;) has been run on the volume.
 
If a plex is specified, the plex must be part of an online mirrored traditional volume or aggregate. The system will initiate resynchronization of the plex as part of online processing.
 
Offline: If a volume contains CIFS shares, users should be warned before taking the volume offline. Use &#39;CifsDelaySeconds&#39; to specify number of seconds to wait.
 
If a plex is specified, the plex must be part of a mirrored volume, and both plexes must be online. Prior to offlining a plex, the system will flush all internally-buffered data associated with the plex and create a snapshot that is written out to both plexes. The snapshot allows for efficient resynchronization when the plex is subsequently brought back online.
 
Restricted: Name of the volume to restrict.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Online</maml:name>
                <maml:description>
                    <maml:para>Set the volume online.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaVol</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of an existing volume or plex.
 
Online: If a volume is specified, it must be currently offline, restricted, or foreign. If the volume is foreign, it will be made native before being brought online. A ``foreign&#39;&#39; volume is a traditional volume that consists of disks moved from another filer and that has never been brought online on the current filer. Traditional volumes that are not foreign are considered ``native.&#39;&#39; If the volume is inconsistent, but has not lost data, it is advisable to run WAFL_check or wafliron (or do a &#39;snapmirror initialize&#39; in case of a replica volume) prior to bringing an inconsistent volume online. Bringing an inconsistent volume online increases the risk of further file system corruption. If the volume is inconsistent and has experienced possible loss of data, it cannot be brought online unless WAFL_check or wafliron (or &#39;snapmirror initialize&#39;) has been run on the volume.
 
If a plex is specified, the plex must be part of an online mirrored traditional volume or aggregate. The system will initiate resynchronization of the plex as part of online processing.
 
Offline: If a volume contains CIFS shares, users should be warned before taking the volume offline. Use &#39;CifsDelaySeconds&#39; to specify number of seconds to wait.
 
If a plex is specified, the plex must be part of a mirrored volume, and both plexes must be online. Prior to offlining a plex, the system will flush all internally-buffered data associated with the plex and create a snapshot that is written out to both plexes. The snapshot allows for efficient resynchronization when the plex is subsequently brought back online.
 
Restricted: Name of the volume to restrict.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Restricted</maml:name>
                <maml:description>
                    <maml:para>Set the volume restricted.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>CifsDelaySeconds</maml:name>
                <maml:description>
                    <maml:para>If a volume contains CIFS shares, users should be warned before setting the volume offline/restricted. This argument specifies the number of minutes to delay before setting the volume offline/restricted, during which time CIFS users are warned of the pending loss of service. A &#39;CifsDelaySeconds&#39; time of 0 means that the volume is to be set offline/restricted immediately without issuing any warnings. CIFS users can lose data if they are not given a chance to terminate applications gracefully. By default, the value of &#39;CifsDelaySeconds&#39; is 0.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of an existing volume or plex.
 
Online: If a volume is specified, it must be currently offline, restricted, or foreign. If the volume is foreign, it will be made native before being brought online. A ``foreign&#39;&#39; volume is a traditional volume that consists of disks moved from another filer and that has never been brought online on the current filer. Traditional volumes that are not foreign are considered ``native.&#39;&#39; If the volume is inconsistent, but has not lost data, it is advisable to run WAFL_check or wafliron (or do a &#39;snapmirror initialize&#39; in case of a replica volume) prior to bringing an inconsistent volume online. Bringing an inconsistent volume online increases the risk of further file system corruption. If the volume is inconsistent and has experienced possible loss of data, it cannot be brought online unless WAFL_check or wafliron (or &#39;snapmirror initialize&#39;) has been run on the volume.
 
If a plex is specified, the plex must be part of an online mirrored traditional volume or aggregate. The system will initiate resynchronization of the plex as part of online processing.
 
Offline: If a volume contains CIFS shares, users should be warned before taking the volume offline. Use &#39;CifsDelaySeconds&#39; to specify number of seconds to wait.
 
If a plex is specified, the plex must be part of a mirrored volume, and both plexes must be online. Prior to offlining a plex, the system will flush all internally-buffered data associated with the plex and create a snapshot that is written out to both plexes. The snapshot allows for efficient resynchronization when the plex is subsequently brought back online.
 
Restricted: Name of the volume to restrict.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Offline</maml:name>
            <maml:description>
                <maml:para>Set the volume offline.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>CifsDelaySeconds</maml:name>
            <maml:description>
                <maml:para>If a volume contains CIFS shares, users should be warned before setting the volume offline/restricted. This argument specifies the number of minutes to delay before setting the volume offline/restricted, during which time CIFS users are warned of the pending loss of service. A &#39;CifsDelaySeconds&#39; time of 0 means that the volume is to be set offline/restricted immediately without issuing any warnings. CIFS users can lose data if they are not given a chance to terminate applications gracefully. By default, the value of &#39;CifsDelaySeconds&#39; is 0.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>0</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Online</maml:name>
            <maml:description>
                <maml:para>Set the volume online.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Restricted</maml:name>
            <maml:description>
                <maml:para>Set the volume restricted.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-online, volume-offline, volume-restrict</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaVol vol10 -Restricted</dev:code>
              <dev:remarks>
                <maml:para>Set volume &#39;vol10&#39; to Restricted.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ChecksumStyle : block
CloneChildren :
CloneParent : {clone_vol2clone.2}
ContainingAggregate : aggr1
DiskCount : 8
FilesTotal : 0
FilesUsed : 0
IsChecksumEnabled : True
IsInconsistent : False
IsSnaplock : False
IsUnrecoverable : False
MirrorStatus : unmirrored
Name : vol10
PercentageUsed : 0
PlexCount : 1
Plexes : {/aggr1/plex0}
QuotaInit : 0
RaidSize : 16
RaidStatus : raid_dp
Reserve : 101180891136
ReserveRequired : 0
ReserveUsed : 0
Sis :
SizeAvailable : 0
SizeTotal : 0
SizeUsed : 0
SnaplockType :
SpaceReserve :
SpaceReserveEnabled :
State : restricted
Type : flex
Uuid : f7b5f966-11b4-11df-9caa-00a09806c227
IsUnrecoverableSpecified : True
PercentageUsedSpecified : True
SpaceReserveEnabledSpecified : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaVol</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaVolAutosize</command:name>
        <maml:description>
            <maml:para>Given the name of a flexible volume, set the autosize settings.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaVolAutosize</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Given the name of a flexible volume, set the autosize settings.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaVolAutosize</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the flexible volume for which we want to set autosize.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>MinimumSize</maml:name>
                <maml:description>
                    <maml:para>The flexible volume&#39;s minimum allowed size in bytes. Specify the volume minimum size using the following format:
 
[+|-]&lt;number&gt;[k|m|g|t|%]
 
If a leading &#39;+&#39; or &#39;-&#39; appears, it indicates that the volume minimum size is to be increased or decreased (respectively) by the indicated amount, else the amount is the absolute size to set. The optional trailing &#39;k&#39;, &#39;m&#39;, &#39;g&#39;, and &#39;t&#39; indicates the desired units, namely &#39;kilobytes&#39;, &#39;megabytes&#39;, &#39;gigabytes&#39;, and &#39;terabytes&#39; (respectively). The optional trailing &#39;%&#39; indicates to increase or decrease the size of the volume minimum size by a percentage of its current value. If the trailing unit character doesn&#39;t appear, then &lt;number&gt; is interpreted as the number of bytes desired.
 
This parameter is present on Data ONTAP 8.2 and up.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>GrowThresholdPercent</maml:name>
                <maml:description>
                    <maml:para>Specifies the percentage of the flexible volume&#39;s capacity at which autogrow is initiated. The default grow threshold varies from 85% to 98%, depending on the volume size. It is an error for the grow threshold to be less than or equal to the shrink threshold.
 
This parameter is present on Data ONTAP 8.2 and up.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>ShrinkThresholdPercent</maml:name>
                <maml:description>
                    <maml:para>Specifies the percentage of the flexible volume&#39;s capacity at which autoshrink is initiated. The default shrink threshold is 50%. It is an error for the shrink threshold to be greater than or equal to the grow threshold.
 
This parameter is present on Data ONTAP 8.2 and up.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>MaximumSize</maml:name>
                <maml:description>
                    <maml:para>The flexible volume&#39;s maximum allowed size in bytes. Specify the volume maximum size using the following format:
 
[+|-]&lt;number&gt;[k|m|g|t|%]
 
If a leading &#39;+&#39; or &#39;-&#39; appears, it indicates that the volume maximum size is to be increased or decreased (respectively) by the indicated amount, else the amount is the absolute size to set. The optional trailing &#39;k&#39;, &#39;m&#39;, &#39;g&#39;, and &#39;t&#39; indicates the desired units, namely &#39;kilobytes&#39;, &#39;megabytes&#39;, &#39;gigabytes&#39;, and &#39;terabytes&#39; (respectively). The optional trailing &#39;%&#39; indicates to increase or decrease the size of the volume maximum size by a percentage of its current value. If the trailing unit character doesn&#39;t appear, then &lt;number&gt; is interpreted as the number of bytes desired.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>IncrementSize</maml:name>
                <maml:description>
                    <maml:para>The amount to increment the flexible volume&#39;s size in bytes. The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes. If no units are specified, the number is interpreted as the number of bytes. For example: 10g, 1.5tb, 20GB.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>EnableGrow</maml:name>
                <maml:description>
                    <maml:para>Specify to enable the volume grow autosize feature.
 
For Data ONTAP 8.2 and up, the autosize mode will be set to &quot;grow&quot;.</maml:para>
                </maml:description>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaVolAutosize</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the flexible volume for which we want to set autosize.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>MinimumSize</maml:name>
                <maml:description>
                    <maml:para>The flexible volume&#39;s minimum allowed size in bytes. Specify the volume minimum size using the following format:
 
[+|-]&lt;number&gt;[k|m|g|t|%]
 
If a leading &#39;+&#39; or &#39;-&#39; appears, it indicates that the volume minimum size is to be increased or decreased (respectively) by the indicated amount, else the amount is the absolute size to set. The optional trailing &#39;k&#39;, &#39;m&#39;, &#39;g&#39;, and &#39;t&#39; indicates the desired units, namely &#39;kilobytes&#39;, &#39;megabytes&#39;, &#39;gigabytes&#39;, and &#39;terabytes&#39; (respectively). The optional trailing &#39;%&#39; indicates to increase or decrease the size of the volume minimum size by a percentage of its current value. If the trailing unit character doesn&#39;t appear, then &lt;number&gt; is interpreted as the number of bytes desired.
 
This parameter is present on Data ONTAP 8.2 and up.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>GrowThresholdPercent</maml:name>
                <maml:description>
                    <maml:para>Specifies the percentage of the flexible volume&#39;s capacity at which autogrow is initiated. The default grow threshold varies from 85% to 98%, depending on the volume size. It is an error for the grow threshold to be less than or equal to the shrink threshold.
 
This parameter is present on Data ONTAP 8.2 and up.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>ShrinkThresholdPercent</maml:name>
                <maml:description>
                    <maml:para>Specifies the percentage of the flexible volume&#39;s capacity at which autoshrink is initiated. The default shrink threshold is 50%. It is an error for the shrink threshold to be greater than or equal to the grow threshold.
 
This parameter is present on Data ONTAP 8.2 and up.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>MaximumSize</maml:name>
                <maml:description>
                    <maml:para>The flexible volume&#39;s maximum allowed size in bytes. Specify the volume maximum size using the following format:
 
[+|-]&lt;number&gt;[k|m|g|t|%]
 
If a leading &#39;+&#39; or &#39;-&#39; appears, it indicates that the volume maximum size is to be increased or decreased (respectively) by the indicated amount, else the amount is the absolute size to set. The optional trailing &#39;k&#39;, &#39;m&#39;, &#39;g&#39;, and &#39;t&#39; indicates the desired units, namely &#39;kilobytes&#39;, &#39;megabytes&#39;, &#39;gigabytes&#39;, and &#39;terabytes&#39; (respectively). The optional trailing &#39;%&#39; indicates to increase or decrease the size of the volume maximum size by a percentage of its current value. If the trailing unit character doesn&#39;t appear, then &lt;number&gt; is interpreted as the number of bytes desired.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>IncrementSize</maml:name>
                <maml:description>
                    <maml:para>The amount to increment the flexible volume&#39;s size in bytes. The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes. If no units are specified, the number is interpreted as the number of bytes. For example: 10g, 1.5tb, 20GB.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>EnableGrowShrink</maml:name>
                <maml:description>
                    <maml:para>Specify to enable the volume grow and shrink autosize feature. The volume autosize mode will be set to &quot;grow_shrink&quot;.</maml:para>
                </maml:description>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaVolAutosize</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the flexible volume for which we want to set autosize.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Reset</maml:name>
                <maml:description>
                    <maml:para>Reset the MaximumSize, MinimumSize, IncrementSize, GrowThresholdPercent, ShrinkThresholdPercent, and Mode of the volume autogrow to their default vaules.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaVolAutosize</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the flexible volume for which we want to set autosize.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>MinimumSize</maml:name>
                <maml:description>
                    <maml:para>The flexible volume&#39;s minimum allowed size in bytes. Specify the volume minimum size using the following format:
 
[+|-]&lt;number&gt;[k|m|g|t|%]
 
If a leading &#39;+&#39; or &#39;-&#39; appears, it indicates that the volume minimum size is to be increased or decreased (respectively) by the indicated amount, else the amount is the absolute size to set. The optional trailing &#39;k&#39;, &#39;m&#39;, &#39;g&#39;, and &#39;t&#39; indicates the desired units, namely &#39;kilobytes&#39;, &#39;megabytes&#39;, &#39;gigabytes&#39;, and &#39;terabytes&#39; (respectively). The optional trailing &#39;%&#39; indicates to increase or decrease the size of the volume minimum size by a percentage of its current value. If the trailing unit character doesn&#39;t appear, then &lt;number&gt; is interpreted as the number of bytes desired.
 
This parameter is present on Data ONTAP 8.2 and up.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>GrowThresholdPercent</maml:name>
                <maml:description>
                    <maml:para>Specifies the percentage of the flexible volume&#39;s capacity at which autogrow is initiated. The default grow threshold varies from 85% to 98%, depending on the volume size. It is an error for the grow threshold to be less than or equal to the shrink threshold.
 
This parameter is present on Data ONTAP 8.2 and up.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>ShrinkThresholdPercent</maml:name>
                <maml:description>
                    <maml:para>Specifies the percentage of the flexible volume&#39;s capacity at which autoshrink is initiated. The default shrink threshold is 50%. It is an error for the shrink threshold to be greater than or equal to the grow threshold.
 
This parameter is present on Data ONTAP 8.2 and up.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>MaximumSize</maml:name>
                <maml:description>
                    <maml:para>The flexible volume&#39;s maximum allowed size in bytes. Specify the volume maximum size using the following format:
 
[+|-]&lt;number&gt;[k|m|g|t|%]
 
If a leading &#39;+&#39; or &#39;-&#39; appears, it indicates that the volume maximum size is to be increased or decreased (respectively) by the indicated amount, else the amount is the absolute size to set. The optional trailing &#39;k&#39;, &#39;m&#39;, &#39;g&#39;, and &#39;t&#39; indicates the desired units, namely &#39;kilobytes&#39;, &#39;megabytes&#39;, &#39;gigabytes&#39;, and &#39;terabytes&#39; (respectively). The optional trailing &#39;%&#39; indicates to increase or decrease the size of the volume maximum size by a percentage of its current value. If the trailing unit character doesn&#39;t appear, then &lt;number&gt; is interpreted as the number of bytes desired.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>IncrementSize</maml:name>
                <maml:description>
                    <maml:para>The amount to increment the flexible volume&#39;s size in bytes. The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes. If no units are specified, the number is interpreted as the number of bytes. For example: 10g, 1.5tb, 20GB.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Disabled</maml:name>
                <maml:description>
                    <maml:para>Specify to disable the volume autosize feature.</maml:para>
                </maml:description>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the flexible volume for which we want to set autosize.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>MinimumSize</maml:name>
            <maml:description>
                <maml:para>The flexible volume&#39;s minimum allowed size in bytes. Specify the volume minimum size using the following format:
 
[+|-]&lt;number&gt;[k|m|g|t|%]
 
If a leading &#39;+&#39; or &#39;-&#39; appears, it indicates that the volume minimum size is to be increased or decreased (respectively) by the indicated amount, else the amount is the absolute size to set. The optional trailing &#39;k&#39;, &#39;m&#39;, &#39;g&#39;, and &#39;t&#39; indicates the desired units, namely &#39;kilobytes&#39;, &#39;megabytes&#39;, &#39;gigabytes&#39;, and &#39;terabytes&#39; (respectively). The optional trailing &#39;%&#39; indicates to increase or decrease the size of the volume minimum size by a percentage of its current value. If the trailing unit character doesn&#39;t appear, then &lt;number&gt; is interpreted as the number of bytes desired.
 
This parameter is present on Data ONTAP 8.2 and up.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>GrowThresholdPercent</maml:name>
            <maml:description>
                <maml:para>Specifies the percentage of the flexible volume&#39;s capacity at which autogrow is initiated. The default grow threshold varies from 85% to 98%, depending on the volume size. It is an error for the grow threshold to be less than or equal to the shrink threshold.
 
This parameter is present on Data ONTAP 8.2 and up.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>ShrinkThresholdPercent</maml:name>
            <maml:description>
                <maml:para>Specifies the percentage of the flexible volume&#39;s capacity at which autoshrink is initiated. The default shrink threshold is 50%. It is an error for the shrink threshold to be greater than or equal to the grow threshold.
 
This parameter is present on Data ONTAP 8.2 and up.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>MaximumSize</maml:name>
            <maml:description>
                <maml:para>The flexible volume&#39;s maximum allowed size in bytes. Specify the volume maximum size using the following format:
 
[+|-]&lt;number&gt;[k|m|g|t|%]
 
If a leading &#39;+&#39; or &#39;-&#39; appears, it indicates that the volume maximum size is to be increased or decreased (respectively) by the indicated amount, else the amount is the absolute size to set. The optional trailing &#39;k&#39;, &#39;m&#39;, &#39;g&#39;, and &#39;t&#39; indicates the desired units, namely &#39;kilobytes&#39;, &#39;megabytes&#39;, &#39;gigabytes&#39;, and &#39;terabytes&#39; (respectively). The optional trailing &#39;%&#39; indicates to increase or decrease the size of the volume maximum size by a percentage of its current value. If the trailing unit character doesn&#39;t appear, then &lt;number&gt; is interpreted as the number of bytes desired.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
            <maml:name>IncrementSize</maml:name>
            <maml:description>
                <maml:para>The amount to increment the flexible volume&#39;s size in bytes. The format to use is:
 
&lt;number&gt;[k|m|g|t]
 
where &quot;k&quot; means kilobytes, &quot;m&quot; means megabytes, &quot;g&quot; means gigabytes, and &quot;t&quot; means terabytes. If no units are specified, the number is interpreted as the number of bytes. For example: 10g, 1.5tb, 20GB.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>EnableGrow</maml:name>
            <maml:description>
                <maml:para>Specify to enable the volume grow autosize feature.
 
For Data ONTAP 8.2 and up, the autosize mode will be set to &quot;grow&quot;.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>EnableGrowShrink</maml:name>
            <maml:description>
                <maml:para>Specify to enable the volume grow and shrink autosize feature. The volume autosize mode will be set to &quot;grow_shrink&quot;.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Reset</maml:name>
            <maml:description>
                <maml:para>Reset the MaximumSize, MinimumSize, IncrementSize, GrowThresholdPercent, ShrinkThresholdPercent, and Mode of the volume autogrow to their default vaules.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Disabled</maml:name>
            <maml:description>
                <maml:para>Specify to disable the volume autosize feature.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-autosize-set</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaVolAutosize vol2 -Enabled -MaximumSize 200g -IncrementSize 1g</dev:code>
              <dev:remarks>
                <maml:para>Enable autosize on volume &#39;vol2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ChecksumStyle : block
CloneChildren :
CloneParent :
ContainingAggregate : aggr1
DiskCount : 8
FilesTotal : 6381567
FilesUsed : 201
IsChecksumEnabled : True
IsInconsistent : False
IsSnaplock : False
IsUnrecoverable : False
MirrorStatus : unmirrored
Name : vol2
PercentageUsed : 76
PlexCount : 1
Plexes : {/aggr1/plex0}
QuotaInit : 0
RaidSize : 16
RaidStatus : raid_dp,sis
Reserve : 10110808064
ReserveRequired : 10110808064
ReserveUsed : 0
Sis : idle
SizeAvailable : 46570201088
SizeTotal : 194347270144
SizeUsed : 147777069056
SnaplockType :
SpaceReserve : volume
SpaceReserveEnabled : True
State : online
Type : flex
Uuid : e91dc1f8-ab4f-11dd-867f-00a09806c227
IsUnrecoverableSpecified : True
PercentageUsedSpecified : True
SpaceReserveEnabledSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaVol | Set-NaVolAutosize -Enabled</dev:code>
              <dev:remarks>
                <maml:para>Enable autosize on all volumes on the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 3 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaVolAutoSize vol2 -MaximumSize +15%</dev:code>
              <dev:remarks>
                <maml:para>Increase the volume maximum size by 15%.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ChecksumStyle : block
CloneChildren :
CloneParent :
ContainingAggregate : aggr1
DiskCount : 8
FilesTotal : 6381567
FilesUsed : 201
IsChecksumEnabled : True
IsInconsistent : False
IsSnaplock : False
IsUnrecoverable : False
MirrorStatus : unmirrored
Name : vol2
PercentageUsed : 76
PlexCount : 1
Plexes : {/aggr1/plex0}
QuotaInit : 0
RaidSize : 16
RaidStatus : raid_dp,sis
Reserve : 10110808064
ReserveRequired : 10110808064
ReserveUsed : 0
Sis : idle
SizeAvailable : 46570201088
SizeTotal : 194347270144
SizeUsed : 147777069056
SnaplockType :
SpaceReserve : volume
SpaceReserveEnabled : True
State : online
Type : flex
Uuid : e91dc1f8-ab4f-11dd-867f-00a09806c227
IsUnrecoverableSpecified : True
PercentageUsedSpecified : True
SpaceReserveEnabledSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaVolAutosize</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaVolCharmap</command:name>
        <maml:description>
            <maml:para>Associate a charmap description with a specified volume.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaVolCharmap</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Associate a charmap description with a specified volume.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaVolCharmap</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the volume on which to list the charmap information.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Charmap</maml:name>
                <maml:description>
                    <maml:para>Description of the character mapping to be done for this volume. This mapping is to allow CIFS clients to use NFS file names that would otherwise result in invalid CIFS names. The values are comma-separated pairs of hex character mappings. The A-F hex values can be in upper or lower case, and the values do not have to be padded. Example: &quot;5c:f2e1,3c:b6,3e:ae,7C:394&quot;. If a value is not passed, any existing charmap will be removed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the volume on which to list the charmap information.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>Charmap</maml:name>
            <maml:description>
                <maml:para>Description of the character mapping to be done for this volume. This mapping is to allow CIFS clients to use NFS file names that would otherwise result in invalid CIFS names. The values are comma-separated pairs of hex character mappings. The A-F hex values can be in upper or lower case, and the values do not have to be padded. Example: &quot;5c:f2e1,3c:b6,3e:ae,7C:394&quot;. If a value is not passed, any existing charmap will be removed.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-charmap-set</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaVolCharmap vol2 &quot;5c:f2e1,3c:b6,3e:ae,7C:394&quot;</dev:code>
              <dev:remarks>
                <maml:para>Set charmap info on volume &#39;vol2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>DedupeEnabled : True
ChecksumStyle : block
CloneChildren : {vol2clone}
CloneParent :
ContainingAggregate : aggr1
DiskCount : 8
FilesTotal : 6381567
FilesUsed : 208
IsChecksumEnabled : True
IsInconsistent : False
IsSnaplock : False
IsUnrecoverable : False
MirrorStatus : unmirrored
Name : vol2
PercentageUsed : 50
PlexCount : 1
Plexes : {/aggr1/plex0}
QuotaInit : 0
RaidSize : 16
RaidStatus : raid_dp,sis
Reserve : 0
ReserveRequired : 0
ReserveUsed : 0
Sis : idle
SizeAvailable : 95894626304
SizeTotal : 193273528320
SizeUsed : 97378889728
SnaplockType :
SpaceReserve : volume
SpaceReserveEnabled : True
State : online
Type : flex
Uuid : e91dc1f8-ab4f-11dd-867f-00a09806c227
IsUnrecoverableSpecified : True
PercentageUsedSpecified : True
SpaceReserveEnabledSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaVolCharmap</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaVolLanguage</command:name>
        <maml:description>
            <maml:para>Set the given volume&#39;s language mapping.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaVolLanguage</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set the given volume&#39;s language mapping.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaVolLanguage</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the volume that is to have its language mapping changed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Language</maml:name>
                <maml:description>
                    <maml:para>The new language mapping for the volume. For a list of legal language mapping values, see &#39;New-NaVol&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the volume that is to have its language mapping changed.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Language</maml:name>
            <maml:description>
                <maml:para>The new language mapping for the volume. For a list of legal language mapping values, see &#39;New-NaVol&#39;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-set-language</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaVolLanguage vol1 en | Get-NaVolLanguage</dev:code>
              <dev:remarks>
                <maml:para>Set the language of volume &#39;vol1&#39; to English and display the result.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Value
---- -----
NfsCharacterSet iso-8859-1|iso-8859-1|Thu Oct 1 22:00:53 GMT...
LanguageCode en
OemCharacterSet cp850|cp850|Thu Oct 1 22:00:53 GMT 1998...
Language en (English)
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaVolLanguage</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaVolOption</command:name>
        <maml:description>
            <maml:para>Set the option named &#39;Key&#39; to the value specified by &#39;Value&#39; in the specified volume.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaVolOption</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set the option named &#39;Key&#39; to the value specified by &#39;Value&#39; in the specified volume. The change remains effective even after the filer is rebooted. Some options have values that are numbers or strings, and others have values that are &#39;on&#39; (also expressible as &#39;yes&#39;, &#39;true&#39;, or &#39;1&#39; ) or &quot;off&quot; (also expressible as &#39;no&#39;, &#39;false&#39;, or &#39;0&#39;). A mixture of uppercase and lowercase characters may be used for an option&#39;s value. Note that the &#39;root&#39; option is special in that it does not have an associated value. Also, note that some of these options can NOT be set for a flexible volume, as they relate only to aggregates (either free-standing ones or those embedded in traditional volumes). Other options may only apply for flexible volumes.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaVolOption</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the volume for which we want to set an option.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Key</maml:name>
                <maml:description>
                    <maml:para>Name of the option to be set.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>Value</maml:name>
                <maml:description>
                    <maml:para>The value to set the named option (except for option &#39;root&#39;, which has no associated value).</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Set-NaVolOption</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the volume for which we want to set an option.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Options</maml:name>
                <maml:description>
                    <maml:para>An array of VolumeOptionInfo values. Note that not all options returned by Get-NaVolOption may be set.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >VolumeOptionInfo[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the volume for which we want to set an option.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>Key</maml:name>
            <maml:description>
                <maml:para>Name of the option to be set.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="3">
            <maml:name>Value</maml:name>
            <maml:description>
                <maml:para>The value to set the named option (except for option &#39;root&#39;, which has no associated value).</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="2">
            <maml:name>Options</maml:name>
            <maml:description>
                <maml:para>An array of VolumeOptionInfo values. Note that not all options returned by Get-NaVolOption may be set.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">VolumeOptionInfo[]</command:parameterValue>
            <dev:type>
                <maml:name>VolumeOptionInfo[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-set-option</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaVolOption vol2 compression on</dev:code>
              <dev:remarks>
                <maml:para>Enable compression for volume &#39;vol2&#39; (which requires a license).</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Set-NaVolOption : Operation requires a compression license
 
DedupeEnabled : True
ChecksumStyle : block
CloneChildren : {vol2clone}
CloneParent :
ContainingAggregate : aggr1
DiskCount : 8
FilesTotal : 6381567
FilesUsed : 208
IsChecksumEnabled : True
IsInconsistent : False
IsSnaplock : False
IsUnrecoverable : False
MirrorStatus : unmirrored
Name : vol2
PercentageUsed : 50
PlexCount : 1
Plexes : {/aggr1/plex0}
QuotaInit : 0
RaidSize : 16
RaidStatus : raid_dp,sis
Reserve : 0
ReserveRequired : 0
ReserveUsed : 0
Sis : idle
SizeAvailable : 95894605824
SizeTotal : 193273528320
SizeUsed : 97378922496
SnaplockType :
SpaceReserve : volume
SpaceReserveEnabled : True
State : online
Type : flex
Uuid : e91dc1f8-ab4f-11dd-867f-00a09806c227
IsUnrecoverableSpecified : True
PercentageUsedSpecified : True
SpaceReserveEnabledSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaVolOption</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaVolSize</command:name>
        <maml:description>
            <maml:para>Given the name of a flexible volume, set the volume&#39;s size to the stated amount.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaVolSize</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Given the name of a flexible volume, set the volume&#39;s size to the stated amount.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaVolSize</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the flexible volume for which we want to set its size.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>NewSize</maml:name>
                <maml:description>
                    <maml:para>The flexible volume&#39;s new size in bytes. Specify the volume size using the following format:
 
[+|-]&lt;number&gt;[k|m|g|t|%]
 
If a leading &#39;+&#39; or &#39;-&#39; appears, it indicates that the volume size is to be increased or decreased (respectively) by the indicated amount, else the amount is the absolute size to set. The optional trailing &#39;k&#39;, &#39;m&#39;, &#39;g&#39;, and &#39;t&#39; indicates the desired units, namely &#39;kilobytes&#39;, &#39;megabytes&#39;, &#39;gigabytes&#39;, and &#39;terabytes&#39; (respectively). The optional trailing &#39;%&#39; indicates to increase or decrease the size of the volume by a percentage of its current size. If the trailing unit character doesn&#39;t appear, then &lt;number&gt; is interpreted as the number of bytes desired.
 
The file system size of a readonly replica flexible volume, such as a snapmirror destination, is determined from the replica source. In such cases, the value set using &quot;Set-NaVolSize&quot; is interpreted as an upper limit on the size. A flexible volume that&#39;s not a readonly replica which has the &quot;fs_size_fixed&quot; option set may have its size displayed, but not changed. Attempting to set the volume size in this case will result in failure and a EINTERNALERROR error code. Users must be able to adjust readonly replica flexible volume size in order to maintain enough capacity to accommodate transfers from the replica source. Attempting to set a readonly replica destination size to be less than that of its source will result in a failure indicated by the EONTAPI_ENOSPC error code.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the flexible volume for which we want to set its size.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>NewSize</maml:name>
            <maml:description>
                <maml:para>The flexible volume&#39;s new size in bytes. Specify the volume size using the following format:
 
[+|-]&lt;number&gt;[k|m|g|t|%]
 
If a leading &#39;+&#39; or &#39;-&#39; appears, it indicates that the volume size is to be increased or decreased (respectively) by the indicated amount, else the amount is the absolute size to set. The optional trailing &#39;k&#39;, &#39;m&#39;, &#39;g&#39;, and &#39;t&#39; indicates the desired units, namely &#39;kilobytes&#39;, &#39;megabytes&#39;, &#39;gigabytes&#39;, and &#39;terabytes&#39; (respectively). The optional trailing &#39;%&#39; indicates to increase or decrease the size of the volume by a percentage of its current size. If the trailing unit character doesn&#39;t appear, then &lt;number&gt; is interpreted as the number of bytes desired.
 
The file system size of a readonly replica flexible volume, such as a snapmirror destination, is determined from the replica source. In such cases, the value set using &quot;Set-NaVolSize&quot; is interpreted as an upper limit on the size. A flexible volume that&#39;s not a readonly replica which has the &quot;fs_size_fixed&quot; option set may have its size displayed, but not changed. Attempting to set the volume size in this case will result in failure and a EINTERNALERROR error code. Users must be able to adjust readonly replica flexible volume size in order to maintain enough capacity to accommodate transfers from the replica source. Attempting to set a readonly replica destination size to be less than that of its source will result in a failure indicated by the EONTAPI_ENOSPC error code.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-size</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaVolSize vol2 180g</dev:code>
              <dev:remarks>
                <maml:para>Set the total size of volume &#39;vol2&#39; to 180 GB.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ChecksumStyle : block
CloneChildren :
CloneParent :
ContainingAggregate : aggr1
DiskCount : 8
FilesTotal : 6381567
FilesUsed : 201
IsChecksumEnabled : True
IsInconsistent : False
IsSnaplock : False
IsUnrecoverable : False
MirrorStatus : unmirrored
Name : vol2
PercentageUsed : 76
PlexCount : 1
Plexes : {/aggr1/plex0}
QuotaInit : 0
RaidSize : 16
RaidStatus : raid_dp,sis
Reserve : 10110808064
ReserveRequired : 10110808064
ReserveUsed : 0
Sis : idle
SizeAvailable : 45496459264
SizeTotal : 193273528320
SizeUsed : 147777069056
SnaplockType :
SpaceReserve : volume
SpaceReserveEnabled : True
State : online
Type : flex
Uuid : e91dc1f8-ab4f-11dd-867f-00a09806c227
IsUnrecoverableSpecified : True
PercentageUsedSpecified : True
SpaceReserveEnabledSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaVolSize vol2 +20%</dev:code>
              <dev:remarks>
                <maml:para>Increase the size of vol2 by 20%.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ChecksumStyle : block
CloneChildren :
CloneParent :
ContainingAggregate : aggr1
DiskCount : 8
FilesTotal : 6381567
FilesUsed : 201
IsChecksumEnabled : True
IsInconsistent : False
IsSnaplock : False
IsUnrecoverable : False
MirrorStatus : unmirrored
Name : vol2
PercentageUsed : 76
PlexCount : 1
Plexes : {/aggr1/plex0}
QuotaInit : 0
RaidSize : 16
RaidStatus : raid_dp,sis
Reserve : 10110808064
ReserveRequired : 10110808064
ReserveUsed : 0
Sis : idle
SizeAvailable : 45496459264
SizeTotal : 193273528320
SizeUsed : 147777069056
SnaplockType :
SpaceReserve : volume
SpaceReserveEnabled : True
State : online
Type : flex
Uuid : e91dc1f8-ab4f-11dd-867f-00a09806c227
IsUnrecoverableSpecified : True
PercentageUsedSpecified : True
SpaceReserveEnabledSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaVolSize</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaVol</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaVolAutosize</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Set-NaVolTotalFiles</command:name>
        <maml:description>
            <maml:para>Set a volume&#39;s &#39;total-files&#39; value to the given quantity.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Set</command:verb>
        <command:noun>NaVolTotalFiles</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set a volume&#39;s &#39;total-files&#39; value to the given quantity. This specifies the maximum number of files that the given volume can hold.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Set-NaVolTotalFiles</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the volume whose &#39;total-files&#39; field we wish to set. The chosen volume must be online and not read-only for this operation to succeed.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>TotalFiles</maml:name>
                <maml:description>
                    <maml:para>Specifies the new value for the volume&#39;s &#39;total-files&#39; field. This value must be larger than the volume&#39;s current &#39;total-files&#39; value, and can never be larger than the number of 4KB blocks in the volume. The filer may actually choose a smaller value so as to comply with certain internal accounting and alignment requirements. Once this value has been increased for a volume, it cannot be reduced. Range : [0..2^31-1]</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>Indicates whether the filer should reject a legal but &quot;unreasonable&quot; (seemingly too large) value for &#39;TotalFiles&#39;, or accept it without question. By default, legal but &quot;unreasonable&quot; values are rejected.</maml:para>
                </maml:description>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the volume whose &#39;total-files&#39; field we wish to set. The chosen volume must be online and not read-only for this operation to succeed.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>TotalFiles</maml:name>
            <maml:description>
                <maml:para>Specifies the new value for the volume&#39;s &#39;total-files&#39; field. This value must be larger than the volume&#39;s current &#39;total-files&#39; value, and can never be larger than the number of 4KB blocks in the volume. The filer may actually choose a smaller value so as to comply with certain internal accounting and alignment requirements. Once this value has been increased for a volume, it cannot be reduced. Range : [0..2^31-1]</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>Indicates whether the filer should reject a legal but &quot;unreasonable&quot; (seemingly too large) value for &#39;TotalFiles&#39;, or accept it without question. By default, legal but &quot;unreasonable&quot; values are rejected.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-set-total-files</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Set-NaVolTotalFiles vol10 10000000</dev:code>
              <dev:remarks>
                <maml:para>Set total-files limit for volume &#39;vol10&#39; to 10,000,000.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ChecksumStyle : block
CloneChildren :
CloneParent : {clone_vol2clone.2}
ContainingAggregate : aggr1
DiskCount : 8
FilesTotal : 9999998
FilesUsed : 185
IsChecksumEnabled : True
IsInconsistent : False
IsSnaplock : False
IsUnrecoverable : False
MirrorStatus : unmirrored
Name : vol10
PercentageUsed : 64
PlexCount : 1
Plexes : {/aggr1/plex0}
QuotaInit : 0
RaidSize : 16
RaidStatus : raid_dp,sis
Reserve : 10110799872
ReserveRequired : 10110799872
ReserveUsed : 0
Sis : idle
SizeAvailable : 70695948288
SizeTotal : 198073786368
SizeUsed : 127377825792
SnaplockType :
SpaceReserve : none
SpaceReserveEnabled : True
State : online
Type : flex
Uuid : f7b5f966-11b4-11df-9caa-00a09806c227
IsUnrecoverableSpecified : True
PercentageUsedSpecified : True
SpaceReserveEnabledSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaVol</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Show-NaHelp</command:name>
        <maml:description>
            <maml:para>Display Data ONTAP PowerShell Toolkit documentation in a browser.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Show</command:verb>
        <command:noun>NaHelp</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Display Data ONTAP PowerShell Toolkit documentation in a browser.
 
The bundled HTML documentation lists the cmdlets by category and API, allowing the user to quickly find cmdlets of interest.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Show-NaHelp</maml:name>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: toolkit</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaHelp</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Split-NaAggrMirror</command:name>
        <maml:description>
            <maml:para>Remove the specified plex from a mirrored aggregate and create a new unmirrored aggregate with the specified name that contains the plex.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Split</command:verb>
        <command:noun>NaAggrMirror</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Remove the specified plex from a mirrored aggregate and create a new unmirrored aggregate with the specified name that contains the plex. The original mirrored aggregate thus becomes unmirrored. The plex to be split from the original aggregate must be functional (not partial), but it can otherwise be inactive, resyncing, or out-of-date. &quot;Split-NaAggrMirror&quot; can therefore be used to gain access to a plex that isn&#39;t up to date with respect to its partner plex if its partner plex is currently failed. If the plex is offline at the time of the split, the resulting aggregate will be offline. Otherwise, the resulting aggregate will be in the same online/offline/restricted state as the original aggregate. A split mirror can be joined back together via the &quot;VictimAggregate&quot; option to &quot;New-NaAggrMirror&quot;.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Split-NaAggrMirror</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the plex to split out of its aggregate, using the following format:
 
[/vol/]&lt;aggrname&gt;[&lt;plexinfo&gt;][&lt;groupinfo&gt;]</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>NewName</maml:name>
                <maml:description>
                    <maml:para>Name of the new aggregate to create from the split plex.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the plex to split out of its aggregate, using the following format:
 
[/vol/]&lt;aggrname&gt;[&lt;plexinfo&gt;][&lt;groupinfo&gt;]</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>NewName</maml:name>
            <maml:description>
                <maml:para>Name of the new aggregate to create from the split plex.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Aggr.AggrInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: aggr
API: aggr-split</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code></dev:code>
              <dev:remarks>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Start-NaAggrScrub</command:name>
        <maml:description>
            <maml:para>Start parity scrubbing on the named aggregate, plex, or RAID group.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Start</command:verb>
        <command:noun>NaAggrScrub</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Start parity scrubbing on the named aggregate, plex, or RAID group. Parity scrubbing compares the data disks to the parity disk in a RAID group, correcting the parity disk&#39;s contents as necessary.
 
If no name is given, then parity scrubbing is started on all online aggregates. If an aggregate name is given, scrubbing is started on all RAID groups in the aggregate. If a plex name is given, scrubbing is started on all RAID groups contained in the plex. If a RAID group name is given, scrubbing is started only on that group. Use &quot;Get-NaAggrScrub&quot; to check scrubbing status.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Start-NaAggrScrub</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the aggregate, plex, or RAID group to scrub, using the following format:
 
[/vol/]&lt;aggrname&gt;[&lt;plexinfo&gt;][&lt;groupinfo&gt;]</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the aggregate, plex, or RAID group to scrub, using the following format:
 
[/vol/]&lt;aggrname&gt;[&lt;plexinfo&gt;][&lt;groupinfo&gt;]</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.ScrubDetailInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: aggr
API: aggr-scrub-start</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Start-NaAggrScrub</dev:code>
              <dev:remarks>
                <maml:para>Start scrubbing all aggregates.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>IsSuspended : False
LastScrubTimestamp : 1280033208
LastScrubTimestampDT : 7/25/2010 4:46:48 AM
PercentageComplete : 0
RaidGroup : /aggr0/plex0/rg0
LastScrubTimestampSpecified : True
PercentageCompleteSpecified : True
 
IsSuspended : False
LastScrubTimestamp : 1280033111
LastScrubTimestampDT : 7/25/2010 4:45:11 AM
PercentageComplete : 0
RaidGroup : /aggr1/plex0/rg0
LastScrubTimestampSpecified : True
PercentageCompleteSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Suspend-NaAggrScrub</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Resume-NaAggrScrub</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Stop-NaAggrScrub</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Start-NaAggrVerify</command:name>
        <maml:description>
            <maml:para>Start RAID mirror verification on the named aggregate.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Start</command:verb>
        <command:noun>NaAggrVerify</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Start RAID mirror verification on the named aggregate. Verification compares the data in both plexes of a mirrored aggregate. In the default case, any blocks that differ are logged and no changes are made. The fix-plex option is used to fix any mismatches. It specifies which plex to fix.
 
If no name is given, then mirror verification is started on all online aggregates. Use the &quot;aggr-verify-list-info&quot; API to check mirror verification status. If the fix-plex option is used, then a name must be specified.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Start-NaAggrVerify</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the mirrored aggregate to verify.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Fix</maml:name>
                <maml:description>
                    <maml:para>If provided, and if the value is &quot;true&quot;, then fix any discrepancies found rather than just logging them. The default value is &quot;false&quot;. If Fix is &quot;true&quot;, then the FixPlex option must also be specified. If Fix is &quot;false&quot; and FixPlex is also specified, then the Fix option will be ignored.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>FixPlex</maml:name>
                <maml:description>
                    <maml:para>If provided, this specifies the plex to fix in case the two plexes do not match. The default is to log any discrepancies instead of fixing them.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the mirrored aggregate to verify.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Fix</maml:name>
            <maml:description>
                <maml:para>If provided, and if the value is &quot;true&quot;, then fix any discrepancies found rather than just logging them. The default value is &quot;false&quot;. If Fix is &quot;true&quot;, then the FixPlex option must also be specified. If Fix is &quot;false&quot; and FixPlex is also specified, then the Fix option will be ignored.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>FixPlex</maml:name>
            <maml:description>
                <maml:para>If provided, this specifies the plex to fix in case the two plexes do not match. The default is to log any discrepancies instead of fixing them.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VerifyDetailInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: aggr
API: aggr-verify-start</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Start-NaAggrVerify aggr0 | Format-List</dev:code>
              <dev:remarks>
                <maml:para>Begin verifying aggregate &#39;aggr0&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>IsSuspended : False
Name : aggr0
PercentageComplete : 0
PercentageCompleteSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Suspend-NaAggrVerify</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Resume-NaAggrVerify</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Stop-NaAggrVerify</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Start-NaClone</command:name>
        <maml:description>
            <maml:para>Starts a file/LUN or sub-file/sub-LUN clone operation.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Start</command:verb>
        <command:noun>NaClone</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Starts a file/LUN or sub-file/sub-LUN clone operation.
 
In Data ONTAP 8.0 and earlier, if the clone operation starts successfully, a unique clone ID is returned. The user is supposed to poll Get-NaClone specifying the clone ID to get the status of the clone operation. When Get-NaClone returns status as completed, the user can consider that the clone operation has been completed successfully. If the user gets the status as failed, theuser is responsible for doing Clear-NaClone which will clean the status of the clone operation.
 
In Data ONTAP 8.1 and later, this API performs a file/LUN or sub-file/sub-LUN clone operation synchronously. When this cmdlet returns successfully, the destination file is ready for use.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Start-NaClone</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>SourcePath</maml:name>
                <maml:description>
                    <maml:para>Full path of the source file or LUN in /vol/&lt;volume-name&gt;/&lt;file-path&gt; format.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>DestinationPath</maml:name>
                <maml:description>
                    <maml:para>Full path of the Destination file or LUN in /vol/&lt;volume-name&gt;/&lt;file-path&gt; format. Destination path should be in same flexible volume where source file is located. If not specified, the destination is taken as the source appended with &quot;Clone&quot;. For sub-file/sub-LUN clone operation within same file/LUN, the destination path is not required.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>NoSnap</maml:name>
                <maml:description>
                    <maml:para>If NoSnap is false or unspecified, then a temporary snapshot will be taken and source file locked in snapshot will be considered for cloning. So that the clone operation does not get affected by writes to the source file in parallel to the clone operation. User will get atomic point in time copy of the source. Irrespective of clone operation completes successfully or unsuccessfully, any temporary snapshot taken for cloning will be deleted automatically.
 
If NoSnap is &quot;true&quot;, then the source file in AFS will be used for cloning. In this case user may get random data in clone if source file is modified while clone operation is in progress. This option should only be used when user is assured that the source file will remain consistent during the clone operation.
 
Destination file is not protected against any modification while clone operation is in progress. User should use the destination file or destination block ranges after clone operation is finished.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ChangeLog</maml:name>
                <maml:description>
                    <maml:para>If this option is &quot;true&quot;, fingerprints of data blocks of the destination file/block ranges created will be change logged to the change log file if A-SIS is enabled on the volume. With change logging clone operation will be slow, as to get fingerprints all the data blocks will be read.
 
Without change logging clone operation deals with only indirect blocks without reading data blocks. Without change logging, fingerprints of the clone blocks are not recorded. The clone blocks are shared with the source blocks, but as later the source blocks are modified, corresponding clone blocks will no longer be shared. If change logging option is not used, clone blocks, which could be involved in sharing with rest of the file system, can not be shared in next sis operation. The only option, in case user had not used change logging while creating clone, will be to start sis from beginning using &quot;sis start -s&quot; to gather fingerprints of clone blocks.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>BlockRanges</maml:name>
                <maml:description>
                    <maml:para>List of block ranges for sub-file/sub-LUN cloning. For sub-LUN cloning the block range specified will be considered as SCSI LBA range. For one set of source and destination block range followings are error conditions: 1) If source and destination block ranges overlap. 2) Source or destination block range is out of file. If multiple set of block ranges are specified in one clone operation, then user is responsible for different block ranges do not overlap with each other. Each set of block range will be processed one by one for cloning. So, user may get random data if different set of block ranges overlap with each other.
 
Each block range is an instance of type DataONTAP.Types.Clone.BlockRange.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >BlockRange[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>IgnoreStreams</maml:name>
                <maml:description>
                    <maml:para>If specified, clone only the base file and ignore streams on source or destination.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>IgnoreLocks</maml:name>
                <maml:description>
                    <maml:para>If specified, clone even if (advisory/mandatory) byte_range locks or share_mode locks exist on the source or destination.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>SourcePath</maml:name>
            <maml:description>
                <maml:para>Full path of the source file or LUN in /vol/&lt;volume-name&gt;/&lt;file-path&gt; format.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>DestinationPath</maml:name>
            <maml:description>
                <maml:para>Full path of the Destination file or LUN in /vol/&lt;volume-name&gt;/&lt;file-path&gt; format. Destination path should be in same flexible volume where source file is located. If not specified, the destination is taken as the source appended with &quot;Clone&quot;. For sub-file/sub-LUN clone operation within same file/LUN, the destination path is not required.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>NoSnap</maml:name>
            <maml:description>
                <maml:para>If NoSnap is false or unspecified, then a temporary snapshot will be taken and source file locked in snapshot will be considered for cloning. So that the clone operation does not get affected by writes to the source file in parallel to the clone operation. User will get atomic point in time copy of the source. Irrespective of clone operation completes successfully or unsuccessfully, any temporary snapshot taken for cloning will be deleted automatically.
 
If NoSnap is &quot;true&quot;, then the source file in AFS will be used for cloning. In this case user may get random data in clone if source file is modified while clone operation is in progress. This option should only be used when user is assured that the source file will remain consistent during the clone operation.
 
Destination file is not protected against any modification while clone operation is in progress. User should use the destination file or destination block ranges after clone operation is finished.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>ChangeLog</maml:name>
            <maml:description>
                <maml:para>If this option is &quot;true&quot;, fingerprints of data blocks of the destination file/block ranges created will be change logged to the change log file if A-SIS is enabled on the volume. With change logging clone operation will be slow, as to get fingerprints all the data blocks will be read.
 
Without change logging clone operation deals with only indirect blocks without reading data blocks. Without change logging, fingerprints of the clone blocks are not recorded. The clone blocks are shared with the source blocks, but as later the source blocks are modified, corresponding clone blocks will no longer be shared. If change logging option is not used, clone blocks, which could be involved in sharing with rest of the file system, can not be shared in next sis operation. The only option, in case user had not used change logging while creating clone, will be to start sis from beginning using &quot;sis start -s&quot; to gather fingerprints of clone blocks.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>BlockRanges</maml:name>
            <maml:description>
                <maml:para>List of block ranges for sub-file/sub-LUN cloning. For sub-LUN cloning the block range specified will be considered as SCSI LBA range. For one set of source and destination block range followings are error conditions: 1) If source and destination block ranges overlap. 2) Source or destination block range is out of file. If multiple set of block ranges are specified in one clone operation, then user is responsible for different block ranges do not overlap with each other. Each set of block range will be processed one by one for cloning. So, user may get random data if different set of block ranges overlap with each other.
 
Each block range is an instance of type DataONTAP.Types.Clone.BlockRange.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">BlockRange[]</command:parameterValue>
            <dev:type>
                <maml:name>BlockRange[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>IgnoreStreams</maml:name>
            <maml:description>
                <maml:para>If specified, clone only the base file and ignore streams on source or destination.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>IgnoreLocks</maml:name>
            <maml:description>
                <maml:para>If specified, clone even if (advisory/mandatory) byte_range locks or share_mode locks exist on the source or destination.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Clone.OpsInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: clone
API: clone-start
Privilege: api-clone-list-status</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Start-NaClone /vol/vol2/lun1 /vol/vol2/lun1clone</dev:code>
              <dev:remarks>
                <maml:para>Create a clone &#39;lun1clone&#39; of LUN &#39;lun1&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>SourceFile : /vol/vol2/lun1
DestinationFile : /vol/vol2/lun1clone
CloneState : running
TotalBytes : 21476192256
PercentDone : 0
BytesCopied : 0
CloneType : lun
CloneId : 12
Error :
Reason :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLun /vol/vol2/lun1 | Start-NaClone</dev:code>
              <dev:remarks>
                <maml:para>Clone LUN &#39;lun1&#39; and accept the default destination name &#39;lun1Clone&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaClone</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Stop-NaClone</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Clear-NaClone</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Start-NaCopyOffload</command:name>
        <maml:description>
            <maml:para>Copy specified whole/sub source file to specified destination file. This operation is handled asynchronously.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Start</command:verb>
        <command:noun>NaCopyOffload</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Copy specified whole/sub source file to specified destination file. This operation is handled asynchronously. Source and destination files must exist. The calling entity must poll for a status indication, via the copyoffload-copy-status, until either a failure or completed state is returned.
 
 *WARNING*: A copy operation which does not complete successfully may still have copied some portion of the source to the destination: a copy operation involves multiple iterations of data copy before completing and may fail after some number of sub-copy operations. The caller should reissue the copy operation request to either reattempt the operation or to restore the destination to its previous content. Copy operations are not persistent over reboots or takeover scenarios.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Start-NaCopyOffload</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Source</maml:name>
                <maml:description>
                    <maml:para>Full path of the source file from where the data will be copied, in /vol/&lt;volume-name&gt;/&lt;file-path&gt; format.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>Destination</maml:name>
                <maml:description>
                    <maml:para>Full path of the destination file to where the data will be copied, in /vol/&lt;volume-name&gt;/&lt;file-path&gt; format.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>SourceOffset</maml:name>
                <maml:description>
                    <maml:para>Byte offset in source file which to start the copy of data, aligned on a 512 byte boundary. If not specified, copy will start at beginning of file.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "4" >
                <maml:name>DestinationOffset</maml:name>
                <maml:description>
                    <maml:para>Byte offset in the destination file to begin copying data into, aligned to a 4,096 byte boundary. If not specified, copy will start at beginning of file.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "5" >
                <maml:name>Length</maml:name>
                <maml:description>
                    <maml:para>Number of bytes to copy from the source file to the destination file. The byte count must be a multiples of 4,096. If not specified, the source file is copied from the source offset to the end of file. An error of ECOL_COPY_INVALIDINPUTERROR will be returned if length is zero or not a multiple of 4,096.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>Source</maml:name>
            <maml:description>
                <maml:para>Full path of the source file from where the data will be copied, in /vol/&lt;volume-name&gt;/&lt;file-path&gt; format.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>Destination</maml:name>
            <maml:description>
                <maml:para>Full path of the destination file to where the data will be copied, in /vol/&lt;volume-name&gt;/&lt;file-path&gt; format.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
            <maml:name>SourceOffset</maml:name>
            <maml:description>
                <maml:para>Byte offset in source file which to start the copy of data, aligned on a 512 byte boundary. If not specified, copy will start at beginning of file.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4">
            <maml:name>DestinationOffset</maml:name>
            <maml:description>
                <maml:para>Byte offset in the destination file to begin copying data into, aligned to a 4,096 byte boundary. If not specified, copy will start at beginning of file.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="5">
            <maml:name>Length</maml:name>
            <maml:description>
                <maml:para>Number of bytes to copy from the source file to the destination file. The byte count must be a multiples of 4,096. If not specified, the source file is copied from the source offset to the end of file. An error of ECOL_COPY_INVALIDINPUTERROR will be returned if length is zero or not a multiple of 4,096.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Copyoffload.CopyoffloadStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: copyoffload
API: copyoffload-copy-start</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Start-NaCopyOffload /vol/vol1/copy /vol/vol1/copy2</dev:code>
              <dev:remarks>
                <maml:para>Copies the file located at /vol/vol1/copy to the file /vol/vol1/copy2.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BytesCopied : 0
CopyId : ada4e460-3cfe-11e0-adb2-00a09826e442
CopyoffloadError : 0
CopyoffloadState : running
DestinationPath : /vol/vol1/copy2
Length : 681867016
SourcePath : /vol/vol1/copy
CopyoffloadErrorSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Stop-NaCopyOffload</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaCopyOffload</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Start-NaDiskReplace</command:name>
        <maml:description>
            <maml:para>Initiate replacing a file system disk with an appropriate spare disk.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Start</command:verb>
        <command:noun>NaDiskReplace</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Initiate replacing a file system disk with an appropriate spare disk. Uses Rapid RAID Recovery to copy data from the source file system disk to the destination spare disk. Roles of disks are reversed at the end of that process. The spare disk will replace the file system disk in the RAID group and the file system disk will become a spare. This process can be observed by polling &quot;Get-NaDisk&quot; for this disk and tracking values of elements copy-destination and copy-percent.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Start-NaDiskReplace</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the file system disk to replace.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Replacement</maml:name>
                <maml:description>
                    <maml:para>Name of the spare disk to use as a replacement.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>Allow Replacement to come from the opposite spare pool. Also allow Replacement not matching rotational speed of majority of disks in the aggregate.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>AllowSameCarrier</maml:name>
                <maml:description>
                    <maml:para>If specified, allows placing two disks from one carrier in one RAID group.
 
Using two disks from one carrier that houses multiple disks in one RAID group is not desirable. If that happens, Data ONTAP initiates a series of disk copy operations to correct that situation. Sometimes, selection of available spare disks makes it impossible to avoid placing two disks from one carrier in one RAID group. Setting this option to true allows placing two disks from one carrier in one RAID group.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the file system disk to replace.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Replacement</maml:name>
            <maml:description>
                <maml:para>Name of the spare disk to use as a replacement.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>Allow Replacement to come from the opposite spare pool. Also allow Replacement not matching rotational speed of majority of disks in the aggregate.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>AllowSameCarrier</maml:name>
            <maml:description>
                <maml:para>If specified, allows placing two disks from one carrier in one RAID group.
 
Using two disks from one carrier that houses multiple disks in one RAID group is not desirable. If that happens, Data ONTAP initiates a series of disk copy operations to correct that situation. Sometimes, selection of available spare disks makes it impossible to avoid placing two disks from one carrier in one RAID group. Setting this option to true allows placing two disks from one carrier in one RAID group.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Disk.DiskDetailInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: disk
API: disk-replace-start</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Start-NaDiskReplace 0a.18 0a.22</dev:code>
              <dev:remarks>
                <maml:para>Replace disk &#39;0a.18&#39; with spare disk &#39;0a.22&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Aggregate : aggr0
Bay : 2
BlocksRead : 1439024664
BlocksWritten : 146961112
BrokenDetails :
BytesPerSector : 520
ChecksumCompatibility : zoned/block
CopyDestination :
CopyPercent :
DiskModel : X274_S10K7146F10
DiskType : FCAL
DiskUid : 20000018:62845FD7:00000000:00000000:00000000:00000000:00000000:00000000:00000000:00000000
FirmwareRevision : NA07
GrownDefectListCount : 0
HostAdapter : 0a
Id : 1769473
IsDynamicallyQualified : False
IsOffline :
IsPrefailed : False
IsReplacing : True
IsZeroed :
Name : 0a.18
PhysicalBlocks : 280790184
PhysicalSpace : 143764574208
Plex : plex0
Pool : Pool0
Port : A
PortName : FC:A
PoweronHours : 23085
PoweronHoursTS : 961.21:00:00
RaidGroup : rg0
RaidState : present
RaidType : data
RawDiskSectors : 280790184
ReconstructionPercent :
Rpm : 10000
ScrubCount : 37
ScrubLastDone : 57036
ScrubLastDoneTS : 39.14:36:00
SecondaryName :
SecondaryPort :
SerialNumber : 3KS6689P00007704NBP8
Shelf : 1
ShmTimeInterval : 3427265
ShmTimeIntervalTS : 39.16:01:05
UsedBlocks : 278528000
UsedSpace : 142606336000
VSeriesDetailInfo :
VendorId : NETAPP
Volume :
ZeroingPercent :
CopyPercentSpecified : False
IsOfflineSpecified : False
IsPrefailedSpecified : True
IsReplacingSpecified : True
IsZeroedSpecified : False
PoweronHoursSpecified : True
ReconstructionPercentSpecified : False
RpmSpecified : True
ZeroingPercentSpecified : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Stop-NaDiskReplace</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Start-NaDiskUpdate</command:name>
        <maml:description>
            <maml:para>Start disk firmware download process to update firmware on disks.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Start</command:verb>
        <command:noun>NaDiskUpdate</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Start disk firmware download process to update firmware on disks. This operation is asynchronous, and therefore returns no errors that might occur during the download process. This operation will only update firmware on disks that do not have the latest firmware revision.
 
The firmware revision on the disk can be monitored via the &quot;Get-NaDisk&quot; API.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Start-NaDiskUpdate</maml:name>
            <command:parameter required = "false" variableLength = "true" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para></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>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para></maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: disk
API: disk-update-disk-fw</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Start-NaDiskUpdate</dev:code>
              <dev:remarks>
                <maml:para>Begin updating all disks.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaDisk | where {$_.Shelf -eq 1} | Start-NaDiskUpdate</dev:code>
              <dev:remarks>
                <maml:para>Begin updating firmware on all disks in shelf 1.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Start-NaDiskZeroSpare</command:name>
        <maml:description>
            <maml:para>Set up all non-zeroed spares owned by the filer to start zeroing.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Start</command:verb>
        <command:noun>NaDiskZeroSpare</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Set up all non-zeroed spares owned by the filer to start zeroing. This operation is asynchronous, and therefore returns no errors that might occur when the zeroing operation actually starts, which could be several seconds after this API operation completes.
 
Zeroing progress can be monitored via the &quot;Get-NaDisk&quot; API. The &quot;zeroing-percent&quot; element is returned if disk zeroing has started, and &quot;is-zeroed&quot; returns TRUE once the zeroing has completed (or, if zeroing wasn&#39;t necessary in the first place).</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Start-NaDiskZeroSpare</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: disk
API: disk-zero-spares</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Start-NaDiskZeroSpare</dev:code>
              <dev:remarks>
                <maml:para>Begin zeroing all non-zeroed spares on the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Start-NaLunCloneSplit</command:name>
        <maml:description>
            <maml:para>Start the cloning of the given LUN.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Start</command:verb>
        <command:noun>NaLunCloneSplit</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Start the cloning of the given LUN.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Start-NaLunCloneSplit</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the clone to split from the underlying parent.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the clone to split from the underlying parent.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-clone-split-start</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Start-NaLunCloneSplit /vol/vol2/lun2clone</dev:code>
              <dev:remarks>
                <maml:para>Split LUN &#39;lun2clone&#39; from its parent snapshot.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BackingSnapshot :
BlockSize : 512
IsSpaceReservationEnabled : True
Mapped : False
MultiprotocolType : windows_gpt
Online : True
Path : /vol/vol2/lun2clone
ReadOnly : False
SerialNumber : HnSolJYm1-k2
ShareState : none
Size : 21476206080
Uuid : 72421d9e-b6a7-11df-8ac9-00a09806c227
Comment :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaLunCloneSplit</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Stop-NaLunCloneSplit</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>New-NaLunClone</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Start-NaNdmpCopy</command:name>
        <maml:description>
            <maml:para>Copy content between controllers using NDMP.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Start</command:verb>
        <command:noun>NaNdmpCopy</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Copy content between controllers using NDMP. Unlike Invoke-NaNdmpCopy, Start-NaNdmpCopy runs asynchronously. Once the operation has been started the cmdlet will return. Use Get-NaNdmpCopy to retrieve the status of a running NDMP copy operation. The PowerShell session must remain open for the duration of the NDMP copy operation or the operation will fail.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Start-NaNdmpCopy</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>SrcController</maml:name>
                <maml:description>
                    <maml:para>IP address of the source controller. For controllers operating in Cluster-Mode, this must be an IP of the node hosting the volume containing the content to be copied.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >IPAddress</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>SrcPath</maml:name>
                <maml:description>
                    <maml:para>Absolute path of the source directory to transfer. For a controller operating in 7-mode, must start with /vol/&lt;volname&gt;. For a controller operating in Cluster-Mode, must start with /&lt;vserver&gt;/&lt;volname&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>DstController</maml:name>
                <maml:description>
                    <maml:para>IP address of the destination controller. For controllers operating in Cluster-Mode, this must be an IP of the node hosting the destination volume.
 
If not specified, the SrcController is used as the destination.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >IPAddress</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "4" >
                <maml:name>DstPath</maml:name>
                <maml:description>
                    <maml:para>Absolute path of the destination directory. If it does not exist, it will be created. For a controller operating in 7-mode, must start with /vol/&lt;volname&gt;. For a controller operating in Cluster-Mode, must start with /&lt;vserver&gt;/&lt;volname&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SrcCredential</maml:name>
                <maml:description>
                    <maml:para>Credential to use to authenticate connection to source controller. For controllers operating in Cluster-Mode, credentials are configured using the CLI command &quot;system services ndmp password&quot;. If not supplied and the SrcAuthType is not None, the credentials cache will be consulted. If no credentials are found, the cmdlet will fail.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>DstCredential</maml:name>
                <maml:description>
                    <maml:para>Credential to use to authenticate connection to destination controller. For controllers operating in Cluster-Mode, credentials are configured using the CLI command &quot;system services ndmp password&quot;. If not supplied and the DstAuthType is not None, the credentials cache will be consulted. If no credentials are found, the cmdlet will fail.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SrcAuthType</maml:name>
                <maml:description>
                    <maml:para>Authentication type to use when authenticating connection to source controller. Possible values: text, md5, none. Default is none.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NdmpMessageAuthType</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>DstAuthType</maml:name>
                <maml:description>
                    <maml:para>Authentication type to use when authenticating connection to destination controller. Possible values: text, md5, none. Default is none.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NdmpMessageAuthType</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SrcPort</maml:name>
                <maml:description>
                    <maml:para>Port to connect to NDMP service on the source controller. Default is 10000.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>DstPort</maml:name>
                <maml:description>
                    <maml:para>Port to connect to NDMP service on the destination controller. Default is 10000.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Version</maml:name>
                <maml:description>
                    <maml:para>NDMP version to use when communicating with source and destination controllers. Must be at least 3, Default is 4.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int16</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Exclude</maml:name>
                <maml:description>
                    <maml:para>Exclude string.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Level</maml:name>
                <maml:description>
                    <maml:para>The incremental level to be used for the transfer is restricted to 0, 1 or 2 only. The default level used is 0.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>UseIpv6</maml:name>
                <maml:description>
                    <maml:para>If specified, the cmdlet will attempt to connect the source and destination controllers using IPv6. If either the source or destination does not support IPv6, IPv4 will be used.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Transient</maml:name>
                <maml:description>
                    <maml:para>If specified, the NDMP copy operation is not added to the global CurrentNaNdmpCopyOps variable.
         
        The output of Start-NaNdmpCopy must be captured to track the progress.</maml:para>
                </maml:description>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Start-NaNdmpCopy</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>SrcController</maml:name>
                <maml:description>
                    <maml:para>IP address of the source controller. For controllers operating in Cluster-Mode, this must be an IP of the node hosting the volume containing the content to be copied.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >IPAddress</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>SrcPath</maml:name>
                <maml:description>
                    <maml:para>Absolute path of the source directory to transfer. For a controller operating in 7-mode, must start with /vol/&lt;volname&gt;. For a controller operating in Cluster-Mode, must start with /&lt;vserver&gt;/&lt;volname&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>DstController</maml:name>
                <maml:description>
                    <maml:para>IP address of the destination controller. For controllers operating in Cluster-Mode, this must be an IP of the node hosting the destination volume.
 
If not specified, the SrcController is used as the destination.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >IPAddress</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "4" >
                <maml:name>DstPath</maml:name>
                <maml:description>
                    <maml:para>Absolute path of the destination directory. If it does not exist, it will be created. For a controller operating in 7-mode, must start with /vol/&lt;volname&gt;. For a controller operating in Cluster-Mode, must start with /&lt;vserver&gt;/&lt;volname&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SrcCredential</maml:name>
                <maml:description>
                    <maml:para>Credential to use to authenticate connection to source controller. For controllers operating in Cluster-Mode, credentials are configured using the CLI command &quot;system services ndmp password&quot;. If not supplied and the SrcAuthType is not None, the credentials cache will be consulted. If no credentials are found, the cmdlet will fail.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>DstCredential</maml:name>
                <maml:description>
                    <maml:para>Credential to use to authenticate connection to destination controller. For controllers operating in Cluster-Mode, credentials are configured using the CLI command &quot;system services ndmp password&quot;. If not supplied and the DstAuthType is not None, the credentials cache will be consulted. If no credentials are found, the cmdlet will fail.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SrcAuthType</maml:name>
                <maml:description>
                    <maml:para>Authentication type to use when authenticating connection to source controller. Possible values: text, md5, none. Default is none.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NdmpMessageAuthType</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>DstAuthType</maml:name>
                <maml:description>
                    <maml:para>Authentication type to use when authenticating connection to destination controller. Possible values: text, md5, none. Default is none.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NdmpMessageAuthType</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SrcPort</maml:name>
                <maml:description>
                    <maml:para>Port to connect to NDMP service on the source controller. Default is 10000.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>DstPort</maml:name>
                <maml:description>
                    <maml:para>Port to connect to NDMP service on the destination controller. Default is 10000.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Version</maml:name>
                <maml:description>
                    <maml:para>NDMP version to use when communicating with source and destination controllers. Must be at least 3, Default is 4.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int16</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Exclude</maml:name>
                <maml:description>
                    <maml:para>Exclude string.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>UseIpv6</maml:name>
                <maml:description>
                    <maml:para>If specified, the cmdlet will attempt to connect the source and destination controllers using IPv6. If either the source or destination does not support IPv6, IPv4 will be used.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>IncrementalForever</maml:name>
                <maml:description>
                    <maml:para>If specified, use the &quot;incremental forever&quot; level.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Transient</maml:name>
                <maml:description>
                    <maml:para>If specified, the NDMP copy operation is not added to the global CurrentNaNdmpCopyOps variable.
         
        The output of Start-NaNdmpCopy must be captured to track the progress.</maml:para>
                </maml:description>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>SrcController</maml:name>
            <maml:description>
                <maml:para>IP address of the source controller. For controllers operating in Cluster-Mode, this must be an IP of the node hosting the volume containing the content to be copied.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">IPAddress</command:parameterValue>
            <dev:type>
                <maml:name>IPAddress</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>SrcPath</maml:name>
            <maml:description>
                <maml:para>Absolute path of the source directory to transfer. For a controller operating in 7-mode, must start with /vol/&lt;volname&gt;. For a controller operating in Cluster-Mode, must start with /&lt;vserver&gt;/&lt;volname&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
            <maml:name>DstController</maml:name>
            <maml:description>
                <maml:para>IP address of the destination controller. For controllers operating in Cluster-Mode, this must be an IP of the node hosting the destination volume.
 
If not specified, the SrcController is used as the destination.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">IPAddress</command:parameterValue>
            <dev:type>
                <maml:name>IPAddress</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="4">
            <maml:name>DstPath</maml:name>
            <maml:description>
                <maml:para>Absolute path of the destination directory. If it does not exist, it will be created. For a controller operating in 7-mode, must start with /vol/&lt;volname&gt;. For a controller operating in Cluster-Mode, must start with /&lt;vserver&gt;/&lt;volname&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>SrcCredential</maml:name>
            <maml:description>
                <maml:para>Credential to use to authenticate connection to source controller. For controllers operating in Cluster-Mode, credentials are configured using the CLI command &quot;system services ndmp password&quot;. If not supplied and the SrcAuthType is not None, the credentials cache will be consulted. If no credentials are found, the cmdlet will fail.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
            <dev:type>
                <maml:name>PSCredential</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>DstCredential</maml:name>
            <maml:description>
                <maml:para>Credential to use to authenticate connection to destination controller. For controllers operating in Cluster-Mode, credentials are configured using the CLI command &quot;system services ndmp password&quot;. If not supplied and the DstAuthType is not None, the credentials cache will be consulted. If no credentials are found, the cmdlet will fail.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
            <dev:type>
                <maml:name>PSCredential</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>SrcAuthType</maml:name>
            <maml:description>
                <maml:para>Authentication type to use when authenticating connection to source controller. Possible values: text, md5, none. Default is none.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NdmpMessageAuthType</command:parameterValue>
            <dev:type>
                <maml:name>NdmpMessageAuthType</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>DstAuthType</maml:name>
            <maml:description>
                <maml:para>Authentication type to use when authenticating connection to destination controller. Possible values: text, md5, none. Default is none.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NdmpMessageAuthType</command:parameterValue>
            <dev:type>
                <maml:name>NdmpMessageAuthType</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>SrcPort</maml:name>
            <maml:description>
                <maml:para>Port to connect to NDMP service on the source controller. Default is 10000.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>DstPort</maml:name>
            <maml:description>
                <maml:para>Port to connect to NDMP service on the destination controller. Default is 10000.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Version</maml:name>
            <maml:description>
                <maml:para>NDMP version to use when communicating with source and destination controllers. Must be at least 3, Default is 4.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int16</command:parameterValue>
            <dev:type>
                <maml:name>Int16</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Exclude</maml:name>
            <maml:description>
                <maml:para>Exclude string.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Level</maml:name>
            <maml:description>
                <maml:para>The incremental level to be used for the transfer is restricted to 0, 1 or 2 only. The default level used is 0.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>UseIpv6</maml:name>
            <maml:description>
                <maml:para>If specified, the cmdlet will attempt to connect the source and destination controllers using IPv6. If either the source or destination does not support IPv6, IPv4 will be used.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Transient</maml:name>
            <maml:description>
                <maml:para>If specified, the NDMP copy operation is not added to the global CurrentNaNdmpCopyOps variable.
         
        The output of Start-NaNdmpCopy must be captured to track the progress.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>IncrementalForever</maml:name>
            <maml:description>
                <maml:para>If specified, use the &quot;incremental forever&quot; level.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.PowerShell.SDK.Cmdlets.Ndmp.NaNdmpCopyOp</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: ndmp</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Start-NaNdmpCopy 192.168.0.200 /vol/twofer_vol0/content 192.168.0.201 /vol/donaghy_vol0/bkup -srcAuthType md5 -dstAuthType md5</dev:code>
              <dev:remarks>
                <maml:para>Use NDMP to copy the contents of /vol/twofer_vol0/content on controller 192.168.0.200 to /vol/donaghy_vol0/bkup on controller 192.168.0.201.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>State : RUNNING
SrcConnection : 192.168.0.200
DstConnection : 192.168.0.201
SrcPath : /vol/twofer_vol0/content/
DstPath : /vol/donaghy_vol0/bkup/
BackupState : DATA_STATE_ACTIVE
RestoreState : DATA_STATE_ACTIVE
BackupHaltReason : DATA_HALT_NA
RestoreHaltReason : DATA_HALT_NA
BackupBytesProcessed : 0
BackupBytesRemain : 0
RestoreBytesProcessed : 0
Id : 1
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Stop-NaNdmpCopy</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaNdmpCopy</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Start-NaReallocate</command:name>
        <maml:description>
            <maml:para>Starts a new reallocation job.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Start</command:verb>
        <command:noun>NaReallocate</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Starts a new reallocation job.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Start-NaReallocate</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path to large file or LUN to reallocate, starting with /vol/. If the full option is true then an entire volume may also be specified, as /vol/VOLNAME. If an aggregate, just the aggregate name must be specified.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Threshold</maml:name>
                <maml:description>
                    <maml:para>The allocation threshold before reallocation occurs. The value must be in the range 3-10, where a larger value indicates the file or LUN can be more fragmented.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Interval</maml:name>
                <maml:description>
                    <maml:para>The interval between repeated scans. The format is numX, where X is m, h or d, indicating minutes, hours or days.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>RunOnce</maml:name>
                <maml:description>
                    <maml:para>If specified, run the scan once then exit.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>NoCheck</maml:name>
                <maml:description>
                    <maml:para>If specified, do not check if the current layout optimization is above the threshold before reallocating.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Full</maml:name>
                <maml:description>
                    <maml:para>If specified, perform a once-only full reallocate of the indicated file, LUN or volume (specified as /vol/VOLNAME). This option implies RunOnce and NoCheck are specified.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>PreserveLogicalBlockNumbers</maml:name>
                <maml:description>
                    <maml:para>If specified, reallocate the physical block location in the aggregate, but do not change the logical block number in the flexible volume. This option may only be selected for flexible volumes or files/LUNs within flexible volumes.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Aggregate</maml:name>
                <maml:description>
                    <maml:para>If specified, reallocate the aggregate indicated by the path. This performs block reallocation, not file reallocation.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path to large file or LUN to reallocate, starting with /vol/. If the full option is true then an entire volume may also be specified, as /vol/VOLNAME. If an aggregate, just the aggregate name must be specified.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Threshold</maml:name>
            <maml:description>
                <maml:para>The allocation threshold before reallocation occurs. The value must be in the range 3-10, where a larger value indicates the file or LUN can be more fragmented.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Interval</maml:name>
            <maml:description>
                <maml:para>The interval between repeated scans. The format is numX, where X is m, h or d, indicating minutes, hours or days.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>RunOnce</maml:name>
            <maml:description>
                <maml:para>If specified, run the scan once then exit.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>NoCheck</maml:name>
            <maml:description>
                <maml:para>If specified, do not check if the current layout optimization is above the threshold before reallocating.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Full</maml:name>
            <maml:description>
                <maml:para>If specified, perform a once-only full reallocate of the indicated file, LUN or volume (specified as /vol/VOLNAME). This option implies RunOnce and NoCheck are specified.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>PreserveLogicalBlockNumbers</maml:name>
            <maml:description>
                <maml:para>If specified, reallocate the physical block location in the aggregate, but do not change the logical block number in the flexible volume. This option may only be selected for flexible volumes or files/LUNs within flexible volumes.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Aggregate</maml:name>
            <maml:description>
                <maml:para>If specified, reallocate the aggregate indicated by the path. This performs block reallocation, not file reallocation.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Reallocate.ReallocateJobInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: reallocate
API: reallocate-start</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Start-NaReallocate /vol/vol0 -Threshold 3 -Interval 8h</dev:code>
              <dev:remarks>
                <maml:para>Start reallocating volume &#39;vol0&#39; every 8 hours.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Flags : whole_vol,maybe_realloc,repeat
Interval : 8h
IntervalTS : 08:00:00
LayoutFactor : -1
MeasureLogfile : n/a
MeasureOnly : False
Path : /vol/vol0
ScanDetail : Inode 62202 of 3923178, block 0
Schedule : n/a
State : Checking
Threshold : 1
ThresholdSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Stop-NaReallocate</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaReallocateJobs</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Start-NaReallocateMeasure</command:name>
        <maml:description>
            <maml:para>Starts a new measurement-only reallocate job.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Start</command:verb>
        <command:noun>NaReallocateMeasure</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Starts a new measurement-only reallocate job.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Start-NaReallocateMeasure</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path to large file, LUN or volume to measure optimization on, starting with /vol/.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Threshold</maml:name>
                <maml:description>
                    <maml:para>The allocation threshold before path is regarded as needing optimization. A larger value indicates the file or LUN can be more fragmented. Range: [3..10]</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>Interval</maml:name>
                <maml:description>
                    <maml:para>The interval between repeated scans. The format is numX, where X is m, h or d, indicating minutes, hours or days.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>RunOnce</maml:name>
                <maml:description>
                    <maml:para>If true, run the scan once then exit. Interval and RunOnce are mutually exclusive</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>LogFile</maml:name>
                <maml:description>
                    <maml:para>Path to a full name on the appliance where information about the most recent measurement made will be logged, such as &quot;/vol/logvol/measurelog.txt&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path to large file, LUN or volume to measure optimization on, starting with /vol/.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Threshold</maml:name>
            <maml:description>
                <maml:para>The allocation threshold before path is regarded as needing optimization. A larger value indicates the file or LUN can be more fragmented. Range: [3..10]</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>Interval</maml:name>
            <maml:description>
                <maml:para>The interval between repeated scans. The format is numX, where X is m, h or d, indicating minutes, hours or days.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>RunOnce</maml:name>
            <maml:description>
                <maml:para>If true, run the scan once then exit. Interval and RunOnce are mutually exclusive</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>LogFile</maml:name>
            <maml:description>
                <maml:para>Path to a full name on the appliance where information about the most recent measurement made will be logged, such as &quot;/vol/logvol/measurelog.txt&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Reallocate.ReallocateJobInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: reallocate
API: reallocate-measure</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Get-NaLun /vol/opalis/w2k3OpalisVM | Start-NaReallocateMeasure -Threshold 3 -RunOnce -LogFile /vol/vol0/reallocLog.txt</dev:code>
              <dev:remarks>
                <maml:para>Begin the measure-only reallocate job on LUN &#39;w2k3OpalisVM&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Flags : measure_only
Interval : n/a
IntervalTS :
LayoutFactor : -1
MeasureLogfile : /vol/vol0/reallocLog.txt
MeasureOnly : True
Path : /vol/opalis/w2k3OpalisVM
ScanDetail :
Schedule : n/a
State : Checking
Threshold : 1
ThresholdSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaReallocateJobs</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Stop-NaReallocate</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Start-NaShelfUpdate</command:name>
        <maml:description>
            <maml:para>Start shelf firmware download process to update firmware on disk shelves.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Start</command:verb>
        <command:noun>NaShelfUpdate</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Start shelf firmware download process to update firmware on disk shelves. This operation is asynchronous and therefore returns no errors that might occur during the download process. This operation will only update firmware on shelves that do not have the latest firmware revision.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Start-NaShelfUpdate</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Start-NaShelfUpdate</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Channel</maml:name>
                <maml:description>
                    <maml:para>If present, will only update firmware on all shelves (or a single shelf) on the given channel. If not present, then all shelves on all channels are updated.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>Shelf</maml:name>
                <maml:description>
                    <maml:para>If present, will only update firmware on the given shelf ID on specified channel. If not present, and Channel is specified, then all shelves on the channel will be updated.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Channel</maml:name>
            <maml:description>
                <maml:para>If present, will only update firmware on all shelves (or a single shelf) on the given channel. If not present, then all shelves on all channels are updated.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>Shelf</maml:name>
            <maml:description>
                <maml:para>If present, will only update firmware on the given shelf ID on specified channel. If not present, and Channel is specified, then all shelves on the channel will be updated.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: ses
API: storage-shelf-update-fw</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Start-NaShelfUpdate</dev:code>
              <dev:remarks>
                <maml:para>Update firmware on all shelves.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaShelf</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaShelfEnvironment</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaShelfLight</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Start-NaSis</command:name>
        <maml:description>
            <maml:para>Start SIS operation on a SIS volume.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Start</command:verb>
        <command:noun>NaSis</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Start SIS operation on a SIS volume. The SIS operation must be enabled by Enable-NaSis already. If the SIS operation is already active on the volume, this API will fail.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Start-NaSis</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>The full path of the SIS volume, /vol/&lt;vol_name&gt;. The volume must be online in order to start SIS operation. The /vol/ prefix may be omitted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Scan</maml:name>
                <maml:description>
                    <maml:para>If this is &quot;true&quot;, the SIS operation will scan the file system to process all the existing data.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>RestartCheckpoint</maml:name>
                <maml:description>
                    <maml:para>If specified, the SIS operation will restart from previous checkpoint without checking for validity. This option should be used along with -Scan.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>DeleteCheckpoint</maml:name>
                <maml:description>
                    <maml:para>If specified, the SIS operation will delete any existing checkpoint and start the SIS operation from the beginning.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Queue</maml:name>
                <maml:description>
                    <maml:para>If specified, the requested SIS operation will be queued if a SIS operation is already running on the volume and the running operation is in the fingerprint verification phase.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ScanAll</maml:name>
                <maml:description>
                    <maml:para>If true, scanner will scan entire volume without applying shared block optimization.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>BuildMetadata</maml:name>
                <maml:description>
                    <maml:para>If true, scanner will scan the entire volume and generate fingerprint database without attempting the sharing.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>QosPolicy</maml:name>
                <maml:description>
                    <maml:para>QoS policy for the sis operation.
 
Possible values:
&quot;background&quot; - sis operation will run in background with minimal or no impact on data serving client operations
&quot;best-effort&quot; - sis operations may have some impact on data serving client operations.
 
 
Default value: &quot;best-effort&quot;</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Start-NaSis</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue)" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Rather than specifying the volume name, this cmdlet alternatively accepts a VolumeInfo object.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >VolumeInfo</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Scan</maml:name>
                <maml:description>
                    <maml:para>If this is &quot;true&quot;, the SIS operation will scan the file system to process all the existing data.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>RestartCheckpoint</maml:name>
                <maml:description>
                    <maml:para>If specified, the SIS operation will restart from previous checkpoint without checking for validity. This option should be used along with -Scan.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>DeleteCheckpoint</maml:name>
                <maml:description>
                    <maml:para>If specified, the SIS operation will delete any existing checkpoint and start the SIS operation from the beginning.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Queue</maml:name>
                <maml:description>
                    <maml:para>If specified, the requested SIS operation will be queued if a SIS operation is already running on the volume and the running operation is in the fingerprint verification phase.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ScanAll</maml:name>
                <maml:description>
                    <maml:para>If true, scanner will scan entire volume without applying shared block optimization.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>BuildMetadata</maml:name>
                <maml:description>
                    <maml:para>If true, scanner will scan the entire volume and generate fingerprint database without attempting the sharing.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>QosPolicy</maml:name>
                <maml:description>
                    <maml:para>QoS policy for the sis operation.
 
Possible values:
&quot;background&quot; - sis operation will run in background with minimal or no impact on data serving client operations
&quot;best-effort&quot; - sis operations may have some impact on data serving client operations.
 
 
Default value: &quot;best-effort&quot;</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>The full path of the SIS volume, /vol/&lt;vol_name&gt;. The volume must be online in order to start SIS operation. The /vol/ prefix may be omitted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Scan</maml:name>
            <maml:description>
                <maml:para>If this is &quot;true&quot;, the SIS operation will scan the file system to process all the existing data.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>RestartCheckpoint</maml:name>
            <maml:description>
                <maml:para>If specified, the SIS operation will restart from previous checkpoint without checking for validity. This option should be used along with -Scan.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>DeleteCheckpoint</maml:name>
            <maml:description>
                <maml:para>If specified, the SIS operation will delete any existing checkpoint and start the SIS operation from the beginning.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Queue</maml:name>
            <maml:description>
                <maml:para>If specified, the requested SIS operation will be queued if a SIS operation is already running on the volume and the running operation is in the fingerprint verification phase.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>ScanAll</maml:name>
            <maml:description>
                <maml:para>If true, scanner will scan entire volume without applying shared block optimization.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>BuildMetadata</maml:name>
            <maml:description>
                <maml:para>If true, scanner will scan the entire volume and generate fingerprint database without attempting the sharing.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>QosPolicy</maml:name>
            <maml:description>
                <maml:para>QoS policy for the sis operation.
 
Possible values:
&quot;background&quot; - sis operation will run in background with minimal or no impact on data serving client operations
&quot;best-effort&quot; - sis operations may have some impact on data serving client operations.
 
 
Default value: &quot;best-effort&quot;</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>Rather than specifying the volume name, this cmdlet alternatively accepts a VolumeInfo object.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">VolumeInfo</command:parameterValue>
            <dev:type>
                <maml:name>VolumeInfo</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: sis
API: sis-start</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Start-NaSis vol2</dev:code>
              <dev:remarks>
                <maml:para>Start dedupe on volume &#39;vol2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSis</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Stop-NaSis</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Start-NaSnapvaultPriRestoreTransfer</command:name>
        <maml:description>
            <maml:para>Request the primary system to begin a restore transfer.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Start</command:verb>
        <command:noun>NaSnapvaultPriRestoreTransfer</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Baseline transfer:
 
Request the primary system to begin a baseline restore transfer from the given secondary path to the given primary path. If the primary path does not already exist, it will be created before starting the restore transfer. If it already exists, its contents will be overwritten by the restore transfer. If an existing primary path contains LUNs, then under certain conditions, restore will prevent disruptions to clients using those LUNs. The request will only start the restore transfer and return. The actual transfer will proceed asynchronously and there is no guarantee that it will succeed. The Get-NaSnapvaultPriStatus cmdlet should be used to check the status of the restore.
 
Incremental transfer:
 
Request to initiate an incremental restore from a given secondary path to an existing primary path, using the specified secondary snapshot. The request will only initiate the restore and return. The actual restore operation will proceed asynchronously and there is no guarantee that it will succeed. The Get-NaSnapvaultPriStatus cmdlet should be used to determine progress of the restore operation. If the dataset contains LUNs, the restore will attempt to prevent disruptions to clients using those LUNs. Upon success, the primary path will have the exact same contents as the specified secondary path in the specified secondary snapshot.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Start-NaSnapvaultPriRestoreTransfer</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>PrimaryPath</maml:name>
                <maml:description>
                    <maml:para>The primary path to which data is being restored. For a baseline transfer, the primary path will be created during the restore if it doesn&#39;t already exist.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>SecondarySystem</maml:name>
                <maml:description>
                    <maml:para>The secondary system to restore from. This input will be used by the primary system to establish contact with the secondary. Therefore it is expected to be a hostname that the primary can resolve.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "3" >
                <maml:name>SecondaryPath</maml:name>
                <maml:description>
                    <maml:para>The secondary path to restore from.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Incremental</maml:name>
                <maml:description>
                    <maml:para>Specify to begin an incremental restore transfer. If not specified, a baseline restore transfer will be started.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>MaxTransferRate</maml:name>
                <maml:description>
                    <maml:para>The maximum transfer rate in bytes per second to be applied only for this update transfer. If this option is not provided the default behavior will be to allow the transfer to proceed as fast as possible. Range:[1..2^31-2]</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>SecondarySnapshot</maml:name>
                <maml:description>
                    <maml:para>Name of the secondary snapshot to be used for this restore transfer.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>NoLunCloneExpansion</maml:name>
                <maml:description>
                    <maml:para>This option dictates how a LUN clone would be transferred from source to destination. If this option is &quot;false&quot;, a LUN clone would be transferred as a LUN and if it is &quot;true&quot;, it will be transferred as a clone. By default the value of the option is &quot;false&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>PrimaryPath</maml:name>
            <maml:description>
                <maml:para>The primary path to which data is being restored. For a baseline transfer, the primary path will be created during the restore if it doesn&#39;t already exist.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>SecondarySystem</maml:name>
            <maml:description>
                <maml:para>The secondary system to restore from. This input will be used by the primary system to establish contact with the secondary. Therefore it is expected to be a hostname that the primary can resolve.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="3">
            <maml:name>SecondaryPath</maml:name>
            <maml:description>
                <maml:para>The secondary path to restore from.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Incremental</maml:name>
            <maml:description>
                <maml:para>Specify to begin an incremental restore transfer. If not specified, a baseline restore transfer will be started.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>MaxTransferRate</maml:name>
            <maml:description>
                <maml:para>The maximum transfer rate in bytes per second to be applied only for this update transfer. If this option is not provided the default behavior will be to allow the transfer to proceed as fast as possible. Range:[1..2^31-2]</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>SecondarySnapshot</maml:name>
            <maml:description>
                <maml:para>Name of the secondary snapshot to be used for this restore transfer.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>NoLunCloneExpansion</maml:name>
            <maml:description>
                <maml:para>This option dictates how a LUN clone would be transferred from source to destination. If this option is &quot;false&quot;, a LUN clone would be transferred as a LUN and if it is &quot;true&quot;, it will be transferred as a clone. By default the value of the option is &quot;false&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-primary-initiate-restore-transfer, snapvault-primary-initiate-incremental-restore-transfer</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Start-NaSnapvaultPriRestoreTransfer /vol/vol0/svpri benson /vol/vol0/svsec -MaxTransferRate 100kb -NoLunCloneExpansion $false -Incremental</dev:code>
              <dev:remarks>
                <maml:para>Start an incremental restore transfer from a secondary SnapVault path.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Start-NaSnapvaultPriRestoreTransfer /vol/vol0/svpri benson /vol/vol0/svsec -MaxTransferRate 100kb</dev:code>
              <dev:remarks>
                <maml:para>Start a baseline restore transfer from a secondary SnapVault path.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Stop-NaSnapvaultPriTransfer</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvaultPriStatus</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Start-NaSnapvaultPriSnapshot</command:name>
        <maml:description>
            <maml:para>Request the primary to force a snapshot creation for a specified snapshot schedule.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Start</command:verb>
        <command:noun>NaSnapvaultPriSnapshot</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Request the primary to force a snapshot creation for a specified snapshot schedule. The snapshot schedule must be identified by the volume name and the snapshot prefix. All the properties of the specified schedule will be applied to the snapshot creation. This API should be used when it is desirable to create snapshots right away, without having to wait for the pre-configured scheduled time. This API returns after only initiating the snapshot creation, and there is no guarantee that the snapshot creation will succeed. The Get-NaSnapvaultPriSnapshotScheduleStatus cmdlet should be used to track progress of the snapshot creation.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Start-NaSnapvaultPriSnapshot</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>VolumeName</maml:name>
                <maml:description>
                    <maml:para>The primary volume for which the snapshot schedule was configured.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>ScheduleName</maml:name>
                <maml:description>
                    <maml:para>The name of the schedule to be used for this snapshot creation.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>MaxTries</maml:name>
                <maml:description>
                    <maml:para>Number of times SnapVault should try creating the snapshot before giving up. If the snapshot creation fails due to transient errors such as the volume being out of space, SnapVault will keep trying to create the snapshot every minute untill the request is fulfilled. The allowed range is from 0 to 120. The default value is unlimited. If tries-count is not use, then the value will remain unchanged and the already configured value will be used. The default value for this option is -1. Range:[-1..120]</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>VolumeName</maml:name>
            <maml:description>
                <maml:para>The primary volume for which the snapshot schedule was configured.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>ScheduleName</maml:name>
            <maml:description>
                <maml:para>The name of the schedule to be used for this snapshot creation.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>MaxTries</maml:name>
            <maml:description>
                <maml:para>Number of times SnapVault should try creating the snapshot before giving up. If the snapshot creation fails due to transient errors such as the volume being out of space, SnapVault will keep trying to create the snapshot every minute untill the request is fulfilled. The allowed range is from 0 to 120. The default value is unlimited. If tries-count is not use, then the value will remain unchanged and the already configured value will be used. The default value for this option is -1. Range:[-1..120]</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>-1</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-primary-initiate-snapshot-create</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Start-NaSnapvaultPriSnapshot vol0 vol0_sv_sched</dev:code>
              <dev:remarks>
                <maml:para>Force a snapshot creation for volume &#39;vol0&#39; using SnapVault snapshot schedule &#39;vol0_sv_sched&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Stop-NaSnapvaultPriSnapshot</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvaultPriSnapshotSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Start-NaSnapvaultResync</command:name>
        <maml:description>
            <maml:para>Request to resynchronize the relationship for an existing secondary path.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Start</command:verb>
        <command:noun>NaSnapvaultResync</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Request to resynchronize the relationship for an existing secondary path. This API is equivalent to the &#39;snapvault start -r&#39; Data ONTAP command. In addition the configuration entry for this relationship will be updated with any parameters that are provided as input. Finally an update transfer to this secondary path will be started. The resynchronization is commonly used when the primary dataset has been migrated to a different location, for instance via a snapvault restore operation. This functionality is also required if the secondary path was made writable, for example via wafl iron. This request will only start the resync process and return. The process will proceed asynchronously and there is no guarantee that it will succeed. The Get-NaSnapvaultSecStatus cmdlet should be used to check the status of this restore.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Start-NaSnapvaultResync</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>SecondaryPath</maml:name>
                <maml:description>
                    <maml:para>The secondary path that will be used as destination for this relationship.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>PrimarySystem</maml:name>
                <maml:description>
                    <maml:para>The primary system for this relationship. This input will be used by the secondary system to establish contact with the primary. Therefore this input is expected to be a hostname that the secondary can resolve.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "3" >
                <maml:name>PrimaryPath</maml:name>
                <maml:description>
                    <maml:para>The primary path that will be used as the source for this relationship.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>MaxTries</maml:name>
                <maml:description>
                    <maml:para>The maximum number of times a transfer will be tried. Transfers that are retried using this mechanism may be capable of restarting from where the previous attempt failed. If a transfer does not succeed even after those many attempts, then the secondary will give up. All the data that was transferred during previous tries for this transfer will be discarded. The default value for this parameter is 2. When set to 0, the relationship will become dormant. In other words no transfers will be allowed to this secondary path. The maximum value accepted for this input is 120. Range:[0..120]</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>MaxTransferRate</maml:name>
                <maml:description>
                    <maml:para>The maximum transfer rate in bytes per second that will be used for this relationship as well as baseline transfer. The default value for this parameter will allow transfers to proceed as fast as possible. Range:[1..2^31-2]</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>AllowOpenFileBackup</maml:name>
                <maml:description>
                    <maml:para>Sets the back_up_open_files option in the snapvault configuration entry. This option is used to allow or disallow the inclusion of open files on the primary system at the time of the transfer. This option is currently applicable only for OSSV relationships. When set to &#39;false&#39; the OSSV primary agents will exclude files that are open from the transfer. The default value for this parameter is &#39;true&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>IgnoreAccessTimeChange</maml:name>
                <maml:description>
                    <maml:para>Sets the ignore_atime option in snapvault configuration entry. When set to &#39;true&#39;, snapvault primary does not send files with only access time changes during incremental transfers. The default value is &#39;false&#39;</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>UseCompression</maml:name>
                <maml:description>
                    <maml:para>Specifies whether to compress the network data stream. Possible values are &#39;on&#39;, &#39;off&#39;, and &#39;default&#39;. When the value is set to &#39;on&#39;, stream compression will be enabled. When the value is set to &#39;off&#39;, stream compression will be disabled. When the value is set to &#39;default&#39; then the default value will be used. When this option is not specified, the last configured value for this relationship will be used. The default value for this option is the value of global compression option.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>NoLunCloneExpansion</maml:name>
                <maml:description>
                    <maml:para>This option dictates how a lun clone would be transferred from source to destination. If this option is &quot;false&quot;, a LUN clone would be transferred as a LUN and if it is &quot;true&quot;, it will be transferred as a clone. By default the value of the option is &quot;false&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>SecondaryPath</maml:name>
            <maml:description>
                <maml:para>The secondary path that will be used as destination for this relationship.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>PrimarySystem</maml:name>
            <maml:description>
                <maml:para>The primary system for this relationship. This input will be used by the secondary system to establish contact with the primary. Therefore this input is expected to be a hostname that the secondary can resolve.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="3">
            <maml:name>PrimaryPath</maml:name>
            <maml:description>
                <maml:para>The primary path that will be used as the source for this relationship.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>MaxTries</maml:name>
            <maml:description>
                <maml:para>The maximum number of times a transfer will be tried. Transfers that are retried using this mechanism may be capable of restarting from where the previous attempt failed. If a transfer does not succeed even after those many attempts, then the secondary will give up. All the data that was transferred during previous tries for this transfer will be discarded. The default value for this parameter is 2. When set to 0, the relationship will become dormant. In other words no transfers will be allowed to this secondary path. The maximum value accepted for this input is 120. Range:[0..120]</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>2</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>MaxTransferRate</maml:name>
            <maml:description>
                <maml:para>The maximum transfer rate in bytes per second that will be used for this relationship as well as baseline transfer. The default value for this parameter will allow transfers to proceed as fast as possible. Range:[1..2^31-2]</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>AllowOpenFileBackup</maml:name>
            <maml:description>
                <maml:para>Sets the back_up_open_files option in the snapvault configuration entry. This option is used to allow or disallow the inclusion of open files on the primary system at the time of the transfer. This option is currently applicable only for OSSV relationships. When set to &#39;false&#39; the OSSV primary agents will exclude files that are open from the transfer. The default value for this parameter is &#39;true&#39;.</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>true</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>IgnoreAccessTimeChange</maml:name>
            <maml:description>
                <maml:para>Sets the ignore_atime option in snapvault configuration entry. When set to &#39;true&#39;, snapvault primary does not send files with only access time changes during incremental transfers. The default value is &#39;false&#39;</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>UseCompression</maml:name>
            <maml:description>
                <maml:para>Specifies whether to compress the network data stream. Possible values are &#39;on&#39;, &#39;off&#39;, and &#39;default&#39;. When the value is set to &#39;on&#39;, stream compression will be enabled. When the value is set to &#39;off&#39;, stream compression will be disabled. When the value is set to &#39;default&#39; then the default value will be used. When this option is not specified, the last configured value for this relationship will be used. The default value for this option is the value of global compression option.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>NoLunCloneExpansion</maml:name>
            <maml:description>
                <maml:para>This option dictates how a lun clone would be transferred from source to destination. If this option is &quot;false&quot;, a LUN clone would be transferred as a LUN and if it is &quot;true&quot;, it will be transferred as a clone. By default the value of the option is &quot;false&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapvault.SnapvaultConfigurationInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-secondary-resync-relationship</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Start-NaSnapvaultResync /vol/vol0/svsec dunn /vol/vol0/svpri</dev:code>
              <dev:remarks>
                <maml:para>Request to resynchronize the relationship for path &#39;/vol/vol0/svsec&#39; on the current controller to primary location &#39;dunn:/vol/vol0/svpri&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>PrimarySystem : dunn
PrimaryPath : /vol/vol0/svpri
SecondaryPath : /vol/vol0/svsec
MaxTransferRate : 1048576
TriesCount : 10
UseCompression :
IsAccessTimeChangeIgnored : False
IsOpenFileBackupAllowed : True
IsPrimaryPathUtf8Encoded :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaSnapvault</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Set-NaSnapvault</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Start-NaSnapvaultSecSnapshot</command:name>
        <maml:description>
            <maml:para>Request the secondary to force a snapshot creation for a specified snapshot schedule.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Start</command:verb>
        <command:noun>NaSnapvaultSecSnapshot</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Request the secondary to force a snapshot creation for a specified snapshot schedule. The snapshot schedule must be identified by the volume name and the schedule name. All the properties of the specified schedule will be applied to the snapshot creation. This API should be used when it is desirable to create snapshots right away, without having to wait for the pre-configured scheduled time. This API returns after only initiating the snapshot creation, and there is no guarantee that the snapshot creation will succeed. The Get-NaSnapvaultSecSnapshotScheduleStatus cmdlet should be used to track progress of the snapshot creation.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Start-NaSnapvaultSecSnapshot</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>VolumeName</maml:name>
                <maml:description>
                    <maml:para>The secondary volume in which the snapshot is to be created.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>ScheduleName</maml:name>
                <maml:description>
                    <maml:para>The name of the schedule to be used for creating the snapshot. The schedule name will be used as a prefix in the name of each snapshot created by this schedule. If an empty string is provided, the snapshot creation process will be started, but a snapshot will not be created. This is useful to bring all the relationships of a secondary volume to a consistent state.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>LockBackingSnapshot</maml:name>
                <maml:description>
                    <maml:para>When specified, any snapshots backing the LUN clones present in the snapshot being created will be locked down. As a result, the locked backing snapshots can&#39;t be deleted as long as the snapshot that is locking them exists. The default value for this option is &#39;false&#39;, which doesn&#39;t lock any backing snapshots.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>MaxTries</maml:name>
                <maml:description>
                    <maml:para>Number of times SnapVault should try creating the snapshot before giving up. If the snapshot creation fails due to transient errors such as the volume being out of space, SnapVault will keep trying to create the snapshot every minute untill the request is fulfilled. The allowed range is from 0 to 120. The default value is unlimited. If tries-count is not use, then the value will remain unchanged and the already configured value will be used. The default value for this option is -1. Range:[-1..120]</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>VolumeName</maml:name>
            <maml:description>
                <maml:para>The secondary volume in which the snapshot is to be created.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>ScheduleName</maml:name>
            <maml:description>
                <maml:para>The name of the schedule to be used for creating the snapshot. The schedule name will be used as a prefix in the name of each snapshot created by this schedule. If an empty string is provided, the snapshot creation process will be started, but a snapshot will not be created. This is useful to bring all the relationships of a secondary volume to a consistent state.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>LockBackingSnapshot</maml:name>
            <maml:description>
                <maml:para>When specified, any snapshots backing the LUN clones present in the snapshot being created will be locked down. As a result, the locked backing snapshots can&#39;t be deleted as long as the snapshot that is locking them exists. The default value for this option is &#39;false&#39;, which doesn&#39;t lock any backing snapshots.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>MaxTries</maml:name>
            <maml:description>
                <maml:para>Number of times SnapVault should try creating the snapshot before giving up. If the snapshot creation fails due to transient errors such as the volume being out of space, SnapVault will keep trying to create the snapshot every minute untill the request is fulfilled. The allowed range is from 0 to 120. The default value is unlimited. If tries-count is not use, then the value will remain unchanged and the already configured value will be used. The default value for this option is -1. Range:[-1..120]</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>-1</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-secondary-initiate-snapshot-create</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Start-NaSnapvaultSecSnapshot vol0 vol0_sv_sched</dev:code>
              <dev:remarks>
                <maml:para>Force a snapshot creation for volume &#39;vol0&#39; using SnapVault snapshot schedule &#39;vol0_sv_sched&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvaultSecSnapshotSchedule</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Stop-NaSnapvaultSecSnapshot</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Start-NaSnapvaultSecTransfer</command:name>
        <maml:description>
            <maml:para>Request the snapvault secondary system to begin an incremental transfer to the given secondary path.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Start</command:verb>
        <command:noun>NaSnapvaultSecTransfer</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Request the snapvault secondary system to begin an incremental transfer to the given secondary path. This API is equivalent to the &#39;snapvault update&#39; Data ONTAP command. It is required that this secondary path has already been configured as part of a snapvault relationship. The primary system and path configured in that relationship will be used as the source for this transfer. The request will only start the transfer and return. The actual transfer will proceed asynchronously and there is no guarantee that it will succeed. The Get-NaSnapvaultSecStatus cmdlet should be used to check the status of the update.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Start-NaSnapvaultSecTransfer</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>SecondaryPath</maml:name>
                <maml:description>
                    <maml:para>The secondary path that will be used as the destination for this update transfer. It is required that this secondary path is already a part of some configured snapvault relationship.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>MaxTransferRate</maml:name>
                <maml:description>
                    <maml:para>The maximum transfer rate in bytes per second to be applied only for this update transfer. If this option is not provided the default behavior will be to allow the transfer to proceed as fast as possible. Range:[1.. 2^31-2]</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>PrimarySnapshot</maml:name>
                <maml:description>
                    <maml:para>Name of the primary snapshot to be used for this update transfer. This option is supported for only primary systems. If this option is not provided, the primary system will create a new source snapshot for this transfer.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "named" >
                <maml:name>NoLunCloneExpansion</maml:name>
                <maml:description>
                    <maml:para>This option dictates how a LUN clone would be transferred from source to destination. If this option is &quot;false&quot;, a LUN clone would be transferred as a LUN and if it is &quot;true&quot;, it will be transferred as a clone. By default the value of the option is &quot;false&quot;.</maml:para>
                </maml:description>
            <command:parameterValue required="false" variableLength = "false" >Boolean</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>SecondaryPath</maml:name>
            <maml:description>
                <maml:para>The secondary path that will be used as the destination for this update transfer. It is required that this secondary path is already a part of some configured snapvault relationship.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>MaxTransferRate</maml:name>
            <maml:description>
                <maml:para>The maximum transfer rate in bytes per second to be applied only for this update transfer. If this option is not provided the default behavior will be to allow the transfer to proceed as fast as possible. Range:[1.. 2^31-2]</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>PrimarySnapshot</maml:name>
            <maml:description>
                <maml:para>Name of the primary snapshot to be used for this update transfer. This option is supported for only primary systems. If this option is not provided, the primary system will create a new source snapshot for this transfer.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="named">
            <maml:name>NoLunCloneExpansion</maml:name>
            <maml:description>
                <maml:para>This option dictates how a LUN clone would be transferred from source to destination. If this option is &quot;false&quot;, a LUN clone would be transferred as a LUN and if it is &quot;true&quot;, it will be transferred as a clone. By default the value of the option is &quot;false&quot;.</maml:para>
            </maml:description>
            <command:parameterValue required="false" variableLength="false">Boolean</command:parameterValue>
            <dev:type>
                <maml:name>Boolean</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-secondary-initiate-incremental-transfer</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Start-NaSnapvaultSecTransfer /vol/vol0/svsec</dev:code>
              <dev:remarks>
                <maml:para>Start an incremental transfer to secondary path &#39;/vol/vol0/svsec&#39; on the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Stop-NaSnapvaultSecTransfer</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvaultSecStatus</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Start-NaVfiler</command:name>
        <maml:description>
            <maml:para>Start a stopped vfiler.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Start</command:verb>
        <command:noun>NaVfiler</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Start a stopped vfiler. This operation is synchronous.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Start-NaVfiler</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Vfiler.VfilerInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: vfiler
API: vfiler-start</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Start-NaVfiler vfiler2</dev:code>
              <dev:remarks>
                <maml:para>Start vfiler &#39;vfiler2&#39; and print the resulting status.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Status Ipspace #Vfnets #Vfstores AdminHost
---- ------ ------- ------- --------- ---------
vfiler2 running default-ipspace 3 2 x3550rre7
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaVfiler</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaVfilerStatus</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Stop-NaVfiler</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Start-NaVfilerMigrate</command:name>
        <maml:description>
            <maml:para>Starts vfiler unit migration from remote filer to this filer. The data and remote vfiler configuration are migrated as a vfiler unit.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Start</command:verb>
        <command:noun>NaVfilerMigrate</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Starts vfiler unit migration from remote filer to this filer. The data and remote vfiler configuration are migrated as a vfiler unit.
 
It starts SnapMirror relationships between source vfiler volumes and destination vfiler volumes. The cmdlet Complete-NaVfilerMigrate completes the vfiler migration.
 
The following are requirements for vfiler migration:
1.The vfiler facility must be licensed on the remote filer and on the local filer.
2.There should not be a local vfiler with the same name as the source vfiler.
3.The local filer should have enough storage space to hold the source vFiler unit&#39;s volumes.
4.The volumes to be used by the destination vFiler unit should exist and should not be used by any other non defualt vFiler unit.
5.The destination vFiler unit must have the same path names to the volumes that remote vFiler unit is holding.
6.There should not be any qtrees in the destination volumes whose names match those of qtrees in the source volumes.
7.SnapMirror facility must be licensed on the remote filer and on the local filer. The destination vfiler will have same DNS, NIS and IPSpace configuration as the source vfiler after migration. If the destination vfiler is in different domain or in different subnet then user might need to run setup on destination vfiler.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Start-NaVfilerMigrate</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the vfiler being migrated.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>RemoteFiler</maml:name>
                <maml:description>
                    <maml:para>Name or IP address of the filer containing the vfiler to be migrated.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Credential</maml:name>
                <maml:description>
                    <maml:para>Credentials for the filer containing the vfiler to be migrated.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>IpAddressInfo</maml:name>
                <maml:description>
                    <maml:para>IpAddrInfo object containing the IP address information to bind to the vfiler at the destination.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >IpaddrInfo[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Secure</maml:name>
                <maml:description>
                    <maml:para>If specified, use the secure command channel while communicating with remote filer.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Start-NaVfilerMigrate</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the vfiler being migrated.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>RemoteFiler</maml:name>
                <maml:description>
                    <maml:para>Name or IP address of the filer containing the vfiler to be migrated.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Credential</maml:name>
                <maml:description>
                    <maml:para>Credentials for the filer containing the vfiler to be migrated.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Interface</maml:name>
                <maml:description>
                    <maml:para>The interface to use at the destination.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Address</maml:name>
                <maml:description>
                    <maml:para>The IP address to bind to the vfiler at the destination.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Netmask</maml:name>
                <maml:description>
                    <maml:para>The netmask to use at the destination.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Secure</maml:name>
                <maml:description>
                    <maml:para>If specified, use the secure command channel while communicating with remote filer.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the vfiler being migrated.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>RemoteFiler</maml:name>
            <maml:description>
                <maml:para>Name or IP address of the filer containing the vfiler to be migrated.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Credential</maml:name>
            <maml:description>
                <maml:para>Credentials for the filer containing the vfiler to be migrated.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
            <dev:type>
                <maml:name>PSCredential</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="false" position="named">
            <maml:name>IpAddressInfo</maml:name>
            <maml:description>
                <maml:para>IpAddrInfo object containing the IP address information to bind to the vfiler at the destination.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">IpaddrInfo[]</command:parameterValue>
            <dev:type>
                <maml:name>IpaddrInfo[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Secure</maml:name>
            <maml:description>
                <maml:para>If specified, use the secure command channel while communicating with remote filer.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Interface</maml:name>
            <maml:description>
                <maml:para>The interface to use at the destination.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Address</maml:name>
            <maml:description>
                <maml:para>The IP address to bind to the vfiler at the destination.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Netmask</maml:name>
            <maml:description>
                <maml:para>The netmask to use at the destination.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Vfiler.StorageMrStatus</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: vfiler
API: vfiler-migrate-start</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Start-NaVfilerMigrate -Name vfiler3 -RemoteFiler dunn -Credential root -Interface e0a -Address 10.61.167.9 -Netmask 255.255.255.0</dev:code>
              <dev:remarks>
                <maml:para>Migrate vfiler3 from dunn.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>ErrorMsg :
Status : initializing
StoragePath : testvol3
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Stop-NaVfilerMigrate</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Complete-NaVfilerMigrate</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaVfilerMigrate</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Start-NaVolCloneSplit</command:name>
        <maml:description>
            <maml:para>Begin the process by which the given clone is split off from its underlying parent volume and snapshot.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Start</command:verb>
        <command:noun>NaVolCloneSplit</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Begin the process by which the given clone is split off from its underlying parent volume and snapshot. New storage is allocated for the clone that is distinct from its parent.
 
This process may take some time and proceeds in the background. Use the &quot;Get-NaVolCloneSplit&quot; command to view the operation&#39;s progress.
 
Both clone and parent volumes remain available during the process of splitting them apart. Upon completion, the snapshot on which the clone was based will be unlocked in the parent volume. Any snapshots in the clone are removed at the end of processing. Use the &#39;volume-clone-split-stop&#39; command to stop this process.
 
This command fails if applied to a traditional volume. Cloning is a new capability that applies exclusively to flexible volumes.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Start-NaVolCloneSplit</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the clone that we want split off from its parent volume and snapshot.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the clone that we want split off from its parent volume and snapshot.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-clone-split-start</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Start-NaVolCloneSplit clone | Get-NaVolCloneSplit</dev:code>
              <dev:remarks>
                <maml:para>Begin splitting volume &#39;clone&#39; from its parent snapshot and then display the split status.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BlocksScanned : 330062
BlocksUpdated : 651
InodePercentageComplete : 0
InodesProcessed : 28
InodesTotal : 6553596
Name : clone
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaVolClone</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Start-NaVolMove</command:name>
        <maml:description>
            <maml:para>Start-NaVolMove will move a single 7-mode flexvol between two aggregates on the same controller.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Start</command:verb>
        <command:noun>NaVolMove</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Start-NaVolMove will move a single 7-mode flexvol between two aggregates on the same controller. It will run a series of checks to determine if the volume can be moved. If any of the checks results in an error or warning, the API will return with an error. The user has to take the necessary corrective action before restarting the move. If all the checks pass, the API will return a success. If the ValidateOnly flag is not set, the destination volume will be created and the move will start. By default the move will cutover automatically. The status of the move can be obtained using Get-NaVolMove. If the ValidateOnly switch is set, all the errors and warnings encountered from the checks will be returned. The move will not be initiated. If the OverrideWarnings switch is set and the checks return no errors but one or more warnings, the move will start. If the move fails an EMS message will be generated. The reason for the failure can be obtained from Get-NaVolMove. After a successful move, the source volume will be destroyed unless the user has set the KeepSource switch. If Cutover cannot be completed in the default or user specified number of attempts, an EMS message will be printed and the move will pause. The reason for the pause will be available in Get-NaVolMove. The user can either resume or abort the move.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Start-NaVolMove</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Name of the volume that must be moved.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>DestAggr</maml:name>
                <maml:description>
                    <maml:para>Name of the destination aggregate.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "3" >
                <maml:name>CutoverWindow</maml:name>
                <maml:description>
                    <maml:para>Time interval to complete cutover in seconds. Default value is 60 seconds.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "4" >
                <maml:name>CutoverAttempts</maml:name>
                <maml:description>
                    <maml:para>Number of cutover attempts. Default value is 3.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ManualCutover</maml:name>
                <maml:description>
                    <maml:para>If specified, user has to initiate cutover.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>KeepSource</maml:name>
                <maml:description>
                    <maml:para>If specified, the source volume will not be destroyed after the move is complete.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>ValidateOnly</maml:name>
                <maml:description>
                    <maml:para>Run pre-checks for the move, return all the errors and warning messages encountered during the checks in the errors-warnings element and exit. The move will not be triggered.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>OverrideWarnings</maml:name>
                <maml:description>
                    <maml:para>If warnings are encountered during the move, the default behavior is to stop. If this is set, the move will continue and return these warnings in the ErrorWarnings field.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>Name of the volume that must be moved.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>DestAggr</maml:name>
            <maml:description>
                <maml:para>Name of the destination aggregate.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="3">
            <maml:name>CutoverWindow</maml:name>
            <maml:description>
                <maml:para>Time interval to complete cutover in seconds. Default value is 60 seconds.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>60</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="4">
            <maml:name>CutoverAttempts</maml:name>
            <maml:description>
                <maml:para>Number of cutover attempts. Default value is 3.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>3</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>ManualCutover</maml:name>
            <maml:description>
                <maml:para>If specified, user has to initiate cutover.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>KeepSource</maml:name>
            <maml:description>
                <maml:para>If specified, the source volume will not be destroyed after the move is complete.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>ValidateOnly</maml:name>
            <maml:description>
                <maml:para>Run pre-checks for the move, return all the errors and warning messages encountered during the checks in the errors-warnings element and exit. The move will not be triggered.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>OverrideWarnings</maml:name>
            <maml:description>
                <maml:para>If warnings are encountered during the move, the default behavior is to stop. If this is set, the move will continue and return these warnings in the ErrorWarnings field.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolMoveStatus</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-move-start</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Start-NaVolMove vol1 aggr0_rre2 -ValidateOnly</dev:code>
              <dev:remarks>
                <maml:para>Check if vol1 can be successfully moved to aggr0_rre2, but do not start the move process.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>SourceVolumeName : vol1
IsStarted : False
ErrorWarningCount : 0
ErrorWarnings : {}
MoveState :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
        <command:example>
            <maml:title>
-------------- Example 2 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Start-NaVolMove vol1 aggr0_rre2</dev:code>
              <dev:remarks>
                <maml:para>Move vol1 to aggr0_rre2.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>SourceVolumeName : vol1
IsStarted : True
ErrorWarningCount : 0
ErrorWarnings : {}
MoveState : setup
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Stop-NaVolMove</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Suspend-NaVolMove</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Start-NaVolQuotaResize</command:name>
        <maml:description>
            <maml:para>Starts an ONTAP operation to resize quotas for a volume.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Start</command:verb>
        <command:noun>NaVolQuotaResize</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Starts an ONTAP operation to resize quotas for a volume. A successful return from this API does not mean that the operation has finished, merely that an attempt to start it been triggered. Use the Get-NaVolQuotaStatus cmdlet to check the status.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Start-NaVolQuotaResize</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Name of the volume on which to resize quotas.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>Name of the volume on which to resize quotas.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: quota
API: quota-resize</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Start-NaVolQuotaResize testvol | Get-NaVolQuotaStatus</dev:code>
              <dev:remarks>
                <maml:para>Start a quota resize operation on volume &#39;testvol&#39; and display the resulting status.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Value
---- -----
PercentComplete
Substatus none
Status on
QuotaErrors
Reason
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaVolQuotaStatus</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Stop-NaAggrScrub</command:name>
        <maml:description>
            <maml:para>Stop parity scrubbing on the named aggregate, plex, or RAID group.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Stop</command:verb>
        <command:noun>NaAggrScrub</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Stop parity scrubbing on the named aggregate, plex, or RAID group. If no name is given, stop scrubbing on all RAID groups currently being scrubbed.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Stop-NaAggrScrub</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the aggregate, plex, or RAID group for which we are to stop parity scrubbing, using the following format:
 
[/vol/]&lt;aggrname&gt;[&lt;plexinfo&gt;][&lt;groupinfo&gt;]</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the aggregate, plex, or RAID group for which we are to stop parity scrubbing, using the following format:
 
[/vol/]&lt;aggrname&gt;[&lt;plexinfo&gt;][&lt;groupinfo&gt;]</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.ScrubDetailInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: aggr
API: aggr-scrub-stop</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Stop-NaAggrScrub</dev:code>
              <dev:remarks>
                <maml:para>Stop all aggregate scrubbing.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>IsSuspended : True
LastScrubTimestamp : 1264914351
PercentageComplete : 3
RaidGroup : /aggr2/plex0/rg0
LastScrubTimestampSpecified : True
PercentageCompleteSpecified : True
 
IsSuspended : True
LastScrubTimestamp : 1264914616
PercentageComplete : 3
RaidGroup : /aggr0/plex0/rg0
LastScrubTimestampSpecified : True
PercentageCompleteSpecified : True
 
IsSuspended : True
LastScrubTimestamp : 1264914571
PercentageComplete : 3
RaidGroup : /aggr1/plex0/rg0
LastScrubTimestampSpecified : True
PercentageCompleteSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Start-NaAggrScrub</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Suspend-NaAggrScrub</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Resume-NaAggrScrub</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Stop-NaAggrVerify</command:name>
        <maml:description>
            <maml:para>Stop RAID mirror verification on the named aggregate.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Stop</command:verb>
        <command:noun>NaAggrVerify</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Stop RAID mirror verification on the named aggregate. If no name is given, stop mirror verification on all aggregates currently being verified.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Stop-NaAggrVerify</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the aggregate for which we are to stop mirror verification.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the aggregate for which we are to stop mirror verification.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VerifyDetailInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: aggr
API: aggr-verify-stop</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Stop-NaAggrVerify aggr1</dev:code>
              <dev:remarks>
                <maml:para>Stop verification of aggregate mirror &#39;aggr1&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Start-NaAggrVerify</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Suspend-NaAggrVerify</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Resume-NaAggrVerify</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Stop-NaClone</command:name>
        <maml:description>
            <maml:para>Stops a running clone operation.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Stop</command:verb>
        <command:noun>NaClone</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Stops a running clone operation. If not successful, the error code will be returned as API error.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Stop-NaClone</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>VolumeUuid</maml:name>
                <maml:description>
                    <maml:para>UUID of volume on which this clone exists. If a volume object is passed in via the pipeline, this cmdlet can use its Uuid value.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>CloneId</maml:name>
                <maml:description>
                    <maml:para>Unique ID information of the clone operation, as returned by Get-NaClone or Start-NaClone.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Decimal</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Stop-NaClone</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue)" position = "1" >
                <maml:name>OpsInfo</maml:name>
                <maml:description>
                    <maml:para>Alternate parameter for specifying a clone operation, as returned by Get-NaClone or Start-NaClone.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >OpsInfo</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>VolumeUuid</maml:name>
            <maml:description>
                <maml:para>UUID of volume on which this clone exists. If a volume object is passed in via the pipeline, this cmdlet can use its Uuid value.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>CloneId</maml:name>
            <maml:description>
                <maml:para>Unique ID information of the clone operation, as returned by Get-NaClone or Start-NaClone.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Decimal</command:parameterValue>
            <dev:type>
                <maml:name>Decimal</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
            <maml:name>OpsInfo</maml:name>
            <maml:description>
                <maml:para>Alternate parameter for specifying a clone operation, as returned by Get-NaClone or Start-NaClone.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">OpsInfo</command:parameterValue>
            <dev:type>
                <maml:name>OpsInfo</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Clone.OpsInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: clone
API: clone-stop</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>$clone = Start-NaClone /vol/vol2/lun2 /vol/vol2/lun2clone
&lt;...more script...&gt;
Stop-NaClone $clone</dev:code>
              <dev:remarks>
                <maml:para>Start a clone operation and save the operation status in a variable $clone. Later, stop the clone operation by passing in the saved $clone value.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>SourceFile : /vol/vol2/lun2
DestinationFile : /vol/vol2/lun2clone
CloneState : aborted
TotalBytes :
PercentDone :
BytesCopied :
CloneType : lun
CloneId : 12
Error : 14555
Reason : Clone operation aborted by user
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Start-NaClone</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaClone</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Clear-NaClone</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Stop-NaCopyOffload</command:name>
        <maml:description>
            <maml:para>Abort an on-going copyoffload-copy-file request.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Stop</command:verb>
        <command:noun>NaCopyOffload</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Abort an on-going copyoffload-copy-file request. Returns the number of bytes that were copied before the operation was aborted. The caller should reissue the copy operation request to either reattempt the copy or to restore the destination to its previous content.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Stop-NaCopyOffload</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>CopyId</maml:name>
                <maml:description>
                    <maml:para>Unique identifier for an on-going copy operation.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>CopyId</maml:name>
            <maml:description>
                <maml:para>Unique identifier for an on-going copy operation.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.Int64</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: copyoffload
API: copyoffload-copy-abort</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Stop-NaCopyOffload ada4e460-3cfe-11e0-adb2-00a09826e442</dev:code>
              <dev:remarks>
                <maml:para>Stops the copy offload operation with the id ada4e460-3cfe-11e0-adb2-00a09826e442.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>15859713
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Start-NaCopyOffload</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaCopyOffload</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Stop-NaDiskReplace</command:name>
        <maml:description>
            <maml:para>Abort disk replace.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Stop</command:verb>
        <command:noun>NaDiskReplace</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Abort disk replace.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Stop-NaDiskReplace</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the file system disk being replaced.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the file system disk being replaced.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Disk.DiskDetailInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: disk
API: disk-replace-stop</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Stop-NaDiskReplace 0a.18</dev:code>
              <dev:remarks>
                <maml:para>Abort the replacement operation running on disk &#39;0a.18&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Aggregate : aggr0
Bay : 2
BlocksRead : 1439024664
BlocksWritten : 146961112
BrokenDetails :
BytesPerSector : 520
ChecksumCompatibility : zoned/block
CopyDestination :
CopyPercent :
DiskModel : X274_S10K7146F10
DiskType : FCAL
DiskUid : 20000018:62845FD7:00000000:00000000:00000000:00000000:00000000:00000000:00000000:00000000
FirmwareRevision : NA07
GrownDefectListCount : 0
HostAdapter : 0a
Id : 1769473
IsDynamicallyQualified : False
IsOffline :
IsPrefailed : False
IsReplacing : False
IsZeroed :
Name : 0a.18
PhysicalBlocks : 280790184
PhysicalSpace : 143764574208
Plex : plex0
Pool : Pool0
Port : A
PortName : FC:A
PoweronHours : 23085
PoweronHoursTS : 961.21:00:00
RaidGroup : rg0
RaidState : present
RaidType : data
RawDiskSectors : 280790184
ReconstructionPercent :
Rpm : 10000
ScrubCount : 37
ScrubLastDone : 57108
ScrubLastDoneTS : 39.15:48:00
SecondaryName :
SecondaryPort :
SerialNumber : 3KS6689P00007704NBP8
Shelf : 1
ShmTimeInterval : 3427265
ShmTimeIntervalTS : 39.16:01:05
UsedBlocks : 278528000
UsedSpace : 142606336000
VSeriesDetailInfo :
VendorId : NETAPP
Volume :
ZeroingPercent :
CopyPercentSpecified : False
IsOfflineSpecified : False
IsPrefailedSpecified : True
IsReplacingSpecified : True
IsZeroedSpecified : False
PoweronHoursSpecified : True
ReconstructionPercentSpecified : False
RpmSpecified : True
ZeroingPercentSpecified : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Start-NaDiskReplace</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Stop-NaFpolicyServer</command:name>
        <maml:description>
            <maml:para>Stops specific primary server serving the policy.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Stop</command:verb>
        <command:noun>NaFpolicyServer</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Stops specific primary server serving the policy. Effectively, this will unregister the fpolicy server.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Stop-NaFpolicyServer</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the fpolicy.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>ServerIp</maml:name>
                <maml:description>
                    <maml:para>IP Address of the fpolicy server to stop. This fpolicy server will be effectively unregistered.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the fpolicy.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>ServerIp</maml:name>
            <maml:description>
                <maml:para>IP Address of the fpolicy server to stop. This fpolicy server will be effectively unregistered.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fpolicy.PolicyInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fpolicy
API: fpolicy-server-stop</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Stop-NaLunCloneSplit</command:name>
        <maml:description>
            <maml:para>Stop the cloning of the given LUN.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Stop</command:verb>
        <command:noun>NaLunCloneSplit</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Stop the cloning of the given LUN.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Stop-NaLunCloneSplit</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the LUN to stop cloning.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the LUN to stop cloning.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.LunInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-clone-split-stop</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Stop-NaLunCloneSplit /vol/vol2/lun2clone</dev:code>
              <dev:remarks>
                <maml:para>Stop the clone split operation running on LUN &#39;lun2clone&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>BackingSnapshot : /vol/vol2/.snapshot/vol2snap/lun2
BlockSize : 512
IsSpaceReservationEnabled : False
Mapped : False
MultiprotocolType : windows_gpt
Online : True
Path : /vol/vol2/lun2clone
ReadOnly : False
SerialNumber : HnSolJYm1-k2
ShareState : none
Size : 21476206080
Uuid : 72421d9e-b6a7-11df-8ac9-00a09806c227
Comment :
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Start-NaLunCloneSplit</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaLunCloneSplit</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>New-NaLunClone</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Stop-NaNdmpCopy</command:name>
        <maml:description>
            <maml:para>Stop a running NDMP copy operation.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Stop</command:verb>
        <command:noun>NaNdmpCopy</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Stop a running NDMP copy operation.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Stop-NaNdmpCopy</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "1" >
                <maml:name>Id</maml:name>
                <maml:description>
                    <maml:para>The ID of the NDMP copy operation to stop.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int32</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="1">
            <maml:name>Id</maml:name>
            <maml:description>
                <maml:para>The ID of the NDMP copy operation to stop.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
            <dev:type>
                <maml:name>Int32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.PowerShell.SDK.Cmdlets.Ndmp.NaNdmpCopyOp</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: ndmp</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Stop-NaNdmpCopy -Id 1</dev:code>
              <dev:remarks>
                <maml:para>Stop the NDMP copy operation with the ID 1.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>State : ABORTED
SrcConnection : 192.168.0.200
DstConnection : 192.168.0.201
SrcPath : /vol/twofer_vol0/content/
DstPath : /vol/donaghy_vol0/bkup/
BackupState : DATA_STATE_HALTED
RestoreState : DATA_STATE_HALTED
BackupHaltReason : DATA_HALT_ABORTED
RestoreHaltReason : DATA_HALT_CONNECT_ERROR
BackupBytesProcessed : 48128
BackupBytesRemain : 104885248
RestoreBytesProcessed : 1244160
Id : 1
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaNdmpCopy</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Start-NaNdmpCopy</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Stop-NaReallocate</command:name>
        <maml:description>
            <maml:para>Stops a reallocation job.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Stop</command:verb>
        <command:noun>NaReallocate</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Stops a reallocation job.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Stop-NaReallocate</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path to large file or LUN to stop reallocation on. The path must start with /vol/.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path to large file or LUN to stop reallocation on. The path must start with /vol/.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: reallocate
API: reallocate-stop</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Stop-NaReallocate /vol/vol0</dev:code>
              <dev:remarks>
                <maml:para>Stop the reallocate job running on volume &#39;vol0&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Start-NaReallocate</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Start-NaReallocateMeasure</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaReallocateJobs</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Stop-NaSis</command:name>
        <maml:description>
            <maml:para>Abort currently active SIS operation on the volume.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Stop</command:verb>
        <command:noun>NaSis</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Abort currently active SIS operation on the volume. The SIS operation will remain enabled and the operation can be resumed by Start-NaSis, SnapVault transfer, or the scheduler.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Stop-NaSis</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>The full path of the SIS volume, /vol/&lt;vol_name&gt;. The /vol/ prefix may be omitted.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>All</maml:name>
                <maml:description>
                    <maml:para>If specified, both active and queued SIS operations will be stopped.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Stop-NaSis</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue)" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Rather than specifying the volume name, this cmdlet alternatively accepts a VolumeInfo object.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >VolumeInfo</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>All</maml:name>
                <maml:description>
                    <maml:para>If specified, both active and queued SIS operations will be stopped.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>The full path of the SIS volume, /vol/&lt;vol_name&gt;. The /vol/ prefix may be omitted.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>All</maml:name>
            <maml:description>
                <maml:para>If specified, both active and queued SIS operations will be stopped.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>Rather than specifying the volume name, this cmdlet alternatively accepts a VolumeInfo object.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">VolumeInfo</command:parameterValue>
            <dev:type>
                <maml:name>VolumeInfo</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: sis
API: sis-stop</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Stop-NaSis vol2</dev:code>
              <dev:remarks>
                <maml:para>Stop dedupe on volume &#39;vol2&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Start-NaSis</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Enable-NaSis</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSis</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Stop-NaSnapvaultPriSnapshot</command:name>
        <maml:description>
            <maml:para>Request the primary to abort a snapshot creation that is already in progress.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Stop</command:verb>
        <command:noun>NaSnapvaultPriSnapshot</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Request the primary to abort a snapshot creation that is already in progress. The snapshot schedule for which the snapshot creation is in progress must be specified as input.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Stop-NaSnapvaultPriSnapshot</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>VolumeName</maml:name>
                <maml:description>
                    <maml:para>Primary volume in which snapshot create is in progress.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>ScheduleName</maml:name>
                <maml:description>
                    <maml:para>Name of the schedule used for snapshot creation.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>VolumeName</maml:name>
            <maml:description>
                <maml:para>Primary volume in which snapshot create is in progress.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>ScheduleName</maml:name>
            <maml:description>
                <maml:para>Name of the schedule used for snapshot creation.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-primary-abort-snapshot-create</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Stop-NaSnapvaultPriSnapshot vol0 vol0_sv_sched</dev:code>
              <dev:remarks>
                <maml:para>Abort snapshot creation for volume &#39;vol0&#39; using SnapVault snapshot schedule &#39;vol0_sv_sched&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Start-NaSnapvaultPriSnapshot</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvaultPriSnapshotScheduleStatus</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Stop-NaSnapvaultPriTransfer</command:name>
        <maml:description>
            <maml:para>Request the primary system to abort an active transfer.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Stop</command:verb>
        <command:noun>NaSnapvaultPriTransfer</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Request the primary system to abort an active transfer. The abort can be hard abort, which means the transfer will not be restartable. Or it could be a soft abort, which will not clean the restart checkpoints. In that case the transfer may be restartable. An aborted transfer may be restarted by using the same API used to initiate the transfer in the previous attempt. If that request cannot restart the aborted transfer, then it will initiate a fresh new transfer.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Stop-NaSnapvaultPriTransfer</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>The system path which is the target of transfer.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>TargetSystem</maml:name>
                <maml:description>
                    <maml:para>The system filer which is the target of transfer.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>HardAbort</maml:name>
                <maml:description>
                    <maml:para>When specified, a hard abort is performed. In that case the restart checkpoints are cleared.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>The system path which is the target of transfer.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>TargetSystem</maml:name>
            <maml:description>
                <maml:para>The system filer which is the target of transfer.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>HardAbort</maml:name>
            <maml:description>
                <maml:para>When specified, a hard abort is performed. In that case the restart checkpoints are cleared.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-primary-abort-transfer</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Stop-NaSnapvaultPriTransfer /vol/vol0/svpri</dev:code>
              <dev:remarks>
                <maml:para>Abort the transfer whose target is &#39;/vol/vol0/svpri&#39; on the current primary system.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Start-NaSnapvaultPriRestoreTransfer</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvaultPriStatus</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Stop-NaSnapvaultSecSnapshot</command:name>
        <maml:description>
            <maml:para>Request the secondary to abort a snapshot creation that is already in progress.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Stop</command:verb>
        <command:noun>NaSnapvaultSecSnapshot</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Request the secondary to abort a snapshot creation that is already in progress. The snapshot schedule for which the snapshot creation is in progress must be specified as input.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Stop-NaSnapvaultSecSnapshot</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>VolumeName</maml:name>
                <maml:description>
                    <maml:para>The secondary volume in which snapshot create is in progress.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>ScheduleName</maml:name>
                <maml:description>
                    <maml:para>The name of the schedule used by the snapshot creation.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>VolumeName</maml:name>
            <maml:description>
                <maml:para>The secondary volume in which snapshot create is in progress.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>ScheduleName</maml:name>
            <maml:description>
                <maml:para>The name of the schedule used by the snapshot creation.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-secondary-abort-snapshot-create</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Stop-NaSnapvaultSecSnapshot vol0 vol0_sv_sched</dev:code>
              <dev:remarks>
                <maml:para>Abort snapshot creation for volume &#39;vol0&#39; using SnapVault snapshot schedule &#39;vol0_sv_sched&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Start-NaSnapvaultSecSnapshot</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvaultSecSnapshotScheduleStatus</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Stop-NaSnapvaultSecTransfer</command:name>
        <maml:description>
            <maml:para>Request the secondary system to abort the current transfer.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Stop</command:verb>
        <command:noun>NaSnapvaultSecTransfer</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Request the secondary system to abort the current transfer. The abort can be hard abort, which means the transfer will not be restartable. By default, a soft abort is used, which means the transfer is restartable. An aborted transfer may be restarted by using the same API used to initiate the transfer in the previous attempt. If that request cannot restart the aborted transfer, then it will initiate a fresh new transfer.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Stop-NaSnapvaultSecTransfer</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>The system path which is the target of update.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>TargetSystem</maml:name>
                <maml:description>
                    <maml:para>The system filer which is the target of transfer.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>HardAbort</maml:name>
                <maml:description>
                    <maml:para>When specified, a hard abort is performed. In that case the restart checkpoints are cleared.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>The system path which is the target of update.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>TargetSystem</maml:name>
            <maml:description>
                <maml:para>The system filer which is the target of transfer.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>HardAbort</maml:name>
            <maml:description>
                <maml:para>When specified, a hard abort is performed. In that case the restart checkpoints are cleared.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapvault
API: snapvault-secondary-abort-transfer</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Stop-NaSnapvaultSecTransfer /vol/vol0/svsec</dev:code>
              <dev:remarks>
                <maml:para>Abort the transfer whose target is &#39;/vol/vol0/svsec&#39; on the current secondary system.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Start-NaSnapvaultSecTransfer</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaSnapvaultSecStatus</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Stop-NaVfiler</command:name>
        <maml:description>
            <maml:para>Stop a started vfiler.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Stop</command:verb>
        <command:noun>NaVfiler</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Stop a started vfiler.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Stop-NaVfiler</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Vfiler.VfilerInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: vfiler
API: vfiler-stop</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Stop-NaVfiler vfiler2</dev:code>
              <dev:remarks>
                <maml:para>Stop vfiler &#39;vfiler2&#39; and print the resulting status.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Name Status Ipspace #Vfnets #Vfstores AdminHost
---- ------ ------- ------- --------- ---------
vfiler2 stopped default-ipspace 3 2 x3550rre7
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaVfiler</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaVfilerStatus</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Start-NaVfiler</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Stop-NaVfilerMigrate</command:name>
        <maml:description>
            <maml:para>Stop the vfiler migration.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Stop</command:verb>
        <command:noun>NaVfilerMigrate</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Stop the vfiler migration.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Stop-NaVfilerMigrate</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the remote vfiler.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "2" >
                <maml:name>RemoteFiler</maml:name>
                <maml:description>
                    <maml:para>Name of the remote filer hosting the vfiler being migrated.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Secure</maml:name>
                <maml:description>
                    <maml:para>If specified, a secure command channel will be used while communicating with remote filer.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>If specified, the vfiler migration should be canceled even under various conditions which would normally prevent it.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the remote vfiler.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
            <maml:name>RemoteFiler</maml:name>
            <maml:description>
                <maml:para>Name of the remote filer hosting the vfiler being migrated.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Secure</maml:name>
            <maml:description>
                <maml:para>If specified, a secure command channel will be used while communicating with remote filer.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>If specified, the vfiler migration should be canceled even under various conditions which would normally prevent it.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: vfiler
API: vfiler-migrate-cancel</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Stop-NaVfilerMigrate -Name vfiler3 -RemoteFiler dunn</dev:code>
              <dev:remarks>
                <maml:para>Stops the migration of vfiler3 from dunn.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Start-NaVfilerMigrate</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Complete-NaVfilerMigrate</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Get-NaVfilerMigrate</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Stop-NaVolCloneSplit</command:name>
        <maml:description>
            <maml:para>Stop the process of splitting off a clone from its parent volume and snapshot.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Stop</command:verb>
        <command:noun>NaVolCloneSplit</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Stop the process of splitting off a clone from its parent volume and snapshot. All of the blocks that were formerly shared between the given clone and its parent volume that have already been split off will remain that way.
 
This command fails if applied to a traditional volume. Cloning is a new capability that applies exclusively to flexible volumes.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Stop-NaVolCloneSplit</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the clone for which we want to stop the process of being split off from its parent volume and snapshot.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>The name of the clone for which we want to stop the process of being split off from its parent volume and snapshot.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolumeInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-clone-split-stop</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Stop-NaVolCloneSplit clone</dev:code>
              <dev:remarks>
                <maml:para>Stop splitting volume &#39;clone&#39; from its parent snapshot.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaVolClone</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Start-NaVolCloneSplit</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Stop-NaVolMove</command:name>
        <maml:description>
            <maml:para>Stop the volume move operation.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Stop</command:verb>
        <command:noun>NaVolMove</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Stop the volume move operation.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Stop-NaVolMove</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>The name of the volume being moved.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>The name of the volume being moved.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-move-abort</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Stop-NaVolMove vol1</dev:code>
              <dev:remarks>
                <maml:para>Stops the move operation on vol1.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Start-NaVolMove</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Suspend-NaAggrScrub</command:name>
        <maml:description>
            <maml:para>Suspend parity scrubbing on the named aggregate, plex, or RAID group.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Suspend</command:verb>
        <command:noun>NaAggrScrub</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Suspend parity scrubbing on the named aggregate, plex, or RAID group. If no name is given, suspend scrubbing on all RAID groups currently being scrubbed.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Suspend-NaAggrScrub</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the aggregate, plex, or RAID group for which we are to suspend parity scrubbing using the following format:
 
[/vol/]&lt;aggrname&gt;[&lt;plexinfo&gt;][&lt;groupinfo&gt;]</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the aggregate, plex, or RAID group for which we are to suspend parity scrubbing using the following format:
 
[/vol/]&lt;aggrname&gt;[&lt;plexinfo&gt;][&lt;groupinfo&gt;]</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.ScrubDetailInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: aggr
API: aggr-scrub-suspend</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Suspend-NaAggrScrub</dev:code>
              <dev:remarks>
                <maml:para>Suspend all aggregate scrubbing.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>IsSuspended : True
LastScrubTimestamp : 1264914351
PercentageComplete : 0
RaidGroup : /aggr2/plex0/rg0
LastScrubTimestampSpecified : True
PercentageCompleteSpecified : True
 
IsSuspended : True
LastScrubTimestamp : 1264914616
PercentageComplete : 0
RaidGroup : /aggr0/plex0/rg0
LastScrubTimestampSpecified : True
PercentageCompleteSpecified : True
 
IsSuspended : True
LastScrubTimestamp : 1264914571
PercentageComplete : 0
RaidGroup : /aggr1/plex0/rg0
LastScrubTimestampSpecified : True
PercentageCompleteSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Start-NaAggrScrub</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Stop-NaAggrScrub</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Resume-NaAggrScrub</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Suspend-NaAggrVerify</command:name>
        <maml:description>
            <maml:para>Suspend RAID mirror verification on the named aggregate.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Suspend</command:verb>
        <command:noun>NaAggrVerify</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Suspend RAID mirror verification on the named aggregate. If no name is given, suspend mirror verification on all aggregates currently being verified.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Suspend-NaAggrVerify</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the aggregate for which we are to suspend mirror verification.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Name</maml:name>
            <maml:description>
                <maml:para>Name of the aggregate for which we are to suspend mirror verification.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VerifyDetailInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: aggr
API: aggr-verify-suspend</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Suspend-NaAggrVerify aggr1</dev:code>
              <dev:remarks>
                <maml:para>Suspend verification of aggregate mirror &#39;aggr1&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Start-NaAggrVerify</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Stop-NaAggrVerify</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Resume-NaAggrVerify</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Suspend-NaReallocate</command:name>
        <maml:description>
            <maml:para>Quiesce a reallocation job.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Suspend</command:verb>
        <command:noun>NaReallocate</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Quiesce a reallocation job. When a reallocation job is quiesced it will not be run until restarted, however information about the job is preserved.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Suspend-NaReallocate</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path to large file or LUN to quiesce, starting with /vol/.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path to large file or LUN to quiesce, starting with /vol/.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Reallocate.ReallocateJobInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: reallocate
API: reallocate-quiesce</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Suspend-NaReallocate /vol/vol0</dev:code>
              <dev:remarks>
                <maml:para>Quiesce the reallocation job running on volume &#39;vol0&#39;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Flags : whole_vol,maybe_realloc,repeat
Interval : 8h
IntervalTS : 08:00:00
LayoutFactor : 2
MeasureLogfile : n/a
MeasureOnly : False
Path : /vol/vol0
ScanDetail :
Schedule : n/a
State : Quiesce
Threshold : 1
ThresholdSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Resume-NaReallocate</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Suspend-NaVolMove</command:name>
        <maml:description>
            <maml:para>Suspends the volume move operation.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Suspend</command:verb>
        <command:noun>NaVolMove</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Suspends the volume move operation.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Suspend-NaVolMove</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>The name of the volume being moved.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>The name of the volume being moved.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Volume.VolMoveStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: volume
API: volume-move-pause</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Suspend-NaVolMove vol1</dev:code>
              <dev:remarks>
                <maml:para>Suspend the volume move operation on vol1.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>CurrentTransfer : 0
CutoverAttempts : 6
CutoverWindow : 60
CutoverWindowTS : 00:00:60
DestAggregate : aggr0_rre2
DestVolume : ndm_dstvol_1302101481
ErrorString :
LastTransferDuration : 0
LastTransferDurationTS : 00:00:00
LastTransferSize : 0
MoveState : setup(paused)
PauseReason :
SourceVolumeName : vol1
CurrentTransferSpecified : True
LastTransferDurationSpecified : True
LastTransferSizeSpecified : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Resume-NaVolMove</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Stop-NaVolMove</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Switch-NaDiskOwner</command:name>
        <maml:description>
            <maml:para>Changes ownership on disks already belonging to an owner.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Switch</command:verb>
        <command:noun>NaDiskOwner</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Changes ownership on disks already belonging to an owner.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Switch-NaDiskOwner</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>OldOwner</maml:name>
                <maml:description>
                    <maml:para>Name of old owner. This form takes all disks currently belonging to the specific old owner, and reassigns them to a new owner.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>OldOwnerID</maml:name>
                <maml:description>
                    <maml:para>ID of old owner. This form takes all disks currently belonging to the specific old owner ID, and reassign them to a new owner. Either OldOwner or OldOwnerID must be specified, but not both. Range : [0..2^32-1].</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >UInt32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>NewOwner</maml:name>
                <maml:description>
                    <maml:para>Name of new owner. This form will assign all the disks belonging to the old owner to the specific owner.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>NewOwnerID</maml:name>
                <maml:description>
                    <maml:para>ID of new owner. This form will assign all the disks belonging to the old owner to the specific owner ID. Either NewOwner or NewOwnerID (or both) must be specified. Range : [0..2^32-1].</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >UInt32</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>Force flag need to be set to &#39;true&#39; if reassigning disks which are owned by another Filer. However, if that Filer is up and has put a reservation on the disk, even the force option won&#39;t work. In this case reassign will need to be run on the Filer which owns the disks.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>OldOwner</maml:name>
            <maml:description>
                <maml:para>Name of old owner. This form takes all disks currently belonging to the specific old owner, and reassigns them to a new owner.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>OldOwnerID</maml:name>
            <maml:description>
                <maml:para>ID of old owner. This form takes all disks currently belonging to the specific old owner ID, and reassign them to a new owner. Either OldOwner or OldOwnerID must be specified, but not both. Range : [0..2^32-1].</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">UInt32</command:parameterValue>
            <dev:type>
                <maml:name>UInt32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>NewOwner</maml:name>
            <maml:description>
                <maml:para>Name of new owner. This form will assign all the disks belonging to the old owner to the specific owner.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>NewOwnerID</maml:name>
            <maml:description>
                <maml:para>ID of new owner. This form will assign all the disks belonging to the old owner to the specific owner ID. Either NewOwner or NewOwnerID (or both) must be specified. Range : [0..2^32-1].</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">UInt32</command:parameterValue>
            <dev:type>
                <maml:name>UInt32</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Force</maml:name>
            <maml:description>
                <maml:para>Force flag need to be set to &#39;true&#39; if reassigning disks which are owned by another Filer. However, if that Filer is up and has put a reservation on the disk, even the force option won&#39;t work. In this case reassign will need to be run on the Filer which owns the disks.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: disk
API: disk-sanown-reassign</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Switch-NaDiskOwner -OldOwnerID 0118045471 -NewOwnerID 0118044195</dev:code>
              <dev:remarks>
                <maml:para>Switches ownership of disks from one controller to another. The controllers are specified by their system IDs, as returned by &quot;Get-NaDiskOwnerFiler&quot;.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaDiskOwner</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Switch-NaFcpPortName</command:name>
        <maml:description>
            <maml:para>Swap port names of two local Fibre Channel target adapters.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Switch</command:verb>
        <command:noun>NaFcpPortName</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Swap port names of two local Fibre Channel target adapters.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Switch-NaFcpPortName</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>FirstAdapter</maml:name>
                <maml:description>
                    <maml:para>One of the adapters to swap their port names. It has to be a local adapter in standby or single_image cfmode.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>SecondAdapter</maml:name>
                <maml:description>
                    <maml:para>One of the adapters to swap their port names. It has to be a local adapter in standby or single_image cfmode.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>FirstAdapter</maml:name>
            <maml:description>
                <maml:para>One of the adapters to swap their port names. It has to be a local adapter in standby or single_image cfmode.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>SecondAdapter</maml:name>
            <maml:description>
                <maml:para>One of the adapters to swap their port names. It has to be a local adapter in standby or single_image cfmode.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Fcp.FcpConfigAdapterInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fcp
API: fcp-port-name-swap</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Switch-NaFcpPortName 0c 0d</dev:code>
              <dev:remarks>
                <maml:para>Swap the WWPN&#39;s for FC target adapters 0c and 0d.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Adapter : 0c
AdapterType : Local
CacheLineSize : 16
ConnectionEstablished : loop
DataLinkRate : 0
ErrorMsg :
ExternalGbicEnabled : False
FabricEstablished : False
FirmwareRev : 4.5.2
HardwareRev : 2
InfoName : Dual-channel, QLogic 2432 (2462)
LoopId :
MediaType : auto
NodeName : 50:0a:09:80:87:09:3b:1f
PacketSize : 2048
PartnerAdapter :
PciBusWidth :
PciClockSpeed :
PortAddress : 0
PortId :
PortName : 50:0a:09:83:97:09:3b:1f
Speed : auto
SramParityEnabled : True
Standby : False
State : offlined by user/system
 
Adapter : 0d
AdapterType : Local
CacheLineSize : 16
ConnectionEstablished : loop
DataLinkRate : 0
ErrorMsg :
ExternalGbicEnabled : False
FabricEstablished : False
FirmwareRev : 4.5.2
HardwareRev : 2
InfoName : Dual-channel, QLogic 2432 (2462)
LoopId :
MediaType : auto
NodeName : 50:0a:09:80:87:09:3b:1f
PacketSize : 2048
PartnerAdapter :
PciBusWidth :
PciClockSpeed :
PortAddress : 0
PortId :
PortName : 50:0a:09:82:97:09:3b:1f
Speed : auto
SramParityEnabled : True
Standby : False
State : offlined by user/system
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaFcpAdapter</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Test-NaCifs</command:name>
        <maml:description>
            <maml:para>Returns the running state of the CIFS service.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Test</command:verb>
        <command:noun>NaCifs</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Returns the running state of the CIFS service.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Test-NaCifs</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.String</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cifs
API: cifs-status</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Test-NaCifs</dev:code>
              <dev:remarks>
                <maml:para>Get the status of the CIFS service.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>started
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaCifs</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Enable-NaCifs</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Disable-NaCifs</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Test-NaCifsName</command:name>
        <maml:description>
            <maml:para>Determines whether or not a particular CIFS server name is already in use on the network and a specified domain.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Test</command:verb>
        <command:noun>NaCifsName</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Determines whether or not a particular CIFS server name is already in use on the network and a specified domain.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Test-NaCifsName</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>CifsServer</maml:name>
                <maml:description>
                    <maml:para>The NetBIOS CIFS server name that will be verified. Example: cifsserver</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "2" >
                <maml:name>AuthType</maml:name>
                <maml:description>
                    <maml:para>The authentication style that will be used in a subsequent call to Set-NaCifs. These styles are subject to change in a future release. Possible values: ad, nt4, workgroup, passwd Note: The Domain, User and Password fields are optional unless AuthType is ad.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "3" >
                <maml:name>Domain</maml:name>
                <maml:description>
                    <maml:para>The name of the domain that the CIFS server will join. Examples: cifsdomain, cifs.domain.com</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>DCAddress</maml:name>
                <maml:description>
                    <maml:para>If this value is defined, CIFS will attempt to communicate with the domain controller directly using this address. Note: This information is only used when AuthType is &#39;nt4&#39;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>User</maml:name>
                <maml:description>
                    <maml:para>The name of a domain user that has the ability to add the CIFS server to the domain given in Domain. Examples: username (assumes Domain is the user&#39;s domain), cifsdomain\username, cifs.domain.com\username</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Password</maml:name>
                <maml:description>
                    <maml:para>The password for user.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Credential</maml:name>
                <maml:description>
                    <maml:para>Credentials of a domain user that has the ability to add the CIFS server to the domain given in Domain. This user is assumed to be a part of the domain supplied by the -Domain parameter.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >PSCredential</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>CifsServer</maml:name>
            <maml:description>
                <maml:para>The NetBIOS CIFS server name that will be verified. Example: cifsserver</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="2">
            <maml:name>AuthType</maml:name>
            <maml:description>
                <maml:para>The authentication style that will be used in a subsequent call to Set-NaCifs. These styles are subject to change in a future release. Possible values: ad, nt4, workgroup, passwd Note: The Domain, User and Password fields are optional unless AuthType is ad.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="3">
            <maml:name>Domain</maml:name>
            <maml:description>
                <maml:para>The name of the domain that the CIFS server will join. Examples: cifsdomain, cifs.domain.com</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>DCAddress</maml:name>
            <maml:description>
                <maml:para>If this value is defined, CIFS will attempt to communicate with the domain controller directly using this address. Note: This information is only used when AuthType is &#39;nt4&#39;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>User</maml:name>
            <maml:description>
                <maml:para>The name of a domain user that has the ability to add the CIFS server to the domain given in Domain. Examples: username (assumes Domain is the user&#39;s domain), cifsdomain\username, cifs.domain.com\username</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Password</maml:name>
            <maml:description>
                <maml:para>The password for user.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Credential</maml:name>
            <maml:description>
                <maml:para>Credentials of a domain user that has the ability to add the CIFS server to the domain given in Domain. This user is assumed to be a part of the domain supplied by the -Domain parameter.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
            <dev:type>
                <maml:name>PSCredential</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Cifs.CifsSetupVerifyNameInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cifs
API: cifs-setup-verify-name</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Test-NaCifsName benson ad rtprre.testdomain -User Administrator -Password p@ssw0rd | fl</dev:code>
              <dev:remarks>
                <maml:para>Check whether the server name &#39;benson&#39; is in use in the &#39;rtprre&#39; domain.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>IsInUse : True
IsInDomain : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaCifs</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Test-NaCifsPasswordGroupFile</command:name>
        <maml:description>
            <maml:para>Determines whether or not the /etc/passwd and /etc/group files exist, which would be used in the event that the configured CIFS authentication method fails.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Test</command:verb>
        <command:noun>NaCifsPasswordGroupFile</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Determines whether or not the /etc/passwd and /etc/group files exist, which would be used in the event that the configured CIFS authentication method fails.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Test-NaCifsPasswordGroupFile</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Cifs.CifsSetupVerifyPasswordAndGroupInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: cifs
API: cifs-setup-verify-passwd-and-group</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Test-NaCifsPasswordGroupFile | fl</dev:code>
              <dev:remarks>
                <maml:para>Determines whether or not the /etc/passwd and /etc/group files exist.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>PasswordFileExists : True
GroupFileExists : True
Required : True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaCifsGroupFile</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>New-NaCifsPasswordFile</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Test-NaCopyOffload</command:name>
        <maml:description>
            <maml:para>Show current copy offload feature state.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Test</command:verb>
        <command:noun>NaCopyOffload</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Show current copy offload feature state.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Test-NaCopyOffload</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.String</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: copyoffload
API: copyoffload-show</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Test-NaCopyOffload</dev:code>
              <dev:remarks>
                <maml:para>Get the current copy offload feature state.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>enabled
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaCopyOffload</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Disable-NaCopyOffload</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Test-NaFcp</command:name>
        <maml:description>
            <maml:para>Get status of the FCP service, whether or not it is running.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Test</command:verb>
        <command:noun>NaFcp</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get status of the FCP service, whether or not it is running.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Test-NaFcp</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.Boolean</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fcp
API: fcp-service-status</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Test-NaFcp</dev:code>
              <dev:remarks>
                <maml:para>Check whether the FCP service is running.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaFcp</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Disable-NaFcp</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Test-NaFpolicy</command:name>
        <maml:description>
            <maml:para>Return the status of fpolicy. Returns true if fpolicy is enabled, false if it is not.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Test</command:verb>
        <command:noun>NaFpolicy</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Return the status of fpolicy. Returns true if fpolicy is enabled, false if it is not.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Test-NaFpolicy</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.Boolean</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: fpolicy
API: fpolicy-status</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Test-NaFpolicy</dev:code>
              <dev:remarks>
                <maml:para>Get the status of the fpolicy functionality.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaFpolicy</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Disable-NaFpolicy</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Test-NaIscsi</command:name>
        <maml:description>
            <maml:para>Get status of the iSCSI service, whether or not it is running.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Test</command:verb>
        <command:noun>NaIscsi</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get status of the iSCSI service, whether or not it is running.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Test-NaIscsi</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.Boolean</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-service-status</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Test-NaIscsi</dev:code>
              <dev:remarks>
                <maml:para>Check whether the iSCSI service is running.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaIscsi</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Disable-NaIscsi</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Test-NaLunConfig</command:name>
        <maml:description>
            <maml:para>Returns a list of configuration warnings for various use cases.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Test</command:verb>
        <command:noun>NaLunConfig</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Returns a list of configuration warnings for various use cases.
 
General: (No switches) Returns a list of lun/fcp configuration warnings. These warnings are not related to filer cluster configuration.
 
FCP cfmode: (CFMode switch) Returns a list of configuration warnings related to initiator groups and the fcp cfmode setting
 
SSI FCP cfmode: (SSI switch) Returns a list of configuration warnings that pertain to problems specific to the &#39;ssi&#39; fcp cfmode. These errors must be fixed prior to upgrading any filer cluster to run in &#39;ssi&#39; mode.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Test-NaLunConfig</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Test-NaLunConfig</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>CFMode</maml:name>
                <maml:description>
                    <maml:para>Specify -CFMode to get FCP cfmode configuration warnings.</maml:para>
                </maml:description>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Test-NaLunConfig</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>SSI</maml:name>
                <maml:description>
                    <maml:para>Specify -SSI to get SSI FCP cfmode configuration warnings.</maml:para>
                </maml:description>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>CFMode</maml:name>
            <maml:description>
                <maml:para>Specify -CFMode to get FCP cfmode configuration warnings.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>SSI</maml:name>
            <maml:description>
                <maml:para>Specify -SSI to get SSI FCP cfmode configuration warnings.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Lun.ConfigCheckInfoBase</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: lun
API: lun-config-check-info, lun-config-check-cfmode-info, lun-config-check-single-image-info</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>(Test-NaLunConfig).FcpDownHbas</dev:code>
              <dev:remarks>
                <maml:para>Get list of down FCP adapters.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Adapter State
------- -----
0c OFFLINED BY USER/SYSTEM
0d OFFLINED BY USER/SYSTEM
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Test-NaNfs</command:name>
        <maml:description>
            <maml:para>Checks whether the NFS service is running.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Test</command:verb>
        <command:noun>NaNfs</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Checks whether the NFS service is running.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Test-NaNfs</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Nfs.NfsStatusInfo</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: nfs
API: nfs-status</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Test-NaNfs</dev:code>
              <dev:remarks>
                <maml:para>Get the status of the NFS service.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>IsEnabled : True
IsDrained : False
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaNfs</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Disable-NaNfs</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Test-NaNfsExportPermission</command:name>
        <maml:description>
            <maml:para>Returns true if the host IP has mount permissions for a specified path.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Test</command:verb>
        <command:noun>NaNfsExportPermission</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Returns true if the host IP has mount permissions for a specified path.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Test-NaNfsExportPermission</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Host</maml:name>
                <maml:description>
                    <maml:para>IP address of the host to check in appropriate format:
 
IPv4: AAA.BBB.CCC.DDD
IPv6: [AAAA:BBBB:...:GGGG]</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Returns the permissions for this path.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Permission</maml:name>
                <maml:description>
                    <maml:para>Possible values: read-only, read-write, and root.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Host</maml:name>
            <maml:description>
                <maml:para>IP address of the host to check in appropriate format:
 
IPv4: AAA.BBB.CCC.DDD
IPv6: [AAAA:BBBB:...:GGGG]</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Returns the permissions for this path.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Permission</maml:name>
            <maml:description>
                <maml:para>Possible values: read-only, read-write, and root.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.Boolean</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: nfs
API: nfs-exportfs-check-permission</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Test-NaNfsExportPermission -Path /vol/vol2 -Host 10.61.160.6 -Permission read-write</dev:code>
              <dev:remarks>
                <maml:para>Check whether host 10.61.160.6 has read/write permission to /vol/vol2.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Set-NaNfsExport</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Test-NaRadius</command:name>
        <maml:description>
            <maml:para>Get status of the radius client service, whether or not it is running.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Test</command:verb>
        <command:noun>NaRadius</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Get status of the radius client service, whether or not it is running.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Test-NaRadius</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.Boolean</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: radius
API: radius-service-status</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Test-NaRadius</dev:code>
              <dev:remarks>
                <maml:para>Get the status of the radius client service. Returns true if the service is running, false otherwise.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaRadius</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Disable-NaRadius</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Test-NaSnapmirror</command:name>
        <maml:description>
            <maml:para>Returns true if Snapmirror is available and enabled, false otherwise.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Test</command:verb>
        <command:noun>NaSnapmirror</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Returns true if Snapmirror is available and enabled, false otherwise.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Test-NaSnapmirror</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>System.Boolean</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapmirror
API: snapmirror-get-status</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Test-NaSnapmirror</dev:code>
              <dev:remarks>
                <maml:para>Checks whether Snapmirror is available and enabled on the current controller.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Enable-NaSnapmirror</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Test-NaSnapmirrorVolume</command:name>
        <maml:description>
            <maml:para>Return SnapMirror status values for a given volume.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Test</command:verb>
        <command:noun>NaSnapmirrorVolume</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Return SnapMirror status values for a given volume. All of the status values are returned simultaneously.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Test-NaSnapmirrorVolume</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Name of the volume to be queried.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Volume</maml:name>
            <maml:description>
                <maml:para>Name of the volume to be queried.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapmirror.VolSnapmirrorStatus</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapmirror
API: snapmirror-get-volume-status</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Test-NaSnapmirrorVolume vol2</dev:code>
              <dev:remarks>
                <maml:para>Check whether volume &#39;vol2&#39; is involved in a Snapmirror relationship.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>IsSource : True
IsDestination : False
IsTransferInProgress : False
IsTransferBroken : False
Volume : vol2
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Test-NaSnapmirror</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Test-NaSnapshotMulti</command:name>
        <maml:description>
            <maml:para>Validates the multi-snapshot creation operation on the specified volumes.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Test</command:verb>
        <command:noun>NaSnapshotMulti</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>This is a companion cmdlet of New-NaSnapshotMulti. It validates the snapshot creation operation on the specified volumes. But it does not actually create any snapshot. This API only does validations on all volumes and reports all errors in the output array. This API is intended to be issued before the New-NaSnapshotMulti cmdlet to find out all the errors that may be found during the snapshot create. Its main purpose is to enable the caller of New-NaSnapshotMulti to reduce the likelihood of failure, thereby attempting to avoid the cleanup overhead of deleting any newly created snapshots during failure processing. However, this validation API does not guarantee that New-NaSnapshotMulti cmdlet will actually work. Something could change between the two calls to cause the actual snapshot creations to fail.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Test-NaSnapshotMulti</maml:name>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "1" >
                <maml:name>Volumes</maml:name>
                <maml:description>
                    <maml:para>Names of the volumes across which the snapshot creation is to be validated. The maximum number of volumes on a cluster system is 1200 (100 for traditional volumes and 500 for flexible volumes. The number is then doubled for a cluster system).</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >String[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "true (ByPropertyName)" position = "2" >
                <maml:name>SnapName</maml:name>
                <maml:description>
                    <maml:para>Name of the snapshot to be created. The maximum string length is 256 characters.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="1">
            <maml:name>Volumes</maml:name>
            <maml:description>
                <maml:para>Names of the volumes across which the snapshot creation is to be validated. The maximum number of volumes on a cluster system is 1200 (100 for traditional volumes and 500 for flexible volumes. The number is then doubled for a cluster system).</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="2">
            <maml:name>SnapName</maml:name>
            <maml:description>
                <maml:para>Name of the snapshot to be created. The maximum string length is 256 characters.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name>DataONTAP.Types.Snapshot.VolumeError</maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: snapshot
API: snapshot-multicreate-validate</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Test-NaSnapshotMulti vol0,vol1 multisnap2</dev:code>
              <dev:remarks>
                <maml:para>Check whether a snapshot named &#39;multisnap2&#39; may be created on volumes &#39;vol0&#39; and &#39;vol1&#39;. In this example, the answer is false because snapshots by that name already exist on both volumes.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>Errno Name Reason ErrnoSpecified
----- ---- ------ --------------
   17 vol0 Snapshot already... True
   17 vol1 Snapshot already... True
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>New-NaSnapshotMulti</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Update-NaIsns</command:name>
        <maml:description>
            <maml:para>Forces iSNS service to update server.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Update</command:verb>
        <command:noun>NaIsns</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Forces iSNS service to update server.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Update-NaIsns</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: iscsi
API: iscsi-isns-update</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Update-NaIsns</dev:code>
              <dev:remarks>
                <maml:para>Update the iSNS server.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Get-NaIsns</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
        <maml:navigationLink>
            <maml:linkText>Enable-NaIsns</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Update-NaNfsExport</command:name>
        <maml:description>
            <maml:para>Loads the etc/exports file into memory.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Update</command:verb>
        <command:noun>NaNfsExport</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Loads the etc/exports file into memory. Replaces exports rules already residing in memory.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Update-NaNfsExport</maml:name>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>PersistentOnly</maml:name>
                <maml:description>
                    <maml:para>Default value is false. If specified, atomically reloads each rule from the exports file and unloads all other rules.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>PersistentOnly</maml:name>
            <maml:description>
                <maml:para>Default value is false. If specified, atomically reloads each rule from the exports file and unloads all other rules.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: nfs
API: nfs-exportfs-load-exports</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Update-NaNfsExport -PersistentOnly</dev:code>
              <dev:remarks>
                <maml:para>Update each export rule from the exports file, unloading all other rules.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Clear-NaNfsExportCache</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
<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">
<!--Generated by Help Cmdlet Editor-->
    <command:details>
        <command:name>Write-NaFile</command:name>
        <maml:description>
            <maml:para>Write data into a named file.</maml:para>
        </maml:description>
        <maml:copyright>
           <maml:para />
        <!--Add copy right info here.-->
        </maml:copyright>
        <command:verb>Write</command:verb>
        <command:noun>NaFile</command:noun>
        <!--Add Dev version info here.-->
        <dev:version />
    </command:details>
    <maml:description>
    <!--This is the Description section-->
        <maml:para>Write data into a named file. If the file does not previously exist, it will be created - the owner of the file will be root and it will not be readable or writable by non-root users. API will fail if data exceeds 1 MB.
 
By default, the contents of the file are replaced with the specified data. Various switches (NoOverwrite, Append, AppendLine, NoTruncate) are supported to provide control over how the file is modified.
 
Note that this API is provided primarily for administrative purposes. It is not intended for high-performance I/O.</maml:para>
    </maml:description>
    <command:syntax> <command:syntaxItem>
            <maml:name>Write-NaFile</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the file, i.e. /vol/&lt;volumename&gt;/&lt;filename&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>Data</maml:name>
                <maml:description>
                    <maml:para>Data to be written. The format of the data is interpreted as .NET strings, which are then converted to ASCII for storage on the controller. This is a convenient means to update text files, such as /etc/hosts, on the controller. Use RawData to write bytes directly to the file.</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>NoOverwrite</maml:name>
                <maml:description>
                    <maml:para>If specified, file will not be overwritten if it exists.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Append</maml:name>
                <maml:description>
                    <maml:para>If specified, file will be appended to. Ignored if Offset is specified.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>AppendLine</maml:name>
                <maml:description>
                    <maml:para>If specified, file will be appended to on a new line. Ignored if Offset is specified.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>NoTruncate</maml:name>
                <maml:description>
                    <maml:para>If specified, file will not be truncated before being written to. Ignored if non-zero Offset if specified.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Offset</maml:name>
                <maml:description>
                    <maml:para>Offset into file at which to start writing.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
        <command:syntaxItem>
            <maml:name>Write-NaFile</maml:name>
            <command:parameter required = "true" variableLength = "false" globbing = "false" pipelineInput = "false" position = "1" >
                <maml:name>Path</maml:name>
                <maml:description>
                    <maml:para>Path of the file, i.e. /vol/&lt;volumename&gt;/&lt;filename&gt;.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >String</command:parameterValue>
            </command:parameter>
            <command:parameter required = "true" variableLength = "true" globbing = "false" pipelineInput = "true (ByValue, ByPropertyName)" position = "named" >
                <maml:name>RawData</maml:name>
                <maml:description>
                    <maml:para>Data to be written. The data is not interpreted but is written directly to the file.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "true" >Byte[]</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>NoOverwrite</maml:name>
                <maml:description>
                    <maml:para>If specified, file will not be overwritten if it exists.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Append</maml:name>
                <maml:description>
                    <maml:para>If specified, file will be appended to. Ignored if Offset is specified.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>AppendLine</maml:name>
                <maml:description>
                    <maml:para>If specified, file will be appended to on a new line. Ignored if Offset is specified.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>NoTruncate</maml:name>
                <maml:description>
                    <maml:para>If specified, file will not be truncated before being written to. Ignored if non-zero Offset if specified.</maml:para>
                </maml:description>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Controller</maml:name>
                <maml:description>
                    <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >NaController</command:parameterValue>
            </command:parameter>
            <command:parameter required = "false" variableLength = "false" globbing = "false" pipelineInput = "false" position = "named" >
                <maml:name>Offset</maml:name>
                <maml:description>
                    <maml:para>Offset into file at which to start writing.</maml:para>
                </maml:description>
            <command:parameterValue required="true" variableLength = "false" >Int64</command:parameterValue>
            </command:parameter>
        </command:syntaxItem>
    </command:syntax>
    <command:parameters>
        <command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
            <maml:name>Path</maml:name>
            <maml:description>
                <maml:para>Path of the file, i.e. /vol/&lt;volumename&gt;/&lt;filename&gt;.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">String</command:parameterValue>
            <dev:type>
                <maml:name>String</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>Data</maml:name>
            <maml:description>
                <maml:para>Data to be written. The format of the data is interpreted as .NET strings, which are then converted to ASCII for storage on the controller. This is a convenient means to update text files, such as /etc/hosts, on the controller. Use RawData to write bytes directly to the file.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">String[]</command:parameterValue>
            <dev:type>
                <maml:name>String[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>NoOverwrite</maml:name>
            <maml:description>
                <maml:para>If specified, file will not be overwritten if it exists.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Append</maml:name>
            <maml:description>
                <maml:para>If specified, file will be appended to. Ignored if Offset is specified.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue>false</dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>AppendLine</maml:name>
            <maml:description>
                <maml:para>If specified, file will be appended to on a new line. Ignored if Offset is specified.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>NoTruncate</maml:name>
            <maml:description>
                <maml:para>If specified, file will not be truncated before being written to. Ignored if non-zero Offset if specified.</maml:para>
            </maml:description>
            <dev:type>
                <maml:name>SwitchParameter</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Controller</maml:name>
            <maml:description>
                <maml:para>The Data ONTAP controller object, embodied by an NaController object. This parameter is returned by the Connect-NaController cmdlet. If not specified, the value in the global variable CurrentNaController is used.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">NaController</command:parameterValue>
            <dev:type>
                <maml:name>NaController</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
            <maml:name>Offset</maml:name>
            <maml:description>
                <maml:para>Offset into file at which to start writing.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="false">Int64</command:parameterValue>
            <dev:type>
                <maml:name>Int64</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
        <command:parameter required="true" variableLength="true" globbing="false" pipelineInput="true (ByValue, ByPropertyName)" position="named">
            <maml:name>RawData</maml:name>
            <maml:description>
                <maml:para>Data to be written. The data is not interpreted but is written directly to the file.</maml:para>
            </maml:description>
            <command:parameterValue required="true" variableLength="true">Byte[]</command:parameterValue>
            <dev:type>
                <maml:name>Byte[]</maml:name>
                <maml:uri/>
            </dev:type>
            <dev:defaultValue></dev:defaultValue>
        </command:parameter>
    </command:parameters>
    <command:inputTypes>
        <command:inputType>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri/>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:inputType>
    </command:inputTypes>
    <command:returnValues>
        <command:returnValue>
            <dev:type>
                <maml:name></maml:name>
                <maml:uri />
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </dev:type>
            <maml:description></maml:description>
        </command:returnValue>
    </command:returnValues>
    <command:terminatingErrors>
    </command:terminatingErrors>
    <command:nonTerminatingErrors>
    </command:nonTerminatingErrors>
    <maml:alertSet>
        <maml:title></maml:title>
        <maml:alert>
            <maml:para>Category: file
API: file-write-file</maml:para>
        </maml:alert>
    </maml:alertSet>
    <command:examples>
        <command:example>
            <maml:title>
-------------- Example 1 -------------- </maml:title>
            <maml:introduction>
                <maml:para>C:\PS&gt;</maml:para>
C:\PS&gt; </maml:introduction>
              <dev:code>Write-NaFile /vol/vol0/etc/hosts -AppendLine &quot;10.10.10.10`tserver1&quot;</dev:code>
              <dev:remarks>
                <maml:para>Add a line to /etc/hosts.</maml:para>
                <maml:para></maml:para>
                <maml:para></maml:para>
                <maml:para>
                </maml:para>
                <maml:para></maml:para>
              </dev:remarks>
            <command:commandLines>
                <command:commandLine>
                    <command:commandText>
                    </command:commandText>
                </command:commandLine>
            </command:commandLines>
        </command:example>
    </command:examples>
    <maml:relatedLinks>
        <maml:navigationLink>
            <maml:linkText>Read-NaFile</maml:linkText>
            <maml:uri/>
        </maml:navigationLink>
    </maml:relatedLinks>
</command:command>
</helpItems>