SolidFire.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">
        <command:details>
            <command:name>Add-SFClusterInterfacePreference</command:name>
            <maml:description>
                <maml:para>[Cluster] Lets you add a value to the key-value store. Works similar to a dictionary.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Add</command:verb>
            <command:noun>SFClusterInterfacePreference</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Creates a new cluster preference and stores it on the storage cluster. The ClusterInterfacePreference related APIs can be used by internal interfaces to the storage cluster such as HCI and UI to store arbitrary information in the cluster. Since the API calls in the UI are visible to customers, these APIs are made public.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Add-SFClusterInterfacePreference</maml:name>
                <command:parameter required="true" pipelineInput="false" position="0" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>Name of the key.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="1" aliases="None">
                    <maml:name>Value</maml:name>
                    <maml:description>
                        <maml:para>Value stored in the key-value store.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the key.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="1" aliases="None">
                <maml:name>Value</maml:name>
                <maml:description>
                    <maml:para>Value stored in the key-value store.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>CreateClusterInterfacePreferenceResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_CreateClusterInterfacePreferenceResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Add-SFClusterInterfacePreference -Name &quot;bestPet&quot; -Value &quot;dog&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Adds a new entry to the key-value store.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Add-SFDrive</command:name>
            <maml:description>
                <maml:para>[Cluster] Adds available drives to the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Add</command:verb>
            <command:noun>SFDrive</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Adds available drives to the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Add-SFDrive</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>DriveID</maml:name>
                    <maml:description>
                        <maml:para>The list of drive IDs to add to the cluster.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>DriveID</maml:name>
                <maml:description>
                    <maml:para>The list of drive IDs to add to the cluster.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>AddDrivesResult</maml:name>
                    <maml:uri>solidfire.github.io/sdk-dotnet</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Add-SFDrive -DriveID 23</dev:code>
                <dev:remarks>
                    <maml:para>Adds a single available drive to the cluster by DriveID.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Add-SFDrive -DriveID 9,13</dev:code>
                <dev:remarks>
                    <maml:para>Adds two drives with IDs 9 and 13 to the cluster.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFDrive | Where-Object {$_.status -eq &quot;available&quot;} | Add-SFDrive</dev:code>
                <dev:remarks>
                    <maml:para>Adds all available drives to the cluster.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Add-SFInitiatorToVolumeAccessGroup</command:name>
            <maml:description>
                <maml:para>[Cluster] Adds initiators to an existing volume access group.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Add</command:verb>
            <command:noun>SFInitiatorToVolumeAccessGroup</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Adds initiators to an existing volume access group.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Add-SFInitiatorToVolumeAccessGroup</maml:name>
                <command:parameter required="true" pipelineInput="true (ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeAccessGroupID</maml:name>
                    <maml:description>
                        <maml:para>Enter a volume access group ID or list of volume access group IDs.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByPropertyName)" position="1" aliases="InitiatorName">
                    <maml:name>Initiators</maml:name>
                    <maml:description>
                        <maml:para>List of initiator names (IQNs and WWPNs) to include in the volume access group.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="1" aliases="InitiatorName">
                <maml:name>Initiators</maml:name>
                <maml:description>
                    <maml:para>List of initiator names (IQNs and WWPNs) to include in the volume access group.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeAccessGroupID</maml:name>
                <maml:description>
                    <maml:para>Enter a volume access group ID or list of volume access group IDs.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
System.String[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>VolumeAccessGroup</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_VolumeAccessGroup.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Add-SFInitiatorToVolumeAccessGroup -VolumeAccessGroupID 5 -Initiators &quot;iqn.1994-05.com.redhat:8afd1bec9877&quot;,&quot;iqn.1998-01.com.vmware:pcl-1&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Adds a pair of iSCSI initiators (IQNs) to a volume access group.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Add-SFInitiatorToVolumeAccessGroup -VolumeAccessGroupID 5 -Initiators &quot;21:00:00:0e:1e:09:bb:8a&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Adds a Fibre Channel initiator (WWPN) to a volume access group.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Add-SFKeyServerToProviderKmip</command:name>
            <maml:description>
                <maml:para>[Cluster] Creates a KMIP (Key Management Interoperability Protocol) Key Provider</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Add</command:verb>
            <command:noun>SFKeyServerToProviderKmip</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] A Key Provider defines a mechanism and location to retrieve authentication keys. A KMIP Key Provider represents a collection of one or more KMIP Key Servers. A newly created KMIP Key Provider will not have any KMIP Key Servers assigned to it. To create a KMIP Key Server see CreateKeyServerKmip and to assign it to a provider created via this method see AddKeyServerToProviderKmip.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Add-SFKeyServerToProviderKmip</maml:name>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KeyProviderID</maml:name>
                    <maml:description>
                        <maml:para>The ID of the Key Provider to assign the KMIP Key Server to.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KeyServerID</maml:name>
                    <maml:description>
                        <maml:para>The ID of the KMIP Key Server to assign.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KeyProviderID</maml:name>
                <maml:description>
                    <maml:para>The ID of the Key Provider to assign the KMIP Key Server to.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KeyServerID</maml:name>
                <maml:description>
                    <maml:para>The ID of the KMIP Key Server to assign.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>AddKeyServerToProviderKmipResult</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Add-SFKeyServerToProviderKmip -KeyServerID 5 -KeyProviderID 1</dev:code>
                <dev:remarks>
                    <maml:para>Adds a key server to a key provider.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Add-SFNode</command:name>
            <maml:description>
                <maml:para>[Cluster] Adds a SolidFire node to the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Add</command:verb>
            <command:noun>SFNode</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Adds a SolidFire node to the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Add-SFNode</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName, FromRemainingArguments)" position="0" aliases="None">
                    <maml:name>PendingNodeID</maml:name>
                    <maml:description>
                        <maml:para>Enter one or more pending Node IDs.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName, FromRemainingArguments)" position="0" aliases="None">
                <maml:name>PendingNodeID</maml:name>
                <maml:description>
                    <maml:para>Enter one or more pending Node IDs.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>PendingNode[]</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_PendingNode.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Add-SFNode -PendingNodeID 5</dev:code>
                <dev:remarks>
                    <maml:para>Adds a single pending node to the cluster.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFPendingNode | Add-SFNode</dev:code>
                <dev:remarks>
                    <maml:para>Adds all pending nodes.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Add-SFSnmpNetwork</command:name>
            <maml:description>
                <maml:para>[Cluster] Adds an SNMP network object that is used to configure SNMP on the cluster nodes.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Add</command:verb>
            <command:noun>SFSnmpNetwork</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Adds an SNMP network object that is used to configure SNMP on the cluster nodes.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Add-SFSnmpNetwork</maml:name>
                <command:parameter required="true" pipelineInput="false" position="0" aliases="None">
                    <maml:name>Access</maml:name>
                    <maml:description>
                        <maml:para>ro: read-only access.*, rw: for read-write access, rosys: for read-only access to a restricted set of system information.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="1" aliases="None">
                    <maml:name>Cidr</maml:name>
                    <maml:description>
                        <maml:para>A Cidr network mask. This network mask must be an integer greater than or equal to 0, and less than or equal to 32. It must also not be equal to 31.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="2" aliases="None">
                    <maml:name>Community</maml:name>
                    <maml:description>
                        <maml:para>SNMP community string.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="3" aliases="None">
                    <maml:name>Network</maml:name>
                    <maml:description>
                        <maml:para>This parameter, along with the cidr variable, is used to control which network the access and community string apply to. The special value of &apos;default&apos; is used to specify an entry that applies to all networks. The cidr mask is ignored when network value is either a host name or default.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>Access</maml:name>
                <maml:description>
                    <maml:para>ro: read-only access.*, rw: for read-write access, rosys: for read-only access to a restricted set of system information.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="1" aliases="None">
                <maml:name>Cidr</maml:name>
                <maml:description>
                    <maml:para>A Cidr network mask. This network mask must be an integer greater than or equal to 0, and less than or equal to 32. It must also not be equal to 31.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="2" aliases="None">
                <maml:name>Community</maml:name>
                <maml:description>
                    <maml:para>SNMP community string.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="3" aliases="None">
                <maml:name>Network</maml:name>
                <maml:description>
                    <maml:para>This parameter, along with the cidr variable, is used to control which network the access and community string apply to. The special value of &apos;default&apos; is used to specify an entry that applies to all networks. The cidr mask is ignored when network value is either a host name or default.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetSnmpACLResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetSnmpACLResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Add-SFSnmpNetwork -Access ro -Cidr 24 -Community readonly -Network 10.10.10.0</dev:code>
                <dev:remarks>
                    <maml:para>Adds a read-only network (10.10.10.0) to the community &quot;readonly&quot;.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Add-SFSnmpTrapRecipient</command:name>
            <maml:description>
                <maml:para>[Cluster] Adds a host that receives traps generated by the cluster master.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Add</command:verb>
            <command:noun>SFSnmpTrapRecipient</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Adds a host that receives traps generated by the cluster master.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Add-SFSnmpTrapRecipient</maml:name>
                <command:parameter required="true" pipelineInput="false" position="0" aliases="None">
                    <maml:name>Host</maml:name>
                    <maml:description>
                        <maml:para>The IP address or host name of the target network management station.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="1" aliases="None">
                    <maml:name>Community</maml:name>
                    <maml:description>
                        <maml:para>SNMP community string..</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="2" aliases="None">
                    <maml:name>Port</maml:name>
                    <maml:description>
                        <maml:para>The UDP port number on the host where the trap is to be sent. Valid range is 1 - 65535. 0 (zero) is not a valid port number. Most SNMP ports are at 162.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="1" aliases="None">
                <maml:name>Community</maml:name>
                <maml:description>
                    <maml:para>SNMP community string..</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>Host</maml:name>
                <maml:description>
                    <maml:para>The IP address or host name of the target network management station.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="2" aliases="None">
                <maml:name>Port</maml:name>
                <maml:description>
                    <maml:para>The UDP port number on the host where the trap is to be sent. Valid range is 1 - 65535. 0 (zero) is not a valid port number. Most SNMP ports are at 162.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetSnmpTrapInfoResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetSnmpTrapInfoResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Add-SFSnmpTrapRecipient -Host 10.10.10.10 -Community readonly -Port 162</dev:code>
                <dev:remarks>
                    <maml:para>Add a single trap recipient.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Add-SFSnmpUsmUser</command:name>
            <maml:description>
                <maml:para>[Cluster] Adds an SNMP v3 USM users object that is used to access SNMP on the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Add</command:verb>
            <command:noun>SFSnmpUsmUser</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Adds an SNMP v3 USM users object that is used to access SNMP on the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Add-SFSnmpUsmUser</maml:name>
                <command:parameter required="true" pipelineInput="false" position="0" aliases="None">
                    <maml:name>Access</maml:name>
                    <maml:description>
                        <maml:para>rouser: read-only access.*, rwuser: for read-write access, rosys: for read-only access to a restricted set of system information.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="1" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>The name of the user. Must contain at least one character but be no longer than 32 characters. No blank space.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="2" aliases="None">
                    <maml:name>Password</maml:name>
                    <maml:description>
                        <maml:para>The password of the user. Must be between 8 and 255 characters long (inclusive). No blanks allowed. Required if &apos;secLevel&apos; is &apos;auth&apos; or &apos;priv.&apos;</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="3" aliases="None">
                    <maml:name>Passphrase</maml:name>
                    <maml:description>
                        <maml:para>The passphrase of the user. Must be between 8 and 255 characters long (inclusive). No blanks allowed. Required if &apos;secLevel&apos; is &apos;priv&apos;.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="4" aliases="None">
                    <maml:name>SecLevel</maml:name>
                    <maml:description>
                        <maml:para>&apos;noauth&apos;: no password or passphrase required. &apos;auth&apos;: a password is required for user access. &apos;priv&apos;: a password and passphrase is required for user access.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>Access</maml:name>
                <maml:description>
                    <maml:para>rouser: read-only access.*, rwuser: for read-write access, rosys: for read-only access to a restricted set of system information.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="1" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the user. Must contain at least one character but be no longer than 32 characters. No blank space.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="3" aliases="None">
                <maml:name>Passphrase</maml:name>
                <maml:description>
                    <maml:para>The passphrase of the user. Must be between 8 and 255 characters long (inclusive). No blanks allowed. Required if &apos;secLevel&apos; is &apos;priv&apos;.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="2" aliases="None">
                <maml:name>Password</maml:name>
                <maml:description>
                    <maml:para>The password of the user. Must be between 8 and 255 characters long (inclusive). No blanks allowed. Required if &apos;secLevel&apos; is &apos;auth&apos; or &apos;priv.&apos;</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="4" aliases="None">
                <maml:name>SecLevel</maml:name>
                <maml:description>
                    <maml:para>&apos;noauth&apos;: no password or passphrase required. &apos;auth&apos;: a password is required for user access. &apos;priv&apos;: a password and passphrase is required for user access.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetSnmpACLResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetSnmpACLResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Add-SFSnmpUsmUser -Name snmpUser -Access rouser -Password snmpPass -Passphrase dummyPhrase -SecLevel noauth</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new SNMP USM user &quot;snmpUser&quot;. Since the SecLevel is set to &quot;noauth&quot; the password and passphrase are entered only as dummy parameters.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Add-SFVolumeToVolumeAccessGroup</command:name>
            <maml:description>
                <maml:para>[Cluster] Adds one or more volumes to an existing volume access group.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Add</command:verb>
            <command:noun>SFVolumeToVolumeAccessGroup</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Adds one or more volumes to an existing volume access group.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Add-SFVolumeToVolumeAccessGroup</maml:name>
                <command:parameter required="true" pipelineInput="false" position="0" aliases="None">
                    <maml:name>VolumeAccessGroupID</maml:name>
                    <maml:description>
                        <maml:para>ID of volume access group to modify.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>List of volume IDs to add to the volume access group.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>VolumeAccessGroupID</maml:name>
                <maml:description>
                    <maml:para>ID of volume access group to modify.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                <maml:name>VolumeID</maml:name>
                <maml:description>
                    <maml:para>List of volume IDs to add to the volume access group.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>VolumeAccessGroup</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_VolumeAccessGroup.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Add-SFVolumeToVolumeAccessGroup -VolumeAccessGroupID 5 -VolumeID 15</dev:code>
                <dev:remarks>
                    <maml:para>Adds volume ID 15 to volume access group ID 5.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolume -Name &quot;VMware*&quot; | Add-SFVolumeToVolumeAccessGroup -VolumeAccessGroupID 5</dev:code>
                <dev:remarks>
                    <maml:para>Adds all volumes with names beginning with &quot;VMware&quot; to volume access group ID 5.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Complete-SFClusterPairing</command:name>
            <maml:description>
                <maml:para>[Cluster] Creates an encoded key from a cluster that is used to pair with another cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Complete</command:verb>
            <command:noun>SFClusterPairing</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Creates an encoded key from a cluster that is used to pair with another cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Complete-SFClusterPairing</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>ClusterPairingKey</maml:name>
                    <maml:description>
                        <maml:para>A string of characters that is returned from the StartClusterPairing API method.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>ClusterPairingKey</maml:name>
                <maml:description>
                    <maml:para>A string of characters that is returned from the StartClusterPairing API method.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.String
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>CompleteClusterPairingResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_CompleteClusterPairingResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Start-SFClusterPairing -Target 10.192.6.133 | Complete-SFClusterPairing -Target 10.192.6.135</dev:code>
                <dev:remarks>
                    <maml:para>Completes the pairing process with the generated ClusterPairingKey.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$key = Start-SFClusterPairing -Target 10.192.6.133
Complete-SFClusterPairing -ClusterPairingKey $key.ClusterPairingKey -Target 10.192.6.135</dev:code>
                <dev:remarks>
                    <maml:para>Completes the pairing process with the generated ClusterPairingKey. Does the same as example 1 but also saves the data.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Complete-SFVolumePairing</command:name>
            <maml:description>
                <maml:para>[Cluster] Completes the pairing of two volumes.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Complete</command:verb>
            <command:noun>SFVolumePairing</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Completes the pairing of two volumes.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Complete-SFVolumePairing</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumePairingKey</maml:name>
                    <maml:description>
                        <maml:para>A string of characters that is returned from the StartVolumePairing API method.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>The ID of the volume on which to complete the pairing process.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>VolumeID</maml:name>
                <maml:description>
                    <maml:para>The ID of the volume on which to complete the pairing process.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumePairingKey</maml:name>
                <maml:description>
                    <maml:para>A string of characters that is returned from the StartVolumePairing API method.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.String
System.Int64
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>CompleteVolumePairingResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_CompleteVolumePairingResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Complete-SFVolumePairing -VolumeID 18 -VolumePairingKey $vol_pairing_key</dev:code>
                <dev:remarks>
                    <maml:para>Completes a volume pairing using a pairing key previously obtained from the Start-SFVolumePairing cmdlet.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Start-SFVolumePairing -VolumeID 42 -Mode Async -Target Cluster1 | Complete-SFVolumePairing -VolumeID 18 -Target Cluster2</dev:code>
                <dev:remarks>
                    <maml:para>Creates a volume pairing key and pipes it to the Complete-SFVolumePairing cmdlet to create a volume pair.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Connect-SFCluster</command:name>
            <maml:description>
                <maml:para>[Node/Cluster] Initiates a connection sequence that establishes a SolidFire node or cluster connection.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Connect</command:verb>
            <command:noun>SFCluster</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node/Cluster] Initiates a connection sequence that establishes a SolidFire node or cluster connection.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Connect-SFCluster</maml:name>
                <command:parameter required="true" pipelineInput="false" position="0" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByValue)" position="1" aliases="None">
                    <maml:name>Credential</maml:name>
                    <maml:description>
                        <maml:para>Please supply a valid PSCredential. Use Get-Credential.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">pscredential</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Node</maml:name>
                    <maml:description>
                        <maml:para>Enter a valid SF node FQDN or IP address</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>VersionApi</maml:name>
                    <maml:description>
                        <maml:para>Enter the API Version number</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">float</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Port</maml:name>
                    <maml:description>
                        <maml:para>Enter the Port number</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Timeout</maml:name>
                    <maml:description>
                        <maml:para>Use this parameter to change the timeout of the http client. Default is 40 seconds.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Connect-SFCluster</maml:name>
                <command:parameter required="true" pipelineInput="false" position="0" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="1" aliases="None">
                    <maml:name>Username</maml:name>
                    <maml:description>
                        <maml:para>Enter a valid user name</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="2" aliases="None">
                    <maml:name>Password</maml:name>
                    <maml:description>
                        <maml:para>Enter a valid password</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Node</maml:name>
                    <maml:description>
                        <maml:para>Enter a valid SF node FQDN or IP address</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>VersionApi</maml:name>
                    <maml:description>
                        <maml:para>Enter the API Version number</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">float</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Port</maml:name>
                    <maml:description>
                        <maml:para>Enter the Port number</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Timeout</maml:name>
                    <maml:description>
                        <maml:para>Use this parameter to change the timeout of the http client. Default is 40 seconds.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue)" position="1" aliases="None">
                <maml:name>Credential</maml:name>
                <maml:description>
                    <maml:para>Please supply a valid PSCredential. Use Get-Credential.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">pscredential</command:parameterValue>
                <dev:type>
                    <maml:name>pscredential</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Node</maml:name>
                <maml:description>
                    <maml:para>Enter a valid SF node FQDN or IP address</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="2" aliases="None">
                <maml:name>Password</maml:name>
                <maml:description>
                    <maml:para>Enter a valid password</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Port</maml:name>
                <maml:description>
                    <maml:para>Enter the Port number</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Timeout</maml:name>
                <maml:description>
                    <maml:para>Use this parameter to change the timeout of the http client. Default is 40 seconds.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="1" aliases="None">
                <maml:name>Username</maml:name>
                <maml:description>
                    <maml:para>Enter a valid user name</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>VersionApi</maml:name>
                <maml:description>
                    <maml:para>Enter the API Version number</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">float</command:parameterValue>
                <dev:type>
                    <maml:name>float</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Management.Automation.PSCredential
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para>Successfully connected to &apos;[Name]&apos; with address &apos;[Target]&apos;.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>SFConnection</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Connect-SFCluster 172.27.1.56</dev:code>
                <dev:remarks>
                    <maml:para>Using the Connect-SFCluster cmdlet in this manner will create an on-screen prompt requesting the cluster admin username and password.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Connect-SFCluster 172.27.1.56 -Username clusterAdmin -Password clearPassword</dev:code>
                <dev:remarks>
                    <maml:para>Note that using Connect-SFCluster in this manner requires a clear-text password be entered on the command line.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Connect-SFCluster 172.27.1.5 -Node</dev:code>
                <dev:remarks>
                    <maml:para>This will create a connection to a specific node. If a node is already in a cluster, then it will use the same cluster admin credentials as the cluster. If the node has not yet been added to a cluster, then any username and password can be used.

Using the Connect-SFCluster cmdlet in this manner will create an on-screen prompt requesting the cluster admin username and password.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 4 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$cred = Get-Credential

$cred | Connect-SFCluster 172.27.1.56</dev:code>
                <dev:remarks>
                    <maml:para>The example first prompts for cluster credentials and stores them as a PSCredential object. The credentials can then be piped directly into Connect-SFCluster.

Note: Credentials stored in this manner can be saved to a file with the Export-CliXml cmdlet and retrieved with the Import-CliXml cmdlet.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 5 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Connect-SFCluster 172.27.1.56 -VersionApi 7.0</dev:code>
                <dev:remarks>
                    <maml:para>Connects to a cluster using a specific API end point. For example, you could connect to a cluster running 8.2 on the 7.0 end point.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 6 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Connect-SFCluster -Node 172.27.1.5</dev:code>
                <dev:remarks>
                    <maml:para>This will create a connection to a specific node. If a node is already in a cluster, then it will use the same cluster admin credentials as the cluster. If the node has not yet been added to a cluster, then any username and password can be used.

Using the Connect-SFCluster cmdlet in this manner will create an on-screen prompt requesting the cluster admin username and password.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Copy-SFVolume</command:name>
            <maml:description>
                <maml:para>Copies one volume to another.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Copy</command:verb>
            <command:noun>SFVolume</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Copies one volume to another.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Copy-SFVolume</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>Source volume to copy.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DstVolumeID</maml:name>
                    <maml:description>
                        <maml:para>Destination volume for the copy.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SnapshotID</maml:name>
                    <maml:description>
                        <maml:para>Snapshot ID of the source volume to create the copy from.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DstVolumeID</maml:name>
                <maml:description>
                    <maml:para>Destination volume for the copy.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SnapshotID</maml:name>
                <maml:description>
                    <maml:para>Snapshot ID of the source volume to create the copy from.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                <maml:name>VolumeID</maml:name>
                <maml:description>
                    <maml:para>Source volume to copy.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para>Copies one volume to another.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Copy-SFVolume -VolumeID 267 -DstVolumeID 269</dev:code>
                <dev:remarks>
                    <maml:para>This will copy contents of VolumeID 267 to existing VolumeID 269.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Copy-SFVolume -VolumeID 267 -DstVolumeID 270 -SnapshotID 2610</dev:code>
                <dev:remarks>
                    <maml:para>This copies the contents of existing SnapshotID 2610 of VolumeID 267 to existing VolumeID 270.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Disable-SFClusterSsh</command:name>
            <maml:description>
                <maml:para>[Cluster] Disables SSH on all nodes in the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Disable</command:verb>
            <command:noun>SFClusterSsh</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Disables SSH on all nodes in the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Disable-SFClusterSsh</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>DisableClusterSshResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_DisableClusterSshResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Disable-SFClusterSsh</dev:code>
                <dev:remarks>
                    <maml:para>Disables SSH clusterwide.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Disable-SFEncryptionAtRest</command:name>
            <maml:description>
                <maml:para>[Cluster] Removes the encryption that was previously applied to the cluster using the Enable-SFEncryptionAtRest CmdLet.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Disable</command:verb>
            <command:noun>SFEncryptionAtRest</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Removes the encryption that was previously applied to the cluster using the Enable-SFEncryptionAtRest CmdLet.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Disable-SFEncryptionAtRest</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>DisableEncryptionAtRestResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_DisableEncryptionAtRestResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Disable-SFEncryptionAtRest -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Disables SFEncryptionAtRest with no confirmation prompt</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Disable-SFIdpAuthentication</command:name>
            <maml:description>
                <maml:para>[Cluster] Disable support for authentication using third party Identity Providers (IdP) for the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Disable</command:verb>
            <command:noun>SFIdpAuthentication</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Disable support for authentication using third party Identity Providers (IdP) for the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Disable-SFIdpAuthentication</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetIdpAuthenticationStateResult</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Disable-SFIdpAuthentication</dev:code>
                <dev:remarks>
                    <maml:para>Disable IDP Authentication for the cluster</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Disable-SFMaintenanceMode</command:name>
            <maml:description>
                <maml:para>[Cluster] Take a node out of maintenance mode. This should be called after maintenance is complete and the node is online.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Disable</command:verb>
            <command:noun>SFMaintenanceMode</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Take a node out of maintenance mode. This should be called after maintenance is complete and the node is online.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Disable-SFMaintenanceMode</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName, FromRemainingArguments)" position="0" aliases="None">
                    <maml:name>Nodes</maml:name>
                    <maml:description>
                        <maml:para>List of NodeIDs to take out of maintenance mode.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName, FromRemainingArguments)" position="0" aliases="None">
                <maml:name>Nodes</maml:name>
                <maml:description>
                    <maml:para>List of NodeIDs to take out of maintenance mode.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>MaintenanceModeResult</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Disable-SFMaintenanceMode -Nodes 1</dev:code>
                <dev:remarks>
                    <maml:para>Disables Maintenance Mode on Node with ID 1</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Disable-SFSnmp</command:name>
            <maml:description>
                <maml:para>[Cluster] Disables SNMP on the SolidFire cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Disable</command:verb>
            <command:noun>SFSnmp</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Disables SNMP on the SolidFire cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Disable-SFSnmp</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetSnmpStateResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetSnmpStateResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Disable-SFSnmp</dev:code>
                <dev:remarks>
                    <maml:para>Disables SNMP on the connected cluster.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Disable-SFSsh</command:name>
            <maml:description>
                <maml:para>[Node] Disables SSH on the targeted node.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Disable</command:verb>
            <command:noun>SFSsh</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] Disables SSH on the targeted node. This does not effect the cluster-wide SSH timeout duration. The node is not exempt from the SSH shut off by the global timeout.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Disable-SFSsh</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>DisableSshResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_DisableSshResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Disable-SFSsh</dev:code>
                <dev:remarks>
                    <maml:para>Disables SSH on the currently connected node.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Disconnect-SFCluster</command:name>
            <maml:description>
                <maml:para>[Node/Cluster] Disconnects a cluster or node connection.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Disconnect</command:verb>
            <command:noun>SFCluster</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node/Cluster] Disconnects a cluster or node connection.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Disconnect-SFCluster</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Disconnect-SFCluster</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>Name of a node or cluster to disconnect from</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of a node or cluster to disconnect from</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.String[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Disconnect-SFCluster</dev:code>
                <dev:remarks>
                    <maml:para>Running Disconnect-SFCluster without any arguments will disconnect all SolidFire connections in $SFConnections.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Disconnect-SFCluster -Target 172.27.1.56</dev:code>
                <dev:remarks>
                    <maml:para>In this case Disconnect-SFCluster will only disconnect from the specified target IP or FQDN.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Disconnect-SFCluster -Name ClusterName</dev:code>
                <dev:remarks>
                    <maml:para>In this case Disconnect-SFCluster will only disconnect from the specified cluster or node name. Wildcards can be used to disconnect from multiple clusters/nodes with similar names. For example: Cluster* will disconnect from any connections whos name begins with Cluster.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Enable-SFClusterSsh</command:name>
            <maml:description>
                <maml:para>[Cluster] Enables SSH on all nodes in the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Enable</command:verb>
            <command:noun>SFClusterSsh</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Enables SSH on all nodes in the cluster. Overwrites previous duration.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Enable-SFClusterSsh</maml:name>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Duration</maml:name>
                    <maml:description>
                        <maml:para>The duration on how long SSH will be enabled on the cluster. Follows format &quot;HH:MM:SS.MS&quot;.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Duration</maml:name>
                <maml:description>
                    <maml:para>The duration on how long SSH will be enabled on the cluster. Follows format &quot;HH:MM:SS.MS&quot;.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>EnableClusterSshResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_EnableClusterSshResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Enable-SFClusterSsh -Duration &quot;24:00:00&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Enables SSH clusterwide for 24 hours.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Enable-SFEncryptionAtRest</command:name>
            <maml:description>
                <maml:para>[Cluster] Enables the (AES) 256-bit encryption at rest so the cluster can manage the encryption key used for the drives on each node.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Enable</command:verb>
            <command:noun>SFEncryptionAtRest</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Enables the (AES) 256-bit encryption at rest so the cluster can manage the encryption key used for the drives on each node.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Enable-SFEncryptionAtRest</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KeyProviderID</maml:name>
                    <maml:description>
                        <maml:para>If a keyProviderID is specified then the password will be generated/retrieved as appropriate per the type of provider. Commonly this would be via a KMIP (Key Management Interoperability Protocol) Key Server in the case of a KMIP Key Provider (see New-SFKeyProviderKmip.)</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KeyProviderID</maml:name>
                <maml:description>
                    <maml:para>If a keyProviderID is specified then the password will be generated/retrieved as appropriate per the type of provider. Commonly this would be via a KMIP (Key Management Interoperability Protocol) Key Server in the case of a KMIP Key Provider (see New-SFKeyProviderKmip.)</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>EnableEncryptionAtRestResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_EnableEncryptionAtRestResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Enable-SFEncryptionAtRest -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Enables SF Encryption at Rest with no confirmation prompt</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Enable-SFFeature</command:name>
            <maml:description>
                <maml:para>Enables cluster features that are disabled by default.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Enable</command:verb>
            <command:noun>SFFeature</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Enables cluster features that are disabled by default.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Enable-SFFeature</maml:name>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Feature</maml:name>
                    <maml:description>
                        <maml:para>Valid values: vvols: Enable the Virtual Volumes (VVOLs) cluster feature.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Feature</maml:name>
                <maml:description>
                    <maml:para>Valid values: vvols: Enable the Virtual Volumes (VVOLs) cluster feature.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Enable-SFFeature</dev:code>
                <dev:remarks>
                    <maml:para>Enable the Virtual Volumes (VVols) cluster feature. By default the command automatically choses to enable this without needing the &quot;-Feature&quot; flag.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Enable-SFFeature -Feature vvols</dev:code>
                <dev:remarks>
                    <maml:para>Enable the Virtual Volumes (VVols) cluster feature. By default the &quot;-Feature vvols&quot; is not needed to run the command to enable &quot;VVols&quot;.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Enable-SFIdpAuthentication</command:name>
            <maml:description>
                <maml:para>[Cluster] Enable support for authentication using a third party Identity Provider (IdP) for the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Enable</command:verb>
            <command:noun>SFIdpAuthentication</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Enable support for authentication using a third party Identity Provider (IdP) for the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Enable-SFIdpAuthentication</maml:name>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="0" aliases="None">
                    <maml:name>IdpConfigurationID</maml:name>
                    <maml:description>
                        <maml:para>UUID for the third party Identity Provider (IdP) Configuration.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">guid</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="0" aliases="None">
                <maml:name>IdpConfigurationID</maml:name>
                <maml:description>
                    <maml:para>UUID for the third party Identity Provider (IdP) Configuration.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">guid</command:parameterValue>
                <dev:type>
                    <maml:name>guid</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Guid
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetIdpAuthenticationStateResult</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Enable-SFIdpAuthentication</dev:code>
                <dev:remarks>
                    <maml:para>Enable IDP Authentication for the cluster if there is only IDP Configuration on the cluster</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Enable-SFIdpAuthentication -IdpConfigurationID 3cadaa53-132f-4e01-b0e0-a6d32888734a</dev:code>
                <dev:remarks>
                    <maml:para>Enable IDP Authentication for the cluster with IdpConfigurationID 3cadaa53-132f-4e01-b0e0-a6d32888734a</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Enable-SFMaintenanceMode</command:name>
            <maml:description>
                <maml:para>[Cluster] Prepare a node for maintenance. Maintenance includes anything that will require the node to be powered-off or restarted.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Enable</command:verb>
            <command:noun>SFMaintenanceMode</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Prepare a node for maintenance. Maintenance includes anything that will require the node to be powered-off or restarted.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Enable-SFMaintenanceMode</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName, FromRemainingArguments)" position="0" aliases="None">
                    <maml:name>Nodes</maml:name>
                    <maml:description>
                        <maml:para>List of NodeIDs to put in maintenance mode.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="1" aliases="None">
                    <maml:name>PerMinutePrimarySwapLimit</maml:name>
                    <maml:description>
                        <maml:para>Number of primaries to swap per minute. If not specified, all will be swapped at once.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="2" aliases="None">
                    <maml:name>Timeout</maml:name>
                    <maml:description>
                        <maml:para>How long to allow maintenance mode to remain enabled before automatically disabling. Formatted in HH:mm:ss. If not specified, it will remain enabled until explicitly disabled.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="3" aliases="None">
                    <maml:name>ForceWithUnResolvedFaults</maml:name>
                    <maml:description>
                        <maml:para>Force maintenance mode to be enabled even with blocking cluster faults present.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="3" aliases="None">
                <maml:name>ForceWithUnResolvedFaults</maml:name>
                <maml:description>
                    <maml:para>Force maintenance mode to be enabled even with blocking cluster faults present.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName, FromRemainingArguments)" position="0" aliases="None">
                <maml:name>Nodes</maml:name>
                <maml:description>
                    <maml:para>List of NodeIDs to put in maintenance mode.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="1" aliases="None">
                <maml:name>PerMinutePrimarySwapLimit</maml:name>
                <maml:description>
                    <maml:para>Number of primaries to swap per minute. If not specified, all will be swapped at once.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="2" aliases="None">
                <maml:name>Timeout</maml:name>
                <maml:description>
                    <maml:para>How long to allow maintenance mode to remain enabled before automatically disabling. Formatted in HH:mm:ss. If not specified, it will remain enabled until explicitly disabled.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
System.Int64
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>MaintenanceModeResult</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Enable-SFMaintenanceMode -Nodes 1 -PerMinutePrimarySwapLimit 1 -Timeout 00:30:00 -ForceWithUnResolvedFaults</dev:code>
                <dev:remarks>
                    <maml:para>Enables Maintenance Mode for 30 minutes on Node with ID 1 with 1 swap per minute forcely</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Enable-SFSnmp</command:name>
            <maml:description>
                <maml:para>[Cluster] Enables SNMP on the SolidFire cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Enable</command:verb>
            <command:noun>SFSnmp</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Enables SNMP on the SolidFire cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Enable-SFSnmp</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>SnmpV3Enabled</maml:name>
                    <maml:description>
                        <maml:para>If set to &apos;true&apos;, then SNMP v3 is enabled on each node in the cluster. If set to &apos;false&apos;, then SNMP v2 is enabled.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>SnmpV3Enabled</maml:name>
                <maml:description>
                    <maml:para>If set to &apos;true&apos;, then SNMP v3 is enabled on each node in the cluster. If set to &apos;false&apos;, then SNMP v2 is enabled.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Boolean
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetSnmpStateResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetSnmpStateResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Enable-SFSnmp -SnmpV3Enabled:$true</dev:code>
                <dev:remarks>
                    <maml:para>Enable SNMP and SNMPv3.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Enable-SFSnmp -SnmpV3Enabled:$false</dev:code>
                <dev:remarks>
                    <maml:para>Enable SNMP but disable SNMP v3 functionality.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Enable-SFSsh</command:name>
            <maml:description>
                <maml:para>[Node] Enables SSH on the targeted node.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Enable</command:verb>
            <command:noun>SFSsh</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] Enables SSH on the targeted node. This does not effect the cluster-wide SSH timeout duration. The node is not exempt from the SSH shut off by the global timeout.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Enable-SFSsh</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>EnableSshResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_EnableSshResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Enable-SFSsh</dev:code>
                <dev:remarks>
                    <maml:para>Enables SSH on the currently connected node.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFAccount</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets information on all active volume accounts on a SolidFire cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFAccount</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets information on all active volume accounts on a SolidFire cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFAccount</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>AccountID</maml:name>
                    <maml:description>
                        <maml:para>Enter an account ID or list of account IDs</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFAccount</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>Username</maml:name>
                    <maml:description>
                        <maml:para>Enter a username or list of usernames</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>AccountID</maml:name>
                <maml:description>
                    <maml:para>Enter an account ID or list of account IDs</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>Username</maml:name>
                <maml:description>
                    <maml:para>Enter a username or list of usernames</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
System.String[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>Account[]</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_Account.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFAccount</dev:code>
                <dev:remarks>
                    <maml:para>Gets all active accounts in list format.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFAccount -Username sfadmin</dev:code>
                <dev:remarks>
                    <maml:para>Gets SolidFire account object for the sfadmin account.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFAccount -Username &lt;User1&gt;,&lt;User2&gt;</dev:code>
                <dev:remarks>
                    <maml:para>Gets information for both UserNames.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 4 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFAccount J*</dev:code>
                <dev:remarks>
                    <maml:para>Gets all accounts with a Username beginning with the letter &apos;J&apos;.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 5 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFAccount 5</dev:code>
                <dev:remarks>
                    <maml:para>Gets account information for account with accountID 5.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 6 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFAccount 5,6,8</dev:code>
                <dev:remarks>
                    <maml:para>Gets account information for accounts with accountID 5, 6, and 8.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFAccountEfficiency</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets storage efficiency information for a given account.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFAccountEfficiency</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets storage efficiency information for a given account.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFAccountEfficiency</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>AccountID</maml:name>
                    <maml:description>
                        <maml:para>Enter an account ID</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>AccountID</maml:name>
                <maml:description>
                    <maml:para>Enter an account ID</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetEfficiencyResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetEfficiencyResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFAccountEfficiency -AccountID 1</dev:code>
                <dev:remarks>
                    <maml:para>Gets storage efficiency information for the volumes owned by AccountID 1.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$account = Get-SFAccount J*
  PS C:\&gt; Get-SFAccountEfficiency $account</dev:code>
                <dev:remarks>
                    <maml:para>Gets storage efficiency information for the accounts in the $account variable.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$account = Get-SFAccount J*
  PS C:\&gt; $account | Get-SFAccountEfficiency</dev:code>
                <dev:remarks>
                    <maml:para>Gets storage efficiency information for the accounts in the $account variable.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFActiveAuthSessions</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets a list of all active auth sessions on the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFActiveAuthSessions</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets a list of all active auth sessions on the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFActiveAuthSessions</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>AuthSesssionInfo[]</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFActiveAuthSessions</dev:code>
                <dev:remarks>
                    <maml:para>Gets the list of all active auth sessions.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFActiveNode</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets information about the active SolidFire nodes in the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFActiveNode</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets information about the active SolidFire nodes in the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFActiveNode</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>NodeID</maml:name>
                    <maml:description>
                        <maml:para>Enter a node ID or list of node IDs</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFActiveNode</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>Enter a node name or list of node names</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Enter a node name or list of node names</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>NodeID</maml:name>
                <maml:description>
                    <maml:para>Enter a node ID or list of node IDs</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
System.String[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>Node[]</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_Node.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFActiveNode</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFActiveNode -Name &quot;FCN*&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Retrieve all nodes with names beginning with &quot;FCN&quot;.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFActiveNode -NodeID 5,8</dev:code>
                <dev:remarks>
                    <maml:para>Gets active nodes ID 5 and 8.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFActiveTlsCiphers</command:name>
            <maml:description>
                <maml:para>[Cluster] Get-SFActiveTlsCiphers gets a list of the TLS ciphers that are currently accepted on the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFActiveTlsCiphers</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Get-SFActiveTlsCiphers gets a list of the TLS ciphers that are currently accepted on the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFActiveTlsCiphers</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetActiveTlsCiphersResult</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFActiveVolume</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets a list of active volumes currently in the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFActiveVolume</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets a list of active volumes currently in the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFActiveVolume</maml:name>
                <command:parameter required="false" pipelineInput="false" position="0" aliases="None">
                    <maml:name>StartVolumeID</maml:name>
                    <maml:description>
                        <maml:para>Starting VolumeID to return. If no volume exists with this VolumeID, the next volume by VolumeID order is used as the start of the list. To page through the list, pass the VolumeID of the last volume in the previous response +1.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="2" aliases="None">
                    <maml:name>Limit</maml:name>
                    <maml:description>
                        <maml:para>Maximum number of Volume Info objects to return. A value of 0 (zero) returns all volumes (unlimited).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="3" aliases="None">
                    <maml:name>ExcludeVVOLs</maml:name>
                    <maml:description>
                        <maml:para>Use -ExcludeVVOLs to exclude volumes that are Virtual Volumes from the returned volumes.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFActiveVolume</maml:name>
                <command:parameter required="false" pipelineInput="false" position="0" aliases="None">
                    <maml:name>StartVolumeID</maml:name>
                    <maml:description>
                        <maml:para>Starting VolumeID to return. If no volume exists with this VolumeID, the next volume by VolumeID order is used as the start of the list. To page through the list, pass the VolumeID of the last volume in the previous response +1.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>Enter a VolumeID or list of VolumeIDs.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="2" aliases="None">
                    <maml:name>Limit</maml:name>
                    <maml:description>
                        <maml:para>Maximum number of Volume Info objects to return. A value of 0 (zero) returns all volumes (unlimited).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="3" aliases="None">
                    <maml:name>ExcludeVVOLs</maml:name>
                    <maml:description>
                        <maml:para>Use -ExcludeVVOLs to exclude volumes that are Virtual Volumes from the returned volumes.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFActiveVolume</maml:name>
                <command:parameter required="false" pipelineInput="false" position="0" aliases="None">
                    <maml:name>StartVolumeID</maml:name>
                    <maml:description>
                        <maml:para>Starting VolumeID to return. If no volume exists with this VolumeID, the next volume by VolumeID order is used as the start of the list. To page through the list, pass the VolumeID of the last volume in the previous response +1.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>Enter a volume name or list of volume names.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="2" aliases="None">
                    <maml:name>Limit</maml:name>
                    <maml:description>
                        <maml:para>Maximum number of Volume Info objects to return. A value of 0 (zero) returns all volumes (unlimited).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="3" aliases="None">
                    <maml:name>ExcludeVVOLs</maml:name>
                    <maml:description>
                        <maml:para>Use -ExcludeVVOLs to exclude volumes that are Virtual Volumes from the returned volumes.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFActiveVolume</maml:name>
                <command:parameter required="false" pipelineInput="false" position="0" aliases="None">
                    <maml:name>StartVolumeID</maml:name>
                    <maml:description>
                        <maml:para>Starting VolumeID to return. If no volume exists with this VolumeID, the next volume by VolumeID order is used as the start of the list. To page through the list, pass the VolumeID of the last volume in the previous response +1.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByPropertyName)" position="1" aliases="None">
                    <maml:name>AccountID</maml:name>
                    <maml:description>
                        <maml:para>Enter an Account ID or list of Account IDs.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="2" aliases="None">
                    <maml:name>Limit</maml:name>
                    <maml:description>
                        <maml:para>Maximum number of Volume Info objects to return. A value of 0 (zero) returns all volumes (unlimited).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="3" aliases="None">
                    <maml:name>ExcludeVVOLs</maml:name>
                    <maml:description>
                        <maml:para>Use -ExcludeVVOLs to exclude volumes that are Virtual Volumes from the returned volumes.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFActiveVolume</maml:name>
                <command:parameter required="false" pipelineInput="false" position="0" aliases="None">
                    <maml:name>StartVolumeID</maml:name>
                    <maml:description>
                        <maml:para>Starting VolumeID to return. If no volume exists with this VolumeID, the next volume by VolumeID order is used as the start of the list. To page through the list, pass the VolumeID of the last volume in the previous response +1.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>Account</maml:name>
                    <maml:description>
                        <maml:para>Specify account(s).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">Account[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="2" aliases="None">
                    <maml:name>Limit</maml:name>
                    <maml:description>
                        <maml:para>Maximum number of Volume Info objects to return. A value of 0 (zero) returns all volumes (unlimited).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="3" aliases="None">
                    <maml:name>ExcludeVVOLs</maml:name>
                    <maml:description>
                        <maml:para>Use -ExcludeVVOLs to exclude volumes that are Virtual Volumes from the returned volumes.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>Account</maml:name>
                <maml:description>
                    <maml:para>Specify account(s).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">Account[]</command:parameterValue>
                <dev:type>
                    <maml:name>Account[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="1" aliases="None">
                <maml:name>AccountID</maml:name>
                <maml:description>
                    <maml:para>Enter an Account ID or list of Account IDs.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="3" aliases="None">
                <maml:name>ExcludeVVOLs</maml:name>
                <maml:description>
                    <maml:para>Use -ExcludeVVOLs to exclude volumes that are Virtual Volumes from the returned volumes.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="2" aliases="None">
                <maml:name>Limit</maml:name>
                <maml:description>
                    <maml:para>Maximum number of Volume Info objects to return. A value of 0 (zero) returns all volumes (unlimited).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Enter a volume name or list of volume names.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>StartVolumeID</maml:name>
                <maml:description>
                    <maml:para>Starting VolumeID to return. If no volume exists with this VolumeID, the next volume by VolumeID order is used as the start of the list. To page through the list, pass the VolumeID of the last volume in the previous response +1.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>VolumeID</maml:name>
                <maml:description>
                    <maml:para>Enter a VolumeID or list of VolumeIDs.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
System.String[]
SolidFire.Element.Api.Account[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>Volume</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_Volume.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFActiveVolume</dev:code>
                <dev:remarks>
                    <maml:para>Gets all active volumes on the system.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolume -Name &quot;VM*&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Gets all active volumes with names that begin with &quot;VM&quot;.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolume -VolumeID 3</dev:code>
                <dev:remarks>
                    <maml:para>Return only the active volume with ID 3.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 4 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolume -AccountID 13</dev:code>
                <dev:remarks>
                    <maml:para>Gets all active volumes associated with account ID 13.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 5 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFAccount -Username &quot;Customer*&quot; | Get-SFVolume</dev:code>
                <dev:remarks>
                    <maml:para>Gets all active volumes associated with all accounts that have names beginning with &quot;Customer&quot;.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 5 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFActiveVolume -Limit 5</dev:code>
                <dev:remarks>
                    <maml:para>Gets 5 active volumes.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFASyncResult</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets the result of an asynchronous method call.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFASyncResult</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets the result of an asynchronous method call.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFASyncResult</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>ASyncResultID</maml:name>
                    <maml:description>
                        <maml:para>Async Handle from a previous method call</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KeepResult</maml:name>
                    <maml:description>
                        <maml:para>If true, GetAsyncResult does not remove the asynchronous result upon returning it, enabling future queries to that asyncHandle. Default is false.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>ASyncResultID</maml:name>
                <maml:description>
                    <maml:para>Async Handle from a previous method call</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KeepResult</maml:name>
                <maml:description>
                    <maml:para>If true, GetAsyncResult does not remove the asynchronous result upon returning it, enabling future queries to that asyncHandle. Default is false.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetAsyncResultRequest</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetAsyncResultRequest.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFASyncResult -ASyncResultID 34</dev:code>
                <dev:remarks>
                    <maml:para>Gets the status of the async job with ASyncResultID 34.

Jobs still in process with return a status of &quot;running&quot;. When complete the status will change to &quot;complete&quot;.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFAsyncStatus</command:name>
            <maml:description>
                <maml:para>Gets the results of all currently running and completed asynchronous methods on the system.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFAsyncStatus</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Gets the results of all currently running and completed asynchronous methods on the system.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFAsyncStatus</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>AsyncResultTypes</maml:name>
                    <maml:description>
                        <maml:para>An optional list of types of results. You can use this list to restrict the results to only these types of operations. Possible values:BulkVolume: Copy operations between volumes, such as backups or restores.Clone: Volume cloning operations.DriveRemoval: Operations involving the system copying data from a drive in preparation to remove it from the cluster.RtfiPendingNode: Operations involving the system installing compatible software on a node before adding it to the cluster.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>AsyncResultTypes</maml:name>
                <maml:description>
                    <maml:para>An optional list of types of results. You can use this list to restrict the results to only these types of operations. Possible values:BulkVolume: Copy operations between volumes, such as backups or restores.Clone: Volume cloning operations.DriveRemoval: Operations involving the system copying data from a drive in preparation to remove it from the cluster.RtfiPendingNode: Operations involving the system installing compatible software on a node before adding it to the cluster.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para>You can use ListAsyncResults to list the results of all currently running and completed asynchronous methods on the system. Querying asynchronous results with ListAsyncResults does not cause completed asyncHandles to expire; you can use GetAsyncResult to query any of the asyncHandles returned by ListAsyncResults.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFAsyncStatus</dev:code>
                <dev:remarks>
                    <maml:para>Lists all currently running and completed asynchronous methods on the system with no filtering.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFAsyncStatus -AsyncResultTypes: RtfiPendingNode,BulkVolume</dev:code>
                <dev:remarks>
                    <maml:para>Filtering results to node preparation or bulk copying operations.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFAsyncStatus -AsyncResultTypes: Clone,DriveRemoval</dev:code>
                <dev:remarks>
                    <maml:para>Filtering results to volume cloning or drive removal preparation operations.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFAuthSession</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets a list of auth session on the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFAuthSession</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets a list of auth session on the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFAuthSession</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>ClusterAdminID</maml:name>
                    <maml:description>
                        <maml:para>ID that identifies a clusterAdmin.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFAuthSession</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>Username</maml:name>
                    <maml:description>
                        <maml:para>Name that uniquely identifies the user.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>AuthMethod</maml:name>
                    <maml:description>
                        <maml:para>Authentication method of the user sessions to be listed.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>AuthMethod</maml:name>
                <maml:description>
                    <maml:para>Authentication method of the user sessions to be listed.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>ClusterAdminID</maml:name>
                <maml:description>
                    <maml:para>ID that identifies a clusterAdmin.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>Username</maml:name>
                <maml:description>
                    <maml:para>Name that uniquely identifies the user.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
System.String
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>AuthSesssionInfo[]</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFAuthSession -ClusterAdminID 1</dev:code>
                <dev:remarks>
                    <maml:para>Gets list of Auth sessions by ClusterAdminID 1</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFAuthSession -Username admin -AuthMethod Cluster</dev:code>
                <dev:remarks>
                    <maml:para>Gets list of Auth sessions by Username admin and AuthMethod Cluster</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFBinAssignmentProperties</command:name>
            <maml:description>
                <maml:para>[Cluster] Enables you to retrieve the bin assignment properties in the database.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFBinAssignmentProperties</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Enables you to retrieve the bin assignment properties in the database.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFBinAssignmentProperties</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>BinAssignmentProperties</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFBinAssignmentProperties</dev:code>
                <dev:remarks>
                    <maml:para>Retrieves the bin assignment properties in the database.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFBootstrapConfig</command:name>
            <maml:description>
                <maml:para>[Node] Gets the IP addresses of other nodes that have been configured with the same cluster information as the polled node.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFBootstrapConfig</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] Gets the IP addresses of other nodes that have been configured with the same cluster information as the polled node.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFBootstrapConfig</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetBootstrapConfigResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetBootstrapConfigResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFBootstrapConfig</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFBulkVolumeJob</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets information about each bulk volume read and write operation occuring in the system.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFBulkVolumeJob</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets information about each bulk volume read and write operation occuring in the system.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFBulkVolumeJob</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>Enter a volume ID or list of volume IDs</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFBulkVolumeJob</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>Volume</maml:name>
                    <maml:description>
                        <maml:para>Please specify volume object(s)</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">Volume[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Please specify volume object(s)</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">Volume[]</command:parameterValue>
                <dev:type>
                    <maml:name>Volume[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeID</maml:name>
                <maml:description>
                    <maml:para>Enter a volume ID or list of volume IDs</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>SolidFire.Element.Api.Volume[]
System.Int64[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>BulkVolumeJob[]</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_BulkVolumeJob.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFBulkVolumeJob</dev:code>
                <dev:remarks>
                    <maml:para>Gets all bulk volume jobs executing on the system.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFBulkVolumeJob -VolumeID 3</dev:code>
                <dev:remarks>
                    <maml:para>Lists bulk volume jobs for the specified volume(s).</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFClientCertificateSignRequest</command:name>
            <maml:description>
                <maml:para>[Cluster] Generates a Certificate Sign Request which can be signed by a Certificate Authority to generate a client certificate for the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFClientCertificateSignRequest</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Generates a Certificate Sign Request which can be signed by a Certificate Authority to generate a client certificate for the cluster. This is part of establishing a trust relationship for interacting with external services.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFClientCertificateSignRequest</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetClientCertificateSignRequestResult</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFClientCertificateSignRequest</dev:code>
                <dev:remarks>
                    <maml:para>Generates a Certificate Sign Request.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFClusterAdmin</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets a list of all cluster administrators for the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFClusterAdmin</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets a list of all cluster administrators for the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFClusterAdmin</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ClusterAdmin[]</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ClusterAdmin.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFClusterAdmin</dev:code>
                <dev:remarks>
                    <maml:para>Gets all cluster admins configured on the cluster.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFClusterCapacity</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets high-level capacity measurements of an entire cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFClusterCapacity</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets high-level capacity measurements of an entire cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFClusterCapacity</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ClusterCapacity</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ClusterCapacity.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFClusterCapacity</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFClusterConfig</command:name>
            <maml:description>
                <maml:para>[Node] Gets the cluster configuration of a node.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFClusterConfig</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] Gets the cluster configuration of a node.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFClusterConfig</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ClusterConfig</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ClusterConfig.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFClusterConfig</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFClusterFault</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets information about faults detected on the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFClusterFault</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets information about faults detected on the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFClusterFault</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName, FromRemainingArguments)" position="0" aliases="None">
                    <maml:name>FaultType</maml:name>
                    <maml:description>
                        <maml:para>Specify the fault type to retrieve faults on.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName, FromRemainingArguments)" position="0" aliases="None">
                <maml:name>FaultType</maml:name>
                <maml:description>
                    <maml:para>Specify the fault type to retrieve faults on.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.String[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ClusterFaultInfo[]</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ClusterFaultInfo.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFClusterFault</dev:code>
                <dev:remarks>
                    <maml:para>Gets all cluster faults, both active and resolved.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFClusterFault -FaultType current</dev:code>
                <dev:remarks>
                    <maml:para>Retrieves only current (un-resolved) cluster faults.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFClusterFullThreshold</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets cluster fullness levels.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFClusterFullThreshold</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets cluster fullness levels.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFClusterFullThreshold</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetClusterFullThresholdResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetClusterFullThresholdResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFClusterFullThreshold</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFClusterHardwareInfo</command:name>
            <maml:description>
                <maml:para>Gets the hardware status and information for all Fibre Channel nodes, iSCSI nodes, and drives in the cluster. This generally includes manufacturers, vendors, versions, and other associated hardware identification information.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFClusterHardwareInfo</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Gets the hardware status and information for all Fibre Channel nodes, iSCSI nodes, and drives in the cluster. This generally includes manufacturers, vendors, versions, and other associated hardware identification information.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFClusterHardwareInfo</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Type</maml:name>
                    <maml:description>
                        <maml:para>Include only a certain type of hardware information in the response. Can be either &quot;drives&quot;, &quot;nodes&quot;, or &quot;all&quot;. If this parameter is omitted, a type of &quot;all&quot; is assumed.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Type</maml:name>
                <maml:description>
                    <maml:para>Include only a certain type of hardware information in the response. Can be either &quot;drives&quot;, &quot;nodes&quot;, or &quot;all&quot;. If this parameter is omitted, a type of &quot;all&quot; is assumed.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFClusterHardwareInfo</dev:code>
                <dev:remarks>
                    <maml:para>Outputs unfiltered results. By default the &apos;-type all&apos; flag is set without needing to add it manually.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFClusterHardwareInfo -Type nodes</dev:code>
                <dev:remarks>
                    <maml:para>Outputs information for nodes.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFClusterHardwareInfo -Type drives</dev:code>
                <dev:remarks>
                    <maml:para>Outputs information for drives.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFClusterInfo</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets configuration information about the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFClusterInfo</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets configuration information about the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFClusterInfo</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ClusterInfo</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ClusterInfo.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFClusterInfo</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFClusterInterfacePreference</command:name>
            <maml:description>
                <maml:para>[Cluster] Retrieves Cluster Interface Preference(s).</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFClusterInterfacePreference</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Retrieves all Cluster Interface Preferences if no parameters are given. If Name is specified then only that CIP is returned.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFClusterInterfacePreference</maml:name>
                <command:parameter required="false" pipelineInput="false" position="0" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>Value stored in the key-value store.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Value stored in the key-value store.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ListClusterInterfacePreferenceResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ListClusterInterfacePreferenceResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFClusterInterfacePreference</dev:code>
                <dev:remarks>
                    <maml:para>Gets all CIPs.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFClusterInterfacePreference -Name &quot;bestPet&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Gets a single CIP.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFClusterMasterNodeID</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets the ID of the node that performs cluster-wide administration tasks and holds the storage virtual IP (SVIP) and management virtual IP (MVIP).</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFClusterMasterNodeID</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets the ID of the node that performs cluster-wide administration tasks and holds the storage virtual IP (SVIP) and management virtual IP (MVIP).</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFClusterMasterNodeID</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetClusterMasterNodeIDResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetClusterMasterNodeIDResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFClusterMasterNodeID</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFClusterPair</command:name>
            <maml:description>
                <maml:para>[Cluster] Lists all of the clusters a cluster is paired with.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFClusterPair</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Lists all of the clusters a cluster is paired with.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFClusterPair</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>PairedCluster[]</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_PairedCluster.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFClusterPair</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFClusterSshInfo</command:name>
            <maml:description>
                <maml:para>[Cluster] Returns SSH status for the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFClusterSshInfo</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Returns SSH status for the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFClusterSshInfo</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetClusterSshInfoResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetClusterSshInfoResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFClusterSshInfo</dev:code>
                <dev:remarks>
                    <maml:para>Gets SSH info from the currently connected cluster.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFClusterState</command:name>
            <maml:description>
                <maml:para>[Node] Gets the state of nodes within Cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFClusterState</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] Gets the state of nodes within Cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFClusterState</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetClusterStateResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetClusterStateResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFClusterState</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFClusterStats</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets high-level activity measurements for the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFClusterStats</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets high-level activity measurements for the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFClusterStats</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ClusterStats</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ClusterStats.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFClusterStats</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFClusterVersionInfo</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets information about the Element OS software running on each node in the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFClusterVersionInfo</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets information about the Element OS software running on each node in the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFClusterVersionInfo</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetClusterVersionInfoResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetClusterVersionInfoResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFClusterVersionInfo</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFCompleteStats</command:name>
            <maml:description>
                <maml:para>[Cluster] Used by SolidFire engineering to troubleshoot new features.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFCompleteStats</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Used by SolidFire engineering to troubleshoot new features.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFCompleteStats</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFCompleteStats</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFConfig</command:name>
            <maml:description>
                <maml:para>[Node] Gets the network and cluster configuration of a node.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFConfig</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] Gets the network and cluster configuration of a node.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFConfig</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>Config</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_Config.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFConfig</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFCurrentClusterAdmin</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets user information for the current cluster administrator.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFCurrentClusterAdmin</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets user information for the current cluster administrator.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFCurrentClusterAdmin</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ClusterAdmin</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ClusterAdmin.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFCurrentClusterAdmin</dev:code>
                <dev:remarks>
                    <maml:para>Tells you which cluster admin you are currently running commands as.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFDefaultQoS</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets the default QoS values that are set for a volume if QoS is not supplied.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFDefaultQoS</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets the default QoS values that are set for a volume if QoS is not supplied.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFDefaultQoS</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>QoS</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_QoS.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFDefaultQoS</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFDeletedVolume</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets the entire list of volumes that have been marked for deletion and purged from the system.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFDeletedVolume</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets the entire list of volumes that have been marked for deletion and purged from the system.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFDeletedVolume</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>Enter a volume ID or list of volume IDs</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFDeletedVolume</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>Enter a volume name or list of volume names</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Enter a volume name or list of volume names</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeID</maml:name>
                <maml:description>
                    <maml:para>Enter a volume ID or list of volume IDs</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
System.String[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>Volume[]</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_Volume.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFDeletedVolume</dev:code>
                <dev:remarks>
                    <maml:para>Gets all deleted volumes on the cluster.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFDeletedVolume -VolumeID 14,19,27</dev:code>
                <dev:remarks>
                    <maml:para>Gets only volumes 14, 19 and 27.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFDeletedVolume -Name &quot;*Cluster*&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Gets a list of deleted volumes that have &quot;Cluster&quot; in the name.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFDrive</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets a list of drives that exists in the cluster&apos;s active nodes.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFDrive</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets a list of drives that exists in the cluster&apos;s active nodes.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFDrive</maml:name>
                <command:parameter required="false" pipelineInput="false" position="0" aliases="None">
                    <maml:name>Status</maml:name>
                    <maml:description>
                        <maml:para>Filter the returned drives by one or more Status values. Valid values are: active, available, erasing, failed, removing.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>DriveID</maml:name>
                <maml:description>
                    <maml:para>Enter a drive ID or list of drive IDs</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>Status</maml:name>
                <maml:description>
                    <maml:para>Filter the returned drives by one or more Status values. Valid values are: active, available, erasing, failed, removing.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>DriveInfo[]</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_DriveInfo.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFDrive</dev:code>
                <dev:remarks>
                    <maml:para>Gets information about all drives in the cluster.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFDrive -DriveID 15</dev:code>
                <dev:remarks>
                    <maml:para>Gets information about only the specified drive(s).</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFDrive -Status available</dev:code>
                <dev:remarks>
                    <maml:para>Gets all drives whose status is currently &quot;available&quot;.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFDriveConfig</command:name>
            <maml:description>
                <maml:para>[Node] Gets drive information for each drive in the node.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFDriveConfig</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] Gets drive information for each drive in the node.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFDriveConfig</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>DriveConfigInfo</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_DriveConfigInfo.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFDriveConfig</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFDriveHardwareInfo</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets hardware information for a specified drive.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFDriveHardwareInfo</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets hardware information for a specified drive.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFDriveHardwareInfo</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>DriveID</maml:name>
                    <maml:description>
                        <maml:para>Enter a drive ID, or list of Drive IDs.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>DriveID</maml:name>
                <maml:description>
                    <maml:para>Enter a drive ID, or list of Drive IDs.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>DriveHardwareInfo</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_DriveHardwareInfo.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFDriveHardwareInfo -DriveID 14,18</dev:code>
                <dev:remarks>
                    <maml:para>Gets drive hardware info for drive ID(s).</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFDriveStats</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets high-level activity measurements for a SolidFire drive.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFDriveStats</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets high-level activity measurements for a SolidFire drive.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFDriveStats</maml:name>
                <command:parameter required="false" pipelineInput="false" position="0" aliases="None">
                    <maml:name>DriveIDs</maml:name>
                    <maml:description>
                        <maml:para>Enter a drive ID or list of drive IDs</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFDriveStats</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>DriveID</maml:name>
                    <maml:description>
                        <maml:para>Enter a drive ID</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>DriveID</maml:name>
                <maml:description>
                    <maml:para>Enter a drive ID</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>DriveIDs</maml:name>
                <maml:description>
                    <maml:para>Enter a drive ID or list of drive IDs</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>DriveStats</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_DriveStats.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFDriveStats -DriveID 15</dev:code>
                <dev:remarks>
                    <maml:para>Gets stats about drive ID 15.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFDriveStats -DriveIDs 15,16,17,19</dev:code>
                <dev:remarks>
                    <maml:para>Gets stats about drives with IDs 15,16,17,19.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFEncryptionAtRestInfo</command:name>
            <maml:description>
                <maml:para>[Cluster] Get details of the current Encryption At Rest configuration. Encryption At Rest feature is built upon the Self-Encrypting Drive&apos;s hardware encryption capability.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFEncryptionAtRestInfo</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Get details of the current Encryption At Rest configuration.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFEncryptionAtRestInfo</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetEncryptionAtRestInfoResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetEncryptionAtRestInfoResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFEncryptionAtRestInfo</dev:code>
                <dev:remarks>
                    <maml:para>Get details of the current Encryption At Rest configuration.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFEvent</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets events detected on the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFEvent</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets events detected on the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFEvent</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>StartEventID</maml:name>
                    <maml:description>
                        <maml:para>Enter a starting event ID</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>EndEventID</maml:name>
                    <maml:description>
                        <maml:para>Enter an ending event ID</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFEvent</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>MaxEvents</maml:name>
                    <maml:description>
                        <maml:para>Enter the maximum number of events to return</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>EndEventID</maml:name>
                <maml:description>
                    <maml:para>Enter an ending event ID</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>MaxEvents</maml:name>
                <maml:description>
                    <maml:para>Enter the maximum number of events to return</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>StartEventID</maml:name>
                <maml:description>
                    <maml:para>Enter a starting event ID</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>EventInfo[]</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_EventInfo.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFEvent</dev:code>
                <dev:remarks>
                    <maml:para>Gets all events stored on the cluster. The cluster will store ~4,000 of the most recent events.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFEvent -StartEventID 1000 -EndEventID 2000</dev:code>
                <dev:remarks>
                    <maml:para>Gets events with IDs between 1000 and 2000 inclusive.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFEvent -MaxEvents 10</dev:code>
                <dev:remarks>
                    <maml:para>Gets the 10 most recent events ordered by EventID descending.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFFeatureStatus</command:name>
            <maml:description>
                <maml:para>Gets the status of a cluster feature.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFFeatureStatus</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Gets the status of a cluster feature.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFFeatureStatus</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Feature</maml:name>
                    <maml:description>
                        <maml:para>Valid values: vvols: Find the status of the Virtual Volumes (VVOLs) cluster feature.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Feature</maml:name>
                <maml:description>
                    <maml:para>Valid values: vvols: Find the status of the Virtual Volumes (VVOLs) cluster feature.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFFeatureStatus</dev:code>
                <dev:remarks>
                    <maml:para>Checks the status of the Virtual Volumes (VVols) cluster feature. By default the command automatically choses check that feature without needing the &quot;-Feature&quot; flag.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code> Get-SFFeatureStatus -Feature vvols</dev:code>
                <dev:remarks>
                    <maml:para>Gets the status of &apos;VVols&apos; cluster feature. By default the &quot;-Feature vvols&quot; is not needed to check &quot;VVols&quot; status.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFFibreChannelPortInfo</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets information about Fibre Channel ports on all nodes in a cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFFibreChannelPortInfo</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets information about Fibre Channel ports on all nodes in a cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFFibreChannelPortInfo</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ListFibreChannelPortInfoResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ListFibreChannelPortInfoResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFFibreChannelPortInfo</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFFibreChannelSession</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets information about the active Fibre Channel sessions on a cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFFibreChannelSession</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets information about the active Fibre Channel sessions on a cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFFibreChannelSession</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>FibreChannelSession[]</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_FibreChannelSession.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFFibreChannelSession</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFGroupSnapshot</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets information about all group snapshots that have been created.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFGroupSnapshot</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets information about all group snapshots that have been created.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFGroupSnapshot</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>GroupSnapshotID</maml:name>
                    <maml:description>
                        <maml:para>Enter a group snapshot ID or list of group snapshot IDs</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFGroupSnapshot</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>GroupSnapshotName</maml:name>
                    <maml:description>
                        <maml:para>Enter a snapshot name or list of snapshot names</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFGroupSnapshot</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>An array of unique volume IDs to query.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFGroupSnapshot</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>Volume</maml:name>
                    <maml:description>
                        <maml:para>Please specify volume object(s)</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">Volume[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>GroupSnapshotID</maml:name>
                <maml:description>
                    <maml:para>Enter a group snapshot ID or list of group snapshot IDs</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>GroupSnapshotName</maml:name>
                <maml:description>
                    <maml:para>Enter a snapshot name or list of snapshot names</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Please specify volume object(s)</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">Volume[]</command:parameterValue>
                <dev:type>
                    <maml:name>Volume[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeID</maml:name>
                <maml:description>
                    <maml:para>An array of unique volume IDs to query.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
System.String[]
SolidFire.Element.Api.Volume[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GroupSnapshot</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GroupSnapshot.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFGroupSnapshot</dev:code>
                <dev:remarks>
                    <maml:para>Gets all group snapshots on the cluster.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFGroupSnapshot -GroupSnapshotName &quot;VMware*&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Return only group snapshots with names that begin with &quot;VMware&quot;.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolume -Name &quot;*Cluster*&quot; | Get-SFGroupSnapshot</dev:code>
                <dev:remarks>
                    <maml:para>Return a list of group snapshots associated with all volumes with names that include &quot;Cluster&quot;.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFHardwareConfig</command:name>
            <maml:description>
                <maml:para>Gets the hardware configuration information for a node. NOTE: This method is available only through the per-node API endpoint 5.0 or later.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFHardwareConfig</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Gets the hardware configuration information for a node. NOTE: This method is available only through the per-node API endpoint 5.0 or later.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFHardwareConfig</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFHardwareConfig</dev:code>
                <dev:remarks>
                    <maml:para>Gets the information for the connected node.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFHardwareInfo</command:name>
            <maml:description>
                <maml:para>Gets hardware information and status for a single node. This generally includes manufacturers, vendors, versions, drives, and other associated hardware identification information.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFHardwareInfo</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Gets hardware information and status for a single node. This generally includes manufacturers, vendors, versions, drives, and other associated hardware identification information.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFHardwareInfo</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para>GetHardwareInfo allows you to return hardware information and status for a single node. This generally includes manufacturers, vendors, versions, drives, and other associated hardware identification information.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFHardwareInfo</dev:code>
                <dev:remarks>
                    <maml:para>Gets the information for the connected node.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFIdpAuthenticationState</command:name>
            <maml:description>
                <maml:para>[Cluster] Return information regarding the state of authentication using third party Identity Providers.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFIdpAuthenticationState</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Return information regarding the state of authentication using third party Identity Providers.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFIdpAuthenticationState</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetIdpAuthenticationStateResult</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFIdpAuthenticationState</dev:code>
                <dev:remarks>
                    <maml:para>Gets IDP Authentication State of the cluster</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFIdpConfiguration</command:name>
            <maml:description>
                <maml:para>[Cluster] List configurations for third party Identity Provider(s) (IdP), optionally providing either enabledOnly flag to retrieve the currently enabled IdP configuration, or an IdP metadata UUID or IdP name to query a specific IdP configuration information.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFIdpConfiguration</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] List configurations for third party Identity Provider(s) (IdP), optionally providing either enabledOnly flag to retrieve the currently enabled IdP configuration, or an IdP metadata UUID or IdP name to query a specific IdP configuration information.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFIdpConfiguration</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFIdpConfiguration</maml:name>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="0" aliases="None">
                    <maml:name>IdpConfigurationID</maml:name>
                    <maml:description>
                        <maml:para>UUID for the third party Identity Provider (IdP) Configuration.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">guid</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFIdpConfiguration</maml:name>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="0" aliases="None">
                    <maml:name>IdpName</maml:name>
                    <maml:description>
                        <maml:para>Filters the result to an IdP configuration information for a specific IdP name.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFIdpConfiguration</maml:name>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="0" aliases="None">
                    <maml:name>EnabledOnly</maml:name>
                    <maml:description>
                        <maml:para>Filters the result to return the currently enabled Idp configuration.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="0" aliases="None">
                <maml:name>EnabledOnly</maml:name>
                <maml:description>
                    <maml:para>Filters the result to return the currently enabled Idp configuration.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="0" aliases="None">
                <maml:name>IdpConfigurationID</maml:name>
                <maml:description>
                    <maml:para>UUID for the third party Identity Provider (IdP) Configuration.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">guid</command:parameterValue>
                <dev:type>
                    <maml:name>guid</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="0" aliases="None">
                <maml:name>IdpName</maml:name>
                <maml:description>
                    <maml:para>Filters the result to an IdP configuration information for a specific IdP name.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Guid
System.String
System.Management.Automation.SwitchParameter
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>IdpConfigInfo[]</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFIdpConfiguration</dev:code>
                <dev:remarks>
                    <maml:para>Gets List of IDP Configurations configured on the cluster.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFIdpConfiguration -IdpConfigurationID 3cadaa53-132f-4e01-b0e0-a6d32888734a</dev:code>
                <dev:remarks>
                    <maml:para>Gets IDP Configuration configured on the cluster with IdpConfigurationID 3cadaa53-132f-4e01-b0e0-a6d32888734a.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFIdpConfiguration -IdpName adfsidp</dev:code>
                <dev:remarks>
                    <maml:para>Gets IDP Configurations configured on the cluster with IdpName adfsidp.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 4 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFIdpConfiguration -EnabledOnly</dev:code>
                <dev:remarks>
                    <maml:para>Gets IDP Configurations configured on the cluster which are enabled.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFInitiator</command:name>
            <maml:description>
                <maml:para>Lists initiator IQNs or WWPNs.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFInitiator</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Lists initiator IQNs or WWPNs.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFInitiator</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFInitiator</maml:name>
                <command:parameter required="false" pipelineInput="false" position="0" aliases="None">
                    <maml:name>InitiatorID</maml:name>
                    <maml:description>
                        <maml:para>The IDs of the initiators to retrieve.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFInitiator</maml:name>
                <command:parameter required="false" pipelineInput="false" position="0" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>The name of the initiator (IQN or WWPN) to retrieve.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFInitiator</maml:name>
                <command:parameter required="false" pipelineInput="false" position="0" aliases="None">
                    <maml:name>Alias</maml:name>
                    <maml:description>
                        <maml:para>The friendly name to of the initiator to retrieve.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFInitiator</maml:name>
                <command:parameter required="false" pipelineInput="false" position="0" aliases="None">
                    <maml:name>VolumeAccessGroupID</maml:name>
                    <maml:description>
                        <maml:para>The ID of the volume access group in the initiator to retrieve.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>Alias</maml:name>
                <maml:description>
                    <maml:para>The friendly name to of the initiator to retrieve.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>InitiatorID</maml:name>
                <maml:description>
                    <maml:para>The IDs of the initiators to retrieve.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the initiator (IQN or WWPN) to retrieve.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>VolumeAccessGroupID</maml:name>
                <maml:description>
                    <maml:para>The ID of the volume access group in the initiator to retrieve.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFInitiator</dev:code>
                <dev:remarks>
                    <maml:para>Lists all initiators with no filtering.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFInitiator -Alias test</dev:code>
                <dev:remarks>
                    <maml:para>Lists all initiators with alias &quot;test&quot;.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFInitiator -Name test*</dev:code>
                <dev:remarks>
                    <maml:para>Outputs initiator with name begining with &quot;test&quot;.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFInitiator -InitiatorID 1</dev:code>
                <dev:remarks>
                    <maml:para>Outputs initiator with ID 1.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFIscsiSession</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets information about the iSCSI sessions for each volume.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFIscsiSession</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets information about the iSCSI sessions for each volume.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFIscsiSession</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ISCSISession[]</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ISCSISession.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFIscsiSession</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFKeyProviderKmip</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets a list of KMIP (Key Management Interoperability Protocol) Key Providers on the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFKeyProviderKmip</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets the list of KMIP (Key Management Interoperability Protocol) Key Providers which have been created via CreateKeyProviderKmip. The list can optionally be filtered by specifying additional parameters.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFKeyProviderKmip</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KeyProviderIsActive</maml:name>
                    <maml:description>
                        <maml:para>If omitted, returned KMIP Key Provider objects will not be filtered based on whether they&apos;re active. If true, returns only KMIP Key Provider objects which are active (providing keys which are currently in use). If false, returns only KMIP Key Provider objects which are inactive (not providing any keys and able to be deleted).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KmipKeyProviderHasServerAssigned</maml:name>
                    <maml:description>
                        <maml:para>If omitted, returned KMIP Key Provider objects will not be filtered based on whether they have a KMIP Key Server assigned. If true, returns only KMIP Key Provider objects which have a KMIP Key Server assigned. If false, returns only KMIP Key Provider objects which do not have a KMIP Key Server assigned.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFKeyProviderKmip</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KeyProviderID</maml:name>
                    <maml:description>
                        <maml:para>The ID of the KMIP Key Provider object to return.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KeyProviderID</maml:name>
                <maml:description>
                    <maml:para>The ID of the KMIP Key Provider object to return.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KeyProviderIsActive</maml:name>
                <maml:description>
                    <maml:para>If omitted, returned KMIP Key Provider objects will not be filtered based on whether they&apos;re active. If true, returns only KMIP Key Provider objects which are active (providing keys which are currently in use). If false, returns only KMIP Key Provider objects which are inactive (not providing any keys and able to be deleted).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KmipKeyProviderHasServerAssigned</maml:name>
                <maml:description>
                    <maml:para>If omitted, returned KMIP Key Provider objects will not be filtered based on whether they have a KMIP Key Server assigned. If true, returns only KMIP Key Provider objects which have a KMIP Key Server assigned. If false, returns only KMIP Key Provider objects which do not have a KMIP Key Server assigned.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>KeyProviderKmip[]</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFKeyProviderKmip -KeyProviderID 1</dev:code>
                <dev:remarks>
                    <maml:para>Gets the Key Provider based on its ID.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFKeyProviderKmip -KeyProviderIsActive $true</dev:code>
                <dev:remarks>
                    <maml:para>Gets all active Key Providers</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFKeyServerKmip</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets a list of KMIP (Key Management Interoperability Protocol) Key Providers on the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFKeyServerKmip</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets the list of KMIP (Key Management Interoperability Protocol) Key Servers which have been created via CreateKeyServerKmip. The list can optionally be filtered by specifying additional parameters.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFKeyServerKmip</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KeyProviderID</maml:name>
                    <maml:description>
                        <maml:para>If omitted, returned KMIP Key Server objects will not be filtered based on whether they&apos;re assigned to the specified KMIP Key Provider. If specified, returned KMIP Key Server objects will be filtered to those assigned to the specified KMIP Key Provider.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KmipAssignedProviderIsActive</maml:name>
                    <maml:description>
                        <maml:para>If omitted, returned KMIP Key Server objects will not be filtered based on whether they&apos;re active. If true, returns only KMIP Key Server objects which are active (providing keys which are currently in use). If false, returns only KMIP Key Server objects which are inactive (not providing any keys and able to be deleted).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KmipHasProviderAssigned</maml:name>
                    <maml:description>
                        <maml:para>If omitted, returned KMIP Key Server objects will not be filtered based on whether they have a KMIP Key Provider assigned. If true, returns only KMIP Key Server objects which have a KMIP Key Provider assigned. If false, returns only KMIP Key Server objects which do not have a KMIP Key Provider assigned.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFKeyServerKmip</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KeyServerID</maml:name>
                    <maml:description>
                        <maml:para>The ID of the KMIP Key Server object to return.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KeyProviderID</maml:name>
                <maml:description>
                    <maml:para>If omitted, returned KMIP Key Server objects will not be filtered based on whether they&apos;re assigned to the specified KMIP Key Provider. If specified, returned KMIP Key Server objects will be filtered to those assigned to the specified KMIP Key Provider.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KeyServerID</maml:name>
                <maml:description>
                    <maml:para>The ID of the KMIP Key Server object to return.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KmipAssignedProviderIsActive</maml:name>
                <maml:description>
                    <maml:para>If omitted, returned KMIP Key Server objects will not be filtered based on whether they&apos;re active. If true, returns only KMIP Key Server objects which are active (providing keys which are currently in use). If false, returns only KMIP Key Server objects which are inactive (not providing any keys and able to be deleted).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KmipHasProviderAssigned</maml:name>
                <maml:description>
                    <maml:para>If omitted, returned KMIP Key Server objects will not be filtered based on whether they have a KMIP Key Provider assigned. If true, returns only KMIP Key Server objects which have a KMIP Key Provider assigned. If false, returns only KMIP Key Server objects which do not have a KMIP Key Provider assigned.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>KeyServerKmip[]</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFKeyServerKmip -KeyProviderID 1</dev:code>
                <dev:remarks>
                    <maml:para>Gets all key servers associated with Key Provider ID</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFKeyProviderKmip -KeyServerID 1</dev:code>
                <dev:remarks>
                    <maml:para>Gets the Key Server with the specified ID</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFLdapConfiguration</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets the current LDAP configuration on cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFLdapConfiguration</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets the current LDAP configuration on cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFLdapConfiguration</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>LdapConfiguration</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/P_SolidFire_Element_Api_GetLdapConfigurationResult_LdapConfiguration.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFLdapConfiguration</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFLicenseKey</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets the current license key.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFLicenseKey</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets the current license key</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFLicenseKey</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetLicenseKeyResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetLicenseKey.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFLicenseKey</dev:code>
                <dev:remarks>
                    <maml:para>Gets the current license key.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFLimits</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets the limit values defined on the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFLimits</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets the limit values defined on the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFLimits</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetLimitsResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetLimitsResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFLimits</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFLoginBanner</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets the login banner text and status.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFLoginBanner</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets the login banner text and status.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFLoginBanner</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name></maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFLoginBanner</dev:code>
                <dev:remarks>
                    <maml:para>Gets the login banner text and status.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFLoginSessionInfo</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets the period of time a login authentication is valid for both login shells and the TUI.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFLoginSessionInfo</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets the period of time a login authentication is valid for both login shells and the TUI.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFLoginSessionInfo</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>LoginSessionInfo</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_LoginSessionInfo.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFLoginSessionInfo</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFLunAssignment</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets LUN mappings of a specified volume access group.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFLunAssignment</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets LUN mappings of a specified volume access group.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFLunAssignment</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeAccessGroupID</maml:name>
                    <maml:description>
                        <maml:para>Enter a volume access group ID</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFLunAssignment</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeAccessGroup</maml:name>
                    <maml:description>
                        <maml:para>Enter a volume access group</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">VolumeAccessGroup[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeAccessGroup</maml:name>
                <maml:description>
                    <maml:para>Enter a volume access group</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">VolumeAccessGroup[]</command:parameterValue>
                <dev:type>
                    <maml:name>VolumeAccessGroup[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeAccessGroupID</maml:name>
                <maml:description>
                    <maml:para>Enter a volume access group ID</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
SolidFire.Element.Api.VolumeAccessGroup[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>VolumeAccessGroupLunAssignments</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_VolumeAccessGroupLunAssignments.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFLunAssignment -VolumeAccessGroupID 1</dev:code>
                <dev:remarks>
                    <maml:para>Gets LUN mappings of volume access group ID 1.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFNetworkConfig</command:name>
            <maml:description>
                <maml:para>[Node] Gets the network configuration of a node.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFNetworkConfig</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] Gets the network configuration of a node.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFNetworkConfig</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>Network</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_Network.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFNetworkConfig</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFNetworkInterface</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets information about each network interface on all nodes in a cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFNetworkInterface</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets information about each network interface on all nodes in a cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFNetworkInterface</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ListNetworkInterfacesResult[]</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ListNetworkInterfacesResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFNetworkInterface</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFNetworkInterfaceStats</command:name>
            <maml:description>
                <maml:para>[Node] List statistics for network statistics such as dropped packets and various types of errors.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFNetworkInterfaceStats</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] List statistics for network statistics such as dropped packets and various types of errors.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFNetworkInterfaceStats</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>NetworkInterfaceStats</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_NetworkInterfaceStats.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFNetworkInterfaceStats</dev:code>
                <dev:remarks>
                    <maml:para>List statistics for network statistics such as dropped packets and various types of errors.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFNodeActiveTlsCiphers</command:name>
            <maml:description>
                <maml:para>[Node] Get-SFNodeActiveTlsCiphers gets a list of the TLS ciphers that are currently accepted on the node.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFNodeActiveTlsCiphers</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] Get-SFNodeActiveTlsCiphers gets a list of the TLS ciphers that are currently accepted on the node.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFNodeActiveTlsCiphers</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetNodeActiveTlsCiphersResult</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFNodeFipsDrivesReport</command:name>
            <maml:description>
                <maml:para>[Node] Reports the FipsDrives capability of a node.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFNodeFipsDrivesReport</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] Reports the FipsDrives capability of a node.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFNodeFipsDrivesReport</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetNodeFipsDriveReportResult</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFNodeHardwareInfo</command:name>
            <maml:description>
                <maml:para>Gets all the hardware info and status for the node specified. This generally includes manufacturers, vendors, versions, and other associated hardware identification information.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFNodeHardwareInfo</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Gets all the hardware info and status for the node specified. This generally includes manufacturers, vendors, versions, and other associated hardware identification information.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFNodeHardwareInfo</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                    <maml:name>NodeID</maml:name>
                    <maml:description>
                        <maml:para>The ID of the node for which hardware information is being requested. Information about a node is returned if a node is specified.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                <maml:name>NodeID</maml:name>
                <maml:description>
                    <maml:para>The ID of the node for which hardware information is being requested. Information about a node is returned if a node is specified.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFHardwareInfo -NodeID 1</dev:code>
                <dev:remarks>
                    <maml:para>Gets the node information from node ID 1.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFNodeSSLCertificate</command:name>
            <maml:description>
                <maml:para>[Node] Gets the management node&apos;s SSL certificate.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFNodeSSLCertificate</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] Gets the management node&apos;s SSL certificate.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFNodeSSLCertificate</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFNodeSSLCertificate</dev:code>
                <dev:remarks>
                    <maml:para>Gets the management node&apos;s SSL certificate.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFNodeStats</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets the high-level activity measurements for a node or all nodes.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFNodeStats</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets the high-level activity measurements for a node or all nodes.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFNodeStats</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>NodeID</maml:name>
                    <maml:description>
                        <maml:para>Enter a node ID or list of node IDs.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>NodeID</maml:name>
                <maml:description>
                    <maml:para>Enter a node ID or list of node IDs.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>NodeStatsInfo[]</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_NodeStatsInfo.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFNodeStats</dev:code>
                <dev:remarks>
                    <maml:para>Gives an unfiltered list of activity measurements for all nodes in cluster.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFNodeStats -NodeID 1</dev:code>
                <dev:remarks>
                    <maml:para>Lists activity measurements for nodes ID 1.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFNodeSupportedTlsCiphers</command:name>
            <maml:description>
                <maml:para>[Node] Get-SFNodeSupportedTlsCiphers gets a list of the supported TLS ciphers.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFNodeSupportedTlsCiphers</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] Get-SFNodeSupportedTlsCiphers gets a list of the supported TLS ciphers.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFNodeSupportedTlsCiphers</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetNodeSupportedTlsCiphersResult</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFNtpInfo</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets the current network time protocol (NTP) configuration information.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFNtpInfo</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets the current network time protocol (NTP) configuration information.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFNtpInfo</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetNtpInfoResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetNtpInfoResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFNtpInfo</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFNvramInfo</command:name>
            <maml:description>
                <maml:para>Gets information from each node about the NVRAM card.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFNvramInfo</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Gets information from each node about the NVRAM card.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFNvramInfo</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFNvramInfo</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFOntapVersionInfo</command:name>
            <maml:description>
                <maml:para>[Cluster] Get-SFOntapVersionInfo gets information about API version support from the ONTAP cluster in a SnapMirror relationship.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFOntapVersionInfo</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Get-SFOntapVersionInfo gets information about API version support from the ONTAP cluster in a SnapMirror relationship.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFOntapVersionInfo</maml:name>
                <command:parameter required="false" pipelineInput="false" position="0" aliases="None">
                    <maml:name>SnapMirrorEndpointID</maml:name>
                    <maml:description>
                        <maml:para>If provided, the system lists the version information from the endpoint with the specified snapMirrorEndpointID. If not provided, the system lists the version information of all known SnapMirror endpoints.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>SnapMirrorEndpointID</maml:name>
                <maml:description>
                    <maml:para>If provided, the system lists the version information from the endpoint with the specified snapMirrorEndpointID. If not provided, the system lists the version information of all known SnapMirror endpoints.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetOnTapVersionInfoResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetOnTapVersionInfoResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFOntapVersionInfo</dev:code>
                <dev:remarks>
                    <maml:para>Lists the OntapVersionInfo for all endpoint.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFOntapVersionInfo -SnapMirrorEndpointID 5</dev:code>
                <dev:remarks>
                    <maml:para>Lists the OntapVersionInfo for the endpoint with ID 5.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFPatchInfo</command:name>
            <maml:description>
                <maml:para>[Node] GetPatchInfo enables you to display the details of D-patch information for the given node.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFPatchInfo</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] GetPatchInfo enables you to display the details of D-patch information for the given node.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFPatchInfo</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Force</maml:name>
                    <maml:description>
                        <maml:para>Force this method to run on all nodes. Only needed when issuing the API to a cluster instead of a single node.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Force</maml:name>
                <maml:description>
                    <maml:para>Force this method to run on all nodes. Only needed when issuing the API to a cluster instead of a single node.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetPatchInfoResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetPatchInfoResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFPatchInfo</dev:code>
                <dev:remarks>
                    <maml:para>Gives the details of D-patch information for the given node.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFPendingNode</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets information on pending SolidFire nodes that could be added to the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFPendingNode</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets information on pending SolidFire nodes that could be added to the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFPendingNode</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>PendingNodeID</maml:name>
                    <maml:description>
                        <maml:para>Enter a pending node ID or list of pending node IDs.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFPendingNode</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>Enter a pending node name or list of pending node names.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Enter a pending node name or list of pending node names.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>PendingNodeID</maml:name>
                <maml:description>
                    <maml:para>Enter a pending node ID or list of pending node IDs.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
System.String[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>PendingNode[]</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_PendingNode.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFPendingNode</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFPendingNode -PendingNodeID 1,2</dev:code>
                <dev:remarks>
                    <maml:para>Gets pending nodes with IDs 1 and 2.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFPendingNode -Name &quot;SFNode*&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Gets all pending nodes whose name begins with &quot;SFNode&quot;.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFPendingOperation</command:name>
            <maml:description>
                <maml:para>[Node] Detects an operation on a node that is currently in progress.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFPendingOperation</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] Detects an operation on a node that is currently in progress.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFPendingOperation</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>PendingOperation</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_PendingOperation.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFPendingOperation</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFProtectionDomainLayout</command:name>
            <maml:description>
                <maml:para>[Cluster] Returns all of the Protection Domain information for the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFProtectionDomainLayout</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Returns all of the Protection Domain information for the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFProtectionDomainLayout</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>NodeProtectionDomains[]</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFProtectionDomainLayout</dev:code>
                <dev:remarks>
                    <maml:para>Returns all of the Protection Domain information for the cluster.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFProtectionDomainLevels</command:name>
            <maml:description>
                <maml:para>[Cluster] Get-SFProtectionDomainLevels returns the Tolerance and Resiliency of the cluster from the perspective of each of the supported ProtectionDomainTypes.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFProtectionDomainLevels</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Get-SFProtectionDomainLevels returns the Tolerance and Resiliency of the cluster from the perspective of each of the supported ProtectionDomainTypes.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFProtectionDomainLevels</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ListProtectionDomainLevelsResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ListProtectionDomainLevelsResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFProtectionDomainLevels</dev:code>
                <dev:remarks>
                    <maml:para>Gets the Protection Domain information from the cluster.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFProtocolEndpoint</command:name>
            <maml:description>
                <maml:para>Gets protocol endpoints in the system</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFProtocolEndpoint</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Gets protocol endpoints in the system
</maml:para>
            <maml:para>If protocolEndpointIDs isn&apos;t specified all protocol endpoints
</maml:para>
            <maml:para>are returned. Else the supplied protocolEndpointIDs are.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFProtocolEndpoint</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                    <maml:name>ProtocolEndpointIDs</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">guid[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                <maml:name>ProtocolEndpointIDs</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">guid[]</command:parameterValue>
                <dev:type>
                    <maml:name>guid[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Guid[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFProtocolEndpoint</dev:code>
                <dev:remarks>
                    <maml:para>Outputs all Protocol Endpoints.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$pEnd = Get-SFProtocolEndpoint
$pEnd[2]</dev:code>
                <dev:remarks>
                    <maml:para>Saves output and prints 3rd endpoint&apos;s data.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code> Get-SFProtocolEndpoint -ProtocolEndpointIDs 3ffb55f2-98d1-43bd-88c6-90f939251252</dev:code>
                <dev:remarks>
                    <maml:para>Outputs the protocol endpoint information for selected ProtocolEndpointID. In this case, ProtocolEndpointID: &quot;3ffb55f2-98d1-43bd-88c6-90f939251252&quot;.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFQoSPolicy</command:name>
            <maml:description>
                <maml:para>Gets QoS Policy information, either by name or ID.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFQoSPolicy</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Gets QoS Policy information, either by name or ID.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFQoSPolicy</maml:name>
                <command:parameter required="false" pipelineInput="false" position="0" aliases="None">
                    <maml:name>QoSPolicyID</maml:name>
                    <maml:description>
                        <maml:para>QoSPolicy ID number</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="1" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>QoSPolicy Name</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="1" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>QoSPolicy Name</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>QoSPolicyID</maml:name>
                <maml:description>
                    <maml:para>QoSPolicy ID number</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFQoSPolicy -QoSPolicyID 14</dev:code>
                <dev:remarks>
                    <maml:para>Gets QoS Policy information for the policy with ID 14.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFQoSPolicy -Name &quot;US*&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Gets QoS Policy information for all policies whose name starts with &quot;US&quot;.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFRawStats</command:name>
            <maml:description>
                <maml:para>[Cluster] Used by SolidFire engineering to troubleshoot new features.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFRawStats</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Used by SolidFire engineering to troubleshoot new features.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFRawStats</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFRawStats</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFRemoteLoggingHost</command:name>
            <maml:description>
                <maml:para>[Cluster] Retrieves the current list of log servers.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFRemoteLoggingHost</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Retrieves the current list of log servers.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFRemoteLoggingHost</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>LoggingServer[]</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_LoggingServer.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFRemoteLoggingHost</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFSchedule</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets the scheduled snapshots on a cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFSchedule</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets the scheduled snapshots on a cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFSchedule</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>ScheduleID</maml:name>
                    <maml:description>
                        <maml:para>Enter a schedule ID or list of schedule IDs.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>ScheduleID</maml:name>
                <maml:description>
                    <maml:para>Enter a schedule ID or list of schedule IDs.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>Schedule[]</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_Schedule.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSchedule</dev:code>
                <dev:remarks>
                    <maml:para>Lists all schedules.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSchedule -ScheduleID 5</dev:code>
                <dev:remarks>
                    <maml:para>Get single Schedule by ID.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSchedule -ScheduleID 5,6,7,8,9,10</dev:code>
                <dev:remarks>
                    <maml:para>Gets list of Schedules by ID.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFServices</command:name>
            <maml:description>
                <maml:para>[Cluster] Lists the services running on the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFServices</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>You can use ListServices to return the services information for nodes, drives, current software, and other services that are running on the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFServices</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>DetailedService[]</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_DetailedService.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFServices</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFSnapMirrorAggregates</command:name>
            <maml:description>
                <maml:para>[Cluster] Get-SFSnapMirrorAggregates lists all SnapMirror aggregates that are available on the remote ONTAP system. An aggregate describes a set of physical storage resources.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFSnapMirrorAggregates</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Get-SFSnapMirrorAggregates lists all SnapMirror aggregates that are available on the remote ONTAP system. An aggregate describes a set of physical storage resources.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFSnapMirrorAggregates</maml:name>
                <command:parameter required="false" pipelineInput="false" position="0" aliases="None">
                    <maml:name>SnapMirrorEndpointID</maml:name>
                    <maml:description>
                        <maml:para>Return only the aggregates associated with the specified endpoint ID. If no endpoint ID is provided, the system lists aggregates from all known SnapMirror endpoints.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>SnapMirrorEndpointID</maml:name>
                <maml:description>
                    <maml:para>Return only the aggregates associated with the specified endpoint ID. If no endpoint ID is provided, the system lists aggregates from all known SnapMirror endpoints.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ListSnapMirrorAggregatesResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ListSnapMirrorAggregatesResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorAggregates</dev:code>
                <dev:remarks>
                    <maml:para>Lists the aggregates for all endpoint.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorAggregates -SnapMirrorEndpointID 5</dev:code>
                <dev:remarks>
                    <maml:para>Lists the aggregates for the endpoint with ID 5.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFSnapMirrorClusterIdentity</command:name>
            <maml:description>
                <maml:para>[Cluster] Get-SFSnapMirrorClusterIdentity gets identity information about the ONTAP cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFSnapMirrorClusterIdentity</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Get-SFSnapMirrorClusterIdentity gets identity information about the ONTAP cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFSnapMirrorClusterIdentity</maml:name>
                <command:parameter required="false" pipelineInput="false" position="0" aliases="None">
                    <maml:name>SnapMirrorEndpointID</maml:name>
                    <maml:description>
                        <maml:para>The endpoint to pull Cluster Identity information from.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>SnapMirrorEndpointID</maml:name>
                <maml:description>
                    <maml:para>The endpoint to pull Cluster Identity information from.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetSnapMirrorClusterIdentityResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetSnapMirrorClusterIdentityResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorClusterIdentity</dev:code>
                <dev:remarks>
                    <maml:para>Gets the cluster identity associated with all endpoints.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorClusterIdentity -SnapMirrorEndpointID 5</dev:code>
                <dev:remarks>
                    <maml:para>Gets the cluster identity associated with the endpoint with ID 5.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFSnapMirrorEndpoints</command:name>
            <maml:description>
                <maml:para>[Cluster] Get-SFSnapMirrorEndpoints lists all SnapMirror endpoints that the SolidFire cluster is communicating with.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFSnapMirrorEndpoints</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Get-SFSnapMirrorEndpoints lists all SnapMirror endpoints that the SolidFire cluster is communicating with.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFSnapMirrorEndpoints</maml:name>
                <command:parameter required="false" pipelineInput="false" position="0" aliases="None">
                    <maml:name>SnapMirrorEndpointIDs</maml:name>
                    <maml:description>
                        <maml:para>The IDs of endpoints to return. Leave empty to return all endpoints.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>SnapMirrorEndpointIDs</maml:name>
                <maml:description>
                    <maml:para>The IDs of endpoints to return. Leave empty to return all endpoints.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ListSnapMirrorEndpointsResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ListSnapMirrorEndpointsResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorEndpoints</dev:code>
                <dev:remarks>
                    <maml:para>Lists all endpoints.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorEndpoints -SnapMirrorEndpointIDs 5,6,7</dev:code>
                <dev:remarks>
                    <maml:para>List endpoints with ID 5,6,7.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFSnapMirrorLuns</command:name>
            <maml:description>
                <maml:para>[Cluster] Get-SFSnapMirrorLuns lists the LUN information for the SnapMirror relationship from the remote ONTAP cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFSnapMirrorLuns</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Get-SFSnapMirrorLuns lists the LUN information for the SnapMirror relationship from the remote ONTAP cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFSnapMirrorLuns</maml:name>
                <command:parameter required="true" pipelineInput="false" position="0" aliases="None">
                    <maml:name>SnapMirrorEndpointID</maml:name>
                    <maml:description>
                        <maml:para>List only the LUN information associated with the specified endpoint ID.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeType</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s type in the SnapMirror relationship.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeName</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeVserver</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeID</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeID</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeName</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeType</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s type in the SnapMirror relationship.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeVserver</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>SnapMirrorEndpointID</maml:name>
                <maml:description>
                    <maml:para>List only the LUN information associated with the specified endpoint ID.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ListSnapMirrorLunsResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ListSnapMirrorLunsResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorLuns -SnapMirrorEndpointID $endpoint.SnapMirrorEndpointID -DestinationVolumeType &quot;ontap&quot; -DestinationVolumeVserver $vserverName -DestinationVolumeName $lunVolumeName</dev:code>
                <dev:remarks>
                    <maml:para>Gets the SnapMirror LUNs from a specific endpoint. This requires destination volume information to be supplied. If type is &quot;ontap&quot; then you need name, type, and vserver. If type is &quot;solidfire&quot; then you need type and volumeID.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorLuns -SnapMirrorEndpointID $endpoint.SnapMirrorEndpointID -DestinationVolumeType &quot;solidfire&quot; -DestinationVolumeID $volumeID</dev:code>
                <dev:remarks>
                    <maml:para>Gets the SnapMirror LUNs from a specific endpoint. This requires destination volume information to be supplied. If type is &quot;ontap&quot; then you need name, type, and vserver. If type is &quot;solidfire&quot; then you need type and volumeID, and name is optional.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFSnapMirrorNetworkInterfaces</command:name>
            <maml:description>
                <maml:para>[Cluster] Get-SFSnapMirrorNetworkInterfaces lists all available SnapMirror interfaces on a remote ONTAP system.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFSnapMirrorNetworkInterfaces</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Get-SFSnapMirrorNetworkInterfaces lists all available SnapMirror interfaces on a remote ONTAP system.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFSnapMirrorNetworkInterfaces</maml:name>
                <command:parameter required="false" pipelineInput="false" position="0" aliases="None">
                    <maml:name>InterfaceRole</maml:name>
                    <maml:description>
                        <maml:para>List only the network interface serving the specified role.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SnapMirrorEndpointID</maml:name>
                    <maml:description>
                        <maml:para>Return Networl Interfaces from a specific endpoint. Leave empty to return from all endpoints.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>InterfaceRole</maml:name>
                <maml:description>
                    <maml:para>List only the network interface serving the specified role.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SnapMirrorEndpointID</maml:name>
                <maml:description>
                    <maml:para>Return Networl Interfaces from a specific endpoint. Leave empty to return from all endpoints.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ListSnapMirrorNetworkInterfacesResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ListSnapMirrorNetworkInterfacesResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorNetworkInterfaces</dev:code>
                <dev:remarks>
                    <maml:para>List all network interfaces.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorNetworkInterfaces -SnapMirrorEndpointID 5</dev:code>
                <dev:remarks>
                    <maml:para>List all network interfaces on the endpoint with ID 5.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorNetworkInterfaces -InterfaceRole node_mgmt</dev:code>
                <dev:remarks>
                    <maml:para>List all network interfaces of type &quot;node_mgmt&quot; on all endpoints.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFSnapMirrorNodes</command:name>
            <maml:description>
                <maml:para>[Cluster] Get-SFSnapMirrorNodes lists the nodes in a remote ONTAP cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFSnapMirrorNodes</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Get-SFSnapMirrorNodes lists the nodes in a remote ONTAP cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFSnapMirrorNodes</maml:name>
                <command:parameter required="false" pipelineInput="false" position="0" aliases="None">
                    <maml:name>SnapMirrorEndpointID</maml:name>
                    <maml:description>
                        <maml:para>List nodes from a specific endpoint. Leave empty to return from all.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>SnapMirrorEndpointID</maml:name>
                <maml:description>
                    <maml:para>List nodes from a specific endpoint. Leave empty to return from all.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ListSnapMirrorNodesResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ListSnapMirrorNodesResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorNodes</dev:code>
                <dev:remarks>
                    <maml:para>Lists nodes for all endpoints.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorNodes -SnapMirrorEndpointID 5</dev:code>
                <dev:remarks>
                    <maml:para>Lists node associated with the endpoint with ID 5.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFSnapMirrorPolicies</command:name>
            <maml:description>
                <maml:para>[Cluster] Get-SFSnapMirrorPolicies lists all SnapMirror policies on a remote ONTAP system.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFSnapMirrorPolicies</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Get-SFSnapMirrorPolicies lists all SnapMirror policies on a remote ONTAP system.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFSnapMirrorPolicies</maml:name>
                <command:parameter required="false" pipelineInput="false" position="0" aliases="None">
                    <maml:name>SnapMirrorEndpointID</maml:name>
                    <maml:description>
                        <maml:para>List policies from a specific endpoint. Leave empty to return from all.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>SnapMirrorEndpointID</maml:name>
                <maml:description>
                    <maml:para>List policies from a specific endpoint. Leave empty to return from all.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ListSnapMirrorPoliciesResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ListSnapMirrorPoliciesResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorPolicies</dev:code>
                <dev:remarks>
                    <maml:para>Lists policies for all endpoints.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorPolicies -SnapMirrorEndpointID 5</dev:code>
                <dev:remarks>
                    <maml:para>Lists policies for the endpoint with ID 5.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFSnapMirrorRelationships</command:name>
            <maml:description>
                <maml:para>[Cluster] Get-SFSnapMirrorRelationships lists one or all SnapMirror relationships on a SolidFire cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFSnapMirrorRelationships</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Get-SFSnapMirrorRelationships lists one or all SnapMirror relationships on a SolidFire cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFSnapMirrorRelationships</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SnapMirrorEndpointID</maml:name>
                    <maml:description>
                        <maml:para>List only the relationships associated with the specified endpoint ID. If no endpoint ID is provided, the system lists relationships from all known SnapMirror endpoints.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Vserver</maml:name>
                    <maml:description>
                        <maml:para>List relationships on the specified Vserver.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeType</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s type in the SnapMirror relationship.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeName</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeVserver</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeID</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SourceVolumeType</maml:name>
                    <maml:description>
                        <maml:para>The source volume&apos;s type in the SnapMirror relationship.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SourceVolumeName</maml:name>
                    <maml:description>
                        <maml:para>The source volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SourceVolumeVserver</maml:name>
                    <maml:description>
                        <maml:para>The source volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SourceVolumeID</maml:name>
                    <maml:description>
                        <maml:para>The source volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeID</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeName</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeType</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s type in the SnapMirror relationship.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeVserver</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SnapMirrorEndpointID</maml:name>
                <maml:description>
                    <maml:para>List only the relationships associated with the specified endpoint ID. If no endpoint ID is provided, the system lists relationships from all known SnapMirror endpoints.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SourceVolumeID</maml:name>
                <maml:description>
                    <maml:para>The source volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SourceVolumeName</maml:name>
                <maml:description>
                    <maml:para>The source volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SourceVolumeType</maml:name>
                <maml:description>
                    <maml:para>The source volume&apos;s type in the SnapMirror relationship.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SourceVolumeVserver</maml:name>
                <maml:description>
                    <maml:para>The source volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Vserver</maml:name>
                <maml:description>
                    <maml:para>List relationships on the specified Vserver.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ListSnapMirrorRelationshipsResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ListSnapMirrorRelationshipsResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorRelationships -SnapMirrorEndpointID $endpoint.SnapMirrorEndpointID</dev:code>
                <dev:remarks>
                    <maml:para>Lists off the relationships for a specific endpoint.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorRelationships -SnapMirrorEndpointID $endpoint.SnapMirrorEndpointID -DestinationVolumeType &quot;ontap&quot; -DestinationVolumeVserver $vserverName -DestinationVolumeName $lunVolumeName</dev:code>
                <dev:remarks>
                    <maml:para>Lists off a specific relationship. This requires destination volume information to be supplied. If type is &quot;ontap&quot; then you need name, type, and vserver. If type is &quot;solidfire&quot; then you need type and volumeID.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorRelationships -SnapMirrorEndpointID $endpoint.SnapMirrorEndpointID -DestinationVolumeType &quot;solidfire&quot; -DestinationVolumeID $volumeID -DestinationVolumeName $volumeName</dev:code>
                <dev:remarks>
                    <maml:para>Lists off a specific relationship. This requires destination volume information to be supplied. If type is &quot;ontap&quot; then you need name, type, and vserver. If type is &quot;solidfire&quot; then you need type and volumeID, and name is optional.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFSnapMirrorSchedules</command:name>
            <maml:description>
                <maml:para>[Cluster] Get-SFSnapMirrorSchedules lists the schedules that are available on a remote ONTAP cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFSnapMirrorSchedules</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Get-SFSnapMirrorSchedules lists the schedules that are available on a remote ONTAP cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFSnapMirrorSchedules</maml:name>
                <command:parameter required="false" pipelineInput="false" position="0" aliases="None">
                    <maml:name>SnapMirrorEndpointID</maml:name>
                    <maml:description>
                        <maml:para>List schedules from a specific endpoint. Leave empty to return from all.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>SnapMirrorEndpointID</maml:name>
                <maml:description>
                    <maml:para>List schedules from a specific endpoint. Leave empty to return from all.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ListSnapMirrorSchedulesResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ListSnapMirrorSchedulesResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorSchedules</dev:code>
                <dev:remarks>
                    <maml:para>Gets the schedules associated with all endpoints.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorSchedules -SnapMirrorEndpointID 5</dev:code>
                <dev:remarks>
                    <maml:para>Gets the schedules associated with the endpoint with ID 5.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFSnapMirrorVolumes</command:name>
            <maml:description>
                <maml:para>[Cluster] Get-SFSnapMirrorVolumes lists all SnapMirror volumes available on a remote ONTAP system.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFSnapMirrorVolumes</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Get-SFSnapMirrorVolumes lists all SnapMirror volumes available on a remote ONTAP system.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFSnapMirrorVolumes</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SnapMirrorEndpointID</maml:name>
                    <maml:description>
                        <maml:para>List volumes from a specific endpoint. Leave empty to return from all.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Vserver</maml:name>
                    <maml:description>
                        <maml:para>List volumes hosted on the specified Vserver. The Vserver must be of type &quot;data&quot;.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>List only ONTAP volumes with the specified name.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Type</maml:name>
                    <maml:description>
                        <maml:para>List only ONTAP volumes of the specified type. Possible values: rw: Read-write volumes, ls: Load-sharing volumes, dp: Data protection volumes.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>List only ONTAP volumes with the specified name.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SnapMirrorEndpointID</maml:name>
                <maml:description>
                    <maml:para>List volumes from a specific endpoint. Leave empty to return from all.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Type</maml:name>
                <maml:description>
                    <maml:para>List only ONTAP volumes of the specified type. Possible values: rw: Read-write volumes, ls: Load-sharing volumes, dp: Data protection volumes.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Vserver</maml:name>
                <maml:description>
                    <maml:para>List volumes hosted on the specified Vserver. The Vserver must be of type &quot;data&quot;.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ListSnapMirrorVolumesResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ListSnapMirrorVolumesResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorVolumes -SnapMirrorEndpointID $endpoint.SnapMirrorEndpointID</dev:code>
                <dev:remarks>
                    <maml:para>Gets all SnapMirror volumes from a specific endpoint.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorVolumes -SnapMirrorEndpointID $endpoint.SnapMirrorEndpointID -Type &quot;dp&quot; </dev:code>
                <dev:remarks>
                    <maml:para>Gets all SnapMirror data protection volumes from a specific endpoint.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorVolumes -SnapMirrorEndpointID $endpoint.SnapMirrorEndpointID -Vserver &quot;myVserver&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Gets all SnapMirror volumes from a specific endpoint that are part of the selected vserver.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFSnapMirrorVservers</command:name>
            <maml:description>
                <maml:para>[Cluster] Get-SFSnapMirrorVservers lists all SnapMirror Vservers available on a remote ONTAP system.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFSnapMirrorVservers</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Get-SFSnapMirrorVservers lists all SnapMirror Vservers available on a remote ONTAP system.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFSnapMirrorVservers</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SnapMirrorEndpointID</maml:name>
                    <maml:description>
                        <maml:para>List Vservers from a specific endpoint. Leave empty to return from all.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>VserverType</maml:name>
                    <maml:description>
                        <maml:para>List only Vservers of the specified type.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>VserverName</maml:name>
                    <maml:description>
                        <maml:para>List only Vservers with the specified name.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SnapMirrorEndpointID</maml:name>
                <maml:description>
                    <maml:para>List Vservers from a specific endpoint. Leave empty to return from all.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>VserverName</maml:name>
                <maml:description>
                    <maml:para>List only Vservers with the specified name.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>VserverType</maml:name>
                <maml:description>
                    <maml:para>List only Vservers of the specified type.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ListSnapMirrorVserversResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ListSnapMirrorVserversResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorVservers</dev:code>
                <dev:remarks>
                    <maml:para>Lists all the vservers.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorVservers -SnapMirrorEndpointID 5 -VserverType admin</dev:code>
                <dev:remarks>
                    <maml:para>Lists all vservers of type &quot;admin&quot; on the endpoint with ID 5.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorVservers -VserverName Cluster</dev:code>
                <dev:remarks>
                    <maml:para>Lists all vservers with the name &quot;Cluster&quot;.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFSnapshot</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets the attributes of each snapshot taken on a volume.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFSnapshot</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets the attributes of each snapshot taken on a volume.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFSnapshot</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>SnapshotID</maml:name>
                    <maml:description>
                        <maml:para>Enter a snapshot ID or list of snapshot IDs.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFSnapshot</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>SnapshotName</maml:name>
                    <maml:description>
                        <maml:para>Enter a snapshot name or list of snapshot names.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFSnapshot</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>Enter a volume ID or list of volume IDs.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFSnapshot</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>Volume</maml:name>
                    <maml:description>
                        <maml:para>Specify volume object(s)</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">Volume[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>SnapshotID</maml:name>
                <maml:description>
                    <maml:para>Enter a snapshot ID or list of snapshot IDs.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>SnapshotName</maml:name>
                <maml:description>
                    <maml:para>Enter a snapshot name or list of snapshot names.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Specify volume object(s)</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">Volume[]</command:parameterValue>
                <dev:type>
                    <maml:name>Volume[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeID</maml:name>
                <maml:description>
                    <maml:para>Enter a volume ID or list of volume IDs.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
System.String[]
SolidFire.Element.Api.Volume[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>Snapshot[]</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_Snapshot.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapshot</dev:code>
                <dev:remarks>
                    <maml:para>Gets all snapshots for all volumes on the cluster.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapshot -SnapshotID 36</dev:code>
                <dev:remarks>
                    <maml:para>Gets the attributes from snapshot ID 36.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapshot -SnapshotName &quot;VMware*&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Gets all snapshots that include &quot;VMware&quot; at the beginning of the snapshot name.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 4 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolume -Name &quot;VM*&quot; | Get-SFSnapshot</dev:code>
                <dev:remarks>
                    <maml:para>Gets all snapshots from any volumes that inlcude &quot;VM&quot; at the beginning of the volume name.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFSnmpAcl</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets the current SNMP access permissions on cluster nodes.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFSnmpAcl</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets the current SNMP access permissions on cluster nodes.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFSnmpAcl</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetSnmpACLResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetSnmpACLResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnmpAcl</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFSnmpInfo</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets the current SNMP configuration information.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFSnmpInfo</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets the current SNMP configuration information.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFSnmpInfo</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetSnmpInfoResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetSnmpInfoResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnmpInfo</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFSnmpState</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets the current state of the SNMP feature.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFSnmpState</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets the current state of the SNMP feature.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFSnmpState</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetSnmpStateResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetSnmpStateResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnmpState</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFSnmpTrapInfo</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets current SNMP trap configuration information.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFSnmpTrapInfo</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets current SNMP trap configuration information.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFSnmpTrapInfo</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>SFSnmpTrapInfo</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetSnmpTrapInfoResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnmpTrapInfo</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFSoftwareEncryptionAtRestInfo</command:name>
            <maml:description>
                <maml:para>[Cluster] Get details of the current Software Encryption At Rest configuration.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFSoftwareEncryptionAtRestInfo</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Get details of the current Software Encryption At Rest configuration.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFSoftwareEncryptionAtRestInfo</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetSoftwareEncryptionAtRestInfoResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetEncryptionAtRestInfoResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSoftwareEncryptionAtRestInfo</dev:code>
                <dev:remarks>
                    <maml:para>Get details of the current Software Encryption At Rest configuration.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFSshInfo</command:name>
            <maml:description>
                <maml:para>[Node] Returns SSH status for the node.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFSshInfo</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] Returns SSH status for the node.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFSshInfo</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetSshInfoResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetSshInfoResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSshInfo</dev:code>
                <dev:remarks>
                    <maml:para>Gets SSH info from the currently connected node.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFSSLCertificate</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets the cluster&apos;s SSL certificate.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFSSLCertificate</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets the cluster&apos;s SSL certificate.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFSSLCertificate</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSSLCertificate</dev:code>
                <dev:remarks>
                    <maml:para>Gets the cluster&apos;s SSL certificate.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFStorageContainer</command:name>
            <maml:description>
                <maml:para>Gets information for all storage containers currently in the system.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFStorageContainer</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Gets information for all storage containers currently in the system.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFStorageContainer</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                    <maml:name>StorageContainerID</maml:name>
                    <maml:description>
                        <maml:para>List of storage containers to get</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">guid[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                <maml:name>StorageContainerID</maml:name>
                <maml:description>
                    <maml:para>List of storage containers to get</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">guid[]</command:parameterValue>
                <dev:type>
                    <maml:name>guid[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Guid[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFStorageContainer</dev:code>
                <dev:remarks>
                    <maml:para>Gets information an all storage contains.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$sContainer = Get-SFStorageContainer
$sContainer[4]</dev:code>
                <dev:remarks>
                    <maml:para>Stores data and outputs 5th item in list.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFStorageContainer -StorageContainerID e8087af0-c85d-4018-b7db-9e5249cf34ff</dev:code>
                <dev:remarks>
                    <maml:para>Gets information for specific storage container by ID. In this case, StorageContainerID: &quot;e8087af0-c85d-4018-b7db-9e5249cf34ff&quot;.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFStorageContainerEfficiency</command:name>
            <maml:description>
                <maml:para>Gets efficiency information about a virtual volume storage container.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFStorageContainerEfficiency</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Gets efficiency information about a virtual volume storage container.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFStorageContainerEfficiency</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                    <maml:name>StorageContainerID</maml:name>
                    <maml:description>
                        <maml:para>The ID of the storage container for which to retrieve efficiency information.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">guid</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                <maml:name>StorageContainerID</maml:name>
                <maml:description>
                    <maml:para>The ID of the storage container for which to retrieve efficiency information.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">guid</command:parameterValue>
                <dev:type>
                    <maml:name>guid</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Guid
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$sc = Get-SFStorageContainer
Get-SFStorageContainerEfficiency -StorageContainerID $sc[3].StorageContainerID</dev:code>
                <dev:remarks>
                    <maml:para>Gets the efficiency info from the 4th storage container.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFStorageContainerEfficiency -StorageContainerID e8087af0-c85d-4018-b7db-9e5249cf34ff</dev:code>
                <dev:remarks>
                    <maml:para>Gets the efficiency info from the specified storage container by ID. In this case, StorageContainerID: &quot;e8087af0-c85d-4018-b7db-9e5249cf34ff&quot;</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFSupportedTlsCiphers</command:name>
            <maml:description>
                <maml:para>[Cluster] Get-SFSupportedTlsCiphers gets a list of the supported TLS ciphers.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFSupportedTlsCiphers</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Get-SFSupportedTlsCiphers gets a list of the supported TLS ciphers.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFSupportedTlsCiphers</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetSupportedTlsCiphersResult</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFSyncJob</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets information about the synchronization jobs that are running on a SolidFire cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFSyncJob</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets information about the synchronization jobs that are running on a SolidFire cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFSyncJob</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>SyncJob</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_SyncJob.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSyncJob</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFSystemStatus</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets status of nodes in a SolidFire cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFSystemStatus</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets status of nodes in a SolidFire cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFSystemStatus</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetSystemStatusResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetSystemStatusResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSystemStatus</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFTests</command:name>
            <maml:description>
                <maml:para>[Node] Gets the tests that are available to run on a node.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFTests</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] Gets the tests that are available to run on a node.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFTests</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ListTestsResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ListTestsResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFTests</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFUtilities</command:name>
            <maml:description>
                <maml:para>[Node] Gets the utilities that are available to run on a node.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFUtilities</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] Gets the utilities that are available to run on a node.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFUtilities</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ListUtilitiesResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ListUtilitiesResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFUtilities</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFVirtualNetwork</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets a list of all the configured virtual networks for the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFVirtualNetwork</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets a list of all the configured virtual networks for the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFVirtualNetwork</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFVirtualNetwork</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VirtualNetworkID</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFVirtualNetwork</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VirtualNetworkTag</maml:name>
                    <maml:description>
                        <maml:para>Enter a VirtualNetworkTag or list of VirtualNetworkTag.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VirtualNetworkID</maml:name>
                <maml:description>
                    <maml:para>Enter a VirtualNetworkID or list of VirtualNetworkIDs.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VirtualNetworkTag</maml:name>
                <maml:description>
                    <maml:para>Enter a VirtualNetworkTag or list of VirtualNetworkTag.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>VirtualNetwork[]</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_VirtualNetwork.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVirtualNetwork</dev:code>
                <dev:remarks>
                    <maml:para>Gets all virtual networks configured on the cluster.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVirtualNetwork -VirtualNetworkID 12</dev:code>
                <dev:remarks>
                    <maml:para>Gets the specified virtual network(s).</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVirtualNetwork -VirtualNetworkTag 120</dev:code>
                <dev:remarks>
                    <maml:para>Gets the virtual network corresponding to the specified VLAN tag.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFVirtualVolume</command:name>
            <maml:description>
                <maml:para>Gets a list of the virtual volumes currently in the system. You can use this method to list all virtual volumes, or only list a subset.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFVirtualVolume</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Gets a list of the virtual volumes currently in the system. You can use this method to list all virtual volumes, or only list a subset.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFVirtualVolume</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Details</maml:name>
                    <maml:description>
                        <maml:para>Possible values: true: Include more details about each VVOL in the response. false: Include the standard level of detail about each VVOL in the response.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Limit</maml:name>
                    <maml:description>
                        <maml:para>The maximum number of virtual volumes to list.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Recursive</maml:name>
                    <maml:description>
                        <maml:para>Possible values:true: Include information about the children of each VVOL in the response. false: Do not include information about the children of each VVOL in the response.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>StartVirtualVolumeID</maml:name>
                    <maml:description>
                        <maml:para>The ID of the virtual volume at which to begin the list.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">guid</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>VirtualVolumeIDs</maml:name>
                    <maml:description>
                        <maml:para>A list of virtual volume IDs for which to retrieve information. If you specify this parameter, the method returns information about only these virtual volumes.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">guid[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Details</maml:name>
                <maml:description>
                    <maml:para>Possible values: true: Include more details about each VVOL in the response. false: Include the standard level of detail about each VVOL in the response.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Limit</maml:name>
                <maml:description>
                    <maml:para>The maximum number of virtual volumes to list.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Recursive</maml:name>
                <maml:description>
                    <maml:para>Possible values:true: Include information about the children of each VVOL in the response. false: Do not include information about the children of each VVOL in the response.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>StartVirtualVolumeID</maml:name>
                <maml:description>
                    <maml:para>The ID of the virtual volume at which to begin the list.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">guid</command:parameterValue>
                <dev:type>
                    <maml:name>guid</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>VirtualVolumeIDs</maml:name>
                <maml:description>
                    <maml:para>A list of virtual volume IDs for which to retrieve information. If you specify this parameter, the method returns information about only these virtual volumes.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">guid[]</command:parameterValue>
                <dev:type>
                    <maml:name>guid[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVirtualVolume</dev:code>
                <dev:remarks>
                    <maml:para>Lists all VVols in the system with default output.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVirtualVolume -Details:$true -Limit 2</dev:code>
                <dev:remarks>
                    <maml:para>Lists VVols with additional details but limits list to the first 2 VVols.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$vvols = Get-SFVirtualVolume
Get-SFVirtualVolume -StartVirtualVolumeID $vvols[4].VirtualVolumeID</dev:code>
                <dev:remarks>
                    <maml:para>Gets the VVols information and then lists it out starting at the 5th entry.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFVirtualVolumeBinding</command:name>
            <maml:description>
                <maml:para>Gets a list of VVol bindings.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFVirtualVolumeBinding</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Gets a list of VVol bindings.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFVirtualVolumeBinding</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>VirtualVolumeBindingIDs</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>VirtualVolumeBindingIDs</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVirtualVolumeBinding</dev:code>
                <dev:remarks>
                    <maml:para>Lists all VVol bindings. If none, returns empty object.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVirtualVolumeBinding -VirtualVolumeBindingIDs 14,15,16</dev:code>
                <dev:remarks>
                    <maml:para>Returns VVol binding by ID.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFVirtualVolumeCount</command:name>
            <maml:description>
                <maml:para>Gets the number of virtual volumes currently in the system.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFVirtualVolumeCount</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Gets the number of virtual volumes currently in the system.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFVirtualVolumeCount</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVirtualVolumeCount</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFVirtualVolumeHost</command:name>
            <maml:description>
                <maml:para>Gets a list of known ESX hosts.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFVirtualVolumeHost</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Gets a list of known ESX hosts.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFVirtualVolumeHost</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>VirtualVolumeHostIDs</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">guid[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>VirtualVolumeHostIDs</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">guid[]</command:parameterValue>
                <dev:type>
                    <maml:name>guid[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVirtualVolumeHost</dev:code>
                <dev:remarks>
                    <maml:para>Gets all knowns ESX hosts.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFVirtualVolumeTask</command:name>
            <maml:description>
                <maml:para>Gets a list of VVol Async Tasks.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFVirtualVolumeTask</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Gets a list of VVol Async Tasks.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFVirtualVolumeTask</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>VirtualVolumeTaskIDs</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">guid[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>VirtualVolumeTaskIDs</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">guid[]</command:parameterValue>
                <dev:type>
                    <maml:name>guid[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVirtualVolumeTask</dev:code>
                <dev:remarks>
                    <maml:para>Gets a list of VVols Async Tasks.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFVolume</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets a list of volumes from the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFVolume</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets a list of volumes from the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFVolume</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>StartVolumeID</maml:name>
                    <maml:description>
                        <maml:para>Starting VolumeID to return. If no volume exists with this VolumeID, the next volume by VolumeID order is used as the start of the list. To page through the list, pass the VolumeID of the last volume in the previous response +1.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>Enter a VolumeID or list of VolumeIDs.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>VolumeStatus</maml:name>
                    <maml:description>
                        <maml:para>Only volumes with a status equal to the status value are returned. Possible values are: creating, snapshotting, active, deleted.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Limit</maml:name>
                    <maml:description>
                        <maml:para>Specifies the maximum number of volume results that are returned.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>IsPaired</maml:name>
                    <maml:description>
                        <maml:para>Returns volumes that are paired or not paired.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>ExcludeVVOLs</maml:name>
                    <maml:description>
                        <maml:para>Use -ExcludeVVOLs to exclude volumes that are Virtual Volumes from the returned volumes.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>IncludeDeleted</maml:name>
                    <maml:description>
                        <maml:para>Use -IncludeDeleted to specify if the resultset should be active volumes only (default) or also include deleted volumes.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                    <maml:name>ProtectionSchemes</maml:name>
                    <maml:description>
                        <maml:para>Only volumes that are using one of the protection schemes in this set are returned.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFVolume</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>StartVolumeID</maml:name>
                    <maml:description>
                        <maml:para>Starting VolumeID to return. If no volume exists with this VolumeID, the next volume by VolumeID order is used as the start of the list. To page through the list, pass the VolumeID of the last volume in the previous response +1.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>Enter a volume name or list of volume names.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>VolumeStatus</maml:name>
                    <maml:description>
                        <maml:para>Only volumes with a status equal to the status value are returned. Possible values are: creating, snapshotting, active, deleted.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Limit</maml:name>
                    <maml:description>
                        <maml:para>Specifies the maximum number of volume results that are returned.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>IsPaired</maml:name>
                    <maml:description>
                        <maml:para>Returns volumes that are paired or not paired.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>ExcludeVVOLs</maml:name>
                    <maml:description>
                        <maml:para>Use -ExcludeVVOLs to exclude volumes that are Virtual Volumes from the returned volumes.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>IncludeDeleted</maml:name>
                    <maml:description>
                        <maml:para>Use -IncludeDeleted to specify if the resultset should be active volumes only (default) or also include deleted volumes.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                    <maml:name>ProtectionSchemes</maml:name>
                    <maml:description>
                        <maml:para>Only volumes that are using one of the protection schemes in this set are returned.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFVolume</maml:name>
                <command:parameter required="true" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                    <maml:name>AccountID</maml:name>
                    <maml:description>
                        <maml:para>Enter an Account ID or list of Account IDs.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>StartVolumeID</maml:name>
                    <maml:description>
                        <maml:para>Starting VolumeID to return. If no volume exists with this VolumeID, the next volume by VolumeID order is used as the start of the list. To page through the list, pass the VolumeID of the last volume in the previous response +1.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>VolumeStatus</maml:name>
                    <maml:description>
                        <maml:para>Only volumes with a status equal to the status value are returned. Possible values are: creating, snapshotting, active, deleted.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Limit</maml:name>
                    <maml:description>
                        <maml:para>Specifies the maximum number of volume results that are returned.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>IsPaired</maml:name>
                    <maml:description>
                        <maml:para>Returns volumes that are paired or not paired.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>ExcludeVVOLs</maml:name>
                    <maml:description>
                        <maml:para>Use -ExcludeVVOLs to exclude volumes that are Virtual Volumes from the returned volumes.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>IncludeDeleted</maml:name>
                    <maml:description>
                        <maml:para>Use -IncludeDeleted to specify if the resultset should be active volumes only (default) or also include deleted volumes.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                    <maml:name>ProtectionSchemes</maml:name>
                    <maml:description>
                        <maml:para>Only volumes that are using one of the protection schemes in this set are returned.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFVolume</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                    <maml:name>Account</maml:name>
                    <maml:description>
                        <maml:para>Specify account(s).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">Account[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>StartVolumeID</maml:name>
                    <maml:description>
                        <maml:para>Starting VolumeID to return. If no volume exists with this VolumeID, the next volume by VolumeID order is used as the start of the list. To page through the list, pass the VolumeID of the last volume in the previous response +1.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>VolumeStatus</maml:name>
                    <maml:description>
                        <maml:para>Only volumes with a status equal to the status value are returned. Possible values are: creating, snapshotting, active, deleted.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Limit</maml:name>
                    <maml:description>
                        <maml:para>Specifies the maximum number of volume results that are returned.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>IsPaired</maml:name>
                    <maml:description>
                        <maml:para>Returns volumes that are paired or not paired.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>ExcludeVVOLs</maml:name>
                    <maml:description>
                        <maml:para>Use -ExcludeVVOLs to exclude volumes that are Virtual Volumes from the returned volumes.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>IncludeDeleted</maml:name>
                    <maml:description>
                        <maml:para>Use -IncludeDeleted to specify if the resultset should be active volumes only (default) or also include deleted volumes.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                    <maml:name>ProtectionSchemes</maml:name>
                    <maml:description>
                        <maml:para>Only volumes that are using one of the protection schemes in this set are returned.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                <maml:name>Account</maml:name>
                <maml:description>
                    <maml:para>Specify account(s).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">Account[]</command:parameterValue>
                <dev:type>
                    <maml:name>Account[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                <maml:name>AccountID</maml:name>
                <maml:description>
                    <maml:para>Enter an Account ID or list of Account IDs.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>ExcludeVVOLs</maml:name>
                <maml:description>
                    <maml:para>Use -ExcludeVVOLs to exclude volumes that are Virtual Volumes from the returned volumes.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>IncludeDeleted</maml:name>
                <maml:description>
                    <maml:para>Use -IncludeDeleted to specify if the resultset should be active volumes only (default) or also include deleted volumes.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>IsPaired</maml:name>
                <maml:description>
                    <maml:para>Returns volumes that are paired or not paired.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Limit</maml:name>
                <maml:description>
                    <maml:para>Specifies the maximum number of volume results that are returned.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Enter a volume name or list of volume names.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                <maml:name>ProtectionSchemes</maml:name>
                <maml:description>
                    <maml:para>Only volumes that are using one of the protection schemes in this set are returned.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>StartVolumeID</maml:name>
                <maml:description>
                    <maml:para>Starting VolumeID to return. If no volume exists with this VolumeID, the next volume by VolumeID order is used as the start of the list. To page through the list, pass the VolumeID of the last volume in the previous response +1.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                <maml:name>VolumeID</maml:name>
                <maml:description>
                    <maml:para>Enter a VolumeID or list of VolumeIDs.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>VolumeStatus</maml:name>
                <maml:description>
                    <maml:para>Only volumes with a status equal to the status value are returned. Possible values are: creating, snapshotting, active, deleted.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
System.String[]
SolidFire.Element.Api.Account[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>Volume</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_Volume.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolume</dev:code>
                <dev:remarks>
                    <maml:para>Gets all volumes on the system.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolume -Name &quot;VM*&quot; -VolumeStatus deleted</dev:code>
                <dev:remarks>
                    <maml:para>Gets all deleted volumes, with names that begin with &quot;VM&quot;.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolume -VolumeID 3</dev:code>
                <dev:remarks>
                    <maml:para>Return only the volume with ID 3.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 4 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolume -AccountID 13,1</dev:code>
                <dev:remarks>
                    <maml:para>Gets all volumes associated with account ID 13 and 1.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 5 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFAccount -Username &quot;Customer*&quot; | Get-SFVolume</dev:code>
                <dev:remarks>
                    <maml:para>Gets all volumes associated with all accounts that have names beginning with &quot;Customer&quot;.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFVolumeAccessGroup</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets information about a SolidFire volume access group.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFVolumeAccessGroup</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets information about a SolidFire volume access group.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFVolumeAccessGroup</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeAccessGroupID</maml:name>
                    <maml:description>
                        <maml:para>Enter a volume access group ID or list of volume access group IDs.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFVolumeAccessGroup</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>Enter a volume name or list of volume names.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Enter a volume name or list of volume names.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeAccessGroupID</maml:name>
                <maml:description>
                    <maml:para>Enter a volume access group ID or list of volume access group IDs.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
System.String[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>VolumeAccessGroup[]</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_VolumeAccessGroup.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolumeAccessGroup</dev:code>
                <dev:remarks>
                    <maml:para>Gets all volume access groups on the cluster.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolumeAccessGroup -Name &quot;VM*&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Gets all volume access groups with a name beginning with &quot;VM&quot;.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolumeAccessGroup -VolumeAccessGroupID 2,3</dev:code>
                <dev:remarks>
                    <maml:para>Gets the specified volume access group(s).</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFVolumeAccessGroupEfficiency</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets efficiency information about all volumes in a volume access group.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFVolumeAccessGroupEfficiency</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets efficiency information about all volumes in a volume access group.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFVolumeAccessGroupEfficiency</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeAccessGroupID</maml:name>
                    <maml:description>
                        <maml:para>Enter a volume access group ID</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFVolumeAccessGroupEfficiency</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeAccessGroup</maml:name>
                    <maml:description>
                        <maml:para>Enter a volume access group</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">VolumeAccessGroup[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeAccessGroup</maml:name>
                <maml:description>
                    <maml:para>Enter a volume access group</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">VolumeAccessGroup[]</command:parameterValue>
                <dev:type>
                    <maml:name>VolumeAccessGroup[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeAccessGroupID</maml:name>
                <maml:description>
                    <maml:para>Enter a volume access group ID</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
SolidFire.Element.Api.VolumeAccessGroup[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetVolumeEfficiencyResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetVolumeEfficiencyResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolumeAccessGroupEfficiency -VolumeAccessGroupID 13</dev:code>
                <dev:remarks>
                    <maml:para>Gets efficiency information for the volume access group with ID 13.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolumeAccessGroup -VolumeAccessGroupName &quot;VMware*&quot; | Get-SFVolumeAccessGroupEfficiency</dev:code>
                <dev:remarks>
                    <maml:para>Gets the efficiency for any volume access group where the name begins with &quot;VMware&quot;.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFVolumeEfficiency</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets efficiency information about a volume.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFVolumeEfficiency</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets efficiency information about a volume.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFVolumeEfficiency</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>Enter a volume ID or list of volume IDs</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeID</maml:name>
                <maml:description>
                    <maml:para>Enter a volume ID or list of volume IDs</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetVolumeEfficiencyResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetVolumeEfficiencyResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolumeEfficiency -VolumeID 19</dev:code>
                <dev:remarks>
                    <maml:para>Gets the values for the most recent automatic calculation of efficiency numbers for volume ID 19.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFVolumePair</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets a list of all of the active paired volumes paired with a volume. To restrict the output to a single volume, specify either the SourceVolumeID or SourceVolumeName, but not both.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFVolumePair</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets a list of all of the active paired volumes paired with a volume.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFVolumePair</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SourceVolumeID</maml:name>
                    <maml:description>
                        <maml:para>Source Volume ID with which to filter results</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFVolumePair</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SourceVolumeName</maml:name>
                    <maml:description>
                        <maml:para>Source Volume name with which to filter results</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SourceVolumeID</maml:name>
                <maml:description>
                    <maml:para>Source Volume ID with which to filter results</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SourceVolumeName</maml:name>
                <maml:description>
                    <maml:para>Source Volume name with which to filter results</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>Volume[]</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_Volume.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolumePair</dev:code>
                <dev:remarks>
                    <maml:para>Gets a list of all active paired volumes.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolumePair -SourceVolumeID 42</dev:code>
                <dev:remarks>
                    <maml:para>Gets the active paired volume with volume ID 42.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolumePair -SourceVolumeName db3</dev:code>
                <dev:remarks>
                    <maml:para>Gets the active paired volume with volume name &quot;db3&quot;.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFVolumeStats</command:name>
            <maml:description>
                <maml:para>[Cluster] Gets high-level activity measurements for the specified volume(s).</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFVolumeStats</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Gets high-level activity measurements for the specified volume(s).</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFVolumeStats</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>Enter a volume ID or list of volume IDs</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFVolumeStats</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>AccountID</maml:name>
                    <maml:description>
                        <maml:para>Enter an AccountID or list of AccountIDs</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Get-SFVolumeStats</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeAccessGroupID</maml:name>
                    <maml:description>
                        <maml:para>Enter a volume access group ID or list of volume access group IDs</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>AccountID</maml:name>
                <maml:description>
                    <maml:para>Enter an AccountID or list of AccountIDs</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeAccessGroupID</maml:name>
                <maml:description>
                    <maml:para>Enter a volume access group ID or list of volume access group IDs</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeID</maml:name>
                <maml:description>
                    <maml:para>Enter a volume ID or list of volume IDs</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>VolumeStats[]</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_VolumeStats.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolumeStats</dev:code>
                <dev:remarks>
                    <maml:para>Gets volume stats for all volumes on the cluster.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolumeStats -VolumeID 13,15</dev:code>
                <dev:remarks>
                    <maml:para>Gets volume stats for the specified volume(s).</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolumeStats -AccountID 13</dev:code>
                <dev:remarks>
                    <maml:para>Gets volume stats for all volumes associated with account ID 13.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 4 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolumeStats -VolumeAccessGroupID 15</dev:code>
                <dev:remarks>
                    <maml:para>Gets stats for all volumes included in volume access group ID 15.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 5 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolume -Name &quot;*VMware*&quot; | Get-SFVolumeStats</dev:code>
                <dev:remarks>
                    <maml:para>Gets volume stats for all volumes that have &quot;VMware&quot; in the volume name.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Get-SFVolumeStatsByVirtualVolume</command:name>
            <maml:description>
                <maml:para>Gets a list of virtual volume statistics for any virtual volume in system.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Get</command:verb>
            <command:noun>SFVolumeStatsByVirtualVolume</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Gets a list of virtual volume statistics for any virtual volume in system.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Get-SFVolumeStatsByVirtualVolume</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                    <maml:name>VirtualVolumeID</maml:name>
                    <maml:description>
                        <maml:para>A list of virtual volume IDs used to retrieve information. If you specify this parameter, the method returns information about only these virtual volumes.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">guid[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                <maml:name>VirtualVolumeID</maml:name>
                <maml:description>
                    <maml:para>A list of virtual volume IDs used to retrieve information. If you specify this parameter, the method returns information about only these virtual volumes.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">guid[]</command:parameterValue>
                <dev:type>
                    <maml:name>guid[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Guid[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolumeStatsByVirtualVolume</dev:code>
                <dev:remarks>
                    <maml:para>Gets a list of VVol stats for all VVols in the system.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$vvols = Get-SFVolumeStatsByVirtualVolume
Get-SFVolumeStatsByVirtualVolume -VirtualVolumeID $vvols[3].VirtualVolumeID</dev:code>
                <dev:remarks>
                    <maml:para>Gets stats for a VVol specified by VirtualVolumeID. VirtualVolumeIDs look like: &quot;ad0b08a1-7818-4dd5-9b95-ba376b634780&quot;.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Initialize-SFSnapMirrorRelationship</command:name>
            <maml:description>
                <maml:para>[Cluster] Initialize-SFSnapMirrorRelationship initializes the destination volume in a SnapMirror relationship by performing an initial baseline transfer between clusters.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Initialize</command:verb>
            <command:noun>SFSnapMirrorRelationship</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Initialize-SFSnapMirrorRelationship initializes the destination volume in a SnapMirror relationship by performing an initial baseline transfer between clusters.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Initialize-SFSnapMirrorRelationship</maml:name>
                <command:parameter required="true" pipelineInput="false" position="0" aliases="None">
                    <maml:name>SnapMirrorEndpointID</maml:name>
                    <maml:description>
                        <maml:para>The ID of the remote ONTAP system.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeType</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s type in the SnapMirror relationship.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeName</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeVserver</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeID</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>MaxTransferRate</maml:name>
                    <maml:description>
                        <maml:para>Specifies the maximum data transfer rate between the volumes in kilobytes per second. The default value, 0, is unlimited and permits the SnapMirror relationship to fully utilize the available network bandwidth.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeID</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeName</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeType</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s type in the SnapMirror relationship.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeVserver</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>MaxTransferRate</maml:name>
                <maml:description>
                    <maml:para>Specifies the maximum data transfer rate between the volumes in kilobytes per second. The default value, 0, is unlimited and permits the SnapMirror relationship to fully utilize the available network bandwidth.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>SnapMirrorEndpointID</maml:name>
                <maml:description>
                    <maml:para>The ID of the remote ONTAP system.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>InitializeSnapMirrorRelationshipResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_InitializeSnapMirrorRelationshipResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Initialize-SFSnapMirrorRelationship -SnapMirrorEndpointID $endpoint.SnapMirrorEndpointID -DestinationVolumeType &quot;ontap&quot; -DestinationVolumeName $snapMirrorVolume.Name -DestinationVolumeVserver $vserverName</dev:code>
                <dev:remarks>
                    <maml:para>Starts a initial relationship transfer between the volumes in the relaitonship. This runs asyncronously and the status can be checked with Get-SFSnapMirrorRelationships</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Invoke-SFApi</command:name>
            <maml:description>
                <maml:para>[Node/Cluster] A generic cmdlet that invokes any SolidFire API method.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Invoke</command:verb>
            <command:noun>SFApi</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node/Cluster] A generic cmdlet that invokes any SolidFire API method.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Invoke-SFApi</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>Method</maml:name>
                    <maml:description>
                        <maml:para>Enter the API Method to call.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>Params</maml:name>
                    <maml:description>
                        <maml:para>Enter any parameters to be passed into this API Method in the form of a Hashtable.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="2" aliases="None">
                    <maml:name>ForcePort</maml:name>
                    <maml:description>
                        <maml:para>Use this to force the connection to use a different port than it was established with and pass in the desired port number.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="2" aliases="None">
                <maml:name>ForcePort</maml:name>
                <maml:description>
                    <maml:para>Use this to force the connection to use a different port than it was established with and pass in the desired port number.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>Method</maml:name>
                <maml:description>
                    <maml:para>Enter the API Method to call.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>Params</maml:name>
                <maml:description>
                    <maml:para>Enter any parameters to be passed into this API Method in the form of a Hashtable.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>hashtable</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.String
System.Collections.Hashtable
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para>The deserialized JSON returned from the API in the form of a Hashtable</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Invoke-SFApi -Method &quot;GetClusterCapacity&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Runs the GetClusterCapacity method against the API and returns a Hashtable of the response.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Invoke-SFApi -Method &quot;AddAccount&quot; -Params @{ &quot;username&quot; = &quot;TestAccount&quot;; &quot;initiatorSecret&quot; = &quot;123abc123abc&quot;; &quot;targetSecret&quot; = &quot;789xyz789xyz&quot;}</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new account by directly calling the &quot;AddAccount&quot; API method. Note that the parameters are built as an in-line hashtable.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$acct = @{}
$acct.Add(&quot;username&quot;,&quot;TestAcct2&quot;)
$acct.Add(&quot;initiatorSecret&quot;,&quot;123451234512345&quot;)
$acct.Add(&quot;targetSecret&quot;,&quot;abcdeabcdeabcde&quot;)
Invoke-SFApi -Method &quot;AddAccount&quot; -Params $acct</dev:code>
                <dev:remarks>
                    <maml:para>Builds the parameter hash table one element at a time and then calls Invoke-SFApi leveraging the variable contents.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 4 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Array Example: @(&quot;First&quot;, &quot;Second&quot;, &quot;Third&quot;)
Hashtable/Object Example: @{&quot;First&quot; = &quot;1st&quot;; &quot;Second&quot; = &quot;2nd&quot;; &quot;Third&quot; = &quot;3rd&quot;}
Nested Hashtable Example: @{&quot;NestedObject&quot; = @{&quot;One&quot; = 1; &quot;Two&quot; = 2}; &quot;Status&quot; = &quot;Active&quot;}</dev:code>
                <dev:remarks>
                    <maml:para>Sometimes the &quot;Params&quot; parameter needs json objects or an array. In order to pass nested json objects and json arrays, use the &quot;@&quot; sign to prepend each item. Objects should be wrapped with curly brackets &quot;{}&quot; and arrays should be wrapped with parentheses &quot;()&quot;. Items in an array should be separated with a comma and items in a hashtable/object should be separated with a semicolon.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Invoke-SFBreakSnapMirrorRelationship</command:name>
            <maml:description>
                <maml:para>[Cluster] Invoke-SFBreakSnapMirrorRelationship breaks a SnapMirror relationship. When a SnapMirror relationship is broken, the destination volume is made read-write and independent, and can then diverge from the source. You can reestablish the relationship with the Start-SFResyncSnapMirrorRelationship. This method requires the ONTAP cluster to be available.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Invoke</command:verb>
            <command:noun>SFBreakSnapMirrorRelationship</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Invoke-SFBreakSnapMirrorRelationship breaks a SnapMirror relationship. When a SnapMirror relationship is broken, the destination volume is made read-write and independent, and can then diverge from the source. You can reestablish the relationship with the Start-SFResyncSnapMirrorRelationship commandlet. This method requires the ONTAP cluster to be available.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Invoke-SFBreakSnapMirrorRelationship</maml:name>
                <command:parameter required="true" pipelineInput="false" position="0" aliases="None">
                    <maml:name>SnapMirrorEndpointID</maml:name>
                    <maml:description>
                        <maml:para>The endpoint ID of the remote ONTAP storage system communicating with the SolidFire cluster.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeType</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s type in the SnapMirror relationship.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeName</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeVserver</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeID</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeID</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeName</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeType</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s type in the SnapMirror relationship.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeVserver</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>SnapMirrorEndpointID</maml:name>
                <maml:description>
                    <maml:para>The endpoint ID of the remote ONTAP storage system communicating with the SolidFire cluster.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>BreakSnapMirrorRelationshipResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_BreakSnapMirrorRelationshipResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Invoke-SFBreakSnapMirrorRelationship -SnapMirrorEndpointID $endpoint.SnapMirrorEndpointID -DestinationVolumeType &quot;ontap&quot; -DestinationVolumeName $snapMirrorVolume.Name -DestinationVolumeVserver $vserverName</dev:code>
                <dev:remarks>
                    <maml:para>Breaks the relationship between the ontap and solidfire volumes. This command can only be run on relationships that have been successfully initialized.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Invoke-SFBreakSnapMirrorVolume</command:name>
            <maml:description>
                <maml:para>[Cluster] Invoke-SFBreakSnapMirrorVolume breaks the SnapMirror relationship between an ONTAP source container and SolidFire target volume. Breaking a SolidFire SnapMirror volume is useful if an ONTAP system becomes unavailable while replicating data to a SolidFire volume. This feature enables a storage administrator to take control of a SolidFire SnapMirror volume, break its relationship with the remote ONTAP system, and revert the volume to a previous snapshot.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Invoke</command:verb>
            <command:noun>SFBreakSnapMirrorVolume</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Invoke-SFBreakSnapMirrorVolume breaks the SnapMirror relationship between an ONTAP source container and SolidFire target volume. Breaking a SolidFire SnapMirror volume is useful if an ONTAP system becomes unavailable while replicating data to a SolidFire volume. This feature enables a storage administrator to take control of a SolidFire SnapMirror volume, break its relationship with the remote ONTAP system, and revert the volume to a previous snapshot.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Invoke-SFBreakSnapMirrorVolume</maml:name>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>The volume on which to perform the break operation. The volume access mode must be snapMirrorTarget.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SnapshotID</maml:name>
                    <maml:description>
                        <maml:para>Roll back the volume to the snapshot identified by this ID. The default behavior is to roll back to the most recent snapshot.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Preserve</maml:name>
                    <maml:description>
                        <maml:para>Preserve any snapshots newer than the snapshot identified by snapshotID. Possible values: true: Preserve snapshots newer than snapshotID. false: Do not preserve snapshots newer than snapshotID. If false, any snapshots newer than snapshotID are deleted.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Access</maml:name>
                    <maml:description>
                        <maml:para>Resulting volume access mode. Possible values: readWrite, readOnly, locked.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Access</maml:name>
                <maml:description>
                    <maml:para>Resulting volume access mode. Possible values: readWrite, readOnly, locked.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Preserve</maml:name>
                <maml:description>
                    <maml:para>Preserve any snapshots newer than the snapshot identified by snapshotID. Possible values: true: Preserve snapshots newer than snapshotID. false: Do not preserve snapshots newer than snapshotID. If false, any snapshots newer than snapshotID are deleted.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SnapshotID</maml:name>
                <maml:description>
                    <maml:para>Roll back the volume to the snapshot identified by this ID. The default behavior is to roll back to the most recent snapshot.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>VolumeID</maml:name>
                <maml:description>
                    <maml:para>The volume on which to perform the break operation. The volume access mode must be snapMirrorTarget.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>BreakSnapMirrorVolumeResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_BreakSnapMirrorVolumeResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Invoke-SFBreakSnapMirrorVolume -VolumeID $solidfireVolume.VolumeID</dev:code>
                <dev:remarks>
                    <maml:para>This can only be done if the volume access mode is &quot;snapMirrorTarget&quot;. That step cannot be done through the SF PowerShell Module.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Invoke-SFQuiesceSnapMirrorRelationship</command:name>
            <maml:description>
                <maml:para>[Cluster] Invoke-SFQuiesceSnapMirrorRelationship disables future data transfers for a SnapMirror relationship. If a transfer is in progress, the relationship status becomes &quot;quiescing&quot; until the transfer is complete. If the current transfer is aborted, it will not restart. You can reenable data transfers for the relationship using the Resume-SFSnapMirrorRelationship commandlet.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Invoke</command:verb>
            <command:noun>SFQuiesceSnapMirrorRelationship</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Invoke-SFQuiesceSnapMirrorRelationship disables future data transfers for a SnapMirror relationship. If a transfer is in progress, the relationship status becomes &quot;quiescing&quot; until the transfer is complete. If the current transfer is aborted, it will not restart. You can reenable data transfers for the relationship using the Resume-SFSnapMirrorRelationship commandlet.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Invoke-SFQuiesceSnapMirrorRelationship</maml:name>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SnapMirrorEndpointID</maml:name>
                    <maml:description>
                        <maml:para>The endpoint ID of the remote ONTAP storage system communicating with the SolidFire cluster.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeType</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s type in the SnapMirror relationship.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeName</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeVserver</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeID</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeID</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeName</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeType</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s type in the SnapMirror relationship.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeVserver</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SnapMirrorEndpointID</maml:name>
                <maml:description>
                    <maml:para>The endpoint ID of the remote ONTAP storage system communicating with the SolidFire cluster.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>QuiesceSnapMirrorRelationshipResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_QuiesceSnapMirrorRelationshipResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Invoke-SFQuiesceSnapMirrorRelationship -SnapMirrorEndpointID $endpoint.SnapMirrorEndpointID -DestinationVolumeType &quot;ontap&quot; -DestinationVolumeName $snapMirrorVolume.Name -DestinationVolumeVserver $vserverName</dev:code>
                <dev:remarks>
                    <maml:para>Quiesces the target relationship.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Invoke-SFRestoreDeletedVolume</command:name>
            <maml:description>
                <maml:para>[Cluster] Marks a deleted volume as active again.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Invoke</command:verb>
            <command:noun>SFRestoreDeletedVolume</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Marks a deleted volume as active again.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Invoke-SFRestoreDeletedVolume</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>Enter a VolumeID for the deleted volume to restore.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeID</maml:name>
                <maml:description>
                    <maml:para>Enter a VolumeID for the deleted volume to restore.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>Volume</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_Volume.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Invoke-SFRestoreDeletedVolume -VolumeID 548</dev:code>
                <dev:remarks>
                    <maml:para>Restore volume ID 548 from a deleted state back to an active state.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFDeletedVolume | Invoke-SFRestoreDeletedVolume</dev:code>
                <dev:remarks>
                    <maml:para>Restore all volumes that are currently deleted.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Invoke-SFRollbackToGroupSnapshot</command:name>
            <maml:description>
                <maml:para>[Cluster] Rolls back all individual volumes in a snapshot group to each volume&apos;s individual snapshot.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Invoke</command:verb>
            <command:noun>SFRollbackToGroupSnapshot</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Rolls back all individual volumes in a snapshot group to each volume&apos;s individual snapshot.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Invoke-SFRollbackToGroupSnapshot</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>GroupSnapshotID</maml:name>
                    <maml:description>
                        <maml:para>Enter a GroupSnapshotID for the volume to restore.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>Name for the snapshot. If no name is given then the name of the snapshot being rolled back to is used with &apos;- copy&apos; appended to the end of the name.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="2" aliases="None">
                    <maml:name>SaveCurrentState</maml:name>
                    <maml:description>
                        <maml:para>true: The previous active volume image is kept. false: (default) The previous active volume image is deleted.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="3" aliases="None">
                    <maml:name>Attributes</maml:name>
                    <maml:description>
                        <maml:para>Attributes to set</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="3" aliases="None">
                <maml:name>Attributes</maml:name>
                <maml:description>
                    <maml:para>Attributes to set</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>hashtable</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>GroupSnapshotID</maml:name>
                <maml:description>
                    <maml:para>Enter a GroupSnapshotID for the volume to restore.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name for the snapshot. If no name is given then the name of the snapshot being rolled back to is used with &apos;- copy&apos; appended to the end of the name.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="2" aliases="None">
                <maml:name>SaveCurrentState</maml:name>
                <maml:description>
                    <maml:para>true: The previous active volume image is kept. false: (default) The previous active volume image is deleted.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
System.String
System.Boolean
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>CreateGroupSnapshotResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_CreateGroupSnapshotResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Invoke-SFRollbackToGroupSnapshot -GroupSnapshotID 30</dev:code>
                <dev:remarks>
                    <maml:para>Rolls the group of volumes back to the specified group snapshot but does not preserve the current state.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Invoke-SFRollbackToGroupSnapshot -GroupSnapshotID 30 -SaveCurrentState:$true -Name CurrentStateGroupSnapshot</dev:code>
                <dev:remarks>
                    <maml:para>Rolls the group of volumes back to the specified group snapshot. In this case, the command first takes a new group snapshot of the current volumes&apos; state named &quot;CurrentStateGroupSnapshot&quot; prior to rolling back to the snapshot.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolume -Name RCLPSMTestVol-02 | Get-SFGroupSnapshot -GroupSnapshotName Tuesday | Invoke-SFRollbackToGroupSnapshot -SaveCurrentState:$true -Name CurrentStateGroupSnapsnot</dev:code>
                <dev:remarks>
                    <maml:para>Finds the group snapshot named &quot;Tuesday&quot; where the volume &quot;RCLPSMTestVol-02&quot; is a member. Then rolls back to this snapshot while saving the current state as a new group snapshot &quot;CurrentStateGroupSnapshot&quot;</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Invoke-SFRollbackToSnapshot</command:name>
            <maml:description>
                <maml:para>[Cluster] Makes an existing snapshot the &quot;active&quot; volume image.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Invoke</command:verb>
            <command:noun>SFRollbackToSnapshot</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Makes an existing snapshot the &quot;active&quot; volume image.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Invoke-SFRollbackToSnapshot</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>Enter a VolumeID for the volume to restore.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>SnapshotID</maml:name>
                    <maml:description>
                        <maml:para>Enter the SnapshotID of a previously created snapshot on the given volume.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="2" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>Name for the snapshot. If no name is given then the name of the snapshot being rolled back to is used with &apos;- copy&apos; appended to the end of the name.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="3" aliases="None">
                    <maml:name>SaveCurrentState</maml:name>
                    <maml:description>
                        <maml:para>true: The previous active volume image is kept. false: (default) The previous active volume image is deleted.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="4" aliases="None">
                    <maml:name>Attributes</maml:name>
                    <maml:description>
                        <maml:para>Attributes to set</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="4" aliases="None">
                <maml:name>Attributes</maml:name>
                <maml:description>
                    <maml:para>Attributes to set</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>hashtable</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="2" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name for the snapshot. If no name is given then the name of the snapshot being rolled back to is used with &apos;- copy&apos; appended to the end of the name.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="3" aliases="None">
                <maml:name>SaveCurrentState</maml:name>
                <maml:description>
                    <maml:para>true: The previous active volume image is kept. false: (default) The previous active volume image is deleted.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>SnapshotID</maml:name>
                <maml:description>
                    <maml:para>Enter the SnapshotID of a previously created snapshot on the given volume.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeID</maml:name>
                <maml:description>
                    <maml:para>Enter a VolumeID for the volume to restore.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
System.String
System.Boolean
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>CreateSnapshotResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_CreateSnapshotResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Invoke-SFRollbackToSnapshot -VolumeID 477 -SnapshotID 2506</dev:code>
                <dev:remarks>
                    <maml:para>Rolls the volume back to the specified snapshot but does not preserve the current state.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Invoke-SFRollbackToSnapshot -VolumeID 477 -SnapshotID 2506 -SaveCurrentState:$true -Name CurrentStateSnapshot</dev:code>
                <dev:remarks>
                    <maml:para>Rolls the volume back to the specified snapshot. In this case, the command first takes a new snapshot of the current state named &quot;CurrentStateSnapshot&quot; prior to rolling back to the snapshot.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolume -Name SampleVol01 | Get-SFSnapshot -SnapshotName Tuesday | Invoke-SFRollbackToSnapshot -SaveCurrentState:$true -Name CurrentStateSnapshot</dev:code>
                <dev:remarks>
                    <maml:para>Rolls back the volume named &quot;SampleVol01&quot; to the snapshot named &quot;Tuesday&quot; and saves the current state to a new snapshot named &quot;CurrentStateSnapshot&quot;.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Invoke-SFSecureEraseDrive</command:name>
            <maml:description>
                <maml:para>[Cluster] Removes any residual data from a drive using a Security Erase Unit command and resetting the encryption key on the drive.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Invoke</command:verb>
            <command:noun>SFSecureEraseDrive</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Removes any residual data from a drive using a Security Erase Unit command and resetting the encryption key on the drive.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Invoke-SFSecureEraseDrive</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>DriveID</maml:name>
                    <maml:description>
                        <maml:para>Enter a drive ID or list of drive IDs</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Invoke-SFSecureEraseDrive</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>Drive</maml:name>
                    <maml:description>
                        <maml:para>Please pass in a SFDrive or list of SFDrives</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">DriveInfo[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>Drive</maml:name>
                <maml:description>
                    <maml:para>Please pass in a SFDrive or list of SFDrives</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">DriveInfo[]</command:parameterValue>
                <dev:type>
                    <maml:name>DriveInfo[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>DriveID</maml:name>
                <maml:description>
                    <maml:para>Enter a drive ID or list of drive IDs</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
SolidFire.Element.Api.DriveInfo[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>AsyncHandleResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_AsyncHandleResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Invoke-SFSecureEraseDrive -DriveID 19</dev:code>
                <dev:remarks>
                    <maml:para>Begins the secure erase process on drive ID 19.

Note: Drives must be removed (changed to an &quot;available&quot; status) before being secure erased.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$drives = Get-SFDrive
Invoke-SFSecureEraseDrive -Drive $drives[3]</dev:code>
                <dev:remarks>
                    <maml:para>Begins the secure erase process on a drive recieved from Get command.

Note: Drives must be removed (changed to an &quot;available&quot; status) before being secure erased.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Invoke-SFShutdown</command:name>
            <maml:description>
                <maml:para>[Cluster] Shutdown one or more nodes in a cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Invoke</command:verb>
            <command:noun>SFShutdown</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>You can use Shutdown to restart or shutdown the nodes in a cluster. You can shut down a single node, a specified number of nodes, or all of the nodes in the cluster using this method.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Invoke-SFShutdown</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                    <maml:name>NodeID</maml:name>
                    <maml:description>
                        <maml:para>List of NodeIDs for the nodes to be shutdown.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Option</maml:name>
                    <maml:description>
                        <maml:para>Action to take for the node shutdown: restart or halt. Default is restart.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                <maml:name>NodeID</maml:name>
                <maml:description>
                    <maml:para>List of NodeIDs for the nodes to be shutdown.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Option</maml:name>
                <maml:description>
                    <maml:para>Action to take for the node shutdown: restart or halt. Default is restart.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ShutdownResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ShutdownResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Invoke-SFShutdown -NodeID 1,2,3,4 </dev:code>
                <dev:remarks>
                    <maml:para>Shuts down nodes 1 thorugh 4</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>New-SFAccount</command:name>
            <maml:description>
                <maml:para>[Cluster] Adds a new account to the system.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>New</command:verb>
            <command:noun>SFAccount</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Adds a new account to the system.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>New-SFAccount</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>Username</maml:name>
                    <maml:description>
                        <maml:para>Unique username for this account</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>InitiatorSecret</maml:name>
                    <maml:description>
                        <maml:para>CHAP secret to use for the initiator</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="2" aliases="None">
                    <maml:name>TargetSecret</maml:name>
                    <maml:description>
                        <maml:para>CHAP secret to use for the target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="3" aliases="None">
                    <maml:name>Attributes</maml:name>
                    <maml:description>
                        <maml:para>Attributes to set</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>EnableChap</maml:name>
                    <maml:description>
                        <maml:para>Specify if chap account credentials can be used by an initiator to access volumes.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="3" aliases="None">
                <maml:name>Attributes</maml:name>
                <maml:description>
                    <maml:para>Attributes to set</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>hashtable</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>EnableChap</maml:name>
                <maml:description>
                    <maml:para>Specify if chap account credentials can be used by an initiator to access volumes.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>InitiatorSecret</maml:name>
                <maml:description>
                    <maml:para>CHAP secret to use for the initiator</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="2" aliases="None">
                <maml:name>TargetSecret</maml:name>
                <maml:description>
                    <maml:para>CHAP secret to use for the target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>Username</maml:name>
                <maml:description>
                    <maml:para>Unique username for this account</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.String
System.Collections.Hashtable
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>Account</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_Account.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFAccount -Username User1</dev:code>
                <dev:remarks>
                    <maml:para>The -Username parameter does not have to be specified in this scenario.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFAccount -Username User1 -InitiatorSecret 3ks03ks02l4@1k -TargetSecret 3ks03ks02l4@!l</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new tennant account &quot;User1&quot; with the specified CHAP secrets.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>New-SFClone</command:name>
            <maml:description>
                <maml:para>[Cluster] Creates a copy of the volume.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>New</command:verb>
            <command:noun>SFClone</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Creates a copy of the volume.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>New-SFClone</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>Volume ID for the volume to be cloned</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>Name of the new cloned volume</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="2" aliases="None">
                    <maml:name>NewAccountID</maml:name>
                    <maml:description>
                        <maml:para>AccountID of the owner of the volume</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="3" aliases="None">
                    <maml:name>NewSize</maml:name>
                    <maml:description>
                        <maml:para>New size of the volume in Gigabytes</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="4" aliases="None">
                    <maml:name>Access</maml:name>
                    <maml:description>
                        <maml:para>Access allowed for the new volume</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="5" aliases="None">
                    <maml:name>SnapshotID</maml:name>
                    <maml:description>
                        <maml:para>ID of the snapshot that is used as the source of the clone</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="6" aliases="None">
                    <maml:name>Attributes</maml:name>
                    <maml:description>
                        <maml:para>List of Name/Value pairs as a hashtable</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="4" aliases="None">
                <maml:name>Access</maml:name>
                <maml:description>
                    <maml:para>Access allowed for the new volume</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="6" aliases="None">
                <maml:name>Attributes</maml:name>
                <maml:description>
                    <maml:para>List of Name/Value pairs as a hashtable</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>hashtable</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the new cloned volume</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="2" aliases="None">
                <maml:name>NewAccountID</maml:name>
                <maml:description>
                    <maml:para>AccountID of the owner of the volume</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="3" aliases="None">
                <maml:name>NewSize</maml:name>
                <maml:description>
                    <maml:para>New size of the volume in Gigabytes</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="5" aliases="None">
                <maml:name>SnapshotID</maml:name>
                <maml:description>
                    <maml:para>ID of the snapshot that is used as the source of the clone</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeID</maml:name>
                <maml:description>
                    <maml:para>Volume ID for the volume to be cloned</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
System.String
System.Collections.Hashtable
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>CloneVolumeResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_CloneVolumeResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFClone -VolumeID 29 -Name NewVolume</dev:code>
                <dev:remarks>
                    <maml:para>Creates a clone of volume ID 29 and names the new volume &quot;NewVolume&quot;.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFClone -VolumeID 29 -Name NewVolume -NewAccountID 3 -NewSize 100000000000 -Access readOnly</dev:code>
                <dev:remarks>
                    <maml:para>Creates a clone of volume ID 29 and names the new volume &quot;NewVolume&quot;. This command also associates the new volume with account ID 3, changes the size of the volume to 100 GB (100000000000 Bytes) and changes the access to readOnly.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFClone -VolumeID 29 -Name NewVolume -SnapshotID 27</dev:code>
                <dev:remarks>
                    <maml:para>Creates a clone of snapshot ID 27 on volume ID 29 and names the new volume &quot;NewVolume&quot;.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>New-SFCloneMultiple</command:name>
            <maml:description>
                <maml:para>[Cluster] Creates a clone of a group of specified volumes.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>New</command:verb>
            <command:noun>SFCloneMultiple</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Creates a clone of a group of specified volumes.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>New-SFCloneMultiple</maml:name>
                <command:parameter required="true" pipelineInput="false" position="0" aliases="None">
                    <maml:name>Volume</maml:name>
                    <maml:description>
                        <maml:para>Unique SFCloneVolume for each volume to include in the clone. If optional parameters are not specified, the values will be inherited from the source volumes.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">CloneMultipleVolumeParams[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="2" aliases="None">
                    <maml:name>Access</maml:name>
                    <maml:description>
                        <maml:para>New default access method for the new volumes if not overridden by information passed in the Volumes array.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="3" aliases="None">
                    <maml:name>GroupSnapshotID</maml:name>
                    <maml:description>
                        <maml:para>ID of the group snapshot to use as a basis for the clone.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="4" aliases="None">
                    <maml:name>NewAccountID</maml:name>
                    <maml:description>
                        <maml:para>New account ID for the volumes if not overridden by information passed in the Volumes array.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>New-SFCloneMultiple</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue)" position="0" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>Unique ID for each volume to include in the clone. Default values will be inherited from the source volumes.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="2" aliases="None">
                    <maml:name>Access</maml:name>
                    <maml:description>
                        <maml:para>New default access method for the new volumes if not overridden by information passed in the Volumes array.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="3" aliases="None">
                    <maml:name>GroupSnapshotID</maml:name>
                    <maml:description>
                        <maml:para>ID of the group snapshot to use as a basis for the clone.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="4" aliases="None">
                    <maml:name>NewAccountID</maml:name>
                    <maml:description>
                        <maml:para>New account ID for the volumes if not overridden by information passed in the Volumes array.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="2" aliases="None">
                <maml:name>Access</maml:name>
                <maml:description>
                    <maml:para>New default access method for the new volumes if not overridden by information passed in the Volumes array.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="3" aliases="None">
                <maml:name>GroupSnapshotID</maml:name>
                <maml:description>
                    <maml:para>ID of the group snapshot to use as a basis for the clone.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="4" aliases="None">
                <maml:name>NewAccountID</maml:name>
                <maml:description>
                    <maml:para>New account ID for the volumes if not overridden by information passed in the Volumes array.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Unique SFCloneVolume for each volume to include in the clone. If optional parameters are not specified, the values will be inherited from the source volumes.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">CloneMultipleVolumeParams[]</command:parameterValue>
                <dev:type>
                    <maml:name>CloneMultipleVolumeParams[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue)" position="0" aliases="None">
                <maml:name>VolumeID</maml:name>
                <maml:description>
                    <maml:para>Unique ID for each volume to include in the clone. Default values will be inherited from the source volumes.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>CloneMultipleVolumesResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_CloneMultipleVolumesResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFCloneMultiple -VolumeID 23,25</dev:code>
                <dev:remarks>
                    <maml:para>Clone the specified volumes. Volume details all remain the same including name, account, size, QoS and access.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolume -Name &quot;*VM*&quot; | New-SFCloneMultiple -NewAccountID 20</dev:code>
                <dev:remarks>
                    <maml:para>Clone all of the volumes that include &quot;VM&quot; in the name and associate the new clones with Account ID 20.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFCloneMultiple -GroupSnapshotID 3</dev:code>
                <dev:remarks>
                    <maml:para>Create a clone of each volume included in the identified group snapshot.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>New-SFCluster</command:name>
            <maml:description>
                <maml:para>[Cluster] Creates a new SolidFire cluster from a list of node SIPs that are configured with the same cluster name.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>New</command:verb>
            <command:noun>SFCluster</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Creates a new SolidFire cluster from a list of nodes that are configured with the same cluster name.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>New-SFCluster</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>Mvip</maml:name>
                    <maml:description>
                        <maml:para>Floating (virtual) IP address for the cluster on the management network</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>Svip</maml:name>
                    <maml:description>
                        <maml:para>Floating (virtual) IP address for the cluster on the storage (iSCSI) network</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="2" aliases="None">
                    <maml:name>Username</maml:name>
                    <maml:description>
                        <maml:para>User name for the cluster admin</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="3" aliases="None">
                    <maml:name>Password</maml:name>
                    <maml:description>
                        <maml:para>Initial password for the cluster admin account</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="4" aliases="None">
                    <maml:name>Nodes</maml:name>
                    <maml:description>
                        <maml:para>IP addresses of the initial set of nodes making up the cluster. This node&apos;s IP must be on the list</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="5" aliases="None">
                    <maml:name>ReplicaCount</maml:name>
                    <maml:description>
                        <maml:para>Number of replicas of each piece of data to store in the cluster</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="6" aliases="None">
                    <maml:name>Attributes</maml:name>
                    <maml:description>
                        <maml:para>Dictionary of name/values</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="7" aliases="None">
                    <maml:name>SerialNumber</maml:name>
                    <maml:description>
                        <maml:para>The Serial Number for this cluster</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="8" aliases="None">
                    <maml:name>OrderNumber</maml:name>
                    <maml:description>
                        <maml:para>The sales order number for this cluster</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>AcceptEula</maml:name>
                    <maml:description>
                        <maml:para>Include this switch parameter if you accept the EULA.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>EnableSoftwareEncryptionAtRest</maml:name>
                    <maml:description>
                        <maml:para>Enable this flag to use software-based encryption-at-rest. Defaults to true on SolidFire software-only clusters. Defaults to false on all other clusters.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>AcceptEula</maml:name>
                <maml:description>
                    <maml:para>Include this switch parameter if you accept the EULA.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="6" aliases="None">
                <maml:name>Attributes</maml:name>
                <maml:description>
                    <maml:para>Dictionary of name/values</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>hashtable</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>EnableSoftwareEncryptionAtRest</maml:name>
                <maml:description>
                    <maml:para>Enable this flag to use software-based encryption-at-rest. Defaults to true on SolidFire software-only clusters. Defaults to false on all other clusters.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>Mvip</maml:name>
                <maml:description>
                    <maml:para>Floating (virtual) IP address for the cluster on the management network</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="4" aliases="None">
                <maml:name>Nodes</maml:name>
                <maml:description>
                    <maml:para>IP addresses of the initial set of nodes making up the cluster. This node&apos;s IP must be on the list</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="8" aliases="None">
                <maml:name>OrderNumber</maml:name>
                <maml:description>
                    <maml:para>The sales order number for this cluster</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="3" aliases="None">
                <maml:name>Password</maml:name>
                <maml:description>
                    <maml:para>Initial password for the cluster admin account</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="5" aliases="None">
                <maml:name>ReplicaCount</maml:name>
                <maml:description>
                    <maml:para>Number of replicas of each piece of data to store in the cluster</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="7" aliases="None">
                <maml:name>SerialNumber</maml:name>
                <maml:description>
                    <maml:para>The Serial Number for this cluster</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>Svip</maml:name>
                <maml:description>
                    <maml:para>Floating (virtual) IP address for the cluster on the storage (iSCSI) network</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="2" aliases="None">
                <maml:name>Username</maml:name>
                <maml:description>
                    <maml:para>User name for the cluster admin</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.String
System.String[]
System.Int32
System.Collections.Hashtable
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>CreateClusterResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_CreateClusterResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFCluster -Mvip 10.10.1.1 -Svip 10.10.10.1 -Username admin -Password pass -Nodes &quot;10.10.10.11&quot;,&quot;10.10.10.12&quot;,&quot;10.10.10.13&quot;,&quot;10.10.10.14&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new SolidFire cluster with the specified nodes.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Connect-SFCluster 172.27.153.41 -Username &quot;fake&quot; -Password &quot;fake&quot; -Node
New-SFCluster -Mvip 172.27.153.46 -Svip 172.27.151.46 -Username clusteradmin -Password clusterpass -Nodes (Get-SFBootstrapConfig).Nodes.Name</dev:code>
                <dev:remarks>
                    <maml:para>Connects to one of the nodes to be included in the newly created cluster with fake credentials (credentials are only used after a cluster has been created). New-SFCluster is then called with the node IPs being pulled directly from Get-SFBootstrapConfig.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>New-SFClusterAdmin</command:name>
            <maml:description>
                <maml:para>[Cluster] Adds a new cluster admin.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>New</command:verb>
            <command:noun>SFClusterAdmin</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Adds a new cluster admin.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>New-SFClusterAdmin</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue)" position="Named" aliases="None">
                    <maml:name>Username</maml:name>
                    <maml:description>
                        <maml:para>Unique username for this Cluster Admin. Username is not case sensitive.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByValue)" position="Named" aliases="None">
                    <maml:name>Password</maml:name>
                    <maml:description>
                        <maml:para>Password used to authenticate this Cluster Admin.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByValue)" position="Named" aliases="None">
                    <maml:name>Access</maml:name>
                    <maml:description>
                        <maml:para>Controls which methods this Cluster Admin can use. For more details on the levels of access, see the Access Control appendix of the SolidFire API.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>AcceptEula</maml:name>
                    <maml:description>
                        <maml:para>Include this switch parameter if you accept the EULA.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Attributes</maml:name>
                    <maml:description>
                        <maml:para>List of Name/Value pairs in JSON object format.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>AcceptEula</maml:name>
                <maml:description>
                    <maml:para>Include this switch parameter if you accept the EULA.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue)" position="Named" aliases="None">
                <maml:name>Access</maml:name>
                <maml:description>
                    <maml:para>Controls which methods this Cluster Admin can use. For more details on the levels of access, see the Access Control appendix of the SolidFire API.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Attributes</maml:name>
                <maml:description>
                    <maml:para>List of Name/Value pairs in JSON object format.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>hashtable</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue)" position="Named" aliases="None">
                <maml:name>Password</maml:name>
                <maml:description>
                    <maml:para>Password used to authenticate this Cluster Admin.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue)" position="Named" aliases="None">
                <maml:name>Username</maml:name>
                <maml:description>
                    <maml:para>Unique username for this Cluster Admin. Username is not case sensitive.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.String
System.String[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ClusterAdmin</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ClusterAdmin.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFClusterAdmin -Username AdminUser -Password NewPass -Access &quot;nodes&quot;,&quot;drives&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Adds a cluster admin user with full access to the &quot;nodes&quot; and &quot;drives&quot; groups of API methods.

The most common access levels are:

&quot;administrator&quot; - Full access to all API methods
&quot;reporting&quot; - Access to only readonly API methods with some limitations</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>New-SFGroupSnapshot</command:name>
            <maml:description>
                <maml:para>[Cluster] Creates a point-in-time snapshot of a group of volumes.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>New</command:verb>
            <command:noun>SFGroupSnapshot</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Creates a point-in-time snapshot of a group of volumes.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>New-SFGroupSnapshot</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>Unique ID of the volume image from which to copy</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="1" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>Name for the snapshot group</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="2" aliases="None">
                    <maml:name>EnableRemoteReplication</maml:name>
                    <maml:description>
                        <maml:para>Should the snapsnot be replicated to remote storage?</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="3" aliases="None">
                    <maml:name>Retention</maml:name>
                    <maml:description>
                        <maml:para>The amount of time the snapshot should be retained. Enter in HHHHHHHH:mm:ss. Maximum retention time is 10000000:00:00</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="4" aliases="None">
                    <maml:name>Attributes</maml:name>
                    <maml:description>
                        <maml:para>Attributes to set</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>EnsureSerialCreation</maml:name>
                    <maml:description>
                        <maml:para>Specify if the snapshot creation should be failed if a previous snapshot replication is in progress.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="4" aliases="None">
                <maml:name>Attributes</maml:name>
                <maml:description>
                    <maml:para>Attributes to set</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>hashtable</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="2" aliases="None">
                <maml:name>EnableRemoteReplication</maml:name>
                <maml:description>
                    <maml:para>Should the snapsnot be replicated to remote storage?</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>EnsureSerialCreation</maml:name>
                <maml:description>
                    <maml:para>Specify if the snapshot creation should be failed if a previous snapshot replication is in progress.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="1" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name for the snapshot group</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="3" aliases="None">
                <maml:name>Retention</maml:name>
                <maml:description>
                    <maml:para>The amount of time the snapshot should be retained. Enter in HHHHHHHH:mm:ss. Maximum retention time is 10000000:00:00</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeID</maml:name>
                <maml:description>
                    <maml:para>Unique ID of the volume image from which to copy</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GroupSnapshot</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GroupSnapshot.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFGroupSnapshot -VolumeID 12,13,14 -Name GroupSnap01</dev:code>
                <dev:remarks>
                    <maml:para>Creates a group snapshot named &quot;GroupSnap01&quot; including the specified volumes.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolume -Name &quot;*VMware*&quot; | New-SFGroupSnapshot -Name VMwareSnap</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new group snapshot named &quot;VMwareSnap&quot; that includes all volumes on the cluster with &quot;VMware&quot; in the volume name.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFGroupSnapshot -VolumeID 4,5 -Name testSnap -Retention 50:00:00 -EnableRemoteReplication:$true</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new GroupSnapshot named &quot;testSnap&quot; using volume ID 4 and 5. The snapshot is set to be retained for 50 hours and remote replication is enabled.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>New-SFIdpClusterAdmin</command:name>
            <maml:description>
                <maml:para>[Cluster] Adds a cluster administrator user authenticated by a third party Identity Provider (IdP).</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>New</command:verb>
            <command:noun>SFIdpClusterAdmin</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Adds a cluster administrator user authenticated by a third party Identity Provider (IdP).</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>New-SFIdpClusterAdmin</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue)" position="Named" aliases="None">
                    <maml:name>Username</maml:name>
                    <maml:description>
                        <maml:para>A SAML attribute-value mapping to a IdP cluster admin (e.g. email=test@example.com).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByValue)" position="Named" aliases="None">
                    <maml:name>Access</maml:name>
                    <maml:description>
                        <maml:para>Controls which methods this IdP Cluster Admin can use. Valid values are read,nodes,reporting,drives,volumes,accounts,administrator.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>AcceptEula</maml:name>
                    <maml:description>
                        <maml:para>Include this switch parameter if you accept the EULA.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Attributes</maml:name>
                    <maml:description>
                        <maml:para>List of Name/Value pairs in JSON object format.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>AcceptEula</maml:name>
                <maml:description>
                    <maml:para>Include this switch parameter if you accept the EULA.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue)" position="Named" aliases="None">
                <maml:name>Access</maml:name>
                <maml:description>
                    <maml:para>Controls which methods this IdP Cluster Admin can use. Valid values are read,nodes,reporting,drives,volumes,accounts,administrator.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Attributes</maml:name>
                <maml:description>
                    <maml:para>List of Name/Value pairs in JSON object format.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>hashtable</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue)" position="Named" aliases="None">
                <maml:name>Username</maml:name>
                <maml:description>
                    <maml:para>A SAML attribute-value mapping to a IdP cluster admin (e.g. email=test@example.com).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.String
System.String[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ClusterAdmin[]</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFIdpClusterAdmin -Username user1 -Access administrator -AcceptEula</dev:code>
                <dev:remarks>
                    <maml:para>Adds a IDP cluster administrator with Username user1</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>New-SFIdpConfiguration</command:name>
            <maml:description>
                <maml:para>[Cluster] Create a potential trust relationship for authentication using a third party Identity Provider (IdP) for the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>New</command:verb>
            <command:noun>SFIdpConfiguration</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Create a potential trust relationship for authentication using a third party Identity Provider (IdP) for the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>New-SFIdpConfiguration</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue)" position="0" aliases="None">
                    <maml:name>IdpName</maml:name>
                    <maml:description>
                        <maml:para>Name used to identify an IdP provider for SAML 2.0 single sign-on.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByPropertyName)" position="1" aliases="None">
                    <maml:name>IdpMetadata</maml:name>
                    <maml:description>
                        <maml:para>IdP Metadata to store. IdP metadata, in plain text format, is retrieved from the third-party IdP. This metadata needs to be validated to ensure that it is correctly formatted in JSON.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="1" aliases="None">
                <maml:name>IdpMetadata</maml:name>
                <maml:description>
                    <maml:para>IdP Metadata to store. IdP metadata, in plain text format, is retrieved from the third-party IdP. This metadata needs to be validated to ensure that it is correctly formatted in JSON.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue)" position="0" aliases="None">
                <maml:name>IdpName</maml:name>
                <maml:description>
                    <maml:para>Name used to identify an IdP provider for SAML 2.0 single sign-on.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.String
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>IdpConfigInfo</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFIdpConfiguration -IdpName adfsidp -IdpMetadata &lt;adfsmetadata&gt;</dev:code>
                <dev:remarks>
                    <maml:para>Create a IDP Configuration for the cluster with IdpName adfsidp and IdpMetadata &lt;adfsmetadata&gt;</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>New-SFInitiator</command:name>
            <maml:description>
                <maml:para>Creates multiple new initiator IQNs or World Wide Port Names (WWPNs) and optionally assigns them aliases and attributes.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>New</command:verb>
            <command:noun>SFInitiator</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Creates multiple new initiator IQNs or World Wide Port Names (WWPNs) and optionally assigns them aliases and attributes.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>New-SFInitiator</maml:name>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>The name of the initiator (IQN or WWPN) to create.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Alias</maml:name>
                    <maml:description>
                        <maml:para>The friendly name to assign to this initiator.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>VolumeAccessGroupID</maml:name>
                    <maml:description>
                        <maml:para>The ID of the volume access group into to which this newly created initiator will be added.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Attributes</maml:name>
                    <maml:description>
                        <maml:para>A set of Hashtable attributes assigned to this initiator.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>RequireChap</maml:name>
                    <maml:description>
                        <maml:para>RequireChap determines if the initiator is required to use CHAP during session login. CHAP is optional if RequireChap is false.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                    <maml:name>ChapUsername</maml:name>
                    <maml:description>
                        <maml:para>The CHAP username for this initiator. Defaults to the initiator name (IQN) if not specified during creation and RequireChap is true.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                    <maml:name>InitiatorSecret</maml:name>
                    <maml:description>
                        <maml:para>The CHAP secret used for authentication of the initiator. Defaults to a randomly generated secret if not specified during creation and RequireChap is true.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                    <maml:name>TargetSecret</maml:name>
                    <maml:description>
                        <maml:para>The CHAP secret used for authentication of the target. Defaults to a randomly generated secret if not specified during creation and RequireChap is true.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                    <maml:name>VirtualNetworkIDs</maml:name>
                    <maml:description>
                        <maml:para>The list of virtual network identifiers associated with this initiator. If one or more are defined, this initiator will only be able to login to the specified virtual networks. If no virtual networks are defined this initiator can login to all networks.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Alias</maml:name>
                <maml:description>
                    <maml:para>The friendly name to assign to this initiator.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Attributes</maml:name>
                <maml:description>
                    <maml:para>A set of Hashtable attributes assigned to this initiator.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>hashtable</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                <maml:name>ChapUsername</maml:name>
                <maml:description>
                    <maml:para>The CHAP username for this initiator. Defaults to the initiator name (IQN) if not specified during creation and RequireChap is true.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                <maml:name>InitiatorSecret</maml:name>
                <maml:description>
                    <maml:para>The CHAP secret used for authentication of the initiator. Defaults to a randomly generated secret if not specified during creation and RequireChap is true.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the initiator (IQN or WWPN) to create.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>RequireChap</maml:name>
                <maml:description>
                    <maml:para>RequireChap determines if the initiator is required to use CHAP during session login. CHAP is optional if RequireChap is false.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                <maml:name>TargetSecret</maml:name>
                <maml:description>
                    <maml:para>The CHAP secret used for authentication of the target. Defaults to a randomly generated secret if not specified during creation and RequireChap is true.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                <maml:name>VirtualNetworkIDs</maml:name>
                <maml:description>
                    <maml:para>The list of virtual network identifiers associated with this initiator. If one or more are defined, this initiator will only be able to login to the specified virtual networks. If no virtual networks are defined this initiator can login to all networks.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>VolumeAccessGroupID</maml:name>
                <maml:description>
                    <maml:para>The ID of the volume access group into to which this newly created initiator will be added.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.String
System.Int64[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFInitiator -Name iqn.1991-05.com.microsoft:sf-1a2b3c</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new initiator with name &quot;iqn.1991-05.com.microsoft:sf-1a2b3c&quot;.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFInitiator -Name iqn.1991-05.com.microsoft:sf-1a2b3c -Alias test</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new initiator with name &quot;iqn.1991-05.com.microsoft:sf-1a2b3c&quot; and alias &quot;test&quot;.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFInitiator -Name iqn.1991-05.com.microsoft:sf-1a2b3c -VolumeAccessGroupID 1</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new initiator with name &quot;iqn.1991-05.com.microsoft:sf-1a2b3c&quot; and adds it to VolumeAccessGroup ID 1.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFInitiator -Name iqn.1991-05.com.microsoft:sf-1a2b3c -RequireChap</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new initiator with name &quot;iqn.1991-05.com.microsoft:sf-1a2b3c&quot; and will set Chap to be required during session login.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>New-SFKeyProviderKmip</command:name>
            <maml:description>
                <maml:para>[Cluster] Creates a KMIP (Key Management Interoperability Protocol) Key Provider</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>New</command:verb>
            <command:noun>SFKeyProviderKmip</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] A Key Provider defines a mechanism and location to retrieve authentication keys. A KMIP Key Provider represents a collection of one or more KMIP Key Servers. A newly created KMIP Key Provider will not have any KMIP Key Servers assigned to it. To create a KMIP Key Server see CreateKeyServerKmip and to assign it to a provider created via this method see AddKeyServerToProviderKmip.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>New-SFKeyProviderKmip</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KeyProviderName</maml:name>
                    <maml:description>
                        <maml:para>The name to associate with the created KMIP Key Provider. This name is only used for display purposes and does not need to be unique.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KeyProviderName</maml:name>
                <maml:description>
                    <maml:para>The name to associate with the created KMIP Key Provider. This name is only used for display purposes and does not need to be unique.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>KeyProviderKmip</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFKeyProviderKmip -KeyProviderName &quot;MyKeyServer&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Adds a key server with the name MyKeyServer</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>New-SFKeyServerKmip</command:name>
            <maml:description>
                <maml:para>[Cluster] Creates a KMIP (Key Management Interoperability Protocol) Key Provider</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>New</command:verb>
            <command:noun>SFKeyServerKmip</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Creates a KMIP (Key Management Interoperability Protocol) Key Server with the specified attributes. The server will not be contacted as part of this operation so it need not exist or be configured prior. For clustered Key Server configurations, the hostnames or IP Addresses, of all server nodes, must be provided in the kmipKeyServerHostnames parameter.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>New-SFKeyServerKmip</maml:name>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KmipCaCertificate</maml:name>
                    <maml:description>
                        <maml:para>The public key certificate of the external key server&apos;s root CA. This will be used to verify the certificate presented by external key server in the TLS communication. For key server clusters where individual servers use different CAs, provide a concatenated string containing the root certificates of all the CAs.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KmipClientCertificate</maml:name>
                    <maml:description>
                        <maml:para>A PEM format Base64 encoded PKCS#10 X.509 certificate used by the Solidfire KMIP client.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KmipKeyServerHostnames</maml:name>
                    <maml:description>
                        <maml:para>Array of the hostnames or IP addresses associated with this KMIP Key Server. Multiple hostnames or IP addresses must only be provided if the key servers are in a clustered configuration.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KmipKeyServerName</maml:name>
                    <maml:description>
                        <maml:para>The name of the KMIP Key Server. This name is only used for display purposes and does not need to be unique.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KmipKeyServerPort</maml:name>
                    <maml:description>
                        <maml:para>The port number associated with this KMIP Key Server (typically 5696).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KmipCaCertificate</maml:name>
                <maml:description>
                    <maml:para>The public key certificate of the external key server&apos;s root CA. This will be used to verify the certificate presented by external key server in the TLS communication. For key server clusters where individual servers use different CAs, provide a concatenated string containing the root certificates of all the CAs.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KmipClientCertificate</maml:name>
                <maml:description>
                    <maml:para>A PEM format Base64 encoded PKCS#10 X.509 certificate used by the Solidfire KMIP client.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KmipKeyServerHostnames</maml:name>
                <maml:description>
                    <maml:para>Array of the hostnames or IP addresses associated with this KMIP Key Server. Multiple hostnames or IP addresses must only be provided if the key servers are in a clustered configuration.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KmipKeyServerName</maml:name>
                <maml:description>
                    <maml:para>The name of the KMIP Key Server. This name is only used for display purposes and does not need to be unique.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KmipKeyServerPort</maml:name>
                <maml:description>
                    <maml:para>The port number associated with this KMIP Key Server (typically 5696).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>KeyServerKmip</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFKeyServerKmip -KmipCaCertificate $ca -KmipClientCertificate -KmipKeyServerHostnames $hostname $client -KeyServerName &quot;MyKeyServer&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Adds a key server with the name MyKeyServer</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>New-SFLdapClusterAdmin</command:name>
            <maml:description>
                <maml:para>[Cluster] Adds a new LDAP cluster admin.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>New</command:verb>
            <command:noun>SFLdapClusterAdmin</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Adds a new LDAP cluster admin.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>New-SFLdapClusterAdmin</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue)" position="Named" aliases="None">
                    <maml:name>Username</maml:name>
                    <maml:description>
                        <maml:para>The distinguished user name for the new LDAP cluster admin.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByValue)" position="Named" aliases="None">
                    <maml:name>Access</maml:name>
                    <maml:description>
                        <maml:para>Controls which methods this Cluster Admin can use. For more details on the levels of access, see the Access Control appendix in the SolidFire API Reference.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>AcceptEula</maml:name>
                    <maml:description>
                        <maml:para>Include this switch parameter if you accept the EULA.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Attributes</maml:name>
                    <maml:description>
                        <maml:para>List of Name/Value pairs in JSON object format.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>AcceptEula</maml:name>
                <maml:description>
                    <maml:para>Include this switch parameter if you accept the EULA.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue)" position="Named" aliases="None">
                <maml:name>Access</maml:name>
                <maml:description>
                    <maml:para>Controls which methods this Cluster Admin can use. For more details on the levels of access, see the Access Control appendix in the SolidFire API Reference.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Attributes</maml:name>
                <maml:description>
                    <maml:para>List of Name/Value pairs in JSON object format.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>hashtable</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue)" position="Named" aliases="None">
                <maml:name>Username</maml:name>
                <maml:description>
                    <maml:para>The distinguished user name for the new LDAP cluster admin.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.String
System.String[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ClusterAdmin</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ClusterAdmin.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFLdapClusterAdmin -Username admin -Access administrator -AcceptEula:$true</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new SFLdapClusterAdmin with username &quot;admin&quot; and gives it full administrator access. Auto accepts the EULA.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>New-SFNodeSupportBundle</command:name>
            <maml:description>
                <maml:para>[Node] Creates a support bundle file under the node&apos;s directory.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>New</command:verb>
            <command:noun>SFNodeSupportBundle</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] Creates a support bundle file under the node&apos;s directory.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>New-SFNodeSupportBundle</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>BundleName</maml:name>
                    <maml:description>
                        <maml:para>Unique name for each support bundle created. If no name is provided, then &apos;supportbundle&apos; and the node name is used as a file name.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>ExtraArgs</maml:name>
                    <maml:description>
                        <maml:para>This parameter is fed to the sf_make_support_bundle script. Should be used only at the request of SolidFire Support.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="2" aliases="None">
                    <maml:name>TimeoutSec</maml:name>
                    <maml:description>
                        <maml:para>This parameter overrides the Timeout parameter in the SFConnection object. It is fed to the sf_make_support_bundle script. Should be used only at the request of SolidFire Support.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>BundleName</maml:name>
                <maml:description>
                    <maml:para>Unique name for each support bundle created. If no name is provided, then &apos;supportbundle&apos; and the node name is used as a file name.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>ExtraArgs</maml:name>
                <maml:description>
                    <maml:para>This parameter is fed to the sf_make_support_bundle script. Should be used only at the request of SolidFire Support.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="2" aliases="None">
                <maml:name>TimeoutSec</maml:name>
                <maml:description>
                    <maml:para>This parameter overrides the Timeout parameter in the SFConnection object. It is fed to the sf_make_support_bundle script. Should be used only at the request of SolidFire Support.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.String
System.Int32
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>CreateSupportBundleResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_CreateSupportBundleResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFNodeSupportBundle -BundleName &quot;TestBundle&quot; -TimeoutSec 180</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new support bundle named &quot;TestBundle&quot;.

It is recommended to use a value greater than 60 for &quot;TimeoutSec&quot;. Using a value higher than the expected time to create a support bundle has no negative effects.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$bundle = New-SFNodeSupportBundle -BundleName &quot;TestBundle&quot; -TimeoutSec 180

$bundle.details.url will contain &quot;https://[Target]:442/config/supportbundles/siteB.node1.tar&quot;
            </dev:code>
                <dev:remarks>
                    <maml:para>Retrieve the created Support Bundle via the returned URL.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>New-SFPublicPrivateKeyPair</command:name>
            <maml:description>
                <maml:para>[Cluster] Create SSL public and private keys.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>New</command:verb>
            <command:noun>SFPublicPrivateKeyPair</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Creates SSL public and private keys. These keys can be used to generate Certificate Sign Requests. There can be only one key pair in use for the cluster. To replace the existing keys, make sure that they are not being used by any providers before invoking this API.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>New-SFPublicPrivateKeyPair</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>CommonName</maml:name>
                    <maml:description>
                        <maml:para>This is the X.509 distinguished name Common Name field (CN).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Organization</maml:name>
                    <maml:description>
                        <maml:para>This is the X.509 distinguished name Organization Name field (O).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>OrganizationalUnit</maml:name>
                    <maml:description>
                        <maml:para>This is the X.509 distinguished name Organizational Unit Name field (OU).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Locality</maml:name>
                    <maml:description>
                        <maml:para>This is the X.509 distinguished name Locality Name field (L).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>State</maml:name>
                    <maml:description>
                        <maml:para>This is the X.509 distinguished name State or Province Name field (ST or SP or S).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Country</maml:name>
                    <maml:description>
                        <maml:para>This is the X.509 distinguished name Country field (C).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>EmailAddress</maml:name>
                    <maml:description>
                        <maml:para>This is the X.509 distinguished name Email Address field (MAIL).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>CommonName</maml:name>
                <maml:description>
                    <maml:para>This is the X.509 distinguished name Common Name field (CN).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Country</maml:name>
                <maml:description>
                    <maml:para>This is the X.509 distinguished name Country field (C).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>EmailAddress</maml:name>
                <maml:description>
                    <maml:para>This is the X.509 distinguished name Email Address field (MAIL).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Locality</maml:name>
                <maml:description>
                    <maml:para>This is the X.509 distinguished name Locality Name field (L).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Organization</maml:name>
                <maml:description>
                    <maml:para>This is the X.509 distinguished name Organization Name field (O).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>OrganizationalUnit</maml:name>
                <maml:description>
                    <maml:para>This is the X.509 distinguished name Organizational Unit Name field (OU).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>State</maml:name>
                <maml:description>
                    <maml:para>This is the X.509 distinguished name State or Province Name field (ST or SP or S).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>CreateKeyServerKmipResult</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFPublicPrivateKeyPair</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new key pair with the default X.509 settings</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFPublicPrivateKeyPair -County &quot;US&quot; -State &quot;CO&quot; -Locality &quot;Boulder&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new key pair with the specified locality.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>New-SFQoSPolicy</command:name>
            <maml:description>
                <maml:para>[Cluster] Creates a new QoS Policy.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>New</command:verb>
            <command:noun>SFQoSPolicy</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Creates a new QoS Policy.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>New-SFQoSPolicy</maml:name>
                <command:parameter required="true" pipelineInput="false" position="0" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>The name of the QoS policy</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="8" aliases="None">
                    <maml:name>MinIOPS</maml:name>
                    <maml:description>
                        <maml:para>The desired minimum 4KB IOPS to guarantee</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="9" aliases="None">
                    <maml:name>MaxIOPS</maml:name>
                    <maml:description>
                        <maml:para>The desired maximum 4KB IOPS to guarantee</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="10" aliases="None">
                    <maml:name>BurstIOPS</maml:name>
                    <maml:description>
                        <maml:para>The maximum 4KB IOPS allowed for a short time</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="11" aliases="None">
                    <maml:name>BurstTime</maml:name>
                    <maml:description>
                        <maml:para>The time to allow a burst of maximum 4KB IOPS</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="10" aliases="None">
                <maml:name>BurstIOPS</maml:name>
                <maml:description>
                    <maml:para>The maximum 4KB IOPS allowed for a short time</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="11" aliases="None">
                <maml:name>BurstTime</maml:name>
                <maml:description>
                    <maml:para>The time to allow a burst of maximum 4KB IOPS</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="9" aliases="None">
                <maml:name>MaxIOPS</maml:name>
                <maml:description>
                    <maml:para>The desired maximum 4KB IOPS to guarantee</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="8" aliases="None">
                <maml:name>MinIOPS</maml:name>
                <maml:description>
                    <maml:para>The desired minimum 4KB IOPS to guarantee</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the QoS policy</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFQoSPolicy -Name &quot;Gold&quot; -MinIOPS 10000 -MaxIOPS 125000 -BurstIOPS 200000</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new QoS Policy named &quot;Gold&quot;, with Min:Max:Burst IOPS of 10000:125000:200000.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>New-SFSchedule</command:name>
            <maml:description>
                <maml:para>[Cluster] Creates a schedule that will make a snapshot of a volume.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>New</command:verb>
            <command:noun>SFSchedule</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Creates a schedule that will make a snapshot of a volume.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>New-SFSchedule</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>Volume IDs to be included in the resulting snapshots.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="1" aliases="None">
                    <maml:name>ScheduleName</maml:name>
                    <maml:description>
                        <maml:para>Unique name for the schedule.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="2" aliases="None">
                    <maml:name>Frequency</maml:name>
                    <maml:description>
                        <maml:para>Used to indicate the frequency at which the snapshot will be made.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="8" aliases="None">
                    <maml:name>Paused</maml:name>
                    <maml:description>
                        <maml:para>Use to pause the schedule.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="9" aliases="None">
                    <maml:name>SnapshotName</maml:name>
                    <maml:description>
                        <maml:para>Name of the new snapshot.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="10" aliases="None">
                    <maml:name>Recurring</maml:name>
                    <maml:description>
                        <maml:para>Indicates if the schedule will be recurring or not. Default is true.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="11" aliases="None">
                    <maml:name>EnableRemoteReplication</maml:name>
                    <maml:description>
                        <maml:para>Include snapshots in replication when paired. Default is false.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="12" aliases="None">
                    <maml:name>RetentionDays</maml:name>
                    <maml:description>
                        <maml:para>Number of days to retain snapshots created by this schedule.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">ulong</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="13" aliases="None">
                    <maml:name>RetentionHours</maml:name>
                    <maml:description>
                        <maml:para>Number of hours to retain snapshots created by this schedule.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">ulong</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="14" aliases="None">
                    <maml:name>RetentionMinutes</maml:name>
                    <maml:description>
                        <maml:para>Number of minutes to retain snapshots created by this schedule.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">ulong</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="15" aliases="None">
                    <maml:name>StartingDate</maml:name>
                    <maml:description>
                        <maml:para>Date/Time after which the schedule will be run.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="11" aliases="None">
                <maml:name>EnableRemoteReplication</maml:name>
                <maml:description>
                    <maml:para>Include snapshots in replication when paired. Default is false.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="2" aliases="None">
                <maml:name>Frequency</maml:name>
                <maml:description>
                    <maml:para>Used to indicate the frequency at which the snapshot will be made.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="8" aliases="None">
                <maml:name>Paused</maml:name>
                <maml:description>
                    <maml:para>Use to pause the schedule.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="10" aliases="None">
                <maml:name>Recurring</maml:name>
                <maml:description>
                    <maml:para>Indicates if the schedule will be recurring or not. Default is true.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="12" aliases="None">
                <maml:name>RetentionDays</maml:name>
                <maml:description>
                    <maml:para>Number of days to retain snapshots created by this schedule.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">ulong</command:parameterValue>
                <dev:type>
                    <maml:name>ulong</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="13" aliases="None">
                <maml:name>RetentionHours</maml:name>
                <maml:description>
                    <maml:para>Number of hours to retain snapshots created by this schedule.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">ulong</command:parameterValue>
                <dev:type>
                    <maml:name>ulong</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="14" aliases="None">
                <maml:name>RetentionMinutes</maml:name>
                <maml:description>
                    <maml:para>Number of minutes to retain snapshots created by this schedule.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">ulong</command:parameterValue>
                <dev:type>
                    <maml:name>ulong</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="1" aliases="None">
                <maml:name>ScheduleName</maml:name>
                <maml:description>
                    <maml:para>Unique name for the schedule.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="9" aliases="None">
                <maml:name>SnapshotName</maml:name>
                <maml:description>
                    <maml:para>Name of the new snapshot.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="15" aliases="None">
                <maml:name>StartingDate</maml:name>
                <maml:description>
                    <maml:para>Date/Time after which the schedule will be run.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeID</maml:name>
                <maml:description>
                    <maml:para>Volume IDs to be included in the resulting snapshots.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>Schedule</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_Schedule.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFSchedule -VolumeID 8 -ScheduleName test -Frequency DaysOfWeek -DaysOfWeekDays Monday,Tuesday,Saturday</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new schedule named &quot;test&quot; on volume 8, and sets the frequency to DaysOfWeek and then sets the days to Monday, Tuesday, and Saturday.
NOTE: parameter &quot;DaysOfWeekDays&quot; will only appear if &quot;DaysOfWeek&quot; has already been chosen.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code> New-SFSchedule -VolumeID 9 -ScheduleName test2 -Frequency DaysOfMonth -DaysOfMonthDays 1,10,20,30 -RetentionDays 5 -RetentionHours 15 -RetentionMinutes 5 -StartingDate 2017-06-05T12:22:40</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new schedule named &quot;test2&quot; on volume 9, and sets the frequency to DaysOfMonth and then sets the days to the 1st, 10th, 20th, and 30th days in the month. Also sets starting date.
NOTE: parameter &quot;DaysOfMonthDays&quot; will only appear if &quot;DaysOfMonth&quot; has already been chosen.
NOTE: you must use all three retention parameters (RetentionDays,RetentionHours,RetentionMinutes) to add a retention to the schedule or the command will error out.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFSchedule -VolumeID 10 -ScheduleName test3 -Frequency TimeInterval -TimeIntervalHours 5 -TimeIntervalMinutes 30 -SnapshotName snapTest</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new schedule named &quot;test3&quot; on volume 10, and sets the frequency to TimeInterval and then sets the time interval to five and a half hours. Also sets name of new Snapshot.
NOTE: parameters &quot;TimeIntervalDays&quot;,&quot;TimeIntervalHours&quot;, and &quot;TimeIntervalMinutes&quot; will only appear if &quot;TimeInterval&quot; has already been chosen.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>New-SFSnapMirrorEndpoint</command:name>
            <maml:description>
                <maml:para>[Cluster] New-SFSnapMirrorEndpoint creates a relationship with a remote SnapMirror endpoint.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>New</command:verb>
            <command:noun>SFSnapMirrorEndpoint</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] New-SFSnapMirrorEndpoint creates a relationship with a remote SnapMirror endpoint.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>New-SFSnapMirrorEndpoint</maml:name>
                <command:parameter required="true" pipelineInput="false" position="0" aliases="None">
                    <maml:name>ManagementIP</maml:name>
                    <maml:description>
                        <maml:para>The management IP address of the remote SnapMirror endpoint.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="1" aliases="None">
                    <maml:name>Username</maml:name>
                    <maml:description>
                        <maml:para>The management username for the ONTAP system.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="2" aliases="None">
                    <maml:name>Password</maml:name>
                    <maml:description>
                        <maml:para>The management password for the ONTAP system.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>ManagementIP</maml:name>
                <maml:description>
                    <maml:para>The management IP address of the remote SnapMirror endpoint.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="2" aliases="None">
                <maml:name>Password</maml:name>
                <maml:description>
                    <maml:para>The management password for the ONTAP system.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="1" aliases="None">
                <maml:name>Username</maml:name>
                <maml:description>
                    <maml:para>The management username for the ONTAP system.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>CreateSnapMirrorEndpointResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_CreateSnapMirrorEndpointResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFSnapMirrorEndpoint -managementIP 10.171.59.42 -username admin -password admin</dev:code>
                <dev:remarks>
                    <maml:para>Creates a single endpoint to the given IP.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>New-SFSnapMirrorEndpointUnmanaged</command:name>
            <maml:description>
                <maml:para>[Cluster] New-SFSnapMirrorEndpointUnmanaged creates an unmanaged relationship with a remote SnapMirror endpoint.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>New</command:verb>
            <command:noun>SFSnapMirrorEndpointUnmanaged</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] The New-SFSnapMirrorEndpointUnmanaged cmdlet enables remote, unmanaged SnapMirror endpoints to communicate with a SolidFire cluster. Unmanaged endpoints cannot be administered using the SolidFire SnapMirror APIs. They must be managed with ONTAP management software or APIs.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>New-SFSnapMirrorEndpointUnmanaged</maml:name>
                <command:parameter required="true" pipelineInput="false" position="0" aliases="None">
                    <maml:name>ClusterName</maml:name>
                    <maml:description>
                        <maml:para>The name of the endpoint.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="1" aliases="None">
                    <maml:name>IpAddresses</maml:name>
                    <maml:description>
                        <maml:para>The new list of IP addresses for a cluster of ONTAP storage systems that should communicate with this SolidFire cluster.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>ClusterName</maml:name>
                <maml:description>
                    <maml:para>The name of the endpoint.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="1" aliases="None">
                <maml:name>IpAddresses</maml:name>
                <maml:description>
                    <maml:para>The new list of IP addresses for a cluster of ONTAP storage systems that should communicate with this SolidFire cluster.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>CreateSnapMirrorEndpointUnmanagedResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_CreateSnapMirrorEndpointUnmanagedResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFSnapMirrorEndpointUnmanaged -ClusterName &quot;TestCluster&quot; -IpAddresses &quot;1.1.1.1&quot;, &quot;2.2.2.2&quot;, &quot;3.3.3.3&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new Unmanaged endpoint named &quot;TestCluster&quot; with 3 (fake) IP addresses associated with it.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>New-SFSnapMirrorRelationship</command:name>
            <maml:description>
                <maml:para>[Cluster] New-SFSnapMirrorRelationship creates a SnapMirror extended data protection relationship between a source and destination endpoint.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>New</command:verb>
            <command:noun>SFSnapMirrorRelationship</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] New-SFSnapMirrorRelationship creates a SnapMirror extended data protection relationship between a source and destination endpoint.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>New-SFSnapMirrorRelationship</maml:name>
                <command:parameter required="true" pipelineInput="false" position="0" aliases="None">
                    <maml:name>SnapMirrorEndpointID</maml:name>
                    <maml:description>
                        <maml:para>The endpoint ID of the remote ONTAP storage system communicating with the SolidFire cluster.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeType</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s type in the SnapMirror relationship.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SourceVolumeType</maml:name>
                    <maml:description>
                        <maml:para>The source volume&apos;s type in the SnapMirror relationship.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>RelationshipType</maml:name>
                    <maml:description>
                        <maml:para>The type of relationship. On SolidFire systems, this value is always &quot;extended_data_protection&quot;.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>PolicyName</maml:name>
                    <maml:description>
                        <maml:para>Specifies the name of the ONTAP SnapMirror policy for the relationship. If not specified, the default policy name is MirrorLatest.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>ScheduleName</maml:name>
                    <maml:description>
                        <maml:para>The name of the preexisting cron schedule on the ONTAP system that is used to update the SnapMirror relationship. If no schedule is designated, snapMirror updates are not scheduled and must be updated manually.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>MaxTransferRate</maml:name>
                    <maml:description>
                        <maml:para>Specifies the maximum data transfer rate between the volumes in kilobytes per second. The default value, 0, is unlimited and permits the SnapMirror relationship to fully utilize the available network bandwidth.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeName</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeVserver</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeID</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SourceVolumeName</maml:name>
                    <maml:description>
                        <maml:para>The source volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SourceVolumeVserver</maml:name>
                    <maml:description>
                        <maml:para>The source volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SourceVolumeID</maml:name>
                    <maml:description>
                        <maml:para>The source volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeID</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeName</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeType</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s type in the SnapMirror relationship.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeVserver</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>MaxTransferRate</maml:name>
                <maml:description>
                    <maml:para>Specifies the maximum data transfer rate between the volumes in kilobytes per second. The default value, 0, is unlimited and permits the SnapMirror relationship to fully utilize the available network bandwidth.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>PolicyName</maml:name>
                <maml:description>
                    <maml:para>Specifies the name of the ONTAP SnapMirror policy for the relationship. If not specified, the default policy name is MirrorLatest.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>RelationshipType</maml:name>
                <maml:description>
                    <maml:para>The type of relationship. On SolidFire systems, this value is always &quot;extended_data_protection&quot;.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>ScheduleName</maml:name>
                <maml:description>
                    <maml:para>The name of the preexisting cron schedule on the ONTAP system that is used to update the SnapMirror relationship. If no schedule is designated, snapMirror updates are not scheduled and must be updated manually.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>SnapMirrorEndpointID</maml:name>
                <maml:description>
                    <maml:para>The endpoint ID of the remote ONTAP storage system communicating with the SolidFire cluster.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SourceVolumeID</maml:name>
                <maml:description>
                    <maml:para>The source volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SourceVolumeName</maml:name>
                <maml:description>
                    <maml:para>The source volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SourceVolumeType</maml:name>
                <maml:description>
                    <maml:para>The source volume&apos;s type in the SnapMirror relationship.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SourceVolumeVserver</maml:name>
                <maml:description>
                    <maml:para>The source volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>CreateSnapMirrorRelationshipResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_CreateSnapMirrorRelationshipResultt.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFSnapMirrorRelationship -SnapMirrorEndpointID $endpoint.SnapMirrorEndpointID -DestinationVolumeType &quot;ontap&quot; -DestinationVolumeName $snapMirrorVolume.Name -DestinationVolumeVserver $vserverName -SourceVolumeType &quot;solidfire&quot; -SourceVolumeID $solidfireVolume.VolumeID</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new SnapMirror relationship with a solidfire volume as the source and an ontap volume as the destination.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFSnapMirrorRelationship -SnapMirrorEndpointID $endpoint.SnapMirrorEndpointID -MaxTransferRate 0 -DestinationVolumeType &quot;solidfire&quot; -DestinationVolumeID $solidfireVolume.VolumeID -DestinationVolumeName $solidfireVolume.VolumeID -SourceVolumeType &quot;ontap&quot; -SourceVolumeName $snapMirrorVolume.Name -SourceVolumeVserver $vserverName</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new SnapMirror relationship with a solidfire volume as the destination and an ontap volume as the source with unlimited transfer rate.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>New-SFSnapMirrorVolume</command:name>
            <maml:description>
                <maml:para>[Cluster] New-SFSnapMirrorVolume creates a volume on the remote ONTAP system.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>New</command:verb>
            <command:noun>SFSnapMirrorVolume</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] New-SFSnapMirrorVolume creates a volume on the remote ONTAP system.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>New-SFSnapMirrorVolume</maml:name>
                <command:parameter required="true" pipelineInput="false" position="0" aliases="None">
                    <maml:name>SnapMirrorEndpointID</maml:name>
                    <maml:description>
                        <maml:para>The endpoint ID of the remote ONTAP storage system communicating with the SolidFire cluster.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Vserver</maml:name>
                    <maml:description>
                        <maml:para>The name of the Vserver.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>The destination ONTAP volume name.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Aggregate</maml:name>
                    <maml:description>
                        <maml:para>The containing ONTAP aggregate in which to create the volume. You can use Get-SFSnapMirrorAggregates to get information about available ONTAP aggregates.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Size</maml:name>
                    <maml:description>
                        <maml:para>The size of the volume in bytes.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Type</maml:name>
                    <maml:description>
                        <maml:para>The volume type. Possible values are rw: Read-write volume, ls: Load-sharing volume, dp: Data protection volume. If no type is provided the default type is dp.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Aggregate</maml:name>
                <maml:description>
                    <maml:para>The containing ONTAP aggregate in which to create the volume. You can use Get-SFSnapMirrorAggregates to get information about available ONTAP aggregates.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The destination ONTAP volume name.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Size</maml:name>
                <maml:description>
                    <maml:para>The size of the volume in bytes.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>SnapMirrorEndpointID</maml:name>
                <maml:description>
                    <maml:para>The endpoint ID of the remote ONTAP storage system communicating with the SolidFire cluster.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Type</maml:name>
                <maml:description>
                    <maml:para>The volume type. Possible values are rw: Read-write volume, ls: Load-sharing volume, dp: Data protection volume. If no type is provided the default type is dp.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Vserver</maml:name>
                <maml:description>
                    <maml:para>The name of the Vserver.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>CreateSnapMirrorVolumeResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_CreateSnapMirrorVolumeResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFSnapMirrorVolume -SnapMirrorEndpointID $endpoint.SnapMirrorEndpointID -Vserver $vserverName -Name &quot;mySnapMirrorVolume&quot; -Aggregate $aggregateName -Size 100100100</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new SnapMirrorVolume on the ontap device. Associates it with a specific vserver and aggregate.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFSnapMirrorVolume -SnapMirrorEndpointID $endpoint.SnapMirrorEndpointID -Vserver $vserverName -Name &quot;myLoadSharingVolume&quot; -Aggregate $aggregateName -Size 100100100 -Type &quot;ls&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new SnapMirrorVolume on the ontap device. Associates it with a specific vserver and aggregate.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>New-SFSnapshot</command:name>
            <maml:description>
                <maml:para>[Cluster] Creates a point-in-time snapshot of a volume.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>New</command:verb>
            <command:noun>SFSnapshot</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Creates a point-in-time snapshot of a volume.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>New-SFSnapshot</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>Unique ID of the volume image from which to copy</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>SnapshotID</maml:name>
                    <maml:description>
                        <maml:para>Unique ID of a snapshot from which the new snapshot is made</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="2" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>Name for the snapshot</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="3" aliases="None">
                    <maml:name>EnableRemoteReplication</maml:name>
                    <maml:description>
                        <maml:para>Should the snapshot be replicated to remote storage?</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="4" aliases="None">
                    <maml:name>Retention</maml:name>
                    <maml:description>
                        <maml:para>The amount of time the snapshot should be retained. Enter in HHHHHHHH:mm:ss. Maximum retention time is 10000000:00:00</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="5" aliases="None">
                    <maml:name>Attributes</maml:name>
                    <maml:description>
                        <maml:para>Attributes to set</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>EnsureSerialCreation</maml:name>
                    <maml:description>
                        <maml:para>Specify if the snapshot creation should be failed if a previous snapshot replication is in progress.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>New-SFSnapshot</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>Volume</maml:name>
                    <maml:description>
                        <maml:para>Volume objects from which to copy</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">Volume</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>SnapshotID</maml:name>
                    <maml:description>
                        <maml:para>Unique ID of a snapshot from which the new snapshot is made</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="2" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>Name for the snapshot</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="3" aliases="None">
                    <maml:name>EnableRemoteReplication</maml:name>
                    <maml:description>
                        <maml:para>Should the snapshot be replicated to remote storage?</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="4" aliases="None">
                    <maml:name>Retention</maml:name>
                    <maml:description>
                        <maml:para>The amount of time the snapshot should be retained. Enter in HHHHHHHH:mm:ss. Maximum retention time is 10000000:00:00</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="5" aliases="None">
                    <maml:name>Attributes</maml:name>
                    <maml:description>
                        <maml:para>Attributes to set</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>EnsureSerialCreation</maml:name>
                    <maml:description>
                        <maml:para>Specify if the snapshot creation should be failed if a previous snapshot replication is in progress.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="5" aliases="None">
                <maml:name>Attributes</maml:name>
                <maml:description>
                    <maml:para>Attributes to set</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>hashtable</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="3" aliases="None">
                <maml:name>EnableRemoteReplication</maml:name>
                <maml:description>
                    <maml:para>Should the snapshot be replicated to remote storage?</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>EnsureSerialCreation</maml:name>
                <maml:description>
                    <maml:para>Specify if the snapshot creation should be failed if a previous snapshot replication is in progress.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="2" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name for the snapshot</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="4" aliases="None">
                <maml:name>Retention</maml:name>
                <maml:description>
                    <maml:para>The amount of time the snapshot should be retained. Enter in HHHHHHHH:mm:ss. Maximum retention time is 10000000:00:00</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>SnapshotID</maml:name>
                <maml:description>
                    <maml:para>Unique ID of a snapshot from which the new snapshot is made</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>Volume</maml:name>
                <maml:description>
                    <maml:para>Volume objects from which to copy</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">Volume</command:parameterValue>
                <dev:type>
                    <maml:name>Volume</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeID</maml:name>
                <maml:description>
                    <maml:para>Unique ID of the volume image from which to copy</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
SolidFire.Element.Api.Volume
System.Collections.Hashtable
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>Snapshot</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_Snapshot.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFSnapshot -VolumeID 29</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new snapshot of volume ID 29.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFSnapshot -VolumeID 29 -Name VolSnap</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new snapshot of volume ID 29 and names the snapshot &quot;VolSnap&quot;.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFSnapshot -VolumeID 29 -Name VolSnap -SnapshotID 27</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new snapshot of volume ID 29 but uses snapshot ID 27 as the source instead of the active volume and names the snapshot &quot;VolSnap&quot;.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 4 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolume -Name &quot;VM*&quot; | New-SFSnapshot -Name PowerShellSnap</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new snapshot named &quot;PowerShellSnap&quot; for all volumes on the cluster with names that begin with &quot;VM&quot;.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 5 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFSnapshot -VolumeID 4 -Name testSnap -Retention 50:00:00 -EnableRemoteReplication:$true</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new snapshot named &quot;testSnap&quot; using volume ID 4. The snapshot is set to be retained for 50 hours and remote replication is enabled.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>New-SFStorageContainer</command:name>
            <maml:description>
                <maml:para>Creates a new storage container.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>New</command:verb>
            <command:noun>SFStorageContainer</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Creates a new storage container.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>New-SFStorageContainer</maml:name>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>Name of the storage container.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>InitiatorSecret</maml:name>
                    <maml:description>
                        <maml:para>The secret for CHAP authentication for the initiator</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>TargetSecret</maml:name>
                    <maml:description>
                        <maml:para>The secret for CHAP authentication for the target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>InitiatorSecret</maml:name>
                <maml:description>
                    <maml:para>The secret for CHAP authentication for the initiator</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the storage container.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>TargetSecret</maml:name>
                <maml:description>
                    <maml:para>The secret for CHAP authentication for the target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFStorageContainer -name container</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new SFStorageContainer named &quot;container&quot; with auto generated InitiatorSecret and TargetSecret.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code> New-SFStorageContainer -Name container2 -InitiatorSecret abcd1234efgh567 -TargetSecret wxyz1234mnop567</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new SFStorageContainer with a specified name, InitiatorSecret, and TargetSecret.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>New-SFVirtualNetwork</command:name>
            <maml:description>
                <maml:para>[Cluster] Adds a new virtual network to a cluster configuration.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>New</command:verb>
            <command:noun>SFVirtualNetwork</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Adds a new virtual network to a cluster configuration.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>New-SFVirtualNetwork</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue)" position="0" aliases="None">
                    <maml:name>VirtualNetworkTag</maml:name>
                    <maml:description>
                        <maml:para>A unique virtual network (VLAN) tag. Supported values are 1 to 4095 (the number zero (0) is not supported).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByValue)" position="1" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>User defined name for the new virtual network.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByValue)" position="2" aliases="None">
                    <maml:name>AddressBlocks</maml:name>
                    <maml:description>
                        <maml:para>Unique Range of IP addresses to include in the virtual network. List of AddressBlock objects with &apos;start&apos; and &apos;size&apos; for the starting IP address range and size of addresses in block.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">AddressBlock[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByValue)" position="3" aliases="None">
                    <maml:name>Netmask</maml:name>
                    <maml:description>
                        <maml:para>Unique netmask for the virtual network being created.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByValue)" position="4" aliases="None">
                    <maml:name>Svip</maml:name>
                    <maml:description>
                        <maml:para>Unique storage IP address for the virtual network being created.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="5" aliases="None">
                    <maml:name>Attributes</maml:name>
                    <maml:description>
                        <maml:para>List of Name/Value pairs in JSON object format.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue)" position="2" aliases="None">
                <maml:name>AddressBlocks</maml:name>
                <maml:description>
                    <maml:para>Unique Range of IP addresses to include in the virtual network. List of AddressBlock objects with &apos;start&apos; and &apos;size&apos; for the starting IP address range and size of addresses in block.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">AddressBlock[]</command:parameterValue>
                <dev:type>
                    <maml:name>AddressBlock[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="5" aliases="None">
                <maml:name>Attributes</maml:name>
                <maml:description>
                    <maml:para>List of Name/Value pairs in JSON object format.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>hashtable</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue)" position="1" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>User defined name for the new virtual network.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue)" position="3" aliases="None">
                <maml:name>Netmask</maml:name>
                <maml:description>
                    <maml:para>Unique netmask for the virtual network being created.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue)" position="4" aliases="None">
                <maml:name>Svip</maml:name>
                <maml:description>
                    <maml:para>Unique storage IP address for the virtual network being created.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue)" position="0" aliases="None">
                <maml:name>VirtualNetworkTag</maml:name>
                <maml:description>
                    <maml:para>A unique virtual network (VLAN) tag. Supported values are 1 to 4095 (the number zero (0) is not supported).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
System.String
SolidFire.Element.Api.AddressBlock[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para>The new VirtualNetwork object.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>VirtualNetwork</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_VirtualNetwork.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFVirtualNetwork -VirtualNetworkTag 2113 -Name VLAN2113 -AddressBlocks @(@{&quot;start&quot;=&quot;10.10.10.1&quot;;&quot;size&quot;=10}) -Netmask &quot;255.255.255.0&quot; -Svip &quot;10.10.10.254&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Add a new virtual network with a single block of IP addresses.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFVirtualNetwork -VirtualNetworkTag 2113 -Name VLAN2113 -AddressBlocks @(@{&quot;start&quot;=&quot;10.10.10.1&quot;;&quot;size&quot;=10};@{&quot;start&quot;=&quot;10.10.10.101&quot;;&quot;size&quot;=5}) -Netmask &quot;255.255.255.0&quot; -Svip &quot;10.10.10.254&quot; -Attributes @{&quot;Description&quot;=&quot;VLAN2113&quot;}</dev:code>
                <dev:remarks>
                    <maml:para>Add a new virtual network with two blocks of IP addresses and a description in the attributes.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$blocks = @()
$block = @{}
$block.Add(&quot;start&quot;, &quot;123.45.45.0&quot;)
$block.Add(&quot;size&quot;, 10)
$blocks += $block
New-SFVirtualNetwork -VirtualNetworkTag 10 -Name &quot;VLAN10-Finance&quot; -AddressBlocks $blocks -Netmask &quot;255.255.255.0&quot; -Svip &quot;123.45.45.25&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Add a new virtual network with a single block of IP addresses.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>New-SFVolume</command:name>
            <maml:description>
                <maml:para>[Cluster] Creates a new SolidFire volume.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>New</command:verb>
            <command:noun>SFVolume</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Creates a new SolidFire volume.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>New-SFVolume</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>Name of the volume access group. Length is of 1 to 64 characters.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>AccountID</maml:name>
                    <maml:description>
                        <maml:para>Account ID for the owner of this volume</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="2" aliases="None">
                    <maml:name>Account</maml:name>
                    <maml:description>
                        <maml:para>Account Information for the owner of this volume</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">Account</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="3" aliases="None">
                    <maml:name>Enable512e</maml:name>
                    <maml:description>
                        <maml:para>The volume provides 512-byte sector emulation</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="4" aliases="None">
                    <maml:name>TotalSize</maml:name>
                    <maml:description>
                        <maml:para>Total size of the volume in GB</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="5" aliases="None">
                    <maml:name>GB</maml:name>
                    <maml:description>
                        <maml:para>Switch used to interpret total size as GB</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="6" aliases="None">
                    <maml:name>GiB</maml:name>
                    <maml:description>
                        <maml:para>Switch used to interpret total size as GiB</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="7" aliases="None">
                    <maml:name>Attributes</maml:name>
                    <maml:description>
                        <maml:para>Attributes to set</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="8" aliases="None">
                    <maml:name>QoSPolicyID</maml:name>
                    <maml:description>
                        <maml:para>The ID for the policy whose QoS settings should be applied to the specified volumes.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="9" aliases="None">
                    <maml:name>AssociateWithQoSPolicy</maml:name>
                    <maml:description>
                        <maml:para>Associate the volume with the specified QoSPolicyID.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>TotalSizeInDecimal</maml:name>
                    <maml:description>
                        <maml:para>Total size of the volume in decimal. Can only be used when GB and GiB switches are present.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">double</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>MinIOPS</maml:name>
                    <maml:description>
                        <maml:para>The desired minimum 4KB IOPS to guarantee</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>MaxIOPS</maml:name>
                    <maml:description>
                        <maml:para>The desired maximum 4KB IOPS to guarantee</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>BurstIOPS</maml:name>
                    <maml:description>
                        <maml:para>The maximum 4KB IOPS allowed for a short time</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>BurstTime</maml:name>
                    <maml:description>
                        <maml:para>The time to allow a burst of maximum 4KB IOPS</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                    <maml:name>ProtectionScheme</maml:name>
                    <maml:description>
                        <maml:para>Protection scheme that should be used for this volume. The default value is the defaultProtectionScheme stored in the ClusterInfo object.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                    <maml:name>EnableSnapMirrorReplication</maml:name>
                    <maml:description>
                        <maml:para>Specifies whether SnapMirror replication is enabled or not.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                    <maml:name>Access</maml:name>
                    <maml:description>
                        <maml:para>The access mode for the volume.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                    <maml:name>FifoSize</maml:name>
                    <maml:description>
                        <maml:para>Specifies the maximum number of FIFO (First-In-First-Out) snapshots supported by the volume.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                    <maml:name>MinFifoSize</maml:name>
                    <maml:description>
                        <maml:para>Specifies the number of snapshot slots that are reserved for only FIFO (First-In-First-Out) snapshots.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>New-SFVolume</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>Name of the volume access group. Length is of 1 to 64 characters.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>AccountID</maml:name>
                    <maml:description>
                        <maml:para>Account ID for the owner of this volume</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="2" aliases="None">
                    <maml:name>Account</maml:name>
                    <maml:description>
                        <maml:para>Account Information for the owner of this volume</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">Account</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="3" aliases="None">
                    <maml:name>Enable512e</maml:name>
                    <maml:description>
                        <maml:para>The volume provides 512-byte sector emulation</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="4" aliases="None">
                    <maml:name>TotalSize</maml:name>
                    <maml:description>
                        <maml:para>Total size of the volume in GB</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="5" aliases="None">
                    <maml:name>GB</maml:name>
                    <maml:description>
                        <maml:para>Switch used to interpret total size as GB</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="6" aliases="None">
                    <maml:name>GiB</maml:name>
                    <maml:description>
                        <maml:para>Switch used to interpret total size as GiB</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="7" aliases="None">
                    <maml:name>Attributes</maml:name>
                    <maml:description>
                        <maml:para>Attributes to set</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="8" aliases="None">
                    <maml:name>MinIOPS</maml:name>
                    <maml:description>
                        <maml:para>The desired minimum 4KB IOPS to guarantee</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="9" aliases="None">
                    <maml:name>MaxIOPS</maml:name>
                    <maml:description>
                        <maml:para>The desired maximum 4KB IOPS to guarantee</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="10" aliases="None">
                    <maml:name>BurstIOPS</maml:name>
                    <maml:description>
                        <maml:para>The maximum 4KB IOPS allowed for a short time</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="11" aliases="None">
                    <maml:name>BurstTime</maml:name>
                    <maml:description>
                        <maml:para>The time to allow a burst of maximum 4KB IOPS</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>TotalSizeInDecimal</maml:name>
                    <maml:description>
                        <maml:para>Total size of the volume in decimal. Can only be used when GB and GiB switches are present.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">double</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>QoSPolicyID</maml:name>
                    <maml:description>
                        <maml:para>The ID for the policy whose QoS settings should be applied to the specified volumes.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>AssociateWithQoSPolicy</maml:name>
                    <maml:description>
                        <maml:para>Associate the volume with the specified QoSPolicyID.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                    <maml:name>ProtectionScheme</maml:name>
                    <maml:description>
                        <maml:para>Protection scheme that should be used for this volume. The default value is the defaultProtectionScheme stored in the ClusterInfo object.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                    <maml:name>EnableSnapMirrorReplication</maml:name>
                    <maml:description>
                        <maml:para>Specifies whether SnapMirror replication is enabled or not.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                    <maml:name>Access</maml:name>
                    <maml:description>
                        <maml:para>The access mode for the volume.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                    <maml:name>FifoSize</maml:name>
                    <maml:description>
                        <maml:para>Specifies the maximum number of FIFO (First-In-First-Out) snapshots supported by the volume.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                    <maml:name>MinFifoSize</maml:name>
                    <maml:description>
                        <maml:para>Specifies the number of snapshot slots that are reserved for only FIFO (First-In-First-Out) snapshots.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                <maml:name>Access</maml:name>
                <maml:description>
                    <maml:para>The access mode for the volume.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="2" aliases="None">
                <maml:name>Account</maml:name>
                <maml:description>
                    <maml:para>Account Information for the owner of this volume</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">Account</command:parameterValue>
                <dev:type>
                    <maml:name>Account</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>AccountID</maml:name>
                <maml:description>
                    <maml:para>Account ID for the owner of this volume</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="9" aliases="None">
                <maml:name>AssociateWithQoSPolicy</maml:name>
                <maml:description>
                    <maml:para>Associate the volume with the specified QoSPolicyID.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="7" aliases="None">
                <maml:name>Attributes</maml:name>
                <maml:description>
                    <maml:para>Attributes to set</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>hashtable</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="10" aliases="None">
                <maml:name>BurstIOPS</maml:name>
                <maml:description>
                    <maml:para>The maximum 4KB IOPS allowed for a short time</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="11" aliases="None">
                <maml:name>BurstTime</maml:name>
                <maml:description>
                    <maml:para>The time to allow a burst of maximum 4KB IOPS</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="3" aliases="None">
                <maml:name>Enable512e</maml:name>
                <maml:description>
                    <maml:para>The volume provides 512-byte sector emulation</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                <maml:name>EnableSnapMirrorReplication</maml:name>
                <maml:description>
                    <maml:para>Specifies whether SnapMirror replication is enabled or not.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                <maml:name>FifoSize</maml:name>
                <maml:description>
                    <maml:para>Specifies the maximum number of FIFO (First-In-First-Out) snapshots supported by the volume.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="5" aliases="None">
                <maml:name>GB</maml:name>
                <maml:description>
                    <maml:para>Switch used to interpret total size as GB</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="6" aliases="None">
                <maml:name>GiB</maml:name>
                <maml:description>
                    <maml:para>Switch used to interpret total size as GiB</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="9" aliases="None">
                <maml:name>MaxIOPS</maml:name>
                <maml:description>
                    <maml:para>The desired maximum 4KB IOPS to guarantee</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                <maml:name>MinFifoSize</maml:name>
                <maml:description>
                    <maml:para>Specifies the number of snapshot slots that are reserved for only FIFO (First-In-First-Out) snapshots.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="8" aliases="None">
                <maml:name>MinIOPS</maml:name>
                <maml:description>
                    <maml:para>The desired minimum 4KB IOPS to guarantee</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the volume access group. Length is of 1 to 64 characters.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                <maml:name>ProtectionScheme</maml:name>
                <maml:description>
                    <maml:para>Protection scheme that should be used for this volume. The default value is the defaultProtectionScheme stored in the ClusterInfo object.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="8" aliases="None">
                <maml:name>QoSPolicyID</maml:name>
                <maml:description>
                    <maml:para>The ID for the policy whose QoS settings should be applied to the specified volumes.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="4" aliases="None">
                <maml:name>TotalSize</maml:name>
                <maml:description>
                    <maml:para>Total size of the volume in GB</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>TotalSizeInDecimal</maml:name>
                <maml:description>
                    <maml:para>Total size of the volume in decimal. Can only be used when GB and GiB switches are present.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">double</command:parameterValue>
                <dev:type>
                    <maml:name>double</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.String
System.Int64
SolidFire.Element.Api.Account
System.Management.Automation.SwitchParameter
System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>Volume</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_Volume.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFVolume -Name NewVol01 -AccountID 3 -Enable512e:$true -TotalSize 100 -GB</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new volume with the name &quot;NewVol01&quot; associated with account ID 3. 512 Byte emulation will be enabled and the total size will be 100 GB. Note that the -GB and -GiB switch parameters are optional. If neither is supplied the -TotalSize parameter must be entered in Bytes. Since Min, Max and Burst IOPS have been omitted, this volume will receive the cluster defaults.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFVolume -Name NewVol01 -AccountID 3 -Enable512e:$true -TotalSize 100 -GB -MinIOPS 100 -MaxIOPS 500 -BurstIOPS 1000</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new volume with the name &quot;NewVol01&quot; associated with account ID 3. 512 Byte emulation will be enabled and the total size will be 100 GB. For this volume the QoS settings will be 100:500:1000, MinIOPS:MaxIOPS:BurstIOPS.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>For ($i = 1; $i -le 10; $i++) {New-SFVolume -Name NewVol$i -AccountID 3 -TotalSize 100 -GB -Enable512e:$true -MinIOPS 100 -MaxIOPS 500 -BurstIOPS 1000}</dev:code>
                <dev:remarks>
                    <maml:para>Create 10x 100GB volumes named sequentially from NewVol1 to NewVol10 associated with account ID 3. Each volume will have QoS settings of 100:500:1000, MinIOPS:MaxIOPS:BurstIOPS and 512 Byte emulation will be enabled.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 4 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFVolume -Name &quot;Temp&quot; -QoSPolicyID 777 -AssociateWithQoSPolicy:$true</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new volume named &quot;Temp&quot; using QoSPolicy with ID 777 and associates the volume with the QoS policy so that the volume will inherit any future changes to the policy.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>New-SFVolumeAccessGroup</command:name>
            <maml:description>
                <maml:para>[Cluster] Creates a new volume access group.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>New</command:verb>
            <command:noun>SFVolumeAccessGroup</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Creates a new volume access group.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>New-SFVolumeAccessGroup</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>Name of the volume access group</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>Initiators</maml:name>
                    <maml:description>
                        <maml:para>List of initiator names (IQNs and WWPNs) to include in the volume access group</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="2" aliases="None">
                    <maml:name>VolumeIDs</maml:name>
                    <maml:description>
                        <maml:para>List of VolumeIDs to include in the volume access group</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="3" aliases="None">
                    <maml:name>Attributes</maml:name>
                    <maml:description>
                        <maml:para>Hashtable of name/values</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                    <maml:name>VirtualNetworkID</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                    <maml:name>VirtualNetworkTag</maml:name>
                    <maml:description>
                        <maml:para>The ID of the VLAN Virtual Network Tag to associate the volume access group with.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="3" aliases="None">
                <maml:name>Attributes</maml:name>
                <maml:description>
                    <maml:para>Hashtable of name/values</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>hashtable</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>Initiators</maml:name>
                <maml:description>
                    <maml:para>List of initiator names (IQNs and WWPNs) to include in the volume access group</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the volume access group</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                <maml:name>VirtualNetworkID</maml:name>
                <maml:description>
                    <maml:para>The ID of the SolidFire Virtual Network ID to associate the volume access group with.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                <maml:name>VirtualNetworkTag</maml:name>
                <maml:description>
                    <maml:para>The ID of the VLAN Virtual Network Tag to associate the volume access group with.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="2" aliases="None">
                <maml:name>VolumeIDs</maml:name>
                <maml:description>
                    <maml:para>List of VolumeIDs to include in the volume access group</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.String
System.String[]
System.Int64[]
System.Collections.Hashtable
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>VolumeAccessGroup</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_VolumeAccessGroup.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFVolumeAccessGroup -Name VMwareHosts</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new volume access group with the name &quot;VMwareHosts&quot;.

Note that this volume access group contains no volumes or initiators at this point.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>New-SFVolumeAccessGroup -Name VMwareHosts -Initiators &quot;iqn.1994-05.com.redhat:8afd1bec9877&quot; -VolumeIDs 13,14,15</dev:code>
                <dev:remarks>
                    <maml:para>Creates a new volume access group with the name &quot;VMwareHosts&quot;, adds one inititator and three volumes.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFAccount</command:name>
            <maml:description>
                <maml:para>[Cluster] Removes an existing account.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFAccount</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Removes an existing account.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFAccount</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>AccountID</maml:name>
                    <maml:description>
                        <maml:para>Enter an account ID</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Remove-SFAccount</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>Account</maml:name>
                    <maml:description>
                        <maml:para>Enter an account ID</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">Account[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>Account</maml:name>
                <maml:description>
                    <maml:para>Enter an account ID</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">Account[]</command:parameterValue>
                <dev:type>
                    <maml:name>Account[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>AccountID</maml:name>
                <maml:description>
                    <maml:para>Enter an account ID</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
SolidFire.Element.Api.Account[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para>Remove-SFAccount is used to remove an existing account. All Volumes must be deleted and purged on the account before it can be removed. If volumes on the account are still pending deletion, Remove-SFAccount cannot be used Remove-SFVolume to delete and purge the volumes.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>None</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFAccount -AccountID 4</dev:code>
                <dev:remarks>
                    <maml:para>Removes account with AccountID 4.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFAccount -Account (Get-SFAccount Account1)</dev:code>
                <dev:remarks>
                    <maml:para>Removes the account(s) provided in the account object.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFAuthSession</command:name>
            <maml:description>
                <maml:para>[Cluster] Deletes an individual auth session</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFAuthSession</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Deletes an individual auth session.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFAuthSession</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>SessionID</maml:name>
                    <maml:description>
                        <maml:para>UUID for the auth session to be deleted.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">guid</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Remove-SFAuthSession</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>ClusterAdminID</maml:name>
                    <maml:description>
                        <maml:para>ID that identifies a clusterAdmin.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Remove-SFAuthSession</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>Username</maml:name>
                    <maml:description>
                        <maml:para>Name that uniquely identifies the user.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>AuthMethod</maml:name>
                    <maml:description>
                        <maml:para>Authentication method of the user sessions to be deleted.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>AuthMethod</maml:name>
                <maml:description>
                    <maml:para>Authentication method of the user sessions to be deleted.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>ClusterAdminID</maml:name>
                <maml:description>
                    <maml:para>ID that identifies a clusterAdmin.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>SessionID</maml:name>
                <maml:description>
                    <maml:para>UUID for the auth session to be deleted.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">guid</command:parameterValue>
                <dev:type>
                    <maml:name>guid</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>Username</maml:name>
                <maml:description>
                    <maml:para>Name that uniquely identifies the user.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Guid
System.Int64
System.String
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>AuthSesssionInfo[]</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFAuthSession -SessionId c2179057-e7ef-4ea6-95d3-8347a623d8ef</dev:code>
                <dev:remarks>
                    <maml:para>Deletes the auth session by SessionId c2179057-e7ef-4ea6-95d3-8347a623d8ef</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFAuthSession -ClusterAdminID 1</dev:code>
                <dev:remarks>
                    <maml:para>Deletes the auth session by ClusterAdminID 1</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFAuthSession -Username admin -AuthMethod Cluster</dev:code>
                <dev:remarks>
                    <maml:para>Deletes the auth session by Username admin and AuthMethod Cluster</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFClusterAdmin</command:name>
            <maml:description>
                <maml:para>[Cluster] Removes a cluster admin.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFClusterAdmin</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Removes a cluster admin.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFClusterAdmin</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>ClusterAdminID</maml:name>
                    <maml:description>
                        <maml:para>ClusterAdminID for the Cluster Admin to remove.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Remove-SFClusterAdmin</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>Username</maml:name>
                    <maml:description>
                        <maml:para>Name the Cluster Admin to remove. Must be exact match. Case sensitive.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Remove-SFClusterAdmin</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue)" position="0" aliases="None">
                    <maml:name>ClusterAdmin</maml:name>
                    <maml:description>
                        <maml:para>ClusterAdmin for the Cluster Admin to remove.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">ClusterAdmin[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue)" position="0" aliases="None">
                <maml:name>ClusterAdmin</maml:name>
                <maml:description>
                    <maml:para>ClusterAdmin for the Cluster Admin to remove.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">ClusterAdmin[]</command:parameterValue>
                <dev:type>
                    <maml:name>ClusterAdmin[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>ClusterAdminID</maml:name>
                <maml:description>
                    <maml:para>ClusterAdminID for the Cluster Admin to remove.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>Username</maml:name>
                <maml:description>
                    <maml:para>Name the Cluster Admin to remove. Must be exact match. Case sensitive.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
System.String[]
SolidFire.Element.Api.ClusterAdmin[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ClusterAdmin[]</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ClusterAdmin.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFClusterAdmin -ClusterAdminID 5</dev:code>
                <dev:remarks>
                    <maml:para>Removes cluster admin with ID 5.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFClusterAdmin -Username &quot;StorageAdmin&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Removes a cluster admin user with the username of &quot;StorageAdmin&quot;.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFClusterFault</command:name>
            <maml:description>
                <maml:para>[Cluster] Removes faults on the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFClusterFault</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Removes faults on the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFClusterFault</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName, FromRemainingArguments)" position="0" aliases="None">
                    <maml:name>FaultType</maml:name>
                    <maml:description>
                        <maml:para>Specify the fault type to be removed.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName, FromRemainingArguments)" position="0" aliases="None">
                <maml:name>FaultType</maml:name>
                <maml:description>
                    <maml:para>Specify the fault type to be removed.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.String
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ClearClusterFaultsResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ClearClusterFaultsResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFClusterFault</dev:code>
                <dev:remarks>
                    <maml:para>Remove all cluster faults.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFClusterFault -FaultType current</dev:code>
                <dev:remarks>
                    <maml:para>Remove any current active cluster faults.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFClusterFault -FaultType resolved</dev:code>
                <dev:remarks>
                    <maml:para>Remove any past resolved cluster faults from the fault log.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFClusterInterfacePreference</command:name>
            <maml:description>
                <maml:para>[Cluster] Deletes an existing cluster interface preference.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFClusterInterfacePreference</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Lets you remove a value to the key-value store. Works similar to a dictionary. Requires confirmation.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFClusterInterfacePreference</maml:name>
                <command:parameter required="true" pipelineInput="false" position="0" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>Name of the key you want to delete.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the key you want to delete.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>DeleteClusterInterfacePreferenceResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_DeleteClusterInterfacePreferenceResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFClusterInterfacePreference -Name &quot;bugs&quot; -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Removes an entry from the key-value store.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFClusterPair</command:name>
            <maml:description>
                <maml:para>[Cluster] Disconnects the open connections between two clusters created by cluster pairing.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFClusterPair</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Disconnects the open connections between two clusters created by cluster pairing.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFClusterPair</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>ClusterPairID</maml:name>
                    <maml:description>
                        <maml:para>Unique identifier used to pair two clusters.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>ClusterPairID</maml:name>
                <maml:description>
                    <maml:para>Unique identifier used to pair two clusters.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>RemoveClusterPairResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_RemoveClusterPairResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFClusterPair -ClusterPairID 7 -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Removes specified ClusterPair without a confirmation prompt.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFDeletedVolume</command:name>
            <maml:description>
                <maml:para>[Cluster] Immediately and permanently purges a volume that has been deleted.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFDeletedVolume</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Immediately and permanently purges a volume that has been deleted.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFDeletedVolume</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Remove-SFDeletedVolume</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>Array of VolumeIDs to be purged.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Remove-SFDeletedVolume</maml:name>
                <command:parameter required="true" pipelineInput="false" position="0" aliases="None">
                    <maml:name>AccountID</maml:name>
                    <maml:description>
                        <maml:para>A list of accountIDs. All of the volumes from all of the specified accounts are purged from the system. Note well: you cannot use this parameter unless all the volumes in a given account have been deleted.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Remove-SFDeletedVolume</maml:name>
                <command:parameter required="true" pipelineInput="false" position="0" aliases="None">
                    <maml:name>VolumeAccessGroupID</maml:name>
                    <maml:description>
                        <maml:para>A list of volumeAccessGroupIDs. All of the volumes from all of the specified Volume Access Groups are purged from the system. Note well: you cannot use this parameter unless all the volumes in the given VAG have been deleted.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>AccountID</maml:name>
                <maml:description>
                    <maml:para>A list of accountIDs. All of the volumes from all of the specified accounts are purged from the system. Note well: you cannot use this parameter unless all the volumes in a given account have been deleted.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>VolumeAccessGroupID</maml:name>
                <maml:description>
                    <maml:para>A list of volumeAccessGroupIDs. All of the volumes from all of the specified Volume Access Groups are purged from the system. Note well: you cannot use this parameter unless all the volumes in the given VAG have been deleted.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeID</maml:name>
                <maml:description>
                    <maml:para>Array of VolumeIDs to be purged.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para>Remove-SFDeletedVolume immediately and permanently purges a volume which has been deleted. A volume must be deleted using Delete-SFVolume before it can be purged. Volumes are purged automatically after a period of time, so usage of this method is not typically required.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>None</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFDeletedVolume -VolumeID 5</dev:code>
                <dev:remarks>
                    <maml:para>Purges volume ID 5.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFDeletedVolume -Name &quot;VM*&quot; | Remove-SFDeletedVolume</dev:code>
                <dev:remarks>
                    <maml:para>Remove all deleted volumes with names beginning with &quot;VM&quot;.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFDrive</command:name>
            <maml:description>
                <maml:para>[Cluster] Removes drives that are part of the cluster and ensures data is migrated to other drives in the cluster prior to removal.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFDrive</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Removes drives that are part of the cluster and ensures data is migrated to other drives in the cluster prior to removal.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFDrive</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>DriveID</maml:name>
                    <maml:description>
                        <maml:para>Enter a drive ID or list of drive IDs</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Remove-SFDrive</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>Drive</maml:name>
                    <maml:description>
                        <maml:para>Please pass in a SFDrive or list of SFDrives</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">DriveInfo[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>Drive</maml:name>
                <maml:description>
                    <maml:para>Please pass in a SFDrive or list of SFDrives</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">DriveInfo[]</command:parameterValue>
                <dev:type>
                    <maml:name>DriveInfo[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>DriveID</maml:name>
                <maml:description>
                    <maml:para>Enter a drive ID or list of drive IDs</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
SolidFire.Element.Api.DriveInfo[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>AsyncHandleResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_AsyncHandleResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFDrive -DriveID 19</dev:code>
                <dev:remarks>
                    <maml:para>Removes drive ID 19.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$drives = Get-SFDrive
Remove-SFDrive -Drive $drives[3]</dev:code>
                <dev:remarks>
                    <maml:para>Gets all the drives and passes a selected drive for removal.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFGroupSnapshot</command:name>
            <maml:description>
                <maml:para>[Cluster] Removes a group snapshot and optionally preserves the individual snapshots.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFGroupSnapshot</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Removes a group snapshot and optionally preserves the individual snapshots.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFGroupSnapshot</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>GroupSnapshotID</maml:name>
                    <maml:description>
                        <maml:para>Group snapshot ID(s) to remove</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>SaveMembers</maml:name>
                    <maml:description>
                        <maml:para>Save the individual snapshots for the specified group snapshot ID(s), Default False - Both the group and individual snapshots are removed.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>GroupSnapshotID</maml:name>
                <maml:description>
                    <maml:para>Group snapshot ID(s) to remove</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>SaveMembers</maml:name>
                <maml:description>
                    <maml:para>Save the individual snapshots for the specified group snapshot ID(s), Default False - Both the group and individual snapshots are removed.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
System.Management.Automation.SwitchParameter
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para>Removes a group snapshot. The saveMembers parameter can be used to preserve all the snapshots that were made for the volumes in the group, but the group association will be removed.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>None</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFGroupSnapshot -GroupSnapshotID 3 -SaveMembers</dev:code>
                <dev:remarks>
                    <maml:para>Remove the group snapshot with ID 3 but retain the individual volume snapshots that it includes.

Note: The default behavior is to remove both the group snapshot and the individual snapshots.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFIdpConfiguration</command:name>
            <maml:description>
                <maml:para>[Cluster] Delete an existing configuration with a third party Identity Provider (IdP) for the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFIdpConfiguration</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Delete an existing configuration with a third party Identity Provider (IdP) for the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFIdpConfiguration</maml:name>
                <command:parameter required="true" pipelineInput="true (ByPropertyName)" position="0" aliases="None">
                    <maml:name>IdpConfigurationID</maml:name>
                    <maml:description>
                        <maml:para>UUID for the third party Identity Provider (IdP) Configuration.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">guid</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Remove-SFIdpConfiguration</maml:name>
                <command:parameter required="true" pipelineInput="true (ByPropertyName)" position="0" aliases="None">
                    <maml:name>IdpName</maml:name>
                    <maml:description>
                        <maml:para>Name for identifying and retrieving IdP provider for SAML 2.0 single sign-on.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="0" aliases="None">
                <maml:name>IdpConfigurationID</maml:name>
                <maml:description>
                    <maml:para>UUID for the third party Identity Provider (IdP) Configuration.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">guid</command:parameterValue>
                <dev:type>
                    <maml:name>guid</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="0" aliases="None">
                <maml:name>IdpName</maml:name>
                <maml:description>
                    <maml:para>Name for identifying and retrieving IdP provider for SAML 2.0 single sign-on.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Guid
System.String
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>None</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFIdpConfiguration -IdpName adfsidp</dev:code>
                <dev:remarks>
                    <maml:para>Delete an existing IDP Configuration with IdpName adfsidp</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFIdpConfiguration -IdpConfigurationID 3cadaa53-132f-4e01-b0e0-a6d32888734a</dev:code>
                <dev:remarks>
                    <maml:para>Delete an existing IDP Configuration with IdpConfigurationID 3cadaa53-132f-4e01-b0e0-a6d32888734a</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFInitiator</command:name>
            <maml:description>
                <maml:para>Deletes one or more initiators from the system (and from any associated volumes or volume access groups).</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFInitiator</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Deletes one or more initiators from the system (and from any associated volumes or volume access groups).
</maml:para>
            <maml:para>If DeleteInitiators fails to delete one of the initiators provided in the parameter, the system returns an error and does not delete any initiators (no partial completion is possible).</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFInitiator</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                    <maml:name>Initiator</maml:name>
                    <maml:description>
                        <maml:para>An array of initiators to delete.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">Initiator[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Remove-SFInitiator</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                    <maml:name>InitiatorID</maml:name>
                    <maml:description>
                        <maml:para>An array of IDs of initiators to delete.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                <maml:name>Initiator</maml:name>
                <maml:description>
                    <maml:para>An array of initiators to delete.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">Initiator[]</command:parameterValue>
                <dev:type>
                    <maml:name>Initiator[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                <maml:name>InitiatorID</maml:name>
                <maml:description>
                    <maml:para>An array of IDs of initiators to delete.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
SolidFire.Element.Api.Initiator[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFInitiator -InitiatorID 1 -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Removes the initiatior ID 1 with no confirmation prompt.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFInitiator -InitiatorID 4 | Remove-SFInitiator -confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Gets specified initiator(s) and removes them with no confirmation prompt.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFInitiatorFromVolumeAccessGroup</command:name>
            <maml:description>
                <maml:para>[Cluster] Removes initiators from a volume access group.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFInitiatorFromVolumeAccessGroup</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Removes initiators from a volume access group.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFInitiatorFromVolumeAccessGroup</maml:name>
                <command:parameter required="true" pipelineInput="true (ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeAccessGroupID</maml:name>
                    <maml:description>
                        <maml:para>Enter a volume access group ID or list of volume access group IDs</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByPropertyName)" position="1" aliases="InitiatorName">
                    <maml:name>Initiators</maml:name>
                    <maml:description>
                        <maml:para>List of initiator names (IQNs and WWPNs) to remove from the volume access group</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DeleteOrphanInitiators</maml:name>
                    <maml:description>
                        <maml:para>Delete initiators if no longer associated with any volume access group.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DeleteOrphanInitiators</maml:name>
                <maml:description>
                    <maml:para>Delete initiators if no longer associated with any volume access group.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="1" aliases="InitiatorName">
                <maml:name>Initiators</maml:name>
                <maml:description>
                    <maml:para>List of initiator names (IQNs and WWPNs) to remove from the volume access group</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeAccessGroupID</maml:name>
                <maml:description>
                    <maml:para>Enter a volume access group ID or list of volume access group IDs</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
System.String[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>VolumeAccessGroup</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_VolumeAccessGroup.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFInitiatorFromVolumeAccessGroup -VolumeAccessGroupID 3 -Initiators &quot;iqn.1994-05.com.redhat:8afd1bec9877&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Removes this single initiator from the volume access group.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFKeyProviderKmip</command:name>
            <maml:description>
                <maml:para>[Cluster] Removes the specified inactive Key Provider.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFKeyProviderKmip</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Removes the specified inactive Key Provider.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFKeyProviderKmip</maml:name>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KeyProviderID</maml:name>
                    <maml:description>
                        <maml:para>The ID of the Key Provider to delete.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KeyProviderID</maml:name>
                <maml:description>
                    <maml:para>The ID of the Key Provider to delete.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>DeleteKeyProviderKmipResult</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFKeyProviderKmip -KeyProviderID 1</dev:code>
                <dev:remarks>
                    <maml:para>Removes an inactive key provider.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFKeyServerFromProviderKmip</command:name>
            <maml:description>
                <maml:para>[Cluster] Remove the specified KMIP (Key Management Interoperability Protocol) Key Server from the provider it was assigned to.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFKeyServerFromProviderKmip</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Remove the specified KMIP (Key Management Interoperability Protocol) Key Server from the provider it was assigned to via AddKeyServerToProviderKmip. A KMIP Key Server can be unassigned from its provider unless it&apos;s the last one and that provider is active (providing keys which are currently in use). If the specified KMIP Key Server is not assigned to a provider, this is a no-op and no error will be returned.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFKeyServerFromProviderKmip</maml:name>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KeyServerID</maml:name>
                    <maml:description>
                        <maml:para>The port number associated with this KMIP Key Server (typically 5696).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KeyServerID</maml:name>
                <maml:description>
                    <maml:para>The port number associated with this KMIP Key Server (typically 5696).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>CreateKeyServerKmipResult</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFKeyServerKmip -KeyServerID 1 -KeyServerName &quot;MyKeyServer&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Set the name of Key Server with the specified ID</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFKeyServerKmip</command:name>
            <maml:description>
                <maml:para>[Cluster] Removes the specified inactive Key Server.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFKeyServerKmip</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Delete the specified KMIP (Key Management Interoperability Protocol) Key Server. A KMIP Key Server can be deleted unless it&apos;s the last one assigned to its provider, and that provider is active (providing keys which are currently in use).</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFKeyServerKmip</maml:name>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KeyServerID</maml:name>
                    <maml:description>
                        <maml:para>The ID of the Key Server to delete.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KeyServerID</maml:name>
                <maml:description>
                    <maml:para>The ID of the Key Server to delete.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>DeleteKeyServerKmipResult</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFKeyServerKmip -KeyServerID 1</dev:code>
                <dev:remarks>
                    <maml:para>Removes an inactive key server.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFNode</command:name>
            <maml:description>
                <maml:para>[Cluster] Removes one or more nodes from the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFNode</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Removes one or more nodes from the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFNode</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>NodeID</maml:name>
                    <maml:description>
                        <maml:para>List of NodeIDs for the nodes to be removed.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>IgnoreEnsembleToleranceChange</maml:name>
                    <maml:description>
                        <maml:para>Ignore changes to the ensemble&apos;s node failure tolerance when removing nodes.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>IgnoreEnsembleToleranceChange</maml:name>
                <maml:description>
                    <maml:para>Ignore changes to the ensemble&apos;s node failure tolerance when removing nodes.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>NodeID</maml:name>
                <maml:description>
                    <maml:para>List of NodeIDs for the nodes to be removed.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para>Used to remove one or more nodes that should no longer participate in the cluster. Before removing a node, all drives it contains must first be removed with Remove-SFDrive CmdLet. A node cannot be removed until the RemoveDrives process has completed and all data has been migrated away from the node.

Once removed, a node registers itself as a pending node and can be added again, or shut down which removes it from the Pending Node list.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>None</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFNode -NodeID 4 -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Removes node ID 4 with no confirmation prompt.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFNode -NodeID 4,5,6,7,8 -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Removes nodes with ID 4,5,6,7,8 with no confirmation prompt.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFNodeSSLCertificate</command:name>
            <maml:description>
                <maml:para>[Node] Removes the management node&apos;s SSL certificate.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFNodeSSLCertificate</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] Removes the management node&apos;s SSL certificate.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFNodeSSLCertificate</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFNodeSSLCertificate</dev:code>
                <dev:remarks>
                    <maml:para>Removes the management node&apos;s SSL certificate.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFNodeSupportBundle</command:name>
            <maml:description>
                <maml:para>[Node] Deletes all support bundles generated with the New-SFNodeSupportBundle cmdlet.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFNodeSupportBundle</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] Deletes all support bundles generated with the New-SFNodeSupportBundle cmdlet.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFNodeSupportBundle</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para>Remove-SFNodeSupportBundle is used to delete all support bundles generated with the New-SFNodeSupportBundle CmdLet.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>None</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFNodeSupportBundle</dev:code>
                <dev:remarks>
                    <maml:para>Removes all support bundles from a node.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFQoSPolicy</command:name>
            <maml:description>
                <maml:para>Deletes an existing QoS Policy.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFQoSPolicy</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Deletes an existing QoS Policy. Any volumes associated with the QoS Policy will retain the current QoS settings, but will no longer be associated with a policy.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFQoSPolicy</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>QoSPolicyID</maml:name>
                    <maml:description>
                        <maml:para>The ID of the policy to be deleted</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>QoSPolicyID</maml:name>
                <maml:description>
                    <maml:para>The ID of the policy to be deleted</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int32
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFQoSPolicy -QoSPolicyID 14 -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Deletes the QoS Policy with ID 14.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFSchedule</command:name>
            <maml:description>
                <maml:para>[Cluster] Deletes a schedule.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFSchedule</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Deletes a schedule.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFSchedule</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>ScheduleID</maml:name>
                    <maml:description>
                        <maml:para>Schedule ID(s) to remove</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>ScheduleID</maml:name>
                <maml:description>
                    <maml:para>Schedule ID(s) to remove</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>Schedule[]</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_Schedule.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFSchedule -ScheduleID 1 -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Removes schedule with ID 1 with no confirmation prompt. TO be more specific, sets variable &quot;ToBeDeleted&quot; to True on specified shedule.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFSnapMirrorEndpoints</command:name>
            <maml:description>
                <maml:para>[Cluster] Remove-SFSnapMirrorEndpoints deletes one or more SnapMirror endpoints from the system.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFSnapMirrorEndpoints</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Remove-SFSnapMirrorEndpoints deletes one or more SnapMirror endpoints from the system.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFSnapMirrorEndpoints</maml:name>
                <command:parameter required="true" pipelineInput="false" position="0" aliases="None">
                    <maml:name>SnapMirrorEndpointIDs</maml:name>
                    <maml:description>
                        <maml:para>An array of IDs of SnapMirror endpoints to delete.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Remove-SFSnapMirrorEndpoints</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                    <maml:name>SnapMirrorEndpoint</maml:name>
                    <maml:description>
                        <maml:para>An array of SnapMirror endpoints to delete.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SnapMirrorEndpoint[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                <maml:name>SnapMirrorEndpoint</maml:name>
                <maml:description>
                    <maml:para>An array of SnapMirror endpoints to delete.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SnapMirrorEndpoint[]</command:parameterValue>
                <dev:type>
                    <maml:name>SnapMirrorEndpoint[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>SnapMirrorEndpointIDs</maml:name>
                <maml:description>
                    <maml:para>An array of IDs of SnapMirror endpoints to delete.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>SolidFire.Element.Api.SnapMirrorEndpoint[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>DeleteSnapMirrorEndpointsResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_DeleteSnapMirrorEndpointsResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFSnapMirrorEndpoints -SnapMirrorEndpointIDs 1,2</dev:code>
                <dev:remarks>
                    <maml:para>Deletes the two endpoints by ID.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorEndpoints | Remove-SFSnapMirrorEndpoint -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Removes ALL endpoints from the cluster.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorEndpoints -SnapMirrorEndpointID 1,2 | Remove-SFSnapMirrorEndpoint -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Removes ALL endpoints that meet the Get command&apos;s criteria from the cluster.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFSnapMirrorRelationships</command:name>
            <maml:description>
                <maml:para>[Cluster] Remove-SFSnapMirrorRelationships removes a SnapMirror relationship between a source and destination endpoint.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFSnapMirrorRelationships</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Remove-SFSnapMirrorRelationships removes a SnapMirror relationship between a source and destination endpoint.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFSnapMirrorRelationships</maml:name>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SnapMirrorEndpointID</maml:name>
                    <maml:description>
                        <maml:para>The endpoint ID of the remote ONTAP storage system communicating with the SolidFire cluster.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeType</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s type in the SnapMirror relationship.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeName</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeVserver</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeID</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Remove-SFSnapMirrorRelationships</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                    <maml:name>Relationships</maml:name>
                    <maml:description>
                        <maml:para>An array of relationships to remove. (Probably passed in from Get-SFSnapMirrorRelationships.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SnapMirrorRelationship[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeID</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeName</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeType</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s type in the SnapMirror relationship.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeVserver</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                <maml:name>Relationships</maml:name>
                <maml:description>
                    <maml:para>An array of relationships to remove. (Probably passed in from Get-SFSnapMirrorRelationships.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SnapMirrorRelationship[]</command:parameterValue>
                <dev:type>
                    <maml:name>SnapMirrorRelationship[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SnapMirrorEndpointID</maml:name>
                <maml:description>
                    <maml:para>The endpoint ID of the remote ONTAP storage system communicating with the SolidFire cluster.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>SolidFire.Element.Api.SnapMirrorRelationship[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>DeleteSnapMirrorRelationshipsResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_DeleteSnapMirrorRelationshipsResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFSnapMirrorRelationships $endpoint.SnapMirrorEndpointID -DestinationVolumeType &quot;ontap&quot; -DestinationVolumeName $snapMirrorVolume.Name -DestinationVolumeVserver $vserverName -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Removes a SnapMirror relationship from the specified endpoint. Destination volume information is required.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorRelationships | Remove-SFSnapMirrorRelationships -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Removes all SnapMirror relationships from the cluster. This goes through all endpoints and removes the relationships.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapMirrorRelationships -Vserver $vserverName | Remove-SFSnapMirrorRelationships -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Removes all relationships that are related to the specified vserver.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFSnapshot</command:name>
            <maml:description>
                <maml:para>[Cluster] Deletes a snapshot.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFSnapshot</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Deletes a snapshot.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFSnapshot</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>SnapshotID</maml:name>
                    <maml:description>
                        <maml:para>Snapshot ID(s) to remove</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>SnapshotID</maml:name>
                <maml:description>
                    <maml:para>Snapshot ID(s) to remove</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>Snapshot[]</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_Snapshot.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFSnapshot -SnapshotID 37</dev:code>
                <dev:remarks>
                    <maml:para>Removes the specified snapshot(s).</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolume -Name &quot;*VMware*&quot; | Remove-SFSnapshot</dev:code>
                <dev:remarks>
                    <maml:para>Removes all snapshots on any volumes that have &quot;VMware&quot; in the volume name.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFSnapshot -SnapshotName &quot;Saturday*&quot; | Remove-SFSnapshot</dev:code>
                <dev:remarks>
                    <maml:para>Removes all snapshots on the cluster that include &quot;Saturday&quot; in the snapshot name.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFSSLCertificate</command:name>
            <maml:description>
                <maml:para>[Cluster] Removes the cluster&apos;s SSL certificate.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFSSLCertificate</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Removes the cluster&apos;s SSL certificate.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFSSLCertificate</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFSSLCertificate</dev:code>
                <dev:remarks>
                    <maml:para>Removes the cluster&apos;s SSL certificate.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFStorageContainer</command:name>
            <maml:description>
                <maml:para>Removes a storage container when you provide an ID.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFStorageContainer</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Removes a storage container when you provide an ID.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFStorageContainer</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                    <maml:name>StorageContainerID</maml:name>
                    <maml:description>
                        <maml:para>list of storageContainerID of the storage containers to delete.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">guid[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                <maml:name>StorageContainerID</maml:name>
                <maml:description>
                    <maml:para>list of storageContainerID of the storage containers to delete.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">guid[]</command:parameterValue>
                <dev:type>
                    <maml:name>guid[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Guid[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFStorageContainer -StorageContainerID e8087af0-c85d-4018-b7db-9e5249cf34ff</dev:code>
                <dev:remarks>
                    <maml:para>Removes storage container with specified ID with no confirmation prompt. In this case, StorageContainerID: &quot;e8087af0-c85d-4018-b7db-9e5249cf34ff&quot;.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$containers = Get-SFStorageContainer
Remove-SFStorageContainer -StorageContainerID $containers[4].StorageContainerID -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Removes 5th storage container with no confirmation prompt.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFVirtualNetwork</command:name>
            <maml:description>
                <maml:para>[Cluster] Removes a configured virtual network for the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFVirtualNetwork</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Removes a configured virtual network for the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFVirtualNetwork</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VirtualNetworkID</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Remove-SFVirtualNetwork</maml:name>
                <command:parameter required="true" pipelineInput="false" position="0" aliases="None">
                    <maml:name>VirtualNetworkTag</maml:name>
                    <maml:description>
                        <maml:para>Enter a VirtualNetworkTag to remove.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VirtualNetworkID</maml:name>
                <maml:description>
                    <maml:para>Enter a VirtualNetworkID to remove.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>VirtualNetworkTag</maml:name>
                <maml:description>
                    <maml:para>Enter a VirtualNetworkTag to remove.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para>After removing the VirtualNetwork, return the list of remaining VirtualNetworks.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>VirtualNetwork[]</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_VirtualNetwork.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFVirtualNetwork -VirtualNetworkID 18</dev:code>
                <dev:remarks>
                    <maml:para>Removes the virtual network identified by virtual network ID 18.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFVirtualNetwork -VirtualNetworkTag 1280</dev:code>
                <dev:remarks>
                    <maml:para>Removes the virtual network associated with VLAN tag 1280.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFVolume</command:name>
            <maml:description>
                <maml:para>[Cluster] Marks an active volume for deletion.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFVolume</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Marks an active volume for deletion.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFVolume</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>Enter a volume ID</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeID</maml:name>
                <maml:description>
                    <maml:para>Enter a volume ID</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para>Marks an active volume for deletion. It is purged (permanently deleted) after the cleanup interval elapses (generally 8 hours). After making a request to delete a volume, any active iSCSI connections to the volume is immediately terminated and no further connections are allowed while the volume is in this state. It is not returned in target discovery requests.

Any snapshots of a volume that has been marked to delete are not affected. Snapshots are kept until the volume is purged from the system.

If a volume is marked for deletion, and it has a bulk volume read or bulk volume write operation in progress, the bulk volume read or write process is stopped.

If the volume you delete is paired with a volume, replication between the paired volumes is suspended and no data is transferred to it or from it while in a deleted state. The remote volume the deleted volume was paired with enters into a PausedMisconfigured state and data is no longer sent to it or from the deleted volume. Until the deleted volume is purged, it can be restored and data transfers resumes. If the deleted volume gets purged from the system, the volume it was paired with enters into a StoppedMisconfigured state and the volume pairing status is removed. The purged volume becomes permanently unavailable.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>None</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFVolume -VolumeID 12</dev:code>
                <dev:remarks>
                    <maml:para>Removes volume ID 12.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolume -Name &quot;VMware01&quot; | Remove-SFVolume</dev:code>
                <dev:remarks>
                    <maml:para>Remove all volumes named &quot;VMware01&quot;.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFVolumeAccessGroup</command:name>
            <maml:description>
                <maml:para>[Cluster] Removes a volume access group from the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFVolumeAccessGroup</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Removes a volume access group from the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFVolumeAccessGroup</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeAccessGroupID</maml:name>
                    <maml:description>
                        <maml:para>volume access group ID(s) to remove</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeAccessGroupID</maml:name>
                <maml:description>
                    <maml:para>volume access group ID(s) to remove</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para>Removes a volume access group from the cluster. Volume access groups can be removed even if there are active volumes associated.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>None</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFVolumeAccessGroup -VolumeAccessGroupID 13</dev:code>
                <dev:remarks>
                    <maml:para>Removes volume access group ID 13.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolumeAccessGroup -VolumeAccessGroupName &quot;SQLCluster01&quot; | Remove-SFVolumeAccessGroup</dev:code>
                <dev:remarks>
                    <maml:para>Removes the volume access group named &quot;SQLCluster01&quot;.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFVolumeFromVolumeAccessGroup</command:name>
            <maml:description>
                <maml:para>[Cluster] Removes one or more volumes from a volume access group.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFVolumeFromVolumeAccessGroup</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Removes one or more volumes from a volume access group.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFVolumeFromVolumeAccessGroup</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeAccessGroupID</maml:name>
                    <maml:description>
                        <maml:para>Enter a volume access group ID or list of volume access group IDs</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>List of volume IDs to remove from the volume access group</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeAccessGroupID</maml:name>
                <maml:description>
                    <maml:para>Enter a volume access group ID or list of volume access group IDs</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>VolumeID</maml:name>
                <maml:description>
                    <maml:para>List of volume IDs to remove from the volume access group</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
System.Int64[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>VolumeAccessGroup</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_VolumeAccessGroup.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFVolumeFromVolumeAccessGroup -VolumeAccessGroupID 3 -VolumeID 12</dev:code>
                <dev:remarks>
                    <maml:para>Removes volume ID 12 from volume access group ID 3. This does not delete the volume, it only removes access from the initiators in the volume access group.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Remove-SFVolumePair</command:name>
            <maml:description>
                <maml:para>[Cluster] Removes the remote pairing between two volumes.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Remove</command:verb>
            <command:noun>SFVolumePair</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Removes the remote pairing between two volumes.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Remove-SFVolumePair</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>ID of the volume on which to stop the replication process.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeID</maml:name>
                <maml:description>
                    <maml:para>ID of the volume on which to stop the replication process.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>RemoveVolumePairResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_RemoveVolumePairResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Remove-SFVolumePair -VolumeID 9 -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Removes pairing from volume ID 9 with no confirmation prompt.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Reset-SFDrive</command:name>
            <maml:description>
                <maml:para>[Node] Reset one or more drives to be reused in a node.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Reset</command:verb>
            <command:noun>SFDrive</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>ResetDrives allows you to proactively initialize drives and remove all data currently residing on a drive. The drive can then be reused in an existing node or used in an upgraded node. This method requires the force=true parameter to be included in the method call.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Reset-SFDrive</maml:name>
                <command:parameter required="true" pipelineInput="false" position="0" aliases="None">
                    <maml:name>DeviceName</maml:name>
                    <maml:description>
                        <maml:para>List of device names to reset.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>DeviceName</maml:name>
                <maml:description>
                    <maml:para>List of device names to reset.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ResetDriveDetails[]</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ResetDriveDetails.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Reset-SFDrive -DeviceName slot3</dev:code>
                <dev:remarks>
                    <maml:para>Resets the drive with device name &quot;slot3&quot;.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Reset-SFNode</command:name>
            <maml:description>
                <maml:para>[Node] Reset a node.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Reset</command:verb>
            <command:noun>SFNode</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>The ResetNode API method allows you to reset a node to the factory settings. All data, packages (software upgrades, etc), configurations, and log files are deleted from the node when you call this method. However, network settings for the node are preserved during this operation. Nodes that are participating in a cluster cannot be reset to the factory settings. The ResetNode API can only be used on nodes that are in an Available state. It cannot be used on nodes that are Active in a cluster, or in a Pending state.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Reset-SFNode</maml:name>
                <command:parameter required="true" pipelineInput="false" position="0" aliases="None">
                    <maml:name>Build</maml:name>
                    <maml:description>
                        <maml:para>Used to specify the URL to a remote Element software image to which the node will be reset.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Options</maml:name>
                    <maml:description>
                        <maml:para>Used to enter specifications for running the reset operation.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>Build</maml:name>
                <maml:description>
                    <maml:para>Used to specify the URL to a remote Element software image to which the node will be reset.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Options</maml:name>
                <maml:description>
                    <maml:para>Used to enter specifications for running the reset operation.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ResetNodeDetails</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ResetNodeDetails.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Reset-SFNode</dev:code>
                <dev:remarks>
                    <maml:para>Reset the node.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Reset-SFNodeSupplementalTlsCiphers</command:name>
            <maml:description>
                <maml:para>[Node] Reset-SFSupplementalTlsCiphers restores the supplemental ciphers to their defaults.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Reset</command:verb>
            <command:noun>SFNodeSupplementalTlsCiphers</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Restore] Reset-SFSupplementalTlsCiphers restores the supplemental ciphers to their defaults.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Reset-SFNodeSupplementalTlsCiphers</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ResetSupplementalTlsCiphersResult</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Reset-SFSupplementalTlsCiphers</command:name>
            <maml:description>
                <maml:para>[Cluster] Reset-SFSupplementalTlsCiphers restores the supplemental ciphers to their defaults.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Reset</command:verb>
            <command:noun>SFSupplementalTlsCiphers</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Reset-SFSupplementalTlsCiphers restores the supplemental ciphers to their defaults.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Reset-SFSupplementalTlsCiphers</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ResetSupplementalTlsCiphersResult</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Restart-SFNetworking</command:name>
            <maml:description>
                <maml:para>[Node] Restart networking services on node.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Restart</command:verb>
            <command:noun>SFNetworking</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>The RestartNetworking API method is used to restart the networking services on a node.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Restart-SFNetworking</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Restart-SFNetworking</dev:code>
                <dev:remarks>
                    <maml:para>Restart networking on the node.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Restart-SFServices</command:name>
            <maml:description>
                <maml:para>[Node] Restart services on node.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Restart</command:verb>
            <command:noun>SFServices</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>The RestartServices API method is used to restart the services on a node.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Restart-SFServices</maml:name>
                <command:parameter required="false" pipelineInput="false" position="0" aliases="None">
                    <maml:name>Action</maml:name>
                    <maml:description>
                        <maml:para>Action to perform on the service (start, stop, restart).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>Action</maml:name>
                <maml:description>
                    <maml:para>Action to perform on the service (start, stop, restart).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>Service</maml:name>
                <maml:description>
                    <maml:para>Service name to be restarted.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>Hashtable</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Resume-SFSnapMirrorRelationship</command:name>
            <maml:description>
                <maml:para>[Cluster] Resume-SFSnapMirrorRelationship enables future transfers for a quiesced SnapMirror relationship.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Resume</command:verb>
            <command:noun>SFSnapMirrorRelationship</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Resume-SFSnapMirrorRelationship enables future transfers for a quiesced SnapMirror relationship.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Resume-SFSnapMirrorRelationship</maml:name>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SnapMirrorEndpointID</maml:name>
                    <maml:description>
                        <maml:para>The endpoint ID of the remote ONTAP storage system communicating with the SolidFire cluster.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeType</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s type in the SnapMirror relationship.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeName</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeVserver</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeID</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeID</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeName</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeType</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s type in the SnapMirror relationship.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeVserver</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SnapMirrorEndpointID</maml:name>
                <maml:description>
                    <maml:para>The endpoint ID of the remote ONTAP storage system communicating with the SolidFire cluster.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ResumeSnapMirrorRelationshipResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ResumeSnapMirrorRelationshipResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Resume-SFSnapMirrorRelationship -SnapMirrorEndpointID $endpoint.SnapMirrorEndpointID -DestinationVolumeType &quot;ontap&quot; -DestinationVolumeName $snapMirrorVolume.Name -DestinationVolumeVserver $vserverName</dev:code>
                <dev:remarks>
                    <maml:para>Reverses the effects of an earlier Invoke-SFQuiesceSnapMirrorRelationship call.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFAccount</command:name>
            <maml:description>
                <maml:para>[Cluster] Modifies an existing account.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFAccount</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Modifies an existing account.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFAccount</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>AccountID</maml:name>
                    <maml:description>
                        <maml:para>AccountID for the account to modify</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="1" aliases="None">
                    <maml:name>Status</maml:name>
                    <maml:description>
                        <maml:para>Status to set the account to.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="2" aliases="None">
                    <maml:name>InitiatorSecret</maml:name>
                    <maml:description>
                        <maml:para>CHAP secret to use for the initiator</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="3" aliases="None">
                    <maml:name>TargetSecret</maml:name>
                    <maml:description>
                        <maml:para>CHAP secret to use for the target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="4" aliases="None">
                    <maml:name>Username</maml:name>
                    <maml:description>
                        <maml:para>Change username for this account</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="5" aliases="None">
                    <maml:name>Attributes</maml:name>
                    <maml:description>
                        <maml:para>Attributes to set</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>EnableChap</maml:name>
                    <maml:description>
                        <maml:para>Specify if chap account credentials can be used by an initiator to access volumes.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>AccountID</maml:name>
                <maml:description>
                    <maml:para>AccountID for the account to modify</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="5" aliases="None">
                <maml:name>Attributes</maml:name>
                <maml:description>
                    <maml:para>Attributes to set</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>hashtable</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>EnableChap</maml:name>
                <maml:description>
                    <maml:para>Specify if chap account credentials can be used by an initiator to access volumes.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="2" aliases="None">
                <maml:name>InitiatorSecret</maml:name>
                <maml:description>
                    <maml:para>CHAP secret to use for the initiator</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="1" aliases="None">
                <maml:name>Status</maml:name>
                <maml:description>
                    <maml:para>Status to set the account to.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="3" aliases="None">
                <maml:name>TargetSecret</maml:name>
                <maml:description>
                    <maml:para>CHAP secret to use for the target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="4" aliases="None">
                <maml:name>Username</maml:name>
                <maml:description>
                    <maml:para>Change username for this account</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
System.String
System.Collections.Hashtable
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>Account</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_Account.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFAccount -AccountID 2 -Status &quot;locked&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Locks the account with account ID 2.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFAccount -AccountID 2 -InitiatorSecret 3ks03ks02l4@1k -TargetSecret 3ks03ks02l4@!l</dev:code>
                <dev:remarks>
                    <maml:para>Modifies the CHAP secrets for the account with ID 2.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFClusterAdmin</command:name>
            <maml:description>
                <maml:para>[Cluster] Modifies properties on a cluster admin account (password and access).</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFClusterAdmin</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Modifies properties on a cluster admin account (password and access).</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFClusterAdmin</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue)" position="0" aliases="None">
                    <maml:name>ClusterAdminID</maml:name>
                    <maml:description>
                        <maml:para>ClusterAdminID for the Cluster Admin or LDAP Cluster Admin to modify.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue)" position="1" aliases="None">
                    <maml:name>Password</maml:name>
                    <maml:description>
                        <maml:para>Password used to authenticate this Cluster Admin.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue)" position="2" aliases="None">
                    <maml:name>Access</maml:name>
                    <maml:description>
                        <maml:para>Controls which methods this Cluster Admin can use. For more details on the levels of access, see the Access Control appendix of the SolidFire API.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="3" aliases="None">
                    <maml:name>Attributes</maml:name>
                    <maml:description>
                        <maml:para>List of Name/Value pairs in JSON object format.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue)" position="2" aliases="None">
                <maml:name>Access</maml:name>
                <maml:description>
                    <maml:para>Controls which methods this Cluster Admin can use. For more details on the levels of access, see the Access Control appendix of the SolidFire API.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="3" aliases="None">
                <maml:name>Attributes</maml:name>
                <maml:description>
                    <maml:para>List of Name/Value pairs in JSON object format.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>hashtable</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue)" position="0" aliases="None">
                <maml:name>ClusterAdminID</maml:name>
                <maml:description>
                    <maml:para>ClusterAdminID for the Cluster Admin or LDAP Cluster Admin to modify.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue)" position="1" aliases="None">
                <maml:name>Password</maml:name>
                <maml:description>
                    <maml:para>Password used to authenticate this Cluster Admin.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
System.String
System.String[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ClusterAdmin</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ClusterAdmin.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFClusterAdmin -ClusterAdminID 3 -Password &quot;NewAdminPassword&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Changes the password of the specified cluster admin.

Note: Changing the password on the account currently being used to connect to the cluster will result in future cmdlets failing. You will need to change the admin password, disconnect from the cluster and reconnect with the update credentials.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFClusterConfig</command:name>
            <maml:description>
                <maml:para>[Node] Sets the cluster configuration options for a node.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFClusterConfig</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] Sets the cluster configuration options for a node.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFClusterConfig</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>Hostname of the node</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                    <maml:name>Cluster</maml:name>
                    <maml:description>
                        <maml:para>Name of the cluster</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                    <maml:name>Mipi</maml:name>
                    <maml:description>
                        <maml:para>The management interface of the node (Bond1G or Bond10G)</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                <maml:name>Cluster</maml:name>
                <maml:description>
                    <maml:para>Name of the cluster</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                <maml:name>Mipi</maml:name>
                <maml:description>
                    <maml:para>The management interface of the node (Bond1G or Bond10G)</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Hostname of the node</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.String
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ClusterConfig</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ClusterConfig.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFClusterConfig -Name &quot;Node1&quot; -Cluster &quot;TestCluster&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Sets the node&apos;s hostname to &quot;Node1&quot; and adds it as a pending node for &quot;TestCluster&quot;.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFClusterConfig -Mipi Bond1G</dev:code>
                <dev:remarks>
                    <maml:para>Sets the node&apos;s management interface to &quot;Bond1G&quot;.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFClusterFullThreshold</command:name>
            <maml:description>
                <maml:para>[Cluster] Changes the level at which an event is generated when the storage cluster approaches the capacity utilization requested.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFClusterFullThreshold</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Changes the level at which an event is generated when the storage cluster approaches the capacity utilization requested.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFClusterFullThreshold</maml:name>
                <command:parameter required="false" pipelineInput="false" position="0" aliases="None">
                    <maml:name>Stage2AwareThreshold</maml:name>
                    <maml:description>
                        <maml:para>Number of nodes worth of capacity remaining on the cluster that triggers a notification. For version Nitrogen (7.0) or lower.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="1" aliases="None">
                    <maml:name>MaxMetadataOverProvisionFactor</maml:name>
                    <maml:description>
                        <maml:para>A value representative of the number of times metadata space can be over provisioned relative to the amount of space available.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Set-SFClusterFullThreshold</maml:name>
                <command:parameter required="false" pipelineInput="false" position="0" aliases="None">
                    <maml:name>Stage3BlockThresholdPercent</maml:name>
                    <maml:description>
                        <maml:para>The percent value set for stage3 Block Storage Utilization. At this percent full, a warning will be posted in the Alerts log. For version Oxygen (8.0) or higher.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="1" aliases="None">
                    <maml:name>MaxMetadataOverProvisionFactor</maml:name>
                    <maml:description>
                        <maml:para>A value representative of the number of times metadata space can be over provisioned relative to the amount of space available.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Set-SFClusterFullThreshold</maml:name>
                <command:parameter required="false" pipelineInput="false" position="0" aliases="None">
                    <maml:name>Stage3MetadataThresholdPercent</maml:name>
                    <maml:description>
                        <maml:para>The percent value set for stage3 Metadata Storage Utilization. At this percent full, a warning will be posted in the Alerts log.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="1" aliases="None">
                    <maml:name>MaxMetadataOverProvisionFactor</maml:name>
                    <maml:description>
                        <maml:para>A value representative of the number of times metadata space can be over provisioned relative to the amount of space available.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="1" aliases="None">
                <maml:name>MaxMetadataOverProvisionFactor</maml:name>
                <maml:description>
                    <maml:para>A value representative of the number of times metadata space can be over provisioned relative to the amount of space available.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>Stage2AwareThreshold</maml:name>
                <maml:description>
                    <maml:para>Number of nodes worth of capacity remaining on the cluster that triggers a notification. For version Nitrogen (7.0) or lower.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>Stage3BlockThresholdPercent</maml:name>
                <maml:description>
                    <maml:para>The percent value set for stage3 Block Storage Utilization. At this percent full, a warning will be posted in the Alerts log. For version Oxygen (8.0) or higher.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>Stage3MetadataThresholdPercent</maml:name>
                <maml:description>
                    <maml:para>The percent value set for stage3 Metadata Storage Utilization. At this percent full, a warning will be posted in the Alerts log.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ModifyClusterFullThresholdResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ModifyClusterFullThresholdResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFClusterFullThreshold -MaxMetadataOverProvisionFactor 100 -Stage3BlockThresholdPercent 50 -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Sets percentage threshold for Oxygen(8.0) or higher along with setting MaxMetadataOverProvisionFactor with no confirmation prompt.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFClusterFullThreshold -MaxMetadataOverProvisionFactor 100 -Stage2AwareThreshold 2 -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Sets node number threshold for Nitrogen (7.0) or lower along with setting MaxMetadataOverProvisionFactor with no confirmation prompt.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFClusterInterfacePreference</command:name>
            <maml:description>
                <maml:para>[Cluster] Lets you modify a value to the key-value store.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFClusterInterfacePreference</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Modifies an existing cluster interface preference.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFClusterInterfacePreference</maml:name>
                <command:parameter required="true" pipelineInput="false" position="0" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>Name of the key you wish to change.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="1" aliases="None">
                    <maml:name>Value</maml:name>
                    <maml:description>
                        <maml:para>Value stored in the key-value store you wish to change.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>Name of the key you wish to change.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="1" aliases="None">
                <maml:name>Value</maml:name>
                <maml:description>
                    <maml:para>Value stored in the key-value store you wish to change.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ModifyClusterInterfacePreferenceResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ModifyClusterInterfacePreferenceResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFClusterInterfacePreference -Name &quot;bestPet&quot; -Value &quot;pooch&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Modifies a new entry to the key-value store.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFDefaultQoS</command:name>
            <maml:description>
                <maml:para>Sets the default Quality of Service (QoS) values (measured in inputs and outputs per second, or IOPS) for all volumes not yet created.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFDefaultQoS</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Sets the default Quality of Service (QoS) values (measured in inputs and outputs per second, or IOPS) for all volumes not yet created.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFDefaultQoS</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>MinIOPS</maml:name>
                    <maml:description>
                        <maml:para>The minimum number of sustained IOPS that are provided by the cluster to a volume.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>MaxIOPS</maml:name>
                    <maml:description>
                        <maml:para>The maximum number of sustained IOPS that are provided by the cluster to a volume.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>BurstIOPS</maml:name>
                    <maml:description>
                        <maml:para>The maximum number of IOPS allowed in a short burst scenario.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>BurstIOPS</maml:name>
                <maml:description>
                    <maml:para>The maximum number of IOPS allowed in a short burst scenario.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>MaxIOPS</maml:name>
                <maml:description>
                    <maml:para>The maximum number of sustained IOPS that are provided by the cluster to a volume.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>MinIOPS</maml:name>
                <maml:description>
                    <maml:para>The minimum number of sustained IOPS that are provided by the cluster to a volume.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para>SetDefaultQoS enables you to configure the default Quality of Service (QoS) values (measured in inputs and outputs per second, or IOPS) for all volumes not yet created.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFDefaultQoS</dev:code>
                <dev:remarks>
                    <maml:para>Outputs currently set QoS values.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFDefaultQoS -MinIOPS 100 -MaxIOPS 17500 -BurstIOPS 17500</dev:code>
                <dev:remarks>
                    <maml:para>Sets default QoS values to specified values then outputs them.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFGroupSnapshot</command:name>
            <maml:description>
                <maml:para>[Cluster] Modifies a point-in-time snapshot of a group of volumes.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFGroupSnapshot</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Modifies a point-in-time snapshot of a group of volumes.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFGroupSnapshot</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>GroupSnapshotID</maml:name>
                    <maml:description>
                        <maml:para>Unique ID(s) of the Group Snapshot.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="1" aliases="None">
                    <maml:name>EnableRemoteReplication</maml:name>
                    <maml:description>
                        <maml:para>Use to enable the snapshot created to be replicated to a remote SolidFire cluster.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="2" aliases="None">
                    <maml:name>ExpirationTime</maml:name>
                    <maml:description>
                        <maml:para>Use to set the time when the snapshot should be removed. Must be an ISO-8601 date string.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="1" aliases="None">
                <maml:name>EnableRemoteReplication</maml:name>
                <maml:description>
                    <maml:para>Use to enable the snapshot created to be replicated to a remote SolidFire cluster.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="2" aliases="None">
                <maml:name>ExpirationTime</maml:name>
                <maml:description>
                    <maml:para>Use to set the time when the snapshot should be removed. Must be an ISO-8601 date string.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>GroupSnapshotID</maml:name>
                <maml:description>
                    <maml:para>Unique ID(s) of the Group Snapshot.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GroupSnapshot</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GroupSnapshot.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFGroupSnapshot -GroupSnapshotID 3 -EnableRemoteReplication:$false</dev:code>
                <dev:remarks>
                    <maml:para>Disables Remote Replication on specified GroupSnapshot.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFGroupSnapshot -GroupSnapshotID 2,3 -EnableRemoteReplication:$true -ExpirationTime 2018-05-31T16:32:16</dev:code>
                <dev:remarks>
                    <maml:para>Enables Remote Replication and sets ExpirationTime on both GroupSnapshots 2 and 3.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFInitiator</command:name>
            <maml:description>
                <maml:para>Sets the attributes of an existing initiator.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFInitiator</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Sets the attributes of an existing initiator.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFInitiator</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                    <maml:name>InitiatorID</maml:name>
                    <maml:description>
                        <maml:para>The numeric ID of the initiator to modify.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Alias</maml:name>
                    <maml:description>
                        <maml:para>The friendly name to assign to this initiator.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>VolumeAccessGroupID</maml:name>
                    <maml:description>
                        <maml:para>The ID of the volume access group into to which this newly created initiator will be added.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Attributes</maml:name>
                    <maml:description>
                        <maml:para>A set of Hashtable attributes assigned to this initiator.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>RequireChap</maml:name>
                    <maml:description>
                        <maml:para>RequireChap determines if the initiator is required to use CHAP during session login. CHAP is optional if RequireChap is false.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                    <maml:name>ChapUsername</maml:name>
                    <maml:description>
                        <maml:para>The CHAP username for this initiator. Defaults to the initiator name (IQN) if not specified during creation and RequireChap is true.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                    <maml:name>InitiatorSecret</maml:name>
                    <maml:description>
                        <maml:para>The CHAP secret used for authentication of the initiator. Defaults to a randomly generated secret if not specified during creation and RequireChap is true.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                    <maml:name>TargetSecret</maml:name>
                    <maml:description>
                        <maml:para>The CHAP secret used for authentication of the target. Defaults to a randomly generated secret if not specified during creation and RequireChap is true.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                    <maml:name>VirtualNetworkIDs</maml:name>
                    <maml:description>
                        <maml:para>The list of virtual network identifiers associated with this initiator. If one or more are defined, this initiator will only be able to login to the specified virtual networks. If no virtual networks are defined this initiator can login to all networks.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Alias</maml:name>
                <maml:description>
                    <maml:para>The friendly name to assign to this initiator.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Attributes</maml:name>
                <maml:description>
                    <maml:para>A set of Hashtable attributes assigned to this initiator.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>hashtable</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                <maml:name>ChapUsername</maml:name>
                <maml:description>
                    <maml:para>The CHAP username for this initiator. Defaults to the initiator name (IQN) if not specified during creation and RequireChap is true.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                <maml:name>InitiatorID</maml:name>
                <maml:description>
                    <maml:para>The numeric ID of the initiator to modify.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                <maml:name>InitiatorSecret</maml:name>
                <maml:description>
                    <maml:para>The CHAP secret used for authentication of the initiator. Defaults to a randomly generated secret if not specified during creation and RequireChap is true.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>RequireChap</maml:name>
                <maml:description>
                    <maml:para>RequireChap determines if the initiator is required to use CHAP during session login. CHAP is optional if RequireChap is false.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                <maml:name>TargetSecret</maml:name>
                <maml:description>
                    <maml:para>The CHAP secret used for authentication of the target. Defaults to a randomly generated secret if not specified during creation and RequireChap is true.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                <maml:name>VirtualNetworkIDs</maml:name>
                <maml:description>
                    <maml:para>The list of virtual network identifiers associated with this initiator. If one or more are defined, this initiator will only be able to login to the specified virtual networks. If no virtual networks are defined this initiator can login to all networks.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>VolumeAccessGroupID</maml:name>
                <maml:description>
                    <maml:para>The ID of the volume access group into to which this newly created initiator will be added.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
System.String
System.Int64[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFInitiator -InitiatorID 11 -Alias Initiator11 -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Sets the Initiator&apos;s Alias to the given value with no confirmation prompt. In this case, InitiatorID: &apos;11&apos;, and Alias: &apos;Initiator11&apos;. </maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFInitiator -InitiatorID 7 -VolumeAccessGroupID 1 -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Adds initiator 7 to the given VolumeAccessGroup 1 using ID with no confirmation prompt. In this case, InitiatorID: &apos;7&apos;, and VolumeAccessGroupID: &apos;1&apos;.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFInitiator -InitiatorID 7 -RequireChap $false -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Disables Chap requirement during session login of Initiator 7 with no confirmation prompt.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFKeyServerKmip</command:name>
            <maml:description>
                <maml:para>[Cluster] Sets attributes of a KMIP (Key Management Interoperability Protocol) Key Server.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFKeyServerKmip</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Sets attributes of a KMIP (Key Management Interoperability Protocol) Key Server. The only required parameter is the keyServerID. A request which contains only the keyServerID will be a no-op and no error will be returned. Any other parameters which are specified will replace the existing values on the KMIP Key Server with the specified keyServerID. Because this server might be part of an active provider this will result in contacting the server to verify it&apos;s functional. Multiple hostnames or IP addresses must only be provided to the kmipKeyServerHostnames parameter if the key servers are in a clustered configuration.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFKeyServerKmip</maml:name>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KeyServerID</maml:name>
                    <maml:description>
                        <maml:para>The port number associated with this KMIP Key Server (typically 5696).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KmipCaCertificate</maml:name>
                    <maml:description>
                        <maml:para>The public key certificate of the external key server&apos;s root CA. This will be used to verify the certificate presented by external key server in the TLS communication. For key server clusters where individual servers use different CAs, provide a concatenated string containing the root certificates of all the CAs.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KmipClientCertificate</maml:name>
                    <maml:description>
                        <maml:para>A PEM format Base64 encoded PKCS#10 X.509 certificate used by the Solidfire KMIP client.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KmipKeyServerHostnames</maml:name>
                    <maml:description>
                        <maml:para>Array of the hostnames or IP addresses associated with this KMIP Key Server. Multiple hostnames or IP addresses must only be provided if the key servers are in a clustered configuration.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KmipKeyServerName</maml:name>
                    <maml:description>
                        <maml:para>The name of the KMIP Key Server. This name is only used for display purposes and does not need to be unique.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KmipKeyServerPort</maml:name>
                    <maml:description>
                        <maml:para>The port number associated with this KMIP Key Server (typically 5696).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KeyServerID</maml:name>
                <maml:description>
                    <maml:para>The port number associated with this KMIP Key Server (typically 5696).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KmipCaCertificate</maml:name>
                <maml:description>
                    <maml:para>The public key certificate of the external key server&apos;s root CA. This will be used to verify the certificate presented by external key server in the TLS communication. For key server clusters where individual servers use different CAs, provide a concatenated string containing the root certificates of all the CAs.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KmipClientCertificate</maml:name>
                <maml:description>
                    <maml:para>A PEM format Base64 encoded PKCS#10 X.509 certificate used by the Solidfire KMIP client.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KmipKeyServerHostnames</maml:name>
                <maml:description>
                    <maml:para>Array of the hostnames or IP addresses associated with this KMIP Key Server. Multiple hostnames or IP addresses must only be provided if the key servers are in a clustered configuration.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KmipKeyServerName</maml:name>
                <maml:description>
                    <maml:para>The name of the KMIP Key Server. This name is only used for display purposes and does not need to be unique.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KmipKeyServerPort</maml:name>
                <maml:description>
                    <maml:para>The port number associated with this KMIP Key Server (typically 5696).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>CreateKeyServerKmipResult</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFKeyServerKmip -KeyServerID 1 -KeyServerName &quot;MyKeyServer&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Set the name of Key Server with the specified ID</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFLdapAuthentication</command:name>
            <maml:description>
                <maml:para>[Cluster] Enables or disables LDAP configuration.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFLdapAuthentication</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Enables or disables LDAP configuration.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFLdapAuthentication</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>AuthType</maml:name>
                    <maml:description>
                        <maml:para>Identifies which user authentication method will be used. Must be one of the following: DirectBind, SearchAndBind.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>GroupSearchBaseDN</maml:name>
                    <maml:description>
                        <maml:para>The base DN of the tree to start the group search.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="2" aliases="None">
                    <maml:name>GroupSearchType</maml:name>
                    <maml:description>
                        <maml:para>Controls the default group search filter used, must be one of the following: NoGroups, ActiveDirectory MemberDN.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="3" aliases="None">
                    <maml:name>ServerURIs</maml:name>
                    <maml:description>
                        <maml:para>An array of LDAP server URIs (examples: ldap://1.2.3.4 and ldaps://1.2.3.4:123)</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="4" aliases="None">
                    <maml:name>UserSearchBaseDN</maml:name>
                    <maml:description>
                        <maml:para>The base DN of the tree to start the search. REQUIRED for SearchAndBind.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="5" aliases="None">
                    <maml:name>SearchBindDN</maml:name>
                    <maml:description>
                        <maml:para>A fully qualified DN to log in with to perform an LDAP search for the user. REQUIRED for SearchAndBind.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="6" aliases="None">
                    <maml:name>SearchBindPassword</maml:name>
                    <maml:description>
                        <maml:para>The password for the SearchBindDN account used for searching. REQUIRED for SearchAndBind.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="7" aliases="None">
                    <maml:name>UserSearchFilter</maml:name>
                    <maml:description>
                        <maml:para>The LDAP filter to use. The string should have the placeholder text &apos;%USERNAME%&apos; which will be replaced with the username of the authenticating user. REQUIRED for SearchAndBind.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="8" aliases="None">
                    <maml:name>UserDNTemplate</maml:name>
                    <maml:description>
                        <maml:para>A string that will be used to form a fully qualified user DN. The string should have the placeholder text &apos;%USERNAME%&apos; which will be replaced with the username of the authenticating user. REQUIRED for DirectBind.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="9" aliases="None">
                    <maml:name>GroupSearchCustomFilter</maml:name>
                    <maml:description>
                        <maml:para>For use with the CustomFilter search type, an LDAP filter to use to return the DNs of a user&apos;s groups. The string can have placeholder text of %USERNAME% and %USERDN% to be replaced with their username and full userDN as needed. REQUIRED for CustomFilter.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Set-SFLdapAuthentication</maml:name>
                <command:parameter required="true" pipelineInput="false" position="0" aliases="None">
                    <maml:name>Disable</maml:name>
                    <maml:description>
                        <maml:para>Use this parameter to disable LDAP authentication and remove all LDAP configuration settings. All other parameters will be ignored.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>AuthType</maml:name>
                <maml:description>
                    <maml:para>Identifies which user authentication method will be used. Must be one of the following: DirectBind, SearchAndBind.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>Disable</maml:name>
                <maml:description>
                    <maml:para>Use this parameter to disable LDAP authentication and remove all LDAP configuration settings. All other parameters will be ignored.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>GroupSearchBaseDN</maml:name>
                <maml:description>
                    <maml:para>The base DN of the tree to start the group search.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="9" aliases="None">
                <maml:name>GroupSearchCustomFilter</maml:name>
                <maml:description>
                    <maml:para>For use with the CustomFilter search type, an LDAP filter to use to return the DNs of a user&apos;s groups. The string can have placeholder text of %USERNAME% and %USERDN% to be replaced with their username and full userDN as needed. REQUIRED for CustomFilter.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="2" aliases="None">
                <maml:name>GroupSearchType</maml:name>
                <maml:description>
                    <maml:para>Controls the default group search filter used, must be one of the following: NoGroups, ActiveDirectory MemberDN.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="5" aliases="None">
                <maml:name>SearchBindDN</maml:name>
                <maml:description>
                    <maml:para>A fully qualified DN to log in with to perform an LDAP search for the user. REQUIRED for SearchAndBind.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="6" aliases="None">
                <maml:name>SearchBindPassword</maml:name>
                <maml:description>
                    <maml:para>The password for the SearchBindDN account used for searching. REQUIRED for SearchAndBind.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="3" aliases="None">
                <maml:name>ServerURIs</maml:name>
                <maml:description>
                    <maml:para>An array of LDAP server URIs (examples: ldap://1.2.3.4 and ldaps://1.2.3.4:123)</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="8" aliases="None">
                <maml:name>UserDNTemplate</maml:name>
                <maml:description>
                    <maml:para>A string that will be used to form a fully qualified user DN. The string should have the placeholder text &apos;%USERNAME%&apos; which will be replaced with the username of the authenticating user. REQUIRED for DirectBind.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="4" aliases="None">
                <maml:name>UserSearchBaseDN</maml:name>
                <maml:description>
                    <maml:para>The base DN of the tree to start the search. REQUIRED for SearchAndBind.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="7" aliases="None">
                <maml:name>UserSearchFilter</maml:name>
                <maml:description>
                    <maml:para>The LDAP filter to use. The string should have the placeholder text &apos;%USERNAME%&apos; which will be replaced with the username of the authenticating user. REQUIRED for SearchAndBind.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.String
System.String[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>LdapConfiguration</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_LdapConfiguration.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFLdapAuthentication -Disable</dev:code>
                <dev:remarks>
                    <maml:para>Disables the LDAP authentication and remove all LDAP configuration settings. All other parameters will be ignored. </maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFLicenseKey</command:name>
            <maml:description>
                <maml:para>[Cluster] Sets the license key for the cluster</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFLicenseKey</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Sets the current license key</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFLicenseKey</maml:name>
                <command:parameter required="true" pipelineInput="false" position="0" aliases="None">
                    <maml:name>OrderNumber</maml:name>
                    <maml:description>
                        <maml:para>The new sales order number for this cluster</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>OrderNumber</maml:name>
                <maml:description>
                    <maml:para>The new sales order number for this cluster</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>SerialNumber</maml:name>
                <maml:description>
                    <maml:para>The new Serial Number for this cluster</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>SetLicenseKeyResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_SetLicenseKey.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFLicenseKey -SerialNumber TestSN026 -OrderNumber xyz</dev:code>
                <dev:remarks>
                    <maml:para>Sets the license key for the cluster</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFLoginBanner</command:name>
            <maml:description>
                <maml:para>[Cluster] Enables or disables the login banner and sets the banner text.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFLoginBanner</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Enables or disables the login banner and sets the banner text.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFLoginBanner</maml:name>
                <command:parameter required="false" pipelineInput="false" position="0" aliases="None">
                    <maml:name>Banner</maml:name>
                    <maml:description>
                        <maml:para>The text to display in the login banner.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Enabled</maml:name>
                    <maml:description>
                        <maml:para>Enable the login banner display.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Set-SFLoginBanner</maml:name>
                <command:parameter required="false" pipelineInput="false" position="0" aliases="None">
                    <maml:name>Banner</maml:name>
                    <maml:description>
                        <maml:para>The text to display in the login banner.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Disabled</maml:name>
                    <maml:description>
                        <maml:para>Disable the login banner display.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>Banner</maml:name>
                <maml:description>
                    <maml:para>The text to display in the login banner.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Disabled</maml:name>
                <maml:description>
                    <maml:para>Disable the login banner display.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Enabled</maml:name>
                <maml:description>
                    <maml:para>Enable the login banner display.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name></maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFLoginBanner -Banner &quot;Unauthorized use prohibited.&quot; -Enabled</dev:code>
                <dev:remarks>
                    <maml:para>Sets the login banner text and enables the banner display.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFLoginBanner -Disabled</dev:code>
                <dev:remarks>
                    <maml:para>Disables the login banner display.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFLoginSessionInfo</command:name>
            <maml:description>
                <maml:para>[Cluster] Sets remote logging from the nodes in the storage cluster to a centralized log server or servers.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFLoginSessionInfo</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Sets remote logging from the nodes in the storage cluster to a centralized log server or servers.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFLoginSessionInfo</maml:name>
                <command:parameter required="true" pipelineInput="false" position="0" aliases="None">
                    <maml:name>Timeout</maml:name>
                    <maml:description>
                        <maml:para>Cluster authentication expiration period. Formatted in HH:mm:ss.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="0" aliases="None">
                <maml:name>Timeout</maml:name>
                <maml:description>
                    <maml:para>Cluster authentication expiration period. Formatted in HH:mm:ss.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>LoginSessionInfo</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_LoginSessionInfo.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFLoginSessionInfo -Timeout 00:35:00</dev:code>
                <dev:remarks>
                    <maml:para>Sets the timeout period to specified amount.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFLunAssignment</command:name>
            <maml:description>
                <maml:para>[Cluster] Defines custom LUN assignments for specific volumes.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFLunAssignment</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Defines custom LUN assignments for specific volumes.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFLunAssignment</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeAccessGroupID</maml:name>
                    <maml:description>
                        <maml:para>Enter a volume access group ID</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>LunAssignment</maml:name>
                    <maml:description>
                        <maml:para>Enter a LunAssignment</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">LunAssignment[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Set-SFLunAssignment</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeAccessGroup</maml:name>
                    <maml:description>
                        <maml:para>Enter a volume access group</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">VolumeAccessGroup</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>LunAssignment</maml:name>
                    <maml:description>
                        <maml:para>Enter a LunAssignment</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">LunAssignment[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>LunAssignment</maml:name>
                <maml:description>
                    <maml:para>Enter a LunAssignment</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">LunAssignment[]</command:parameterValue>
                <dev:type>
                    <maml:name>LunAssignment[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeAccessGroup</maml:name>
                <maml:description>
                    <maml:para>Enter a volume access group</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">VolumeAccessGroup</command:parameterValue>
                <dev:type>
                    <maml:name>VolumeAccessGroup</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeAccessGroupID</maml:name>
                <maml:description>
                    <maml:para>Enter a volume access group ID</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
SolidFire.Element.Api.VolumeAccessGroup
SolidFire.Element.Api.LunAssignment[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>VolumeAccessGroupLunAssignments</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_VolumeAccessGroupLunAssignments.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$vol25 = @{&quot;VolumeID&quot; = 25; &quot;Lun&quot; = 12}
Set-SFLunAssignment -VolumeAccessGroupID 5 -LunAssignment @( $vol25 )</dev:code>
                <dev:remarks>
                    <maml:para>Changes the LUN ID associated with volume ID 25 in volume access group 5 to &quot;12&quot;. This example builds the hash table associated with the LUN assignments and then uses that variable in the cmdlet.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFLunAssignment -VolumeAccessGroupID 5 -LunAssignment @( @{&quot;VolumeID&quot; = 25; &quot;Lun&quot; = 12} )</dev:code>
                <dev:remarks>
                    <maml:para>Changes the LUN ID associated with volume ID 25 in volume access group 5 to 12. This example builds the hash table directly within the LUN assignments array.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFNetworkConfig</command:name>
            <maml:description>
                <maml:para>[Node] Sets the network configuration options for a node.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFNetworkConfig</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] Sets the network configuration options for a node.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFNetworkConfig</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>Network</maml:name>
                    <maml:description>
                        <maml:para>The interface to set on. Must be one of &apos;Bond1G&apos; | &apos;Bond10G&apos;. Changing the BondMode on a node can cause a loss of network connectivity. Caution should be taken.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>BondMode</maml:name>
                    <maml:description>
                        <maml:para>The bond mode to set for the interface</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="2" aliases="None">
                    <maml:name>Address</maml:name>
                    <maml:description>
                        <maml:para>The IP address to set on the interface. Changing the IP Address on a node can cause a loss of network connectivity. Be prepared to reconnect if this command times out.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="3" aliases="None">
                    <maml:name>Netmask</maml:name>
                    <maml:description>
                        <maml:para>The Netmask to use for the interface</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="4" aliases="None">
                    <maml:name>Gateway</maml:name>
                    <maml:description>
                        <maml:para>The gateway address to set on the interface</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="5" aliases="None">
                    <maml:name>Mtu</maml:name>
                    <maml:description>
                        <maml:para>The MTU to set on the interface.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="6" aliases="None">
                    <maml:name>DnsNameservers</maml:name>
                    <maml:description>
                        <maml:para>The DNS nameservers to set on the interface</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="7" aliases="None">
                    <maml:name>DnsSearch</maml:name>
                    <maml:description>
                        <maml:para>The DNS search domains</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="8" aliases="None">
                    <maml:name>Status</maml:name>
                    <maml:description>
                        <maml:para>The interface status (&apos;UpAndRunning&apos; | &apos;Down&apos; | &apos;Up&apos;)</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="2" aliases="None">
                <maml:name>Address</maml:name>
                <maml:description>
                    <maml:para>The IP address to set on the interface. Changing the IP Address on a node can cause a loss of network connectivity. Be prepared to reconnect if this command times out.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>BondMode</maml:name>
                <maml:description>
                    <maml:para>The bond mode to set for the interface</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="6" aliases="None">
                <maml:name>DisconnectAfterRequest</maml:name>
                <maml:description>
                    <maml:para>Include this switch parameter if you want to disconnect the connection immediately after the SetNetworkConfig request is made.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="6" aliases="None">
                <maml:name>DnsNameservers</maml:name>
                <maml:description>
                    <maml:para>The DNS nameservers to set on the interface</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="7" aliases="None">
                <maml:name>DnsSearch</maml:name>
                <maml:description>
                    <maml:para>The DNS search domains</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="4" aliases="None">
                <maml:name>Gateway</maml:name>
                <maml:description>
                    <maml:para>The gateway address to set on the interface</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="5" aliases="None">
                <maml:name>Mtu</maml:name>
                <maml:description>
                    <maml:para>The MTU to set on the interface.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="3" aliases="None">
                <maml:name>Netmask</maml:name>
                <maml:description>
                    <maml:para>The Netmask to use for the interface</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>Network</maml:name>
                <maml:description>
                    <maml:para>The interface to set on. Must be one of &apos;Bond1G&apos; | &apos;Bond10G&apos;. Changing the BondMode on a node can cause a loss of network connectivity. Caution should be taken.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="8" aliases="None">
                <maml:name>Status</maml:name>
                <maml:description>
                    <maml:para>The interface status (&apos;UpAndRunning&apos; | &apos;Down&apos; | &apos;Up&apos;)</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.String
System.Int64
System.String[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>Network</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/v1.0/html/T_SolidFire_Element_Api_Network.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFNetworkConfig -Network Bond10G -Address 10.10.10.10 -Netmask 255.255.255.0 -Gateway 10.10.10.254</dev:code>
                <dev:remarks>
                    <maml:para>Sets a static IP address for the Bond10G interface on the node including specifying an optional gateway.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFNetworkConfig -Network Bond1G -Address 10.10.1.10 -Netmask 255.255.255.0 -Gateway 10.10.1.254 -DnsNameservers 10.10.100.1,10.10.100.2 -DnsSearch test.solidfire.net</dev:code>
                <dev:remarks>
                    <maml:para>Sets a static IP address for the Bond1G interface on the node. This also specifies DNS servers and the DNS search domain.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFNodeSSLCertificate</command:name>
            <maml:description>
                <maml:para>[Node] Sets the management node&apos;s SSL certificate.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFNodeSSLCertificate</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] Sets the management node&apos;s SSL certificate.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFNodeSSLCertificate</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>Certificate</maml:name>
                    <maml:description>
                        <maml:para>Certificate string</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>PrivateKey</maml:name>
                    <maml:description>
                        <maml:para>Private key string</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>Certificate</maml:name>
                <maml:description>
                    <maml:para>Certificate string</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>PrivateKey</maml:name>
                <maml:description>
                    <maml:para>Private key string</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.String
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFNodeSSLCertificate -Certificate $cert_string -PrivateKey $key_string -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Sets the management node&apos;s SSL certificate using certificate and key strings previously assigned to variables.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFNodeSupplementalTlsCiphers</command:name>
            <maml:description>
                <maml:para>[Node] Set the list of supplemental TLS ciphers for a node.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFNodeSupplementalTlsCiphers</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] Set the list of supplemental TLS ciphers for a node.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFNodeSupplementalTlsCiphers</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue)" position="Named" aliases="None">
                    <maml:name>SupplementalCiphers</maml:name>
                    <maml:description>
                        <maml:para>[Node] The supplemental cipher suite names using the OpenSSL naming scheme. Use of cipher suite names is case-insensitive.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue)" position="Named" aliases="None">
                <maml:name>SupplementalCiphers</maml:name>
                <maml:description>
                    <maml:para>[Node] The supplemental cipher suite names using the OpenSSL naming scheme. Use of cipher suite names is case-insensitive.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.String[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>SetNodeSupplementalTlsCiphersResult</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>&quot;DHE-RSA-AES128-SHA256&quot; | Set-SFNodeSupplementalTlsCiphers</dev:code>
                <dev:remarks>
                    <maml:para>Enables a supplemental Tls cipher</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>(Get-SFNodeSupportedTlsCiphers).SupportedSupplementalCiphers | Set-SFNodeSupplementalTlsCiphers</dev:code>
                <dev:remarks>
                    <maml:para>Enables all supported supplemental Tls ciphers</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFNtpInfo</command:name>
            <maml:description>
                <maml:para>[Cluster] Configures the NTP on cluster nodes.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFNtpInfo</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Configures the NTP on cluster nodes.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFNtpInfo</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>Servers</maml:name>
                    <maml:description>
                        <maml:para>List of NTP servers to add to each node&apos;s NTP configuration.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>BroadcastClient</maml:name>
                    <maml:description>
                        <maml:para>Enable every node in the cluster as a broadcast client. Default is false.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>BroadcastClient</maml:name>
                <maml:description>
                    <maml:para>Enable every node in the cluster as a broadcast client. Default is false.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>Servers</maml:name>
                <maml:description>
                    <maml:para>List of NTP servers to add to each node&apos;s NTP configuration.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.String[]
System.Boolean
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetNtpInfoResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetNtpInfoResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFNtpInfo -Servers &quot;time.nist.gov&quot;,&quot;time.windows.com&quot; -BroadcastClient:$false</dev:code>
                <dev:remarks>
                    <maml:para>Configures two NTP servers and turns off the broadcast client feature of NTP on the cluster.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFProtectionDomainLayout</command:name>
            <maml:description>
                <maml:para>[Cluster] Used to assign Nodes to user-defined Protection Domains. This information must be provided for all Active Nodes in the cluster, and no information may be provided for Nodes that are not Active. All Nodes in a given Chassis must be assigned to the same user-defined Protection Domain. The same ProtectionDomainType must be supplied for all nodes. ProtectionDomainTypes that are not user-defined such as Node and Chassis, must not be included. If any of these are not true, the Custom Protection Domains will be ignored, and an appropriate error will be returned.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFProtectionDomainLayout</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Used to assign Nodes to user-defined Protection Domains. This information must be provided for all Active Nodes in the cluster, and no information may be provided for Nodes that are not Active. All Nodes in a given Chassis must be assigned to the same user-defined Protection Domain. The same ProtectionDomainType must be supplied for all nodes. ProtectionDomainTypes that are not user-defined such as Node and Chassis, must not be included. If any of these are not true, the Custom Protection Domains will be ignored, and an appropriate error will be returned.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFProtectionDomainLayout</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>ProtectionDomainLayout</maml:name>
                    <maml:description>
                        <maml:para>The Protection Domains for each Node.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">NodeProtectionDomains[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>ProtectionDomainLayout</maml:name>
                <maml:description>
                    <maml:para>The Protection Domains for each Node.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">NodeProtectionDomains[]</command:parameterValue>
                <dev:type>
                    <maml:name>NodeProtectionDomains[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>SolidFire.Element.Api.NodeProtectionDomains[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>NodeProtectionDomains[]</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$nodeProtectionDomain = New-Object SolidFire.Element.Api.NodeProtectionDomains; $protectionDomain = New-Object SolidFire.Element.Api.ProtectionDomain; $protectionDomain.ProtectionDomainName = &quot;70L0K02&quot;; $protectionDomain.ProtectionDomainType = &quot;Custom&quot;; $nodeProtectionDomain.NodeID = 1; $nodeProtectionDomain.ProtectionDomains = @($protectionDomain); Set-SFProtectionDomainLayout -ProtectionDomainLayout @($nodeProtectionDomain);</dev:code>
                <dev:remarks>
                    <maml:para>Assigns Node with ID 1 to user-defined Protection Domain Custom</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFQoSPolicy</command:name>
            <maml:description>
                <maml:para>Modifies an existing QoS Policy.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFQoSPolicy</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Modifies an existing QoS Policy. Any volumes associated with the policy will inherit any changes to the policy&apos;s IOPS settings.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFQoSPolicy</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>QoSPolicyID</maml:name>
                    <maml:description>
                        <maml:para>The ID of the QoS policy to modify</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>The name of the QoS policy</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="8" aliases="None">
                    <maml:name>MinIOPS</maml:name>
                    <maml:description>
                        <maml:para>The desired minimum 4KB IOPS to guarantee</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="9" aliases="None">
                    <maml:name>MaxIOPS</maml:name>
                    <maml:description>
                        <maml:para>The desired maximum 4KB IOPS to guarantee</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="10" aliases="None">
                    <maml:name>BurstIOPS</maml:name>
                    <maml:description>
                        <maml:para>The maximum 4KB IOPS allowed for a short time</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="11" aliases="None">
                    <maml:name>BurstTime</maml:name>
                    <maml:description>
                        <maml:para>The time to allow a burst of maximum 4KB IOPS</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="10" aliases="None">
                <maml:name>BurstIOPS</maml:name>
                <maml:description>
                    <maml:para>The maximum 4KB IOPS allowed for a short time</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="11" aliases="None">
                <maml:name>BurstTime</maml:name>
                <maml:description>
                    <maml:para>The time to allow a burst of maximum 4KB IOPS</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="9" aliases="None">
                <maml:name>MaxIOPS</maml:name>
                <maml:description>
                    <maml:para>The desired maximum 4KB IOPS to guarantee</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="8" aliases="None">
                <maml:name>MinIOPS</maml:name>
                <maml:description>
                    <maml:para>The desired minimum 4KB IOPS to guarantee</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The name of the QoS policy</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>QoSPolicyID</maml:name>
                <maml:description>
                    <maml:para>The ID of the QoS policy to modify</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int32
System.String
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFQoSPolicy -QoSPolicyID 33 -BurstIOPS 150000</dev:code>
                <dev:remarks>
                    <maml:para>Modifies the QoS Policy with ID 33 to have a BurstIOPS value of 150000.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFQoSPolicy -QoSPolicyID 33 -Name &quot;Green&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Sets the name of the QoS Policy with ID 33 to &quot;Green&quot;.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFRemoteLoggingHost</command:name>
            <maml:description>
                <maml:para>[Cluster] Configures remote logging from the nodes in the storage cluster to a centralized log server or servers.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFRemoteLoggingHost</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Configures remote logging from the nodes in the storage cluster to a centralized log server or servers.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFRemoteLoggingHost</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>RemoteHosts</maml:name>
                    <maml:description>
                        <maml:para>List of LoggingServer hosts to send log messages to.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">LoggingServer[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>RemoteHosts</maml:name>
                <maml:description>
                    <maml:para>List of LoggingServer hosts to send log messages to.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">LoggingServer[]</command:parameterValue>
                <dev:type>
                    <maml:name>LoggingServer[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>SolidFire.Element.Api.LoggingServer[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>LoggingServer[]</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_LoggingServer.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$rh = Get-SFRemoteLoggingHost
Set-SFRemoteLoggingHost -RemoteHosts $rh -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Sets the RemoteLoggingHost with a LoggingServer with no confirmation prompt.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$server = @{&quot;Host&quot; = &quot;10.192.2.131&quot;; &quot;Port&quot; = 514;}
Set-SFRemoteLoggingHost -RemoteHosts $server -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Sets the RemoteLoggingHost with a LoggingServer with no confirmation prompt.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFSchedule</command:name>
            <maml:description>
                <maml:para>[Cluster] Modifies a schedule which creates a snapshot of a volume.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFSchedule</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Modifies a schedule which creates a snapshot of a volume.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFSchedule</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>ScheduleID</maml:name>
                    <maml:description>
                        <maml:para>Unique ID of the schedule.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="1" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>Volume IDs to be included in the resulting snapshots. VolumeID values will replace ScheduleInfo.Volume values if an existing Schedule is piped in.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="2" aliases="None">
                    <maml:name>ScheduleName</maml:name>
                    <maml:description>
                        <maml:para>Unique name for the schedule.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="3" aliases="None">
                    <maml:name>Frequency</maml:name>
                    <maml:description>
                        <maml:para>Used to indicate the frequency at which the snapshot will be made.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="4" aliases="None">
                    <maml:name>ToBeDeleted</maml:name>
                    <maml:description>
                        <maml:para>Indicates if the schedule is marked for deletion.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="5" aliases="None">
                    <maml:name>Paused</maml:name>
                    <maml:description>
                        <maml:para>Use to pause the schedule.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="6" aliases="None">
                    <maml:name>RunNextInterval</maml:name>
                    <maml:description>
                        <maml:para>Choose to run this Schedule the next time the scheduler is active.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="7" aliases="None">
                    <maml:name>SnapshotName</maml:name>
                    <maml:description>
                        <maml:para>Name of the new snapshot.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="8" aliases="None">
                    <maml:name>Recurring</maml:name>
                    <maml:description>
                        <maml:para>Indicates if the schedule will be recurring or not. Default is true.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="9" aliases="None">
                    <maml:name>EnableRemoteReplication</maml:name>
                    <maml:description>
                        <maml:para>Include snapshots in replication when paired. Default is false.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="10" aliases="None">
                    <maml:name>RetentionDays</maml:name>
                    <maml:description>
                        <maml:para>Number of days to retain snapshots created by this schedule.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">ulong</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="11" aliases="None">
                    <maml:name>RetentionHours</maml:name>
                    <maml:description>
                        <maml:para>Number of hours to retain snapshots created by this schedule.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">ulong</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="12" aliases="None">
                    <maml:name>RetentionMinutes</maml:name>
                    <maml:description>
                        <maml:para>Number of minutes to retain snapshots created by this schedule.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">ulong</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="13" aliases="None">
                    <maml:name>StartingDate</maml:name>
                    <maml:description>
                        <maml:para>Date/Time after which the schedule will be run.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="9" aliases="None">
                <maml:name>EnableRemoteReplication</maml:name>
                <maml:description>
                    <maml:para>Include snapshots in replication when paired. Default is false.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="3" aliases="None">
                <maml:name>Frequency</maml:name>
                <maml:description>
                    <maml:para>Used to indicate the frequency at which the snapshot will be made.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="5" aliases="None">
                <maml:name>Paused</maml:name>
                <maml:description>
                    <maml:para>Use to pause the schedule.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="8" aliases="None">
                <maml:name>Recurring</maml:name>
                <maml:description>
                    <maml:para>Indicates if the schedule will be recurring or not. Default is true.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="10" aliases="None">
                <maml:name>RetentionDays</maml:name>
                <maml:description>
                    <maml:para>Number of days to retain snapshots created by this schedule.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">ulong</command:parameterValue>
                <dev:type>
                    <maml:name>ulong</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="11" aliases="None">
                <maml:name>RetentionHours</maml:name>
                <maml:description>
                    <maml:para>Number of hours to retain snapshots created by this schedule.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">ulong</command:parameterValue>
                <dev:type>
                    <maml:name>ulong</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="12" aliases="None">
                <maml:name>RetentionMinutes</maml:name>
                <maml:description>
                    <maml:para>Number of minutes to retain snapshots created by this schedule.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">ulong</command:parameterValue>
                <dev:type>
                    <maml:name>ulong</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="6" aliases="None">
                <maml:name>RunNextInterval</maml:name>
                <maml:description>
                    <maml:para>Choose to run this Schedule the next time the scheduler is active.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>ScheduleID</maml:name>
                <maml:description>
                    <maml:para>Unique ID of the schedule.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="2" aliases="None">
                <maml:name>ScheduleName</maml:name>
                <maml:description>
                    <maml:para>Unique name for the schedule.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="7" aliases="None">
                <maml:name>SnapshotName</maml:name>
                <maml:description>
                    <maml:para>Name of the new snapshot.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="13" aliases="None">
                <maml:name>StartingDate</maml:name>
                <maml:description>
                    <maml:para>Date/Time after which the schedule will be run.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="4" aliases="None">
                <maml:name>ToBeDeleted</maml:name>
                <maml:description>
                    <maml:para>Indicates if the schedule is marked for deletion.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="1" aliases="None">
                <maml:name>VolumeID</maml:name>
                <maml:description>
                    <maml:para>Volume IDs to be included in the resulting snapshots. VolumeID values will replace ScheduleInfo.Volume values if an existing Schedule is piped in.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>Schedule</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_Schedule.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFSchedule -ScheduleID 4 -ScheduleName newName -VolumeID 8</dev:code>
                <dev:remarks>
                    <maml:para>Sets specified schedule&apos;s name to &quot;newName&quot; and changes which volume it targets.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFSchedule -ScheduleID 13 -Frequency DaysOfMonth -DaysOfMonthDays 1,15</dev:code>
                <dev:remarks>
                    <maml:para>Sets schedule with ID 13 to run the 1st and 15tht of the month.
NOTE: parameter &quot;DaysOfMonthDays&quot; will only appear if &quot;DaysOfMonth&quot; has already been chosen.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFSchedule -ScheduleID 14 -Frequency DaysOfWeek -DaysOfWeekDays Monday,Friday -RunNextInterval:$true -RetentionDays 120</dev:code>
                <dev:remarks>
                    <maml:para>Sets schedule with ID 14 to run on Monday and Friday. Also sets it to run on the next interval anSd sets the retention to 120 days.
NOTE: parameter &quot;DaysOfWeekDays&quot; will only appear if &quot;DaysOfWeek&quot; has already been chosen.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 4 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFSchedule -ScheduleID 15 -Frequency TimeInterval -TimeIntervalDays 1 -StartingDate 2017-06-05T12:22:40</dev:code>
                <dev:remarks>
                    <maml:para>Sets schedule with ID 15 to a TimeInterval of 1 day and also sets the starting date.
NOTE: parameters &quot;TimeIntervalDays&quot;,&quot;TimeIntervalHours&quot;, and &quot;TimeIntervalMinutes&quot; will only appear if &quot;TimeInterval&quot; has already been chosen.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFSnapMirrorEndpoint</command:name>
            <maml:description>
                <maml:para>[Cluster] Set-SFSnapMirrorEndpoint changes the name and management attributes for a SnapMirror endpoint.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFSnapMirrorEndpoint</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Set-SFSnapMirrorEndpoint changes the name and management attributes for a SnapMirror endpoint.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFSnapMirrorEndpoint</maml:name>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SnapMirrorEndpointID</maml:name>
                    <maml:description>
                        <maml:para>The SnapMirror endpoint to modify.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>ManagementIP</maml:name>
                    <maml:description>
                        <maml:para>The new management IP Address for the ONTAP system.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Username</maml:name>
                    <maml:description>
                        <maml:para>The new management username for the ONTAP system.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Password</maml:name>
                    <maml:description>
                        <maml:para>The new management password for the ONTAP system.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>ManagementIP</maml:name>
                <maml:description>
                    <maml:para>The new management IP Address for the ONTAP system.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Password</maml:name>
                <maml:description>
                    <maml:para>The new management password for the ONTAP system.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SnapMirrorEndpointID</maml:name>
                <maml:description>
                    <maml:para>The SnapMirror endpoint to modify.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Username</maml:name>
                <maml:description>
                    <maml:para>The new management username for the ONTAP system.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ModifySnapMirrorEndpointResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ModifySnapMirrorEndpointResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFSnapMirrorEndpoint -SnapMirrorEndpointID 5 -ManagementIP 5.4.3.2 -Username admin -Password admin</dev:code>
                <dev:remarks>
                    <maml:para>Updates the management IP, username, and password for endpoint 5. NOTE: IP must point towards management node, and credentials must be correct for ONTAP device. This command is primarily used for updating the element side endpoint settings if they are changed on the ONTAP side.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFSnapMirrorEndpointUnmanaged</command:name>
            <maml:description>
                <maml:para>[Cluster] Set-SFSnapMirrorEndpointUnmanaged modifies a SnapMirror endpoint.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFSnapMirrorEndpointUnmanaged</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] The Set-SFSnapMirrorEndpointUnmanaged cmdlet changes the name and/or management attributes for a SnapMirror endpoint.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFSnapMirrorEndpointUnmanaged</maml:name>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SnapMirrorEndpointID</maml:name>
                    <maml:description>
                        <maml:para>The SnapMirror endpoint to modify.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>ClusterName</maml:name>
                    <maml:description>
                        <maml:para>Name of the endpoint.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>IpAddresses</maml:name>
                    <maml:description>
                        <maml:para>The new list of IP addresses for a cluster of ONTAP storage systems that should communicate with this SolidFire cluster.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>ClusterName</maml:name>
                <maml:description>
                    <maml:para>Name of the endpoint.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>IpAddresses</maml:name>
                <maml:description>
                    <maml:para>The new list of IP addresses for a cluster of ONTAP storage systems that should communicate with this SolidFire cluster.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SnapMirrorEndpointID</maml:name>
                <maml:description>
                    <maml:para>The SnapMirror endpoint to modify.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ModifySnapMirrorEndpointUnmanagedResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ModifySnapMirrorEndpointUnmanagedResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFSnapMirrorEndpointUnmanaged -SnapMirrorEndpointID $endpoint.SnapMirrorEndpointID -ClusterName &quot;New Name&quot; -IpAddresses &quot;2.2.2.2&quot;,&quot;3.3.3.3&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Sets a specific endpoints name and IP addresses.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFSnapMirrorRelationship</command:name>
            <maml:description>
                <maml:para>[Cluster] Set-SFSnapMirrorRelationship changes the intervals at which a scheduled snapshot occurs, along with other settings. You can also delete or pause a schedule by using this method.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFSnapMirrorRelationship</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Set-SFSnapMirrorRelationship changes the intervals at which a scheduled snapshot occurs. You can also delete or pause a schedule by using this method.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFSnapMirrorRelationship</maml:name>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SnapMirrorEndpointID</maml:name>
                    <maml:description>
                        <maml:para>The endpoint ID of the remote ONTAP storage system communicating with the SolidFire cluster.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeType</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s type in the SnapMirror relationship.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeName</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeVserver</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeID</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>MaxTransferRate</maml:name>
                    <maml:description>
                        <maml:para>Specifies the maximum data transfer rate between the volumes in kilobytes per second. The default value, 0, is unlimited and permits the SnapMirror relationship to fully utilize the available network bandwidth.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>PolicyName</maml:name>
                    <maml:description>
                        <maml:para>Specifies the name of the ONTAP SnapMirror policy for the relationship.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>ScheduleName</maml:name>
                    <maml:description>
                        <maml:para>The name of the pre-existing cron schedule on the ONTAP system that is used to update the SnapMirror relationship.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeID</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeName</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeType</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s type in the SnapMirror relationship.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeVserver</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>MaxTransferRate</maml:name>
                <maml:description>
                    <maml:para>Specifies the maximum data transfer rate between the volumes in kilobytes per second. The default value, 0, is unlimited and permits the SnapMirror relationship to fully utilize the available network bandwidth.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>PolicyName</maml:name>
                <maml:description>
                    <maml:para>Specifies the name of the ONTAP SnapMirror policy for the relationship.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>ScheduleName</maml:name>
                <maml:description>
                    <maml:para>The name of the pre-existing cron schedule on the ONTAP system that is used to update the SnapMirror relationship.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SnapMirrorEndpointID</maml:name>
                <maml:description>
                    <maml:para>The endpoint ID of the remote ONTAP storage system communicating with the SolidFire cluster.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ModifySnapMirrorRelationshipResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ModifySnapMirrorRelationshipResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFSnapMirrorRelationship -SnapMirrorEndpointID $endpoint.SnapMirrorEndpointID -DestinationVolumeType &quot;ontap&quot; -DestinationVolumeVserver $vserverName -DestinationVolumeName $snapMirrorVolume.Name -ScheduleName &quot;daily&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Sets the schedule of the relationship to daily.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFSnapshot</command:name>
            <maml:description>
                <maml:para>[Cluster] Modifies a point-in-time snapshot of a volume.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFSnapshot</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Modifies a point-in-time snapshot of a volume.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFSnapshot</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>SnapshotID</maml:name>
                    <maml:description>
                        <maml:para>ID(s) of the snapshots to modify.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="1" aliases="None">
                    <maml:name>EnableRemoteReplication</maml:name>
                    <maml:description>
                        <maml:para>Use to enable the snapshot created to be replicated to a remote SolidFire cluster.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="2" aliases="None">
                    <maml:name>ExpirationTime</maml:name>
                    <maml:description>
                        <maml:para>Use to set the time when the snapshot should be removed. Must be an ISO-8601 date string.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="1" aliases="None">
                <maml:name>EnableRemoteReplication</maml:name>
                <maml:description>
                    <maml:para>Use to enable the snapshot created to be replicated to a remote SolidFire cluster.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="2" aliases="None">
                <maml:name>ExpirationTime</maml:name>
                <maml:description>
                    <maml:para>Use to set the time when the snapshot should be removed. Must be an ISO-8601 date string.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>SnapshotID</maml:name>
                <maml:description>
                    <maml:para>ID(s) of the snapshots to modify.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>Snapshot</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_Snapshot.htm</maml:uri>
                </dev:type>
            </command:returnValue>
            <command:returnValue>
                <maml:description>
                    <maml:para>Set-SFSnapshot is used to change the attributes currently assigned to a snapshot. Use this API method to enable the snapshots created on the Read/Write (source) volume to be remotely replicated to a target SolidFire storage system.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>None</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFSnapshot -SnapshotID 4 -EnableRemoteReplication $true</dev:code>
                <dev:remarks>
                    <maml:para>EnableRemoteReplication on Snapshot with specified ID. In this case, SnapshotID: 4.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFSnapshot -SnapshotID 4 -ExpirationTime 2017-12-30T12:30:45</dev:code>
                <dev:remarks>
                    <maml:para>Sets specified snapshot to be removed at given ISO-8601 time.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFSnmpAcl</command:name>
            <maml:description>
                <maml:para>[Cluster] Configures SNMP access permissions on the cluster node.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFSnmpAcl</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Configures SNMP access permissions on the cluster node.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFSnmpAcl</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>Networks</maml:name>
                    <maml:description>
                        <maml:para>List of networks and what type of access they have to the SNMP servers running on the cluster nodes. See SNMP Network Object for possible &apos;networks&apos; values. SNMP v2 only.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SnmpNetwork[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="3" aliases="None">
                    <maml:name>UsmUsers</maml:name>
                    <maml:description>
                        <maml:para>If SNMP v3 is enabled, this value must be passed in place of the &apos;networks&apos; parameter. SNMP v3 only.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SnmpV3UsmUser[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>Networks</maml:name>
                <maml:description>
                    <maml:para>List of networks and what type of access they have to the SNMP servers running on the cluster nodes. See SNMP Network Object for possible &apos;networks&apos; values. SNMP v2 only.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SnmpNetwork[]</command:parameterValue>
                <dev:type>
                    <maml:name>SnmpNetwork[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="3" aliases="None">
                <maml:name>UsmUsers</maml:name>
                <maml:description>
                    <maml:para>If SNMP v3 is enabled, this value must be passed in place of the &apos;networks&apos; parameter. SNMP v3 only.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SnmpV3UsmUser[]</command:parameterValue>
                <dev:type>
                    <maml:name>SnmpV3UsmUser[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>SolidFire.Element.Api.SnmpNetwork[]
SolidFire.Element.Api.SnmpV3UsmUser[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetSnmpACLResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetSnmpACLResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$newAcl = Add-SFSnmpUsmUser -Access &quot;rouser&quot; -Name &quot;testuser&quot; -Password &quot;testpass&quot; -Passphrase &quot;testphrase&quot; -SecLevel &quot;noauth&quot;
Set-SFSnmpAcl -UsmUser $newAcl</dev:code>
                <dev:remarks>
                    <maml:para>Adds a new USM user to the SNMPv3 configuration on the cluster.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$newAcl = Add-SFSnmpNetwork -Access &quot;ro&quot; -Cidr 1 -Community &quot;Community&quot; -Network &quot;network&quot;
Set-SFSnmpAcl -Networks $newAcl</dev:code>
                <dev:remarks>
                    <maml:para>Adds a single new network to the SNMP configuration on the cluster.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFSnmpInfo</command:name>
            <maml:description>
                <maml:para>[Cluster] Configures SNMP v2 and v3 on the cluster nodes.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFSnmpInfo</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Configures SNMP v2 and v3 on the cluster nodes.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFSnmpInfo</maml:name>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>Networks</maml:name>
                    <maml:description>
                        <maml:para>List of networks and what type of access they have to the SNMP servers running on the cluster nodes. See SNMP Network Object for possible &apos;networks&apos; values. SNMP v2 only.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SnmpNetwork[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>Enabled</maml:name>
                    <maml:description>
                        <maml:para>If set to &apos;true&apos;, then SNMP is enabled on each node in the cluster.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="2" aliases="None">
                    <maml:name>SnmpV3Enabled</maml:name>
                    <maml:description>
                        <maml:para>If set to &apos;true&apos;, then SNMP v3 is enabled on each node in the cluster.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="3" aliases="None">
                    <maml:name>UsmUsers</maml:name>
                    <maml:description>
                        <maml:para>If SNMP v3 is enabled, this value must be passed in place of the &apos;networks&apos; parameter. SNMP v3 only.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SnmpV3UsmUser[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>Enabled</maml:name>
                <maml:description>
                    <maml:para>If set to &apos;true&apos;, then SNMP is enabled on each node in the cluster.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>Networks</maml:name>
                <maml:description>
                    <maml:para>List of networks and what type of access they have to the SNMP servers running on the cluster nodes. See SNMP Network Object for possible &apos;networks&apos; values. SNMP v2 only.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SnmpNetwork[]</command:parameterValue>
                <dev:type>
                    <maml:name>SnmpNetwork[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="2" aliases="None">
                <maml:name>SnmpV3Enabled</maml:name>
                <maml:description>
                    <maml:para>If set to &apos;true&apos;, then SNMP v3 is enabled on each node in the cluster.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="3" aliases="None">
                <maml:name>UsmUsers</maml:name>
                <maml:description>
                    <maml:para>If SNMP v3 is enabled, this value must be passed in place of the &apos;networks&apos; parameter. SNMP v3 only.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SnmpV3UsmUser[]</command:parameterValue>
                <dev:type>
                    <maml:name>SnmpV3UsmUser[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>SolidFire.Element.Api.SnmpNetwork[]
System.Boolean
SolidFire.Element.Api.SnmpV3UsmUser[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>GetSnmpInfoResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetSnmpInfoResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$n = Get-SFSnmpInfo
Set-SFSnmpInfo -Network $n.Networks -Enabled:$true -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Sets SNMP to enabled on all networks with no confirmation prompt.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$n = Get-SFSnmpInfo
$user = Add-SFSnmpUsmUser -Name admin -Access rouser -Password password -Passphrase passphrase -SecLevel auth
Set-SFSnmpInfo -Networks $n.Networks -Enabled:$true -SnmpV3Enabled:$true -UsmUsers $user.UsmUsers -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Creates a UsmUser. Sets SNMPv3 to enabled on all networks and passes the recently created UsmUser with no confirmation prompt.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFSnmpTrapInfo</command:name>
            <maml:description>
                <maml:para>[Cluster] Enables and disables generation of SolidFire SNMP notifications (traps) and specifies the set of network host computers that receive notifications.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFSnmpTrapInfo</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Enables and disables generation of SolidFire SNMP notifications (traps) and specifies the set of network host computers that receive notifications.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFSnmpTrapInfo</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>TrapRecipients</maml:name>
                    <maml:description>
                        <maml:para>List of hosts that are to receive the traps generated by the Cluster Master. At least one object is required if any one of the trap types is enabled.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SnmpTrapRecipient[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>ClusterFaultTrapsEnabled</maml:name>
                    <maml:description>
                        <maml:para>If set to true, a corresponding solidFireClusterFaultNotification is sent to the configured list of trap recipients when a cluster fault is logged.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="2" aliases="None">
                    <maml:name>ClusterFaultResolvedTrapsEnabled</maml:name>
                    <maml:description>
                        <maml:para>If set to true, a corresponding solidFireClusterFaultResolvedNotification is sent to the configured list of trap recipients when a cluster fault is resolved.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="3" aliases="None">
                    <maml:name>ClusterEventTrapsEnabled</maml:name>
                    <maml:description>
                        <maml:para>If set to true, a corresponding solidFireClusterEventNotification is sent to the configured list of trap recipients when a cluster event is logged.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="3" aliases="None">
                <maml:name>ClusterEventTrapsEnabled</maml:name>
                <maml:description>
                    <maml:para>If set to true, a corresponding solidFireClusterEventNotification is sent to the configured list of trap recipients when a cluster event is logged.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="2" aliases="None">
                <maml:name>ClusterFaultResolvedTrapsEnabled</maml:name>
                <maml:description>
                    <maml:para>If set to true, a corresponding solidFireClusterFaultResolvedNotification is sent to the configured list of trap recipients when a cluster fault is resolved.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>ClusterFaultTrapsEnabled</maml:name>
                <maml:description>
                    <maml:para>If set to true, a corresponding solidFireClusterFaultNotification is sent to the configured list of trap recipients when a cluster fault is logged.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>TrapRecipients</maml:name>
                <maml:description>
                    <maml:para>List of hosts that are to receive the traps generated by the Cluster Master. At least one object is required if any one of the trap types is enabled.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SnmpTrapRecipient[]</command:parameterValue>
                <dev:type>
                    <maml:name>SnmpTrapRecipient[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>SolidFire.Element.Api.SnmpTrapRecipient[]
System.Boolean
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>SFSnmpTrapInfoResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_GetSnmpTrapInfoResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFSnmpTrapInfo -TrapRecipients &quot;10.11.12.13&quot;,&quot;14.15.16.17&quot; -ClusterFaultTrapsEnabled:$true -ClusterFaultResolvedTrapsEnabled:$true -ClusterEventTrapsEnabled:$false</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFSoftwareEncryptionAtRestMasterKey</command:name>
            <maml:description>
                <maml:para>[Cluster] Rekey the Software Encryption At Rest Master Key used to encrypt the DEKs (Data Encryption Keys).</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFSoftwareEncryptionAtRestMasterKey</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Rekey the Software Encryption At Rest Master Key used to encrypt the DEKs (Data Encryption Keys).</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFSoftwareEncryptionAtRestMasterKey</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KeyManagementType</maml:name>
                    <maml:description>
                        <maml:para>The type of Key Management used to manage the Master Key. Possible values are: Internal: Rekey using Internal Key Management., External: Rekey using External Key Management.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KeyProviderID</maml:name>
                    <maml:description>
                        <maml:para>The ID of the Key Provider to use. This is a unique value returned as part of one of the CreateKeyProvider* methods. Required when keyManagementType is &quot;External&quot;, invalid otherwise.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KeyManagementType</maml:name>
                <maml:description>
                    <maml:para>The type of Key Management used to manage the Master Key. Possible values are: Internal: Rekey using Internal Key Management., External: Rekey using External Key Management.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KeyProviderID</maml:name>
                <maml:description>
                    <maml:para>The ID of the Key Provider to use. This is a unique value returned as part of one of the CreateKeyProvider* methods. Required when keyManagementType is &quot;External&quot;, invalid otherwise.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>RekeySoftwareEncryptionAtRestMasterKeyResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_RekeySoftwareEncryptionAtRestMasterKeyResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFSoftwareEncryptionAtRestMasterKey</dev:code>
                <dev:remarks>
                    <maml:para>Rekeys the Software Encryption At Rest Master Key</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFSoftwareEncryptionAtRestMasterKey -KeyManagementType &quot;Internal&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Rekeys the Software Encryption At Rest Master Key using Internal Key Management</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFSSLCertificate</command:name>
            <maml:description>
                <maml:para>[Cluster] Sets the cluster&apos;s SSL certificate.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFSSLCertificate</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Sets the cluster&apos;s SSL certificate.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFSSLCertificate</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>Certificate</maml:name>
                    <maml:description>
                        <maml:para>Certificate string</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>PrivateKey</maml:name>
                    <maml:description>
                        <maml:para>Private key string</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>Certificate</maml:name>
                <maml:description>
                    <maml:para>Certificate string</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>PrivateKey</maml:name>
                <maml:description>
                    <maml:para>Private key string</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.String
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFSSLCertificate -Certificate $cert_string -PrivateKey $key_string -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Sets the cluster&apos;s SSL certificate using certificate and key strings previously assigned to variables.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFStorageContainer</command:name>
            <maml:description>
                <maml:para>Modifies an existing storage container.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFStorageContainer</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Modifies an existing storage container.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFStorageContainer</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                    <maml:name>StorageContainerID</maml:name>
                    <maml:description>
                        <maml:para>The ID of the storage container you wish to update.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">guid</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>InitiatorSecret</maml:name>
                    <maml:description>
                        <maml:para>The secret for CHAP authentication for the initiator</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>TargetSecret</maml:name>
                    <maml:description>
                        <maml:para>The secret for CHAP authentication for the target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>InitiatorSecret</maml:name>
                <maml:description>
                    <maml:para>The secret for CHAP authentication for the initiator</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                <maml:name>StorageContainerID</maml:name>
                <maml:description>
                    <maml:para>The ID of the storage container you wish to update.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">guid</command:parameterValue>
                <dev:type>
                    <maml:name>guid</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>TargetSecret</maml:name>
                <maml:description>
                    <maml:para>The secret for CHAP authentication for the target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Guid
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para>Modifies an existing storage container.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$containers = Get-SFStorageContainer
Set-SFStorageContainer -StorageContainerID $containers[3].StorageContainerID -InitiatorSecret abc123def567 -TargetSecret xyz246wasd678</dev:code>
                <dev:remarks>
                    <maml:para>Sets the InitiatorSecret and TargetSecret of the specified Storage Container.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFSupplementalTlsCiphers</command:name>
            <maml:description>
                <maml:para>[Node] Set the list of supplemental TLS ciphers.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFSupplementalTlsCiphers</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] Set the list of supplemental TLS ciphers.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFSupplementalTlsCiphers</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue)" position="Named" aliases="None">
                    <maml:name>SupplementalCiphers</maml:name>
                    <maml:description>
                        <maml:para>The supplemental cipher suite names using the OpenSSL naming scheme. Use of cipher suite names is case-insensitive.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue)" position="Named" aliases="None">
                <maml:name>SupplementalCiphers</maml:name>
                <maml:description>
                    <maml:para>The supplemental cipher suite names using the OpenSSL naming scheme. Use of cipher suite names is case-insensitive.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.String[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>SetNodeSupplementalTlsCiphersResult</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>&quot;DHE-RSA-AES128-SHA256&quot; | Set-SFNodeSupplementalTlsCiphers</dev:code>
                <dev:remarks>
                    <maml:para>Enables a specific supplemental Tls cipher</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>(Get-SFSupportedTlsCiphers).SupportedSupplementalCiphers | Set-SFSupplementalTlsCiphers</dev:code>
                <dev:remarks>
                    <maml:para>Enables all supported supplemental Tls ciphers</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFVirtualNetwork</command:name>
            <maml:description>
                <maml:para>[Cluster] Modifies various attributes of a VirtualNetwork object.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFVirtualNetwork</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Modifies various attributes of a VirtualNetwork object.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFVirtualNetwork</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue)" position="0" aliases="None">
                    <maml:name>VirtualNetworkID</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue)" position="1" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>New name for the network.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue)" position="2" aliases="None">
                    <maml:name>AddressBlocks</maml:name>
                    <maml:description>
                        <maml:para>New addressBlock to set for this Virtual Network object. This may contain new address blocks to add to the existing object or it may omit unused address blocks that need to be removed. Alternatively, existing address blocks may be extended or reduced in size. The size of the starting addressBlocks for a Virtual Network object.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">AddressBlock[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue)" position="3" aliases="None">
                    <maml:name>Netmask</maml:name>
                    <maml:description>
                        <maml:para>New netmask for this virtual network.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue)" position="4" aliases="None">
                    <maml:name>Svip</maml:name>
                    <maml:description>
                        <maml:para>The storage virtual IP address for this virtual network. The svip for Virtual Network cannot be changed. A new Virtual Network must be created in order to use a different svip address.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="5" aliases="None">
                    <maml:name>Attributes</maml:name>
                    <maml:description>
                        <maml:para>A new list of Name/Value pairs in JSON object format.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Set-SFVirtualNetwork</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue)" position="0" aliases="None">
                    <maml:name>VirtualNetworkTag</maml:name>
                    <maml:description>
                        <maml:para>A unique virtual network (VLAN) tag. Supported values are 1 to 4095 (the number zero (0) is not supported).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue)" position="1" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>New name for the network.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue)" position="2" aliases="None">
                    <maml:name>AddressBlocks</maml:name>
                    <maml:description>
                        <maml:para>New addressBlock to set for this Virtual Network object. This may contain new address blocks to add to the existing object or it may omit unused address blocks that need to be removed. Alternatively, existing address blocks may be extended or reduced in size. The size of the starting addressBlocks for a Virtual Network object.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">AddressBlock[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue)" position="3" aliases="None">
                    <maml:name>Netmask</maml:name>
                    <maml:description>
                        <maml:para>New netmask for this virtual network.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue)" position="4" aliases="None">
                    <maml:name>Svip</maml:name>
                    <maml:description>
                        <maml:para>The storage virtual IP address for this virtual network. The svip for Virtual Network cannot be changed. A new Virtual Network must be created in order to use a different svip address.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="5" aliases="None">
                    <maml:name>Attributes</maml:name>
                    <maml:description>
                        <maml:para>A new list of Name/Value pairs in JSON object format.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue)" position="2" aliases="None">
                <maml:name>AddressBlocks</maml:name>
                <maml:description>
                    <maml:para>New addressBlock to set for this Virtual Network object. This may contain new address blocks to add to the existing object or it may omit unused address blocks that need to be removed. Alternatively, existing address blocks may be extended or reduced in size. The size of the starting addressBlocks for a Virtual Network object.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">AddressBlock[]</command:parameterValue>
                <dev:type>
                    <maml:name>AddressBlock[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="5" aliases="None">
                <maml:name>Attributes</maml:name>
                <maml:description>
                    <maml:para>A new list of Name/Value pairs in JSON object format.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>hashtable</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue)" position="1" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>New name for the network.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue)" position="3" aliases="None">
                <maml:name>Netmask</maml:name>
                <maml:description>
                    <maml:para>New netmask for this virtual network.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue)" position="4" aliases="None">
                <maml:name>Svip</maml:name>
                <maml:description>
                    <maml:para>The storage virtual IP address for this virtual network. The svip for Virtual Network cannot be changed. A new Virtual Network must be created in order to use a different svip address.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue)" position="0" aliases="None">
                <maml:name>VirtualNetworkID</maml:name>
                <maml:description>
                    <maml:para>Unique identifier of the virtual network to modify.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue)" position="0" aliases="None">
                <maml:name>VirtualNetworkTag</maml:name>
                <maml:description>
                    <maml:para>A unique virtual network (VLAN) tag. Supported values are 1 to 4095 (the number zero (0) is not supported).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
System.String
SolidFire.Element.Api.AddressBlock[]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para>The modified VirtualNetwork object.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>VirtualNetwork</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_VirtualNetwork.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFVirtualNetwork -VirtualNetworkID 5 -Name &quot;NewName&quot;</dev:code>
                <dev:remarks>
                    <maml:para>Changes the name of an existing virtual network.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$origVN = Get-SFVirtualNetwork -VirtualNetworkID 5
$AddBlocks = $origVN.AddressBlocks
$AddBlocks += @{&quot;start&quot;=&quot;10.10.10.201&quot;;&quot;size&quot;=&quot;5&quot;}

Set-SFVirtualNetwork -VirtualNetworkID $origVN.VirtualNetworkID -AddressBlocks $AddBlocks</dev:code>
                <dev:remarks>
                    <maml:para>Adds an address block to an existing virtual network.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFVolume</command:name>
            <maml:description>
                <maml:para>[Cluster] Modifies settings of an existing volume.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFVolume</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Modifies settings of an existing volume.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFVolume</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>VolumeID(s) for the volume(s) to be modified</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="1" aliases="None">
                    <maml:name>AccountID</maml:name>
                    <maml:description>
                        <maml:para>Account ID to which the volume is reassigned</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="2" aliases="None">
                    <maml:name>Access</maml:name>
                    <maml:description>
                        <maml:para>Access allowed for the volume</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="3" aliases="None">
                    <maml:name>Attributes</maml:name>
                    <maml:description>
                        <maml:para>Attributes to set</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="4" aliases="None">
                    <maml:name>SetCreateTime</maml:name>
                    <maml:description>
                        <maml:para>Identify the time at which the volume was created</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="5" aliases="None">
                    <maml:name>QoSPolicyID</maml:name>
                    <maml:description>
                        <maml:para>The ID for the policy whose QoS settings should be applied to the specified volumes.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="6" aliases="None">
                    <maml:name>AssociateWithQoSPolicy</maml:name>
                    <maml:description>
                        <maml:para>Associate the volume with the specified QoSPolicyID.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="10" aliases="None">
                    <maml:name>TotalSize</maml:name>
                    <maml:description>
                        <maml:para>New size of the volume in GB. You can only increase a volumes size</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="11" aliases="None">
                    <maml:name>GB</maml:name>
                    <maml:description>
                        <maml:para>Switch used to interpret total size as GB</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="12" aliases="None">
                    <maml:name>GiB</maml:name>
                    <maml:description>
                        <maml:para>Switch used to interpret total size as GiB</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>MinIOPS</maml:name>
                    <maml:description>
                        <maml:para>The desired minimum 4KB IOPS to guarantee</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>MaxIOPS</maml:name>
                    <maml:description>
                        <maml:para>The desired maximum 4KB IOPS to guarantee</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>BurstIOPS</maml:name>
                    <maml:description>
                        <maml:para>The maximum 4KB IOPS allowed for a short time</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>BurstTime</maml:name>
                    <maml:description>
                        <maml:para>The time to allow a burst of maximum 4KB IOPS</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                    <maml:name>EnableSnapMirrorReplication</maml:name>
                    <maml:description>
                        <maml:para>Determines whether the volume can be used for replication with SnapMirror endpoints.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                    <maml:name>FifoSize</maml:name>
                    <maml:description>
                        <maml:para>Specifies the maximum number of FIFO (First-In-First-Out) snapshots supported by the volume.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                    <maml:name>MinFifoSize</maml:name>
                    <maml:description>
                        <maml:para>Specifies the number of snapshot slots that are reserved for only FIFO (First-In-First-Out) snapshots.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Set-SFVolume</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>VolumeID(s) for the volume(s) to be modified</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="1" aliases="None">
                    <maml:name>AccountID</maml:name>
                    <maml:description>
                        <maml:para>Account ID to which the volume is reassigned</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="2" aliases="None">
                    <maml:name>Access</maml:name>
                    <maml:description>
                        <maml:para>Access allowed for the volume</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="3" aliases="None">
                    <maml:name>Attributes</maml:name>
                    <maml:description>
                        <maml:para>Attributes to set</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="4" aliases="None">
                    <maml:name>SetCreateTime</maml:name>
                    <maml:description>
                        <maml:para>Identify the time at which the volume was created</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="5" aliases="None">
                    <maml:name>MinIOPS</maml:name>
                    <maml:description>
                        <maml:para>The desired minimum 4KB IOPS to guarantee</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="6" aliases="None">
                    <maml:name>MaxIOPS</maml:name>
                    <maml:description>
                        <maml:para>The desired maximum 4KB IOPS to guarantee</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="7" aliases="None">
                    <maml:name>BurstIOPS</maml:name>
                    <maml:description>
                        <maml:para>The maximum 4KB IOPS allowed for a short time</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="8" aliases="None">
                    <maml:name>BurstTime</maml:name>
                    <maml:description>
                        <maml:para>The time to allow a burst of maximum 4KB IOPS</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="10" aliases="None">
                    <maml:name>TotalSize</maml:name>
                    <maml:description>
                        <maml:para>New size of the volume in GB. You can only increase a volumes size</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="11" aliases="None">
                    <maml:name>GB</maml:name>
                    <maml:description>
                        <maml:para>Switch used to interpret total size as GB</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="12" aliases="None">
                    <maml:name>GiB</maml:name>
                    <maml:description>
                        <maml:para>Switch used to interpret total size as GiB</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>QoSPolicyID</maml:name>
                    <maml:description>
                        <maml:para>The ID for the policy whose QoS settings should be applied to the specified volumes.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>AssociateWithQoSPolicy</maml:name>
                    <maml:description>
                        <maml:para>Associate the volume with the specified QoSPolicyID.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                    <maml:name>EnableSnapMirrorReplication</maml:name>
                    <maml:description>
                        <maml:para>Determines whether the volume can be used for replication with SnapMirror endpoints.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                    <maml:name>FifoSize</maml:name>
                    <maml:description>
                        <maml:para>Specifies the maximum number of FIFO (First-In-First-Out) snapshots supported by the volume.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                    <maml:name>MinFifoSize</maml:name>
                    <maml:description>
                        <maml:para>Specifies the number of snapshot slots that are reserved for only FIFO (First-In-First-Out) snapshots.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="2" aliases="None">
                <maml:name>Access</maml:name>
                <maml:description>
                    <maml:para>Access allowed for the volume</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="1" aliases="None">
                <maml:name>AccountID</maml:name>
                <maml:description>
                    <maml:para>Account ID to which the volume is reassigned</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="6" aliases="None">
                <maml:name>AssociateWithQoSPolicy</maml:name>
                <maml:description>
                    <maml:para>Associate the volume with the specified QoSPolicyID.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="3" aliases="None">
                <maml:name>Attributes</maml:name>
                <maml:description>
                    <maml:para>Attributes to set</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>hashtable</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="7" aliases="None">
                <maml:name>BurstIOPS</maml:name>
                <maml:description>
                    <maml:para>The maximum 4KB IOPS allowed for a short time</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="8" aliases="None">
                <maml:name>BurstTime</maml:name>
                <maml:description>
                    <maml:para>The time to allow a burst of maximum 4KB IOPS</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                <maml:name>EnableSnapMirrorReplication</maml:name>
                <maml:description>
                    <maml:para>Determines whether the volume can be used for replication with SnapMirror endpoints.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                <maml:name>FifoSize</maml:name>
                <maml:description>
                    <maml:para>Specifies the maximum number of FIFO (First-In-First-Out) snapshots supported by the volume.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="11" aliases="None">
                <maml:name>GB</maml:name>
                <maml:description>
                    <maml:para>Switch used to interpret total size as GB</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="12" aliases="None">
                <maml:name>GiB</maml:name>
                <maml:description>
                    <maml:para>Switch used to interpret total size as GiB</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="6" aliases="None">
                <maml:name>MaxIOPS</maml:name>
                <maml:description>
                    <maml:para>The desired maximum 4KB IOPS to guarantee</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="Named" aliases="None">
                <maml:name>MinFifoSize</maml:name>
                <maml:description>
                    <maml:para>Specifies the number of snapshot slots that are reserved for only FIFO (First-In-First-Out) snapshots.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="5" aliases="None">
                <maml:name>MinIOPS</maml:name>
                <maml:description>
                    <maml:para>The desired minimum 4KB IOPS to guarantee</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="5" aliases="None">
                <maml:name>QoSPolicyID</maml:name>
                <maml:description>
                    <maml:para>The ID for the policy whose QoS settings should be applied to the specified volumes.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="4" aliases="None">
                <maml:name>SetCreateTime</maml:name>
                <maml:description>
                    <maml:para>Identify the time at which the volume was created</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="10" aliases="None">
                <maml:name>TotalSize</maml:name>
                <maml:description>
                    <maml:para>New size of the volume in GB. You can only increase a volumes size</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeID</maml:name>
                <maml:description>
                    <maml:para>VolumeID(s) for the volume(s) to be modified</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]
System.Nullable`1[[System.Int64, System.Private.CoreLib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>Volume</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_Volume.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFVolume -VolumeID 29 -AccountID 12</dev:code>
                <dev:remarks>
                    <maml:para>Move a volume from one account to another.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFVolume -VolumeID 13 -TotalSize 150 -GB</dev:code>
                <dev:remarks>
                    <maml:para>Increase the size of a specified volume to 150 GB.

Note that you can only increase a volume&apos;s size this way. To decrease a volume&apos;s size you must create a clone of the volume and decrease the size during the clone process.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Get-SFVolume -Name &quot;VMware*&quot; | Set-SFVolume -MinIOPS 1000 -MaxIOPS 2000 -BurstIOPS 5000</dev:code>
                <dev:remarks>
                    <maml:para>Change the QoS settings for all volumes with names that begin with &quot;VMware&quot;.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 4 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFVolume -VolumeID 99 -QoSPolicyID 777 -AssociateWithQoSPolicy:$true</dev:code>
                <dev:remarks>
                    <maml:para>Modify the volume with ID 99 to use QoSPolicy with ID 777 and associate the volume with the QoS policy so that the volume will inherit any future changes to the policy.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFVolumeAccessGroup</command:name>
            <maml:description>
                <maml:para>[Cluster] Configures the name or attributes of a VAG.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFVolumeAccessGroup</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Configures the name or attributes of a VAG.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFVolumeAccessGroup</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeAccessGroupID</maml:name>
                    <maml:description>
                        <maml:para>The ID of the volume access group to modify</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="1" aliases="None">
                    <maml:name>Name</maml:name>
                    <maml:description>
                        <maml:para>The new name for this volume access group</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="2" aliases="None">
                    <maml:name>Attributes</maml:name>
                    <maml:description>
                        <maml:para>Attributes to set</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>VirtualNetworkID</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>VirtualNetworkTags</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Initiators</maml:name>
                    <maml:description>
                        <maml:para>List of initiators to include in the volume access group. If unspecified, the access group&apos;s configured initiators will not be modified.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Volumes</maml:name>
                    <maml:description>
                        <maml:para>List of volumes to initially include in the volume access group. If unspecified, the access group&apos;s volumes will not be modified.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="2" aliases="None">
                <maml:name>Attributes</maml:name>
                <maml:description>
                    <maml:para>Attributes to set</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">hashtable</command:parameterValue>
                <dev:type>
                    <maml:name>hashtable</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Initiators</maml:name>
                <maml:description>
                    <maml:para>List of initiators to include in the volume access group. If unspecified, the access group&apos;s configured initiators will not be modified.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="1" aliases="None">
                <maml:name>Name</maml:name>
                <maml:description>
                    <maml:para>The new name for this volume access group</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>VirtualNetworkID</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>VirtualNetworkTags</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeAccessGroupID</maml:name>
                <maml:description>
                    <maml:para>The ID of the volume access group to modify</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Volumes</maml:name>
                <maml:description>
                    <maml:para>List of volumes to initially include in the volume access group. If unspecified, the access group&apos;s volumes will not be modified.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>VolumeAccessGroup</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_VolumeAccessGroup.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFVolumeAccessGroup -VolumeAccessGroupID 3 -Name NewVolumeAccessGroupName</dev:code>
                <dev:remarks>
                    <maml:para>Changes the name of the specified volume access group.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$inits = Get-SFInitiator -Alias &apos;&apos;
Set-SFVolumeAccessGroup -VolumeAccessGroupID 1 -Initiators $inits.InitiatorName</dev:code>
                <dev:remarks>
                    <maml:para>Adds all initators with no alias to VolumeAccessGroup 1.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Set-SFVolumePair</command:name>
            <maml:description>
                <maml:para>[Cluster] Enables you to Pause or Restart replication between a pair of volumes.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Set</command:verb>
            <command:noun>SFVolumePair</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Pauses or restarts replication between a pair of volumes.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Set-SFVolumePair</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>List of IDs of active paired volumes to be modified.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="1" aliases="None">
                    <maml:name>PausedManual</maml:name>
                    <maml:description>
                        <maml:para>Pause replication.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="2" aliases="None">
                    <maml:name>Mode</maml:name>
                    <maml:description>
                        <maml:para>Volume replication mode.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="2" aliases="None">
                <maml:name>Mode</maml:name>
                <maml:description>
                    <maml:para>Volume replication mode.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="1" aliases="None">
                <maml:name>PausedManual</maml:name>
                <maml:description>
                    <maml:para>Pause replication.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeID</maml:name>
                <maml:description>
                    <maml:para>List of IDs of active paired volumes to be modified.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">long[]</command:parameterValue>
                <dev:type>
                    <maml:name>long[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64[]
System.String
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ModifyVolumePairResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ModifyVolumePairResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Set-SFVolumePair -VolumeID 8,9 -Mode Sync -PausedManual:$true -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Sets the Mode to &apos;Sync&apos; and pauses data replication with no confirmation prompt.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Start-SFClusterPairing</command:name>
            <maml:description>
                <maml:para>[Cluster] Creates an encoded key from a cluster that is used to pair with another cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Start</command:verb>
            <command:noun>SFClusterPairing</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Creates an encoded key from a cluster that is used to pair with another cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Start-SFClusterPairing</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>StartClusterPairingResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_StartClusterPairingResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$key = Start-SFClusterPairing
Complete-SFClusterPairing -ClusterPairingKey $key.ClusterPairingKey</dev:code>
                <dev:remarks>
                    <maml:para>Gets ClusterPairingKey object.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Start-SFResyncSnapMirrorRelationship</command:name>
            <maml:description>
                <maml:para>[Cluster] Start-SFResyncSnapMirrorRelationship establishs or reestablishs a mirror relationship between a source and destination endpoint. When you resync a relationship, the system removes snapshots on the destination volume that are newer than the common snapshot copy, and then mounts the destination volume as a data protection volume with the common snapshot copy as the exported snapshot copy.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Start</command:verb>
            <command:noun>SFResyncSnapMirrorRelationship</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Start-SFResyncSnapMirrorRelationship establishs or reestablishs a mirror relationship between a source and destination endpoint. When you resync a relationship, the system removes snapshots on the destination volume that are newer than the common snapshot copy, and then mounts the destination volume as a data protection volume with the common snapshot copy as the exported snapshot copy.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Start-SFResyncSnapMirrorRelationship</maml:name>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SnapMirrorEndpointID</maml:name>
                    <maml:description>
                        <maml:para>The endpoint ID of the remote ONTAP storage system communicating with the SolidFire cluster.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeType</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s type in the SnapMirror relationship.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeName</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeVserver</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeID</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SourceVolumeType</maml:name>
                    <maml:description>
                        <maml:para>The source volume&apos;s type in the SnapMirror relationship. (Source volume is completely optional)</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SourceVolumeName</maml:name>
                    <maml:description>
                        <maml:para>The source volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SourceVolumeVserver</maml:name>
                    <maml:description>
                        <maml:para>The source volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SourceVolumeID</maml:name>
                    <maml:description>
                        <maml:para>The source volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>MaxTransferRate</maml:name>
                    <maml:description>
                        <maml:para>Specifies the maximum data transfer rate between the volumes in kilobytes per second. The default value, 0, is unlimited and permits the SnapMirror relationship to fully utilize the available network bandwidth.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeID</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeName</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeType</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s type in the SnapMirror relationship.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeVserver</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>MaxTransferRate</maml:name>
                <maml:description>
                    <maml:para>Specifies the maximum data transfer rate between the volumes in kilobytes per second. The default value, 0, is unlimited and permits the SnapMirror relationship to fully utilize the available network bandwidth.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SnapMirrorEndpointID</maml:name>
                <maml:description>
                    <maml:para>The endpoint ID of the remote ONTAP storage system communicating with the SolidFire cluster.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SourceVolumeID</maml:name>
                <maml:description>
                    <maml:para>The source volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SourceVolumeName</maml:name>
                <maml:description>
                    <maml:para>The source volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SourceVolumeType</maml:name>
                <maml:description>
                    <maml:para>The source volume&apos;s type in the SnapMirror relationship. (Source volume is completely optional)</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SourceVolumeVserver</maml:name>
                <maml:description>
                    <maml:para>The source volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>ResyncSnapMirrorRelationshipResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_ResyncSnapMirrorRelationshipResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Start-SFResyncSnapMirrorRelationship -SnapMirrorEndpointID $endpoint.SnapMirrorEndpointID -DestinationVolumeType &quot;ontap&quot; -DestinationVolumeName $snapMirrorVolume.Name -DestinationVolumeVserver $vserverName</dev:code>
                <dev:remarks>
                    <maml:para>Starts a resync with the destination volume. Source Volume is optional.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Start-SFVolumeBackup</command:name>
            <maml:description>
                <maml:para>[Cluster] Initializes a backup (also known as a bulk volume read) session on a specified volume.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Start</command:verb>
            <command:noun>SFVolumeBackup</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Initializes a backup (also known as a bulk volume read) session on a specified volume.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Start-SFVolumeBackup</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>The ID of the volume to be read.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>Format</maml:name>
                    <maml:description>
                        <maml:para>The format of the volume data. Can be: uncompressed or native.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="2" aliases="None">
                    <maml:name>BackupTo</maml:name>
                    <maml:description>
                        <maml:para>The target on which to store the backup of volume data. Can be: SolidFire, Swift, or S3.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="2" aliases="None">
                <maml:name>BackupTo</maml:name>
                <maml:description>
                    <maml:para>The target on which to store the backup of volume data. Can be: SolidFire, Swift, or S3.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>Format</maml:name>
                <maml:description>
                    <maml:para>The format of the volume data. Can be: uncompressed or native.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="2" aliases="None">
                <maml:name>SnapshotID</maml:name>
                <maml:description>
                    <maml:para>The ID of a previously created snapshot used for bulk volume reads.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeID</maml:name>
                <maml:description>
                    <maml:para>The ID of the volume to be read.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
System.String
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>StartBulkVolumeReadResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_StartBulkVolumeReadResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Start-SFVolumeBackup -VolumeID 5 -SnapshotID 4 -Format native -BackupTo SolidFire -Mvip 10.117.61.129 -Username admin -Password admin -BulkVolumeWriteKey abc</dev:code>
                <dev:remarks>
                    <maml:para>Backs up specified volume in native format, along with using a snapshot, to SolidFire. Requires Mvip, login information, and BulkVolumeWriteKey.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Start-SFVolumeBackup -VolumeID 7 -Format uncompressed -BackupTo S3 -Hostname 10.117.61.125 -AccessKeyID abc -SecretAccessKey 123 -Bucket 5</dev:code>
                <dev:remarks>
                    <maml:para>Backs up specified volume uncompressed to S3. Requires Hostname, AccessKeyID, SecretAccessKey, and Bucket number.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Start-SFVolumeBackup -VolumeID 7 -Format uncompressed -BackupTo Swift -Url 10.117.63.128:8443 -Username admin -AuthenticationKey abc -Container 5</dev:code>
                <dev:remarks>
                    <maml:para>Backs up specified volume uncompressed to Swift. Requires URL, Username, AuthenticationKey, and Container.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Start-SFVolumePairing</command:name>
            <maml:description>
                <maml:para>[Cluster] Creates an encoded key from a volume that is used to pair with another volume. The key that this cmdlet creates is then used in the Complete-SFVolumePairing cmdlet to establish a volume pair.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Start</command:verb>
            <command:noun>SFVolumePairing</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Creates an encoded key from a volume that is used to pair with another volume. The key that this cmdlet creates is then used in the Complete-SFVolumePairing cmdlet to establish a volume pairing.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Start-SFVolumePairing</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>The ID of the volume on which to start the pairing process.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>Mode</maml:name>
                    <maml:description>
                        <maml:para>The mode of the volume on which to start the pairing process.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>Mode</maml:name>
                <maml:description>
                    <maml:para>The mode of the volume on which to start the pairing process.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeID</maml:name>
                <maml:description>
                    <maml:para>The ID of the volume on which to start the pairing process.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
System.String
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>StartVolumePairingResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help//html/T_SolidFire_Element_Api_StartVolumePairingResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$vol_pairing_key = Start-SFVolumePairing -VolumeID 42 -Mode Async</dev:code>
                <dev:remarks>
                    <maml:para>Creates a volume pairing key that is then used with the Complete-SFVolumePairing cmdlet to create a volume pair.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Start-SFVolumePairing -VolumeID 42 -Mode Async -Target Cluster1 | Complete-SFVolumePairing -VolumeID 18 -Target Cluster2</dev:code>
                <dev:remarks>
                    <maml:para>Creates a volume pairing key and pipes it to the Complete-SFVolumePairing cmdlet to create a volume pair.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Start-SFVolumeRestore</command:name>
            <maml:description>
                <maml:para>[Cluster] Initializes a restore (also known as a bulk volume write) session on a specified volume.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Start</command:verb>
            <command:noun>SFVolumeRestore</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Initializes a restore (also known as a bulk volume write) session on a specified volume.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Start-SFVolumeRestore</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                    <maml:name>VolumeID</maml:name>
                    <maml:description>
                        <maml:para>The ID of the volume to be read.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                    <maml:name>Format</maml:name>
                    <maml:description>
                        <maml:para>The format of the volume data. Can be: uncompressed or native.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="2" aliases="None">
                    <maml:name>RestoreFrom</maml:name>
                    <maml:description>
                        <maml:para>The source of object data that was created from a previous backup. Can be: SolidFire, Swift, or S3.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="1" aliases="None">
                <maml:name>Format</maml:name>
                <maml:description>
                    <maml:para>The format of the volume data. Can be: uncompressed or native.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="2" aliases="None">
                <maml:name>RestoreFrom</maml:name>
                <maml:description>
                    <maml:para>The source of object data that was created from a previous backup. Can be: SolidFire, Swift, or S3.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="0" aliases="None">
                <maml:name>VolumeID</maml:name>
                <maml:description>
                    <maml:para>The ID of the volume to be read.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
System.String
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>StartBulkVolumeWriteResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_StartBulkVolumeWriteResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Start-SFVolumeRestore -VolumeID 7 -Format native -RestoreFrom SolidFire -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Starts a volume restore on specified volume with native format. Uses &quot;SolidFire&quot; as RestoreFrom location and has no confirmation prompt.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Start-SFVolumeRestore -VolumeID 9 -Format uncompressed -RestoreFrom Swift -Confirm:$false</dev:code>
                <dev:remarks>
                    <maml:para>Starts a volume restore on specified volume with &quot;uncompressed&quot; format. Uses &quot;Swift&quot; as RestoreFrom location and has no confirmation prompt.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Stop-SFClone</command:name>
            <maml:description>
                <maml:para>Cancels a currently running clone operation. This method does not return anything.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Stop</command:verb>
            <command:noun>SFClone</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Cancels a currently running clone operation. This method does not return anything.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Stop-SFClone</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                    <maml:name>CloneID</maml:name>
                    <maml:description>
                        <maml:para>The id of the clone you wish to stop. This should have been returned when you first made the object</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                <maml:name>CloneID</maml:name>
                <maml:description>
                    <maml:para>The id of the clone you wish to stop. This should have been returned when you first made the object</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para>Cancels a currently running clone operation. This method does not return anything.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Stop-SFClone -CloneID 5</dev:code>
                <dev:remarks>
                    <maml:para>Stops specified clone by given CloneID.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Stop-SFGroupClone</command:name>
            <maml:description>
                <maml:para>Stops an ongoing CloneMultipleVolumes process for a group of clones.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Stop</command:verb>
            <command:noun>SFGroupClone</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Stops an ongoing CloneMultipleVolumes process for a group of clones.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Stop-SFGroupClone</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                    <maml:name>GroupCloneID</maml:name>
                    <maml:description>
                        <maml:para>group clone ID for the ongoing clone process.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue, ByPropertyName)" position="Named" aliases="None">
                <maml:name>GroupCloneID</maml:name>
                <maml:description>
                    <maml:para>group clone ID for the ongoing clone process.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Int64
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para>CancelGroupClone enables you to stop an ongoing CloneMultipleVolumes process for a group of clones. When you cancel a group clone operation, the system completes and removes the operation&apos;s associated asyncHandle. This method does not return anything.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>System.Object</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Stop-SFGroupClone -GroupCloneID 5</dev:code>
                <dev:remarks>
                    <maml:para>Stops specified GroupClone by given GroupCloneID.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Stop-SFSnapMirrorRelationship</command:name>
            <maml:description>
                <maml:para>[Cluster] Stop-SFSnapMirrorRelationship stops SnapMirror transfers that have started but are not yet complete.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Stop</command:verb>
            <command:noun>SFSnapMirrorRelationship</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Stop-SFSnapMirrorRelationship stops SnapMirror transfers that have started but are not yet complete.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Stop-SFSnapMirrorRelationship</maml:name>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SnapMirrorEndpointID</maml:name>
                    <maml:description>
                        <maml:para>The endpoint ID of the remote ONTAP storage system communicating with the SolidFire cluster.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeType</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s type in the SnapMirror relationship.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>ClearCheckpoint</maml:name>
                    <maml:description>
                        <maml:para>Determines whether or not to clear the restart checkpoint.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeName</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeVserver</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeID</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>ClearCheckpoint</maml:name>
                <maml:description>
                    <maml:para>Determines whether or not to clear the restart checkpoint.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">bool</command:parameterValue>
                <dev:type>
                    <maml:name>bool</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeID</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeName</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeType</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s type in the SnapMirror relationship.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeVserver</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SnapMirrorEndpointID</maml:name>
                <maml:description>
                    <maml:para>The endpoint ID of the remote ONTAP storage system communicating with the SolidFire cluster.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>AbortSnapMirrorRelationshipResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_AbortSnapMirrorRelationshipResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Stop-SFSnapMirrorRelationship -SnapMirrorEndpointID $endpoint.SnapMirrorEndpointID -DestinationVolumeType &quot;ontap&quot; -DestinationVolumeName $snapMirrorVolume.Name -DestinationVolumeVserver $vserverName</dev:code>
                <dev:remarks>
                    <maml:para>Stops the SnapMirror transfer that is currently running on the targeted relationship.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Test-SFConnectEnsemble</command:name>
            <maml:description>
                <maml:para>[Node] Verifies connectivity with a specified database ensemble.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Test</command:verb>
            <command:noun>SFConnectEnsemble</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] Verifies connectivity with a specified database ensemble.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Test-SFConnectEnsemble</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Ensemble</maml:name>
                    <maml:description>
                        <maml:para>An array of ensemble node CIPs for connectivity testing</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Ensemble</maml:name>
                <maml:description>
                    <maml:para>An array of ensemble node CIPs for connectivity testing</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>TestConnectEnsembleResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_TestConnectEnsembleResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Test-SFConnectEnsemble</dev:code>
                <dev:remarks>
                    <maml:para>Tests connectivity with current cluster&apos;s ensemble.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Test-SFConnectEnsemble -Ensemble 10.117.61.125</dev:code>
                <dev:remarks>
                    <maml:para>Tests connectivity with specified ensemble.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Test-SFConnectMvip</command:name>
            <maml:description>
                <maml:para>[Node] Tests the management connection to the cluster. The test pings the MVIP and executes a simple API method to verify connectivity.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Test</command:verb>
            <command:noun>SFConnectMvip</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] Tests the management connection to the cluster. The test pings the MVIP and executes a simple API method to verify connectivity.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Test-SFConnectMvip</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Mvip</maml:name>
                    <maml:description>
                        <maml:para>Use this to test the management connection of a different MVIP. This is not needed to test the connection to the target cluster.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Mvip</maml:name>
                <maml:description>
                    <maml:para>Use this to test the management connection of a different MVIP. This is not needed to test the connection to the target cluster.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>TestConnectMvipResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_TestConnectMvipResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Test-SFConnectMvip</dev:code>
                <dev:remarks>
                    <maml:para>Verifies the MVIP connectivity of current cluster.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Test-SFConnectMvip -Mvip 10.117.61.125</dev:code>
                <dev:remarks>
                    <maml:para>Verifies the connectectivity of specified MVIP.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Test-SFConnectSvip</command:name>
            <maml:description>
                <maml:para>[Node] Tests the storage connection to the cluster. The test pings the SVIP and executes a simple API method to verify connectivity.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Test</command:verb>
            <command:noun>SFConnectSvip</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] Tests the storage connection to the cluster. The test pings the SVIP and executes a simple API method to verify connectivity.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Test-SFConnectSvip</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Svip</maml:name>
                    <maml:description>
                        <maml:para>Use this to test the storage connection of a different SVIP. This is not needed to test the connection to the target cluster.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Svip</maml:name>
                <maml:description>
                    <maml:para>Use this to test the storage connection of a different SVIP. This is not needed to test the connection to the target cluster.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>TestConnectSvipResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_TestConnectSvipResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Test-SFConnectSvip</dev:code>
                <dev:remarks>
                    <maml:para>Verifies the SVIP connectivity of current cluster.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Test-SFConnectSvip -Mvip 10.117.61.125</dev:code>
                <dev:remarks>
                    <maml:para>Verifies the connectectivity of specified SVIP.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Test-SFDrives</command:name>
            <maml:description>
                <maml:para>[Node] Run a hardware validation on all drives on the node.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Test</command:verb>
            <command:noun>SFDrives</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>You can use the TestDrives API method to run a hardware validation on all drives on the node. This method detects hardware failures on the drives (if present) and reports them in the results of the validation tests. You can only use the TestDrives method on nodes that are not Active in a cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Test-SFDrives</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Minutes</maml:name>
                    <maml:description>
                        <maml:para>Specifies the number of minutes to run the test.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="wi">
                    <maml:name>WhatIf</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="cf">
                    <maml:name>Confirm</maml:name>
                    <maml:description>
                        <maml:para></maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="cf">
                <maml:name>Confirm</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Minutes</maml:name>
                <maml:description>
                    <maml:para>Specifies the number of minutes to run the test.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="wi">
                <maml:name>WhatIf</maml:name>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>TestDrivesResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_TestDrivesResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Test-SFDrives -Minutes 20</dev:code>
                <dev:remarks>
                    <maml:para>Test the drives on the node for up to 20 minutes.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Test-SFKeyProviderKmip</command:name>
            <maml:description>
                <maml:para>Test whether the specified KMIP (Key Management Interoperability Protocol) Key Provider is functioning normally.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Test</command:verb>
            <command:noun>SFKeyProviderKmip</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Test whether the specified KMIP (Key Management Interoperability Protocol) Key Provider is functioning normally.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Test-SFKeyProviderKmip</maml:name>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KeyProviderID</maml:name>
                    <maml:description>
                        <maml:para>The ID of the Key Server to test.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KeyProviderID</maml:name>
                <maml:description>
                    <maml:para>The ID of the Key Server to test.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>TestKeyProviderKmipResult</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Test-KeyProviderKmip -KeyProviderID:1</dev:code>
                <dev:remarks>
                    <maml:para>Tests that the KMIP Key Provider with KeyProviderID=1 is functioning</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Test-SFKeyServerKmip</command:name>
            <maml:description>
                <maml:para>Test whether the specified KMIP (Key Management Interoperability Protocol) Key Server is functioning normally.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Test</command:verb>
            <command:noun>SFKeyServerKmip</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Test whether the specified KMIP (Key Management Interoperability Protocol) Key Server is functioning normally.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Test-SFKeyServerKmip</maml:name>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>KeyServerID</maml:name>
                    <maml:description>
                        <maml:para>The ID of the Key Server to test.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>KeyServerID</maml:name>
                <maml:description>
                    <maml:para>The ID of the Key Server to test.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">int</command:parameterValue>
                <dev:type>
                    <maml:name>int</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>TestKeyServerKmipResult</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Test-KeyServerKmip -KeyServerID:1</dev:code>
                <dev:remarks>
                    <maml:para>Tests that the KMIP Key Server with KeyServerID=1 is functioning</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Test-SFLdapAuthentication</command:name>
            <maml:description>
                <maml:para>[Cluster] Verifies LDAP authentication configuration.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Test</command:verb>
            <command:noun>SFLdapAuthentication</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Verifies LDAP authentication configuration.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Test-SFLdapAuthentication</maml:name>
                <command:parameter required="true" pipelineInput="true (ByValue)" position="0" aliases="None">
                    <maml:name>Username</maml:name>
                    <maml:description>
                        <maml:para>The distinguished user name for the new LDAP cluster admin.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="true" pipelineInput="true (ByValue)" position="1" aliases="None">
                    <maml:name>Password</maml:name>
                    <maml:description>
                        <maml:para>The password for the username to be tested.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="2" aliases="None">
                    <maml:name>LdapConfiguration</maml:name>
                    <maml:description>
                        <maml:para>An LdapConfiguration object to be tested. Optional.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">LdapConfiguration</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="2" aliases="None">
                <maml:name>LdapConfiguration</maml:name>
                <maml:description>
                    <maml:para>An LdapConfiguration object to be tested. Optional.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">LdapConfiguration</command:parameterValue>
                <dev:type>
                    <maml:name>LdapConfiguration</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue)" position="1" aliases="None">
                <maml:name>Password</maml:name>
                <maml:description>
                    <maml:para>The password for the username to be tested.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByValue)" position="0" aliases="None">
                <maml:name>Username</maml:name>
                <maml:description>
                    <maml:para>The distinguished user name for the new LDAP cluster admin.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.String
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>TestLdapConfigurationResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_TestLdapAuthenticationResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Test-SFLdapAuthentication -Username admin -Password admin</dev:code>
                <dev:remarks>
                    <maml:para>Tests the LDAP Authentication with login credentials.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>$data = Get-SFLdapConfiguration
Test-SFLdapAuthentication -Username admin -Password admin -LdapConfiguration $data</dev:code>
                <dev:remarks>
                    <maml:para>Gets the SFLdapConfiguration and uses it to test the LdapConfiguration with given login credentials.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Test-SFPing</command:name>
            <maml:description>
                <maml:para>[Node] Validates the connection to all nodes in the cluster on both 1G and 10G interfaces using ICMP packets.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Test</command:verb>
            <command:noun>SFPing</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Node] Validates the connection to all nodes in the cluster on both 1G and 10G interfaces using ICMP packets.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Test-SFPing</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Attempts</maml:name>
                    <maml:description>
                        <maml:para>Specifies the number of times the system should repeat the test ping. Default is 5.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Hosts</maml:name>
                    <maml:description>
                        <maml:para>Specify address or hostnames of devices to ping.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>TotalTimeoutSec</maml:name>
                    <maml:description>
                        <maml:para>Specifies the length of time the ping should wait for a system response before issuing the next ping attempt or ending the process.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>PacketSize</maml:name>
                    <maml:description>
                        <maml:para>Specify the number of bytes to send in the ICMP packet sent to each IP. Number be less than the maximum MTU specified in the network configuration.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>PingTimeoutMsec</maml:name>
                    <maml:description>
                        <maml:para>Specify the number of milliseconds to wait for each individual ping response. Default is 500ms.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Attempts</maml:name>
                <maml:description>
                    <maml:para>Specifies the number of times the system should repeat the test ping. Default is 5.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Hosts</maml:name>
                <maml:description>
                    <maml:para>Specify address or hostnames of devices to ping.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>PacketSize</maml:name>
                <maml:description>
                    <maml:para>Specify the number of bytes to send in the ICMP packet sent to each IP. Number be less than the maximum MTU specified in the network configuration.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>PingTimeoutMsec</maml:name>
                <maml:description>
                    <maml:para>Specify the number of milliseconds to wait for each individual ping response. Default is 500ms.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>TotalTimeoutSec</maml:name>
                <maml:description>
                    <maml:para>Specifies the length of time the ping should wait for a system response before issuing the next ping attempt or ending the process.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>TestPingResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_TestPingResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Test-SFPing</dev:code>
                <dev:remarks>
                    <maml:para>Default output.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Test-SFPing -Attempts 1 -Hosts 10.117.61.129, 10.117.61.125</dev:code>
                <dev:remarks>
                    <maml:para>Validates specified nodes with only 1 allowed attempt.</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Test-SFPing -PacketSize 100 -TotalTimeoutSec 5 -PingTimeoutMsec 100</dev:code>
                <dev:remarks>
                    <maml:para>Validates all nodes with specified PacketSize, total timeout, and ping timeout.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Test-SFSendSnmpTrap</command:name>
            <maml:description>
                <maml:para>[Cluster] Sends SNMP test signal to active trap targets.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Test</command:verb>
            <command:noun>SFSendSnmpTrap</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Sends SNMP test signal to active trap targets.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Test-SFSendSnmpTrap</maml:name>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>SnmpSendTestTrapsResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_SnmpSendTestTrapsResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Test-SFSendSnmpTrap</dev:code>
                <dev:remarks>
                    <maml:para></maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Update-SFIdpConfiguration</command:name>
            <maml:description>
                <maml:para>[Cluster] Update an existing configuration with a third party Identity Provider (IdP) for the cluster.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Update</command:verb>
            <command:noun>SFIdpConfiguration</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>Update an existing configuration with a third party Identity Provider (IdP) for the cluster.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Update-SFIdpConfiguration</maml:name>
                <command:parameter required="true" pipelineInput="true (ByPropertyName)" position="0" aliases="None">
                    <maml:name>IdpConfigurationID</maml:name>
                    <maml:description>
                        <maml:para>UUID for the third party Identity Provider (IdP) Configuration.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">guid</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="1" aliases="None">
                    <maml:name>NewIdpName</maml:name>
                    <maml:description>
                        <maml:para>If specified replaces the IdP name.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="2" aliases="None">
                    <maml:name>IdpMetadata</maml:name>
                    <maml:description>
                        <maml:para>IdP Metadata for configuration and integration details for SAML 2.0 single sign-on. IdP metadata, in plain text format, is retrieved from the third-party IdP. This metadata needs to be validated to ensure that it is correctly formatted in JSON.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="3" aliases="None">
                    <maml:name>GenerateNewCertificate</maml:name>
                    <maml:description>
                        <maml:para>Generate new SAML key/certificate and replace the existing pair.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
            <command:syntaxItem>
                <maml:name>Update-SFIdpConfiguration</maml:name>
                <command:parameter required="true" pipelineInput="true (ByPropertyName)" position="0" aliases="None">
                    <maml:name>IdpName</maml:name>
                    <maml:description>
                        <maml:para>Name for identifying and retrieving IdP provider for SAML 2.0 single sign-on.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="1" aliases="None">
                    <maml:name>NewIdpName</maml:name>
                    <maml:description>
                        <maml:para>If specified replaces the IdP name.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="2" aliases="None">
                    <maml:name>IdpMetadata</maml:name>
                    <maml:description>
                        <maml:para>IdP Metadata for configuration and integration details for SAML 2.0 single sign-on. IdP metadata, in plain text format, is retrieved from the third-party IdP. This metadata needs to be validated to ensure that it is correctly formatted in JSON.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="true (ByPropertyName)" position="3" aliases="None">
                    <maml:name>GenerateNewCertificate</maml:name>
                    <maml:description>
                        <maml:para>Generate new SAML key/certificate and replace the existing pair.</maml:para>
                    </maml:description>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="3" aliases="None">
                <maml:name>GenerateNewCertificate</maml:name>
                <maml:description>
                    <maml:para>Generate new SAML key/certificate and replace the existing pair.</maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>switch</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="0" aliases="None">
                <maml:name>IdpConfigurationID</maml:name>
                <maml:description>
                    <maml:para>UUID for the third party Identity Provider (IdP) Configuration.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">guid</command:parameterValue>
                <dev:type>
                    <maml:name>guid</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="2" aliases="None">
                <maml:name>IdpMetadata</maml:name>
                <maml:description>
                    <maml:para>IdP Metadata for configuration and integration details for SAML 2.0 single sign-on. IdP metadata, in plain text format, is retrieved from the third-party IdP. This metadata needs to be validated to ensure that it is correctly formatted in JSON.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="0" aliases="None">
                <maml:name>IdpName</maml:name>
                <maml:description>
                    <maml:para>Name for identifying and retrieving IdP provider for SAML 2.0 single sign-on.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="true (ByPropertyName)" position="1" aliases="None">
                <maml:name>NewIdpName</maml:name>
                <maml:description>
                    <maml:para>If specified replaces the IdP name.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>System.Guid
System.String
System.Management.Automation.SwitchParameter
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>IdpConfigInfo</maml:name>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Update-SFIdpConfiguration -IdpName testidp -NewIdpName adfsip</dev:code>
                <dev:remarks>
                    <maml:para>Update the existing IDP configuration with NewIdpName adfsidp when IdpName is given</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 2 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Update-SFIdpConfiguration -IdpConfigurationID 3cadaa53-132f-4e01-b0e0-a6d32888734a -NewIdpName adfsip</dev:code>
                <dev:remarks>
                    <maml:para>Update the existing IDP configuration with NewIdpName adfsidp when IdpConfigurationID is given</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 3 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Update-SFIdpConfiguration -IdpName adfsidp -IdpMetadata &lt;adfsmetadata&gt;</dev:code>
                <dev:remarks>
                    <maml:para>Update the existing IDP Configuration with IdpMetadata when IdpName is given</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 4 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Update-SFIdpConfiguration -IdpConfigurationID 3cadaa53-132f-4e01-b0e0-a6d32888734a -IdpMetadata &lt;adfsmetadata&gt;</dev:code>
                <dev:remarks>
                    <maml:para>Update the existing IDP Configuration with IdpMetadata when IdpConfigurationID is given</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 5 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Update-SFIdpConfiguration -IdpName adfsidp -GenerateNewCertificate</dev:code>
                <dev:remarks>
                    <maml:para>Update the existing IDP Configuration with NewCertificate when IdpName is given</maml:para>
                </dev:remarks>
            </command:example>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 6 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Update-SFIdpConfiguration -IdpConfigurationID 3cadaa53-132f-4e01-b0e0-a6d32888734a -GenerateNewCertificate</dev:code>
                <dev:remarks>
                    <maml:para>Update the existing IDP Configuration with NewCertificate when IdpConfigurationID is given</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
    <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10">
        <command:details>
            <command:name>Update-SFSnapMirrorRelationship</command:name>
            <maml:description>
                <maml:para>[Cluster] Update-SFSnapMirrorRelationship makes the destination volume in a SnapMirror relationship an up-to-date mirror of the source volume.</maml:para>
            </maml:description>
            <maml:copyright>
                <maml:para/>
            </maml:copyright>
            <command:verb>Update</command:verb>
            <command:noun>SFSnapMirrorRelationship</command:noun>
            <dev:version/>
        </command:details>
        <maml:description>
            <maml:para>[Cluster] Update-SFSnapMirrorRelationship makes the destination volume in a SnapMirror relationship an up-to-date mirror of the source volume.</maml:para>
        </maml:description>
        <command:syntax>
            <command:syntaxItem>
                <maml:name>Update-SFSnapMirrorRelationship</maml:name>
                <command:parameter required="true" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SnapMirrorEndpointID</maml:name>
                    <maml:description>
                        <maml:para>The endpoint ID of the remote ONTAP storage system communicating with the SolidFire cluster.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>MaxTransferRate</maml:name>
                    <maml:description>
                        <maml:para>Specifies the maximum data transfer rate between the volumes in kilobytes per second. The default value, 0, is unlimited and permits the SnapMirror relationship to fully utilize the available network bandwidth.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeType</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s type in the SnapMirror relationship.</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeName</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeVserver</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>DestinationVolumeID</maml:name>
                    <maml:description>
                        <maml:para>The destination volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>Target</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific Target</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
                <command:parameter required="false" pipelineInput="false" position="Named" aliases="None">
                    <maml:name>SFConnection</maml:name>
                    <maml:description>
                        <maml:para>Direct connection to specific SFConnection</maml:para>
                    </maml:description>
                    <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                    <dev:defaultValue/>
                </command:parameter>
            </command:syntaxItem>
        </command:syntax>
        <command:parameters>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeID</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s ID in the SnapMirror relationship (only for type: solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeName</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s name in the SnapMirror relationship (required for ontap, optional for solidfire).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeType</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s type in the SnapMirror relationship.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>DestinationVolumeVserver</maml:name>
                <maml:description>
                    <maml:para>The destination volume&apos;s vserver in the SnapMirror relationship (only for type: ontap).</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">string</command:parameterValue>
                <dev:type>
                    <maml:name>string</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>MaxTransferRate</maml:name>
                <maml:description>
                    <maml:para>Specifies the maximum data transfer rate between the volumes in kilobytes per second. The default value, 0, is unlimited and permits the SnapMirror relationship to fully utilize the available network bandwidth.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SFConnection</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific SFConnection</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">SFConnection[]</command:parameterValue>
                <dev:type>
                    <maml:name>SFConnection[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="true" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>SnapMirrorEndpointID</maml:name>
                <maml:description>
                    <maml:para>The endpoint ID of the remote ONTAP storage system communicating with the SolidFire cluster.</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="False">long</command:parameterValue>
                <dev:type>
                    <maml:name>long</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
            <command:parameter required="false" variableLength="" globbing="" pipelineInput="false" position="Named" aliases="None">
                <maml:name>Target</maml:name>
                <maml:description>
                    <maml:para>Direct connection to specific Target</maml:para>
                </maml:description>
                <command:parameterValue required="true" variableLength="True">string[]</command:parameterValue>
                <dev:type>
                    <maml:name>string[]</maml:name>
                </dev:type>
                <dev:defaultValue/>
            </command:parameter>
        </command:parameters>
        <command:inputTypes>
            <command:inputType>
                <dev:type>
                    <maml:name>None
</maml:name>
                </dev:type>
                <maml:description>
                </maml:description>
            </command:inputType>
        </command:inputTypes>
        <command:returnValues>
            <command:returnValue>
                <maml:description>
                    <maml:para></maml:para>
                </maml:description>
                <dev:type>
                    <maml:name>UpdateSnapMirrorRelationshipResult</maml:name>
                    <maml:uri>http://solidfire.github.io/sdk-dotnet/help/html/T_SolidFire_Element_Api_UpdateSnapMirrorRelationshipResult.htm</maml:uri>
                </dev:type>
            </command:returnValue>
        </command:returnValues>
        <command:examples>
            <command:example>
                <maml:title>-------------------------- EXAMPLE 1 --------------------------</maml:title>
                <maml:introduction>
                    <maml:para>PS C:\&gt;</maml:para>
                </maml:introduction>
                <dev:code>Update-SFSnapMirrorRelationship -SnapMirrorEndpointID $endpoint.SnapMirrorEndpointID -DestinationVolumeType &quot;ontap&quot; -DestinationVolumeName $snapMirrorVolume.Name -DestinationVolumeVserver $vserverName</dev:code>
                <dev:remarks>
                    <maml:para>Starts an update between the volumes in the relationship. Initialize-SFSnapMirrorRelationship must be called first, and takes 5+ minutes to run. Use Get-SFSnapMirrorRelationship to check the status. If the initialize fails, this cmdlet cannot be called.</maml:para>
                </dev:remarks>
            </command:example>
        </command:examples>
    </command:command>
</helpItems>