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-NaControl